| | | |
Offset 1, 439 lines modified | Offset 1, 439 lines modified |
1 | error.py | |
2 | version.py | |
3 | wikisync.py | |
4 | log.py | |
5 | conftest.py | 1 | conftest.py |
| 2 | multiconfig.py |
| 3 | PageGraphicalEditor.py |
| 4 | wikiutil.py |
| 5 | PageEditor.py |
6 | wsgiapp.py | 6 | wsgiapp.py |
| 7 | error.py |
| 8 | log.py |
| 9 | _template.py |
7 | caching.py | 10 | caching.py |
| 11 | version.py |
| 12 | wikisync.py |
| 13 | user.py |
8 | packages.py | 14 | packages.py |
9 | _template.py | |
10 | __init__.py | 15 | __init__.py |
11 | wikiutil.py | |
12 | PageEditor.py | |
13 | Page.py | 16 | Page.py |
| 17 | xmlrpc/ProcessMail.py |
| 18 | xmlrpc/UpdateGroup.py |
| 19 | xmlrpc/HelloWorld.py |
| 20 | xmlrpc/WhoAmI.py |
| 21 | xmlrpc/putClientInfo.py |
| 22 | xmlrpc/RemoteScript.py |
14 | multiconfig.py | |
15 | PageGraphicalEditor.py | |
16 | user.py | |
17 | theme/modern.py | |
18 | theme/modernized_cms.py | |
19 | theme/rightsidebar.py | |
20 | theme/__init__.py | |
21 | theme/modernized.py | |
22 | theme/classic.py | |
23 | theme/_tests/test_editbar_actions.py | |
24 | config/__init__.py | |
25 | config/multiconfig.py | |
26 | config/_tests/test_multiconfig.py | |
27 | logfile/editlog.py | |
28 | logfile/__init__.py | |
29 | logfile/eventlog.py | |
30 | logfile/_tests/test_logfile.py | |
31 | stats/chart.py | |
32 | stats/pagesize.py | |
33 | stats/languages.py | |
34 | stats/__init__.py | |
35 | stats/useragents.py | |
36 | stats/hitcounts.py | |
37 | wikixml/util.py | |
38 | wikixml/__init__.py | |
39 | wikixml/marshal.py | |
40 | wikixml/_tests/test_marshal.py | |
41 | events/xapian_index.py | |
42 | events/__init__.py | |
43 | events/notification.py | |
44 | events/emailnotify.py | |
45 | events/jabbernotify.py | |
46 | events/_tests/test_events.py | |
47 | util/daemon.py | |
48 | util/timefuncs.py | |
49 | util/diff_text.py | |
50 | util/filesys.py | |
51 | util/chartypes_create.py | |
52 | util/diff3.py | |
53 | util/diff_html.py | |
54 | util/SubProcess.py | |
55 | util/profile.py | |
56 | util/bdiff.py | |
57 | util/__init__.py | |
58 | util/pysupport.py | |
59 | util/chartypes.py | |
60 | util/rpc_aggregator.py | |
61 | util/web.py | |
62 | util/thread_monitor.py | |
63 | util/moinoid.py | |
64 | util/abuse.py | |
65 | util/dataset.py | |
66 | util/clock.py | |
67 | util/lock.py | |
68 | util/_tests/test_util.py | |
69 | util/_tests/test_filesys.py | |
70 | util/_tests/test_lock.py | |
71 | util/_tests/test_web.py | |
72 | util/_tests/test_pysupport.py | |
73 | util/_tests/test_diff3.py | |
74 | util/_tests/test_diff_text.py | |
75 | formatter/pagelinks.py | |
76 | formatter/text_docbook.py | |
77 | formatter/text_python.py | |
78 | formatter/text_plain.py | |
79 | formatter/text_html_percent.py | |
80 | formatter/dom_xml.py | |
81 | formatter/__init__.py | |
82 | formatter/groups.py | |
83 | formatter/text_html.py | |
84 | formatter/text_xml.py | |
85 | formatter/text_gedit.py | |
86 | formatter/_tests/test_groups.py | |
87 | formatter/_tests/test_formatter.py | |
88 | mail/sendmail.py | |
89 | mail/__init__.py | 23 | xmlrpc/__init__.py |
| 24 | xmlrpc/_tests/test_xmlrpc.py |
| 25 | userprefs/prefs.py |
90 | mail/mailimport.py | |
91 | mail/_tests/test_sendmail.py | |
92 | security/__init__.py | |
93 | security/textcha.py | |
94 | security/autoadmin.py | |
95 | security/sec_recaptcha.py | |
96 | security/antispam.py | |
97 | security/_tests/test_security.py | |
98 | userprefs/suid.py | 26 | userprefs/suid.py |
99 | userprefs/oid.py | 27 | userprefs/notification.py |
100 | userprefs/oidserv.py | 28 | userprefs/oidserv.py |
101 | userprefs/prefs.py | 29 | userprefs/oid.py |
102 | userprefs/__init__.py | 30 | userprefs/__init__.py |
103 | userprefs/changepass.py | 31 | userprefs/changepass.py |
104 | userprefs/notification.py | |
105 | web/serving.py | |
106 | web/exceptions.py | 32 | web/exceptions.py |
107 | web/frontend.py | 33 | web/frontend.py |
108 | web/session.py | |
109 | web/profile.py | 34 | web/profile.py |
Max diff block lines reached; 17405/20173 bytes (86.28%) of diff not shown.
|