##// END OF EJS Templates
docs: drop empty Changelog in the documentation...
Mads Kiilerich -
r6000:7c732f20 default
parent child Browse files
Show More
@@ -1,84 +1,83 b''
1 1 .. _index:
2 2
3 3 #######################
4 4 Kallithea Documentation
5 5 #######################
6 6
7 7 **Readme**
8 8
9 9 .. toctree::
10 10 :maxdepth: 1
11 11
12 12 readme
13 13
14 14 **Installation**
15 15
16 16 .. toctree::
17 17 :maxdepth: 1
18 18
19 19 overview
20 20 installation
21 21 installation_win
22 22 installation_win_old
23 23 installation_iis
24 24 setup
25 25 installation_puppet
26 26 upgrade
27 27
28 28 **Usage**
29 29
30 30 .. toctree::
31 31 :maxdepth: 1
32 32
33 33 usage/general
34 34 usage/vcs_support
35 35 usage/locking
36 36 usage/statistics
37 37
38 38 **Administrator's guide**
39 39
40 40 .. toctree::
41 41 :maxdepth: 1
42 42
43 43 usage/email
44 44 usage/performance
45 45 usage/backup
46 46 usage/debugging
47 47 usage/troubleshooting
48 48 usage/customization
49 49
50 50 **Development**
51 51
52 52 .. toctree::
53 53 :maxdepth: 1
54 54
55 55 contributing
56 56 dev/translation
57 57 dev/dbmigrations
58 changelog
59 58
60 59 **API**
61 60
62 61 .. toctree::
63 62 :maxdepth: 1
64 63
65 64 api/api
66 65
67 66
68 67 Other topics
69 68 ************
70 69
71 70 * :ref:`genindex`
72 71 * :ref:`search`
73 72
74 73
75 74 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
76 75 .. _python: http://www.python.org/
77 76 .. _django: http://www.djangoproject.com/
78 77 .. _mercurial: http://mercurial.selenic.com/
79 78 .. _bitbucket: http://bitbucket.org/
80 79 .. _subversion: http://subversion.tigris.org/
81 80 .. _git: http://git-scm.com/
82 81 .. _celery: http://celeryproject.org/
83 82 .. _Sphinx: http://sphinx.pocoo.org/
84 83 .. _vcs: http://pypi.python.org/pypi/vcs
@@ -1,951 +1,950 b''
1 1
2 2 Apache-License-2.0.txt
3 3 CONTRIBUTORS
4 4 COPYING
5 5 Kallithea.egg-info/
6 6 Kallithea.egg-info/PKG-INFO
7 7 Kallithea.egg-info/SOURCES.txt
8 8 Kallithea.egg-info/dependency_links.txt
9 9 Kallithea.egg-info/entry_points.txt
10 10 Kallithea.egg-info/not-zip-safe
11 11 Kallithea.egg-info/paster_plugins.txt
12 12 Kallithea.egg-info/requires.txt
13 13 Kallithea.egg-info/top_level.txt
14 14 LICENSE-MERGELY.html
15 15 LICENSE.md
16 16 MANIFEST.in
17 17 MIT-Permissive-License.txt
18 18 PKG-INFO
19 19 README.rst
20 20 development.ini
21 21 docs/
22 22 docs/Makefile
23 23 docs/api/
24 24 docs/api/api.rst
25 25 docs/api/models.rst
26 docs/changelog.rst
27 26 docs/conf.py
28 27 docs/contributing.rst
29 28 docs/images/
30 29 docs/images/.img
31 30 docs/index.rst
32 31 docs/installation.rst
33 32 docs/installation_iis.rst
34 33 docs/installation_puppet.rst
35 34 docs/installation_win.rst
36 35 docs/installation_win_old.rst
37 36 docs/make.bat
38 37 docs/overview.rst
39 38 docs/readme.rst
40 39 docs/setup.rst
41 40 docs/theme/
42 41 docs/theme/nature/
43 42 docs/theme/nature/layout.html
44 43 docs/theme/nature/static/
45 44 docs/theme/nature/static/kallithea-logo.svg
46 45 docs/theme/nature/static/nature.css_t
47 46 docs/theme/nature/static/pygments.css
48 47 docs/theme/nature/theme.conf
49 48 docs/usage/
50 49 docs/usage/backup.rst
51 50 docs/usage/debugging.rst
52 51 docs/usage/email.rst
53 52 docs/usage/general.rst
54 53 docs/usage/locking.rst
55 54 docs/usage/performance.rst
56 55 docs/usage/statistics.rst
57 56 docs/usage/troubleshooting.rst
58 57 docs/usage/vcs_support.rst
59 58 init.d/
60 59 init.d/celeryd-upstart.conf
61 60 init.d/kallithea-daemon-arch
62 61 init.d/kallithea-daemon-debian
63 62 init.d/kallithea-daemon-gentoo
64 63 init.d/kallithea-daemon-redhat
65 64 init.d/kallithea-upstart.conf
66 65 init.d/supervisord.conf
67 66 kallithea/
68 67 kallithea/__init__.py
69 68 kallithea/bin/
70 69 kallithea/bin/__init__.py
71 70 kallithea/bin/base.py
72 71 kallithea/bin/kallithea_api.py
73 72 kallithea/bin/kallithea_backup.py
74 73 kallithea/bin/kallithea_config.py
75 74 kallithea/bin/kallithea_gist.py
76 75 kallithea/bin/ldap_sync.conf
77 76 kallithea/bin/ldap_sync.py
78 77 kallithea/bin/rebranddb.py
79 78 kallithea/bin/template.ini.mako
80 79 kallithea/config/
81 80 kallithea/config/__init__.py
82 81 kallithea/config/conf.py
83 82 kallithea/config/deployment.ini_tmpl
84 83 kallithea/config/environment.py
85 84 kallithea/config/middleware.py
86 85 kallithea/config/post_receive_tmpl.py
87 86 kallithea/config/pre_receive_tmpl.py
88 87 kallithea/config/rcextensions/
89 88 kallithea/config/rcextensions/__init__.py
90 89 kallithea/config/routing.py
91 90 kallithea/controllers/
92 91 kallithea/controllers/__init__.py
93 92 kallithea/controllers/admin/
94 93 kallithea/controllers/admin/__init__.py
95 94 kallithea/controllers/admin/admin.py
96 95 kallithea/controllers/admin/auth_settings.py
97 96 kallithea/controllers/admin/defaults.py
98 97 kallithea/controllers/admin/gists.py
99 98 kallithea/controllers/admin/my_account.py
100 99 kallithea/controllers/admin/notifications.py
101 100 kallithea/controllers/admin/permissions.py
102 101 kallithea/controllers/admin/repo_groups.py
103 102 kallithea/controllers/admin/repos.py
104 103 kallithea/controllers/admin/settings.py
105 104 kallithea/controllers/admin/user_groups.py
106 105 kallithea/controllers/admin/users.py
107 106 kallithea/controllers/api/
108 107 kallithea/controllers/api/__init__.py
109 108 kallithea/controllers/api/api.py
110 109 kallithea/controllers/bookmarks.py
111 110 kallithea/controllers/branches.py
112 111 kallithea/controllers/changelog.py
113 112 kallithea/controllers/changeset.py
114 113 kallithea/controllers/compare.py
115 114 kallithea/controllers/error.py
116 115 kallithea/controllers/feed.py
117 116 kallithea/controllers/files.py
118 117 kallithea/controllers/followers.py
119 118 kallithea/controllers/forks.py
120 119 kallithea/controllers/home.py
121 120 kallithea/controllers/journal.py
122 121 kallithea/controllers/login.py
123 122 kallithea/controllers/pullrequests.py
124 123 kallithea/controllers/search.py
125 124 kallithea/controllers/summary.py
126 125 kallithea/controllers/tags.py
127 126 kallithea/i18n/
128 127 kallithea/i18n/be/
129 128 kallithea/i18n/be/LC_MESSAGES/
130 129 kallithea/i18n/be/LC_MESSAGES/kallithea.mo
131 130 kallithea/i18n/be/LC_MESSAGES/kallithea.po
132 131 kallithea/i18n/cs/
133 132 kallithea/i18n/cs/LC_MESSAGES/
134 133 kallithea/i18n/cs/LC_MESSAGES/kallithea.mo
135 134 kallithea/i18n/cs/LC_MESSAGES/kallithea.po
136 135 kallithea/i18n/de/
137 136 kallithea/i18n/de/LC_MESSAGES/
138 137 kallithea/i18n/de/LC_MESSAGES/kallithea.mo
139 138 kallithea/i18n/de/LC_MESSAGES/kallithea.po
140 139 kallithea/i18n/en/
141 140 kallithea/i18n/en/LC_MESSAGES/
142 141 kallithea/i18n/en/LC_MESSAGES/kallithea.mo
143 142 kallithea/i18n/fr/
144 143 kallithea/i18n/fr/LC_MESSAGES/
145 144 kallithea/i18n/fr/LC_MESSAGES/kallithea.mo
146 145 kallithea/i18n/fr/LC_MESSAGES/kallithea.po
147 146 kallithea/i18n/how_to
148 147 kallithea/i18n/hu/
149 148 kallithea/i18n/hu/LC_MESSAGES/
150 149 kallithea/i18n/hu/LC_MESSAGES/kallithea.mo
151 150 kallithea/i18n/hu/LC_MESSAGES/kallithea.po
152 151 kallithea/i18n/ja/
153 152 kallithea/i18n/ja/LC_MESSAGES/
154 153 kallithea/i18n/ja/LC_MESSAGES/kallithea.mo
155 154 kallithea/i18n/ja/LC_MESSAGES/kallithea.po
156 155 kallithea/i18n/kallithea.pot
157 156 kallithea/i18n/nl_BE/
158 157 kallithea/i18n/nl_BE/LC_MESSAGES/
159 158 kallithea/i18n/nl_BE/LC_MESSAGES/kallithea.mo
160 159 kallithea/i18n/nl_BE/LC_MESSAGES/kallithea.po
161 160 kallithea/i18n/pl/
162 161 kallithea/i18n/pl/LC_MESSAGES/
163 162 kallithea/i18n/pl/LC_MESSAGES/kallithea.mo
164 163 kallithea/i18n/pl/LC_MESSAGES/kallithea.po
165 164 kallithea/i18n/pt_BR/
166 165 kallithea/i18n/pt_BR/LC_MESSAGES/
167 166 kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.mo
168 167 kallithea/i18n/pt_BR/LC_MESSAGES/kallithea.po
169 168 kallithea/i18n/ru/
170 169 kallithea/i18n/ru/LC_MESSAGES/
171 170 kallithea/i18n/ru/LC_MESSAGES/kallithea.mo
172 171 kallithea/i18n/ru/LC_MESSAGES/kallithea.po
173 172 kallithea/i18n/sk/
174 173 kallithea/i18n/sk/LC_MESSAGES/
175 174 kallithea/i18n/sk/LC_MESSAGES/kallithea.mo
176 175 kallithea/i18n/sk/LC_MESSAGES/kallithea.po
177 176 kallithea/i18n/zh_CN/
178 177 kallithea/i18n/zh_CN/LC_MESSAGES/
179 178 kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.mo
180 179 kallithea/i18n/zh_CN/LC_MESSAGES/kallithea.po
181 180 kallithea/i18n/zh_TW/
182 181 kallithea/i18n/zh_TW/LC_MESSAGES/
183 182 kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.mo
184 183 kallithea/i18n/zh_TW/LC_MESSAGES/kallithea.po
185 184 kallithea/lib/
186 185 kallithea/lib/__init__.py
187 186 kallithea/lib/annotate.py
188 187 kallithea/lib/app_globals.py
189 188 kallithea/lib/auth.py
190 189 kallithea/lib/auth_modules/
191 190 kallithea/lib/auth_modules/__init__.py
192 191 kallithea/lib/auth_modules/auth_container.py
193 192 kallithea/lib/auth_modules/auth_crowd.py
194 193 kallithea/lib/auth_modules/auth_internal.py
195 194 kallithea/lib/auth_modules/auth_ldap.py
196 195 kallithea/lib/auth_modules/auth_pam.py
197 196 kallithea/lib/base.py
198 197 kallithea/lib/caching_query.py
199 198 kallithea/lib/celerylib/
200 199 kallithea/lib/celerylib/__init__.py
201 200 kallithea/lib/celerylib/tasks.py
202 201 kallithea/lib/celerypylons/
203 202 kallithea/lib/celerypylons/__init__.py
204 203 kallithea/lib/celerypylons/commands.py
205 204 kallithea/lib/celerypylons/loader.py
206 205 kallithea/lib/colored_formatter.py
207 206 kallithea/lib/compat.py
208 207 kallithea/lib/db_manage.py
209 208 kallithea/lib/dbmigrate/
210 209 kallithea/lib/dbmigrate/__init__.py
211 210 kallithea/lib/dbmigrate/migrate.cfg
212 211 kallithea/lib/dbmigrate/migrate/
213 212 kallithea/lib/dbmigrate/migrate/__init__.py
214 213 kallithea/lib/dbmigrate/migrate/changeset/
215 214 kallithea/lib/dbmigrate/migrate/changeset/__init__.py
216 215 kallithea/lib/dbmigrate/migrate/changeset/ansisql.py
217 216 kallithea/lib/dbmigrate/migrate/changeset/constraint.py
218 217 kallithea/lib/dbmigrate/migrate/changeset/databases/
219 218 kallithea/lib/dbmigrate/migrate/changeset/databases/__init__.py
220 219 kallithea/lib/dbmigrate/migrate/changeset/databases/firebird.py
221 220 kallithea/lib/dbmigrate/migrate/changeset/databases/mysql.py
222 221 kallithea/lib/dbmigrate/migrate/changeset/databases/oracle.py
223 222 kallithea/lib/dbmigrate/migrate/changeset/databases/postgres.py
224 223 kallithea/lib/dbmigrate/migrate/changeset/databases/sqlite.py
225 224 kallithea/lib/dbmigrate/migrate/changeset/databases/visitor.py
226 225 kallithea/lib/dbmigrate/migrate/changeset/schema.py
227 226 kallithea/lib/dbmigrate/migrate/exceptions.py
228 227 kallithea/lib/dbmigrate/migrate/versioning/
229 228 kallithea/lib/dbmigrate/migrate/versioning/__init__.py
230 229 kallithea/lib/dbmigrate/migrate/versioning/api.py
231 230 kallithea/lib/dbmigrate/migrate/versioning/cfgparse.py
232 231 kallithea/lib/dbmigrate/migrate/versioning/config.py
233 232 kallithea/lib/dbmigrate/migrate/versioning/genmodel.py
234 233 kallithea/lib/dbmigrate/migrate/versioning/migrate_repository.py
235 234 kallithea/lib/dbmigrate/migrate/versioning/pathed.py
236 235 kallithea/lib/dbmigrate/migrate/versioning/repository.py
237 236 kallithea/lib/dbmigrate/migrate/versioning/schema.py
238 237 kallithea/lib/dbmigrate/migrate/versioning/schemadiff.py
239 238 kallithea/lib/dbmigrate/migrate/versioning/script/
240 239 kallithea/lib/dbmigrate/migrate/versioning/script/__init__.py
241 240 kallithea/lib/dbmigrate/migrate/versioning/script/base.py
242 241 kallithea/lib/dbmigrate/migrate/versioning/script/py.py
243 242 kallithea/lib/dbmigrate/migrate/versioning/script/sql.py
244 243 kallithea/lib/dbmigrate/migrate/versioning/shell.py
245 244 kallithea/lib/dbmigrate/migrate/versioning/template.py
246 245 kallithea/lib/dbmigrate/migrate/versioning/templates/
247 246 kallithea/lib/dbmigrate/migrate/versioning/templates/__init__.py
248 247 kallithea/lib/dbmigrate/migrate/versioning/templates/manage.py_tmpl
249 248 kallithea/lib/dbmigrate/migrate/versioning/templates/manage/
250 249 kallithea/lib/dbmigrate/migrate/versioning/templates/manage/default.py_tmpl
251 250 kallithea/lib/dbmigrate/migrate/versioning/templates/manage/pylons.py_tmpl
252 251 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/
253 252 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/__init__.py
254 253 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/
255 254 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/README
256 255 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/__init__.py
257 256 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/migrate.cfg
258 257 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/versions/
259 258 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/default/versions/__init__.py
260 259 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/
261 260 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/README
262 261 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/__init__.py
263 262 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/migrate.cfg
264 263 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions/
265 264 kallithea/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions/__init__.py
266 265 kallithea/lib/dbmigrate/migrate/versioning/templates/script/
267 266 kallithea/lib/dbmigrate/migrate/versioning/templates/script/__init__.py
268 267 kallithea/lib/dbmigrate/migrate/versioning/templates/script/default.py_tmpl
269 268 kallithea/lib/dbmigrate/migrate/versioning/templates/script/pylons.py_tmpl
270 269 kallithea/lib/dbmigrate/migrate/versioning/templates/sql_script/
271 270 kallithea/lib/dbmigrate/migrate/versioning/templates/sql_script/default.py_tmpl
272 271 kallithea/lib/dbmigrate/migrate/versioning/templates/sql_script/pylons.py_tmpl
273 272 kallithea/lib/dbmigrate/migrate/versioning/util/
274 273 kallithea/lib/dbmigrate/migrate/versioning/util/__init__.py
275 274 kallithea/lib/dbmigrate/migrate/versioning/util/importpath.py
276 275 kallithea/lib/dbmigrate/migrate/versioning/util/keyedinstance.py
277 276 kallithea/lib/dbmigrate/migrate/versioning/version.py
278 277 kallithea/lib/dbmigrate/schema/
279 278 kallithea/lib/dbmigrate/schema/__init__.py
280 279 kallithea/lib/dbmigrate/schema/db_1_1_0.py
281 280 kallithea/lib/dbmigrate/schema/db_1_2_0.py
282 281 kallithea/lib/dbmigrate/schema/db_1_3_0.py
283 282 kallithea/lib/dbmigrate/schema/db_1_4_0.py
284 283 kallithea/lib/dbmigrate/schema/db_1_5_0.py
285 284 kallithea/lib/dbmigrate/schema/db_1_5_2.py
286 285 kallithea/lib/dbmigrate/schema/db_1_6_0.py
287 286 kallithea/lib/dbmigrate/schema/db_1_7_0.py
288 287 kallithea/lib/dbmigrate/schema/db_1_8_0.py
289 288 kallithea/lib/dbmigrate/schema/db_2_0_0.py
290 289 kallithea/lib/dbmigrate/schema/db_2_0_1.py
291 290 kallithea/lib/dbmigrate/schema/db_2_0_2.py
292 291 kallithea/lib/dbmigrate/schema/db_2_1_0.py
293 292 kallithea/lib/dbmigrate/schema/db_2_2_0.py
294 293 kallithea/lib/dbmigrate/schema/db_2_2_3.py
295 294 kallithea/lib/dbmigrate/versions/
296 295 kallithea/lib/dbmigrate/versions/001_initial_release.py
297 296 kallithea/lib/dbmigrate/versions/002_version_1_1_0.py
298 297 kallithea/lib/dbmigrate/versions/003_version_1_2_0.py
299 298 kallithea/lib/dbmigrate/versions/004_version_1_3_0.py
300 299 kallithea/lib/dbmigrate/versions/005_version_1_3_0.py
301 300 kallithea/lib/dbmigrate/versions/006_version_1_4_0.py
302 301 kallithea/lib/dbmigrate/versions/007_version_1_4_0.py
303 302 kallithea/lib/dbmigrate/versions/008_version_1_5_0.py
304 303 kallithea/lib/dbmigrate/versions/009_version_1_5_1.py
305 304 kallithea/lib/dbmigrate/versions/010_version_1_5_2.py
306 305 kallithea/lib/dbmigrate/versions/011_version_1_6_0.py
307 306 kallithea/lib/dbmigrate/versions/012_version_1_7_0.py
308 307 kallithea/lib/dbmigrate/versions/013_version_1_7_0.py
309 308 kallithea/lib/dbmigrate/versions/014_version_1_7_1.py
310 309 kallithea/lib/dbmigrate/versions/015_version_1_8_0.py
311 310 kallithea/lib/dbmigrate/versions/016_version_2_0_0.py
312 311 kallithea/lib/dbmigrate/versions/017_version_2_0_0.py
313 312 kallithea/lib/dbmigrate/versions/018_version_2_0_0.py
314 313 kallithea/lib/dbmigrate/versions/019_version_2_0_0.py
315 314 kallithea/lib/dbmigrate/versions/020_version_2_0_1.py
316 315 kallithea/lib/dbmigrate/versions/021_version_2_0_2.py
317 316 kallithea/lib/dbmigrate/versions/022_version_2_0_2.py
318 317 kallithea/lib/dbmigrate/versions/023_version_2_1_0.py
319 318 kallithea/lib/dbmigrate/versions/024_version_2_1_0.py
320 319 kallithea/lib/dbmigrate/versions/025_version_2_1_0.py
321 320 kallithea/lib/dbmigrate/versions/026_version_2_2_0.py
322 321 kallithea/lib/dbmigrate/versions/027_version_2_2_0.py
323 322 kallithea/lib/dbmigrate/versions/028_version_2_2_3.py
324 323 kallithea/lib/dbmigrate/versions/029_version_2_2_3.py
325 324 kallithea/lib/dbmigrate/versions/030_version_2_2_3.py
326 325 kallithea/lib/dbmigrate/versions/031_version_2_2_3.py
327 326 kallithea/lib/dbmigrate/versions/__init__.py
328 327 kallithea/lib/diffs.py
329 328 kallithea/lib/exceptions.py
330 329 kallithea/lib/ext_json.py
331 330 kallithea/lib/graphmod.py
332 331 kallithea/lib/helpers.py
333 332 kallithea/lib/hooks.py
334 333 kallithea/lib/indexers/
335 334 kallithea/lib/indexers/__init__.py
336 335 kallithea/lib/indexers/daemon.py
337 336 kallithea/lib/ipaddr.py
338 337 kallithea/lib/markup_renderer.py
339 338 kallithea/lib/middleware/
340 339 kallithea/lib/middleware/__init__.py
341 340 kallithea/lib/middleware/errormator.py
342 341 kallithea/lib/middleware/https_fixup.py
343 342 kallithea/lib/middleware/pygrack.py
344 343 kallithea/lib/middleware/sentry.py
345 344 kallithea/lib/middleware/sessionmiddleware.py
346 345 kallithea/lib/middleware/simplegit.py
347 346 kallithea/lib/middleware/simplehg.py
348 347 kallithea/lib/middleware/wrapper.py
349 348 kallithea/lib/paster_commands/
350 349 kallithea/lib/paster_commands/__init__.py
351 350 kallithea/lib/paster_commands/cache_keys.py
352 351 kallithea/lib/paster_commands/cleanup.py
353 352 kallithea/lib/paster_commands/install_iis.py
354 353 kallithea/lib/paster_commands/ishell.py
355 354 kallithea/lib/paster_commands/make_index.py
356 355 kallithea/lib/paster_commands/make_rcextensions.py
357 356 kallithea/lib/paster_commands/repo_scan.py
358 357 kallithea/lib/paster_commands/setup_db.py
359 358 kallithea/lib/paster_commands/update_repoinfo.py
360 359 kallithea/lib/pidlock.py
361 360 kallithea/lib/profiler.py
362 361 kallithea/lib/rcmail/
363 362 kallithea/lib/rcmail/__init__.py
364 363 kallithea/lib/rcmail/exceptions.py
365 364 kallithea/lib/rcmail/message.py
366 365 kallithea/lib/rcmail/response.py
367 366 kallithea/lib/rcmail/smtp_mailer.py
368 367 kallithea/lib/rcmail/utils.py
369 368 kallithea/lib/recaptcha.py
370 369 kallithea/lib/timerproxy.py
371 370 kallithea/lib/utils.py
372 371 kallithea/lib/utils2.py
373 372 kallithea/lib/vcs/
374 373 kallithea/lib/vcs/__init__.py
375 374 kallithea/lib/vcs/backends/
376 375 kallithea/lib/vcs/backends/__init__.py
377 376 kallithea/lib/vcs/backends/base.py
378 377 kallithea/lib/vcs/backends/git/
379 378 kallithea/lib/vcs/backends/git/__init__.py
380 379 kallithea/lib/vcs/backends/git/changeset.py
381 380 kallithea/lib/vcs/backends/git/inmemory.py
382 381 kallithea/lib/vcs/backends/git/repository.py
383 382 kallithea/lib/vcs/backends/git/workdir.py
384 383 kallithea/lib/vcs/backends/hg/
385 384 kallithea/lib/vcs/backends/hg/__init__.py
386 385 kallithea/lib/vcs/backends/hg/changeset.py
387 386 kallithea/lib/vcs/backends/hg/inmemory.py
388 387 kallithea/lib/vcs/backends/hg/repository.py
389 388 kallithea/lib/vcs/backends/hg/workdir.py
390 389 kallithea/lib/vcs/conf/
391 390 kallithea/lib/vcs/conf/__init__.py
392 391 kallithea/lib/vcs/conf/settings.py
393 392 kallithea/lib/vcs/exceptions.py
394 393 kallithea/lib/vcs/nodes.py
395 394 kallithea/lib/vcs/subprocessio.py
396 395 kallithea/lib/vcs/utils/
397 396 kallithea/lib/vcs/utils/__init__.py
398 397 kallithea/lib/vcs/utils/annotate.py
399 398 kallithea/lib/vcs/utils/archivers.py
400 399 kallithea/lib/vcs/utils/baseui_config.py
401 400 kallithea/lib/vcs/utils/compat.py
402 401 kallithea/lib/vcs/utils/diffs.py
403 402 kallithea/lib/vcs/utils/fakemod.py
404 403 kallithea/lib/vcs/utils/filesize.py
405 404 kallithea/lib/vcs/utils/helpers.py
406 405 kallithea/lib/vcs/utils/hgcompat.py
407 406 kallithea/lib/vcs/utils/imports.py
408 407 kallithea/lib/vcs/utils/lazy.py
409 408 kallithea/lib/vcs/utils/lockfiles.py
410 409 kallithea/lib/vcs/utils/ordered_dict.py
411 410 kallithea/lib/vcs/utils/paths.py
412 411 kallithea/lib/vcs/utils/progressbar.py
413 412 kallithea/lib/vcs/utils/termcolors.py
414 413 kallithea/lib/verlib.py
415 414 kallithea/model/
416 415 kallithea/model/__init__.py
417 416 kallithea/model/api_key.py
418 417 kallithea/model/changeset_status.py
419 418 kallithea/model/comment.py
420 419 kallithea/model/db.py
421 420 kallithea/model/forms.py
422 421 kallithea/model/gist.py
423 422 kallithea/model/meta.py
424 423 kallithea/model/notification.py
425 424 kallithea/model/permission.py
426 425 kallithea/model/pull_request.py
427 426 kallithea/model/repo.py
428 427 kallithea/model/repo_group.py
429 428 kallithea/model/repo_permission.py
430 429 kallithea/model/scm.py
431 430 kallithea/model/user.py
432 431 kallithea/model/user_group.py
433 432 kallithea/model/validators.py
434 433 kallithea/public/
435 434 kallithea/public/codemirror/
436 435 kallithea/public/codemirror/LICENSE
437 436 kallithea/public/codemirror/lib/
438 437 kallithea/public/codemirror/lib/codemirror.css
439 438 kallithea/public/codemirror/lib/codemirror.js
440 439 kallithea/public/codemirror/mode/
441 440 kallithea/public/codemirror/mode/apl/
442 441 kallithea/public/codemirror/mode/apl/apl.js
443 442 kallithea/public/codemirror/mode/asterisk/
444 443 kallithea/public/codemirror/mode/asterisk/asterisk.js
445 444 kallithea/public/codemirror/mode/clike/
446 445 kallithea/public/codemirror/mode/clike/clike.js
447 446 kallithea/public/codemirror/mode/clojure/
448 447 kallithea/public/codemirror/mode/clojure/clojure.js
449 448 kallithea/public/codemirror/mode/cobol/
450 449 kallithea/public/codemirror/mode/cobol/cobol.js
451 450 kallithea/public/codemirror/mode/coffeescript/
452 451 kallithea/public/codemirror/mode/coffeescript/coffeescript.js
453 452 kallithea/public/codemirror/mode/commonlisp/
454 453 kallithea/public/codemirror/mode/commonlisp/commonlisp.js
455 454 kallithea/public/codemirror/mode/css/
456 455 kallithea/public/codemirror/mode/css/css.js
457 456 kallithea/public/codemirror/mode/css/less_test.js
458 457 kallithea/public/codemirror/mode/css/scss_test.js
459 458 kallithea/public/codemirror/mode/cypher/
460 459 kallithea/public/codemirror/mode/cypher/cypher.js
461 460 kallithea/public/codemirror/mode/d/
462 461 kallithea/public/codemirror/mode/d/d.js
463 462 kallithea/public/codemirror/mode/diff/
464 463 kallithea/public/codemirror/mode/diff/diff.js
465 464 kallithea/public/codemirror/mode/django/
466 465 kallithea/public/codemirror/mode/django/django.js
467 466 kallithea/public/codemirror/mode/dtd/
468 467 kallithea/public/codemirror/mode/dtd/dtd.js
469 468 kallithea/public/codemirror/mode/dylan/
470 469 kallithea/public/codemirror/mode/dylan/dylan.js
471 470 kallithea/public/codemirror/mode/ecl/
472 471 kallithea/public/codemirror/mode/ecl/ecl.js
473 472 kallithea/public/codemirror/mode/eiffel/
474 473 kallithea/public/codemirror/mode/eiffel/eiffel.js
475 474 kallithea/public/codemirror/mode/erlang/
476 475 kallithea/public/codemirror/mode/erlang/erlang.js
477 476 kallithea/public/codemirror/mode/fortran/
478 477 kallithea/public/codemirror/mode/fortran/fortran.js
479 478 kallithea/public/codemirror/mode/gas/
480 479 kallithea/public/codemirror/mode/gas/gas.js
481 480 kallithea/public/codemirror/mode/gfm/
482 481 kallithea/public/codemirror/mode/gfm/gfm.js
483 482 kallithea/public/codemirror/mode/gherkin/
484 483 kallithea/public/codemirror/mode/gherkin/gherkin.js
485 484 kallithea/public/codemirror/mode/go/
486 485 kallithea/public/codemirror/mode/go/go.js
487 486 kallithea/public/codemirror/mode/groovy/
488 487 kallithea/public/codemirror/mode/groovy/groovy.js
489 488 kallithea/public/codemirror/mode/haml/
490 489 kallithea/public/codemirror/mode/haml/haml.js
491 490 kallithea/public/codemirror/mode/haskell/
492 491 kallithea/public/codemirror/mode/haskell/haskell.js
493 492 kallithea/public/codemirror/mode/haxe/
494 493 kallithea/public/codemirror/mode/haxe/haxe.js
495 494 kallithea/public/codemirror/mode/htmlembedded/
496 495 kallithea/public/codemirror/mode/htmlembedded/htmlembedded.js
497 496 kallithea/public/codemirror/mode/htmlmixed/
498 497 kallithea/public/codemirror/mode/htmlmixed/htmlmixed.js
499 498 kallithea/public/codemirror/mode/http/
500 499 kallithea/public/codemirror/mode/http/http.js
501 500 kallithea/public/codemirror/mode/jade/
502 501 kallithea/public/codemirror/mode/jade/jade.js
503 502 kallithea/public/codemirror/mode/javascript/
504 503 kallithea/public/codemirror/mode/javascript/javascript.js
505 504 kallithea/public/codemirror/mode/jinja2/
506 505 kallithea/public/codemirror/mode/jinja2/jinja2.js
507 506 kallithea/public/codemirror/mode/julia/
508 507 kallithea/public/codemirror/mode/julia/julia.js
509 508 kallithea/public/codemirror/mode/kotlin/
510 509 kallithea/public/codemirror/mode/kotlin/kotlin.js
511 510 kallithea/public/codemirror/mode/livescript/
512 511 kallithea/public/codemirror/mode/livescript/livescript.js
513 512 kallithea/public/codemirror/mode/lua/
514 513 kallithea/public/codemirror/mode/lua/lua.js
515 514 kallithea/public/codemirror/mode/markdown/
516 515 kallithea/public/codemirror/mode/markdown/markdown.js
517 516 kallithea/public/codemirror/mode/meta.js
518 517 kallithea/public/codemirror/mode/mirc/
519 518 kallithea/public/codemirror/mode/mirc/mirc.js
520 519 kallithea/public/codemirror/mode/mllike/
521 520 kallithea/public/codemirror/mode/mllike/mllike.js
522 521 kallithea/public/codemirror/mode/modelica/
523 522 kallithea/public/codemirror/mode/modelica/modelica.js
524 523 kallithea/public/codemirror/mode/nginx/
525 524 kallithea/public/codemirror/mode/nginx/nginx.js
526 525 kallithea/public/codemirror/mode/ntriples/
527 526 kallithea/public/codemirror/mode/ntriples/ntriples.js
528 527 kallithea/public/codemirror/mode/octave/
529 528 kallithea/public/codemirror/mode/octave/octave.js
530 529 kallithea/public/codemirror/mode/pascal/
531 530 kallithea/public/codemirror/mode/pascal/pascal.js
532 531 kallithea/public/codemirror/mode/pegjs/
533 532 kallithea/public/codemirror/mode/pegjs/pegjs.js
534 533 kallithea/public/codemirror/mode/perl/
535 534 kallithea/public/codemirror/mode/perl/perl.js
536 535 kallithea/public/codemirror/mode/php/
537 536 kallithea/public/codemirror/mode/php/php.js
538 537 kallithea/public/codemirror/mode/pig/
539 538 kallithea/public/codemirror/mode/pig/pig.js
540 539 kallithea/public/codemirror/mode/properties/
541 540 kallithea/public/codemirror/mode/properties/properties.js
542 541 kallithea/public/codemirror/mode/puppet/
543 542 kallithea/public/codemirror/mode/puppet/puppet.js
544 543 kallithea/public/codemirror/mode/python/
545 544 kallithea/public/codemirror/mode/python/python.js
546 545 kallithea/public/codemirror/mode/q/
547 546 kallithea/public/codemirror/mode/q/q.js
548 547 kallithea/public/codemirror/mode/r/
549 548 kallithea/public/codemirror/mode/r/r.js
550 549 kallithea/public/codemirror/mode/rpm/
551 550 kallithea/public/codemirror/mode/rpm/rpm.js
552 551 kallithea/public/codemirror/mode/rst/
553 552 kallithea/public/codemirror/mode/rst/rst.js
554 553 kallithea/public/codemirror/mode/ruby/
555 554 kallithea/public/codemirror/mode/ruby/ruby.js
556 555 kallithea/public/codemirror/mode/rust/
557 556 kallithea/public/codemirror/mode/rust/rust.js
558 557 kallithea/public/codemirror/mode/sass/
559 558 kallithea/public/codemirror/mode/sass/sass.js
560 559 kallithea/public/codemirror/mode/scheme/
561 560 kallithea/public/codemirror/mode/scheme/scheme.js
562 561 kallithea/public/codemirror/mode/shell/
563 562 kallithea/public/codemirror/mode/shell/shell.js
564 563 kallithea/public/codemirror/mode/sieve/
565 564 kallithea/public/codemirror/mode/sieve/sieve.js
566 565 kallithea/public/codemirror/mode/slim/
567 566 kallithea/public/codemirror/mode/slim/slim.js
568 567 kallithea/public/codemirror/mode/smalltalk/
569 568 kallithea/public/codemirror/mode/smalltalk/smalltalk.js
570 569 kallithea/public/codemirror/mode/smarty/
571 570 kallithea/public/codemirror/mode/smarty/smarty.js
572 571 kallithea/public/codemirror/mode/smartymixed/
573 572 kallithea/public/codemirror/mode/smartymixed/smartymixed.js
574 573 kallithea/public/codemirror/mode/solr/
575 574 kallithea/public/codemirror/mode/solr/solr.js
576 575 kallithea/public/codemirror/mode/sparql/
577 576 kallithea/public/codemirror/mode/sparql/sparql.js
578 577 kallithea/public/codemirror/mode/sql/
579 578 kallithea/public/codemirror/mode/sql/sql.js
580 579 kallithea/public/codemirror/mode/stex/
581 580 kallithea/public/codemirror/mode/stex/stex.js
582 581 kallithea/public/codemirror/mode/tcl/
583 582 kallithea/public/codemirror/mode/tcl/tcl.js
584 583 kallithea/public/codemirror/mode/textile/
585 584 kallithea/public/codemirror/mode/textile/textile.js
586 585 kallithea/public/codemirror/mode/tiddlywiki/
587 586 kallithea/public/codemirror/mode/tiddlywiki/tiddlywiki.css
588 587 kallithea/public/codemirror/mode/tiddlywiki/tiddlywiki.js
589 588 kallithea/public/codemirror/mode/tiki/
590 589 kallithea/public/codemirror/mode/tiki/tiki.css
591 590 kallithea/public/codemirror/mode/tiki/tiki.js
592 591 kallithea/public/codemirror/mode/toml/
593 592 kallithea/public/codemirror/mode/toml/toml.js
594 593 kallithea/public/codemirror/mode/tornado/
595 594 kallithea/public/codemirror/mode/tornado/tornado.js
596 595 kallithea/public/codemirror/mode/turtle/
597 596 kallithea/public/codemirror/mode/turtle/turtle.js
598 597 kallithea/public/codemirror/mode/vb/
599 598 kallithea/public/codemirror/mode/vb/vb.js
600 599 kallithea/public/codemirror/mode/vbscript/
601 600 kallithea/public/codemirror/mode/vbscript/vbscript.js
602 601 kallithea/public/codemirror/mode/velocity/
603 602 kallithea/public/codemirror/mode/velocity/velocity.js
604 603 kallithea/public/codemirror/mode/verilog/
605 604 kallithea/public/codemirror/mode/verilog/verilog.js
606 605 kallithea/public/codemirror/mode/xml/
607 606 kallithea/public/codemirror/mode/xml/xml.js
608 607 kallithea/public/codemirror/mode/xquery/
609 608 kallithea/public/codemirror/mode/xquery/xquery.js
610 609 kallithea/public/codemirror/mode/yaml/
611 610 kallithea/public/codemirror/mode/yaml/yaml.js
612 611 kallithea/public/codemirror/mode/z80/
613 612 kallithea/public/codemirror/mode/z80/z80.js
614 613 kallithea/public/css/
615 614 kallithea/public/css/bootstrap.css
616 615 kallithea/public/css/contextbar.css
617 616 kallithea/public/css/mergely.css
618 617 kallithea/public/css/pygments.css
619 618 kallithea/public/css/style.css
620 619 kallithea/public/fontello/
621 620 kallithea/public/fontello/README-kallithea.txt
622 621 kallithea/public/fontello/README.txt
623 622 kallithea/public/fontello/config.json
624 623 kallithea/public/fontello/css/
625 624 kallithea/public/fontello/css/kallithea.css
626 625 kallithea/public/fontello/font/
627 626 kallithea/public/fontello/font/kallithea.eot
628 627 kallithea/public/fontello/font/kallithea.svg
629 628 kallithea/public/fontello/font/kallithea.ttf
630 629 kallithea/public/fontello/font/kallithea.woff
631 630 kallithea/public/images/
632 631 kallithea/public/images/background.png
633 632 kallithea/public/images/favicon.ico
634 633 kallithea/public/images/kallithea-logo.png
635 634 kallithea/public/images/kallithea-logo.svg
636 635 kallithea/public/images/pager.png
637 636 kallithea/public/images/pager_selected.png
638 637 kallithea/public/js/
639 638 kallithea/public/js/base.js
640 639 kallithea/public/js/bootstrap.js
641 640 kallithea/public/js/codemirror_loadmode.js
642 641 kallithea/public/js/graph.js
643 642 kallithea/public/js/jquery.min.js
644 643 kallithea/public/js/mergely.js
645 644 kallithea/public/js/mousetrap.js
646 645 kallithea/public/js/native.history.js
647 646 kallithea/public/js/select2/
648 647 kallithea/public/js/select2/select2-bootstrap.css
649 648 kallithea/public/js/select2/select2-spinner.gif
650 649 kallithea/public/js/select2/select2.css
651 650 kallithea/public/js/select2/select2.js
652 651 kallithea/public/js/select2/select2.png
653 652 kallithea/public/js/select2/select2x2.png
654 653 kallithea/public/js/yui.2.9.js
655 654 kallithea/public/js/yui.flot.js
656 655 kallithea/templates/
657 656 kallithea/templates/about.html
658 657 kallithea/templates/admin/
659 658 kallithea/templates/admin/admin.html
660 659 kallithea/templates/admin/admin_log.html
661 660 kallithea/templates/admin/auth/
662 661 kallithea/templates/admin/auth/auth_settings.html
663 662 kallithea/templates/admin/defaults/
664 663 kallithea/templates/admin/defaults/defaults.html
665 664 kallithea/templates/admin/gists/
666 665 kallithea/templates/admin/gists/edit.html
667 666 kallithea/templates/admin/gists/index.html
668 667 kallithea/templates/admin/gists/new.html
669 668 kallithea/templates/admin/gists/show.html
670 669 kallithea/templates/admin/my_account/
671 670 kallithea/templates/admin/my_account/my_account.html
672 671 kallithea/templates/admin/my_account/my_account_api_keys.html
673 672 kallithea/templates/admin/my_account/my_account_emails.html
674 673 kallithea/templates/admin/my_account/my_account_password.html
675 674 kallithea/templates/admin/my_account/my_account_perms.html
676 675 kallithea/templates/admin/my_account/my_account_profile.html
677 676 kallithea/templates/admin/my_account/my_account_repos.html
678 677 kallithea/templates/admin/my_account/my_account_watched.html
679 678 kallithea/templates/admin/notifications/
680 679 kallithea/templates/admin/notifications/notifications.html
681 680 kallithea/templates/admin/notifications/notifications_data.html
682 681 kallithea/templates/admin/notifications/show_notification.html
683 682 kallithea/templates/admin/permissions/
684 683 kallithea/templates/admin/permissions/permissions.html
685 684 kallithea/templates/admin/permissions/permissions_globals.html
686 685 kallithea/templates/admin/permissions/permissions_ips.html
687 686 kallithea/templates/admin/permissions/permissions_perms.html
688 687 kallithea/templates/admin/repo_groups/
689 688 kallithea/templates/admin/repo_groups/repo_group_add.html
690 689 kallithea/templates/admin/repo_groups/repo_group_edit.html
691 690 kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html
692 691 kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
693 692 kallithea/templates/admin/repo_groups/repo_group_edit_settings.html
694 693 kallithea/templates/admin/repo_groups/repo_group_show.html
695 694 kallithea/templates/admin/repo_groups/repo_groups.html
696 695 kallithea/templates/admin/repos/
697 696 kallithea/templates/admin/repos/repo_add.html
698 697 kallithea/templates/admin/repos/repo_add_base.html
699 698 kallithea/templates/admin/repos/repo_creating.html
700 699 kallithea/templates/admin/repos/repo_edit.html
701 700 kallithea/templates/admin/repos/repo_edit_advanced.html
702 701 kallithea/templates/admin/repos/repo_edit_caches.html
703 702 kallithea/templates/admin/repos/repo_edit_fields.html
704 703 kallithea/templates/admin/repos/repo_edit_fork.html
705 704 kallithea/templates/admin/repos/repo_edit_permissions.html
706 705 kallithea/templates/admin/repos/repo_edit_remote.html
707 706 kallithea/templates/admin/repos/repo_edit_settings.html
708 707 kallithea/templates/admin/repos/repo_edit_statistics.html
709 708 kallithea/templates/admin/repos/repos.html
710 709 kallithea/templates/admin/settings/
711 710 kallithea/templates/admin/settings/settings.html
712 711 kallithea/templates/admin/settings/settings_email.html
713 712 kallithea/templates/admin/settings/settings_global.html
714 713 kallithea/templates/admin/settings/settings_hooks.html
715 714 kallithea/templates/admin/settings/settings_mapping.html
716 715 kallithea/templates/admin/settings/settings_search.html
717 716 kallithea/templates/admin/settings/settings_system.html
718 717 kallithea/templates/admin/settings/settings_system_update.html
719 718 kallithea/templates/admin/settings/settings_vcs.html
720 719 kallithea/templates/admin/settings/settings_visual.html
721 720 kallithea/templates/admin/user_groups/
722 721 kallithea/templates/admin/user_groups/user_group_add.html
723 722 kallithea/templates/admin/user_groups/user_group_edit.html
724 723 kallithea/templates/admin/user_groups/user_group_edit_advanced.html
725 724 kallithea/templates/admin/user_groups/user_group_edit_default_perms.html
726 725 kallithea/templates/admin/user_groups/user_group_edit_members.html
727 726 kallithea/templates/admin/user_groups/user_group_edit_perms.html
728 727 kallithea/templates/admin/user_groups/user_group_edit_settings.html
729 728 kallithea/templates/admin/user_groups/user_groups.html
730 729 kallithea/templates/admin/users/
731 730 kallithea/templates/admin/users/user_add.html
732 731 kallithea/templates/admin/users/user_edit.html
733 732 kallithea/templates/admin/users/user_edit_advanced.html
734 733 kallithea/templates/admin/users/user_edit_api_keys.html
735 734 kallithea/templates/admin/users/user_edit_emails.html
736 735 kallithea/templates/admin/users/user_edit_ips.html
737 736 kallithea/templates/admin/users/user_edit_perms.html
738 737 kallithea/templates/admin/users/user_edit_profile.html
739 738 kallithea/templates/admin/users/users.html
740 739 kallithea/templates/base/
741 740 kallithea/templates/base/base.html
742 741 kallithea/templates/base/default_perms_box.html
743 742 kallithea/templates/base/flash_msg.html
744 743 kallithea/templates/base/perms_summary.html
745 744 kallithea/templates/base/root.html
746 745 kallithea/templates/bookmarks/
747 746 kallithea/templates/bookmarks/bookmarks.html
748 747 kallithea/templates/bookmarks/bookmarks_data.html
749 748 kallithea/templates/branches/
750 749 kallithea/templates/branches/branches.html
751 750 kallithea/templates/branches/branches_data.html
752 751 kallithea/templates/changelog/
753 752 kallithea/templates/changelog/changelog.html
754 753 kallithea/templates/changelog/changelog_details.html
755 754 kallithea/templates/changelog/changelog_summary_data.html
756 755 kallithea/templates/changeset/
757 756 kallithea/templates/changeset/changeset.html
758 757 kallithea/templates/changeset/changeset_comment_block.html
759 758 kallithea/templates/changeset/changeset_file_comment.html
760 759 kallithea/templates/changeset/changeset_range.html
761 760 kallithea/templates/changeset/diff_block.html
762 761 kallithea/templates/changeset/patch_changeset.html
763 762 kallithea/templates/compare/
764 763 kallithea/templates/compare/compare_cs.html
765 764 kallithea/templates/compare/compare_diff.html
766 765 kallithea/templates/data_table/
767 766 kallithea/templates/data_table/_dt_elements.html
768 767 kallithea/templates/email_templates/
769 768 kallithea/templates/email_templates/changeset_comment.html
770 769 kallithea/templates/email_templates/changeset_comment.txt
771 770 kallithea/templates/email_templates/default.html
772 771 kallithea/templates/email_templates/default.txt
773 772 kallithea/templates/email_templates/main.html
774 773 kallithea/templates/email_templates/main.txt
775 774 kallithea/templates/email_templates/password_reset.html
776 775 kallithea/templates/email_templates/password_reset.txt
777 776 kallithea/templates/email_templates/pull_request.html
778 777 kallithea/templates/email_templates/pull_request.txt
779 778 kallithea/templates/email_templates/pull_request_comment.html
780 779 kallithea/templates/email_templates/pull_request_comment.txt
781 780 kallithea/templates/email_templates/registration.html
782 781 kallithea/templates/email_templates/registration.txt
783 782 kallithea/templates/errors/
784 783 kallithea/templates/errors/error_document.html
785 784 kallithea/templates/files/
786 785 kallithea/templates/files/diff_2way.html
787 786 kallithea/templates/files/file_diff.html
788 787 kallithea/templates/files/files.html
789 788 kallithea/templates/files/files_add.html
790 789 kallithea/templates/files/files_browser.html
791 790 kallithea/templates/files/files_delete.html
792 791 kallithea/templates/files/files_edit.html
793 792 kallithea/templates/files/files_history_box.html
794 793 kallithea/templates/files/files_source.html
795 794 kallithea/templates/files/files_ypjax.html
796 795 kallithea/templates/followers/
797 796 kallithea/templates/followers/followers.html
798 797 kallithea/templates/followers/followers_data.html
799 798 kallithea/templates/forks/
800 799 kallithea/templates/forks/fork.html
801 800 kallithea/templates/forks/forks.html
802 801 kallithea/templates/forks/forks_data.html
803 802 kallithea/templates/index.html
804 803 kallithea/templates/index_base.html
805 804 kallithea/templates/journal/
806 805 kallithea/templates/journal/journal.html
807 806 kallithea/templates/journal/journal_data.html
808 807 kallithea/templates/journal/public_journal.html
809 808 kallithea/templates/login.html
810 809 kallithea/templates/password_reset.html
811 810 kallithea/templates/password_reset_confirmation.html
812 811 kallithea/templates/pullrequests/
813 812 kallithea/templates/pullrequests/pullrequest.html
814 813 kallithea/templates/pullrequests/pullrequest_data.html
815 814 kallithea/templates/pullrequests/pullrequest_show.html
816 815 kallithea/templates/pullrequests/pullrequest_show_all.html
817 816 kallithea/templates/pullrequests/pullrequest_show_my.html
818 817 kallithea/templates/register.html
819 818 kallithea/templates/search/
820 819 kallithea/templates/search/search.html
821 820 kallithea/templates/search/search_commit.html
822 821 kallithea/templates/search/search_content.html
823 822 kallithea/templates/search/search_path.html
824 823 kallithea/templates/search/search_repository.html
825 824 kallithea/templates/summary/
826 825 kallithea/templates/summary/statistics.html
827 826 kallithea/templates/summary/summary.html
828 827 kallithea/templates/switch_to_list.html
829 828 kallithea/templates/tags/
830 829 kallithea/templates/tags/tags.html
831 830 kallithea/templates/tags/tags_data.html
832 831 kallithea/tests/
833 832 kallithea/tests/__init__.py
834 833 kallithea/tests/api/
835 834 kallithea/tests/api/__init__.py
836 835 kallithea/tests/api/api_base.py
837 836 kallithea/tests/api/test_api_git.py
838 837 kallithea/tests/api/test_api_hg.py
839 838 kallithea/tests/conftest.py
840 839 kallithea/tests/fixture.py
841 840 kallithea/tests/fixtures/
842 841 kallithea/tests/fixtures/diff_with_diff_data.diff
843 842 kallithea/tests/fixtures/git_diff_binary_and_normal.diff
844 843 kallithea/tests/fixtures/git_diff_chmod.diff
845 844 kallithea/tests/fixtures/git_diff_mod_single_binary_file.diff
846 845 kallithea/tests/fixtures/git_diff_modify_binary_file.diff
847 846 kallithea/tests/fixtures/git_diff_rename_file.diff
848 847 kallithea/tests/fixtures/git_node_history_response.json
849 848 kallithea/tests/fixtures/hg_diff_add_single_binary_file.diff
850 849 kallithea/tests/fixtures/hg_diff_binary_and_normal.diff
851 850 kallithea/tests/fixtures/hg_diff_chmod.diff
852 851 kallithea/tests/fixtures/hg_diff_chmod_and_mod_single_binary_file.diff
853 852 kallithea/tests/fixtures/hg_diff_copy_and_chmod_file.diff
854 853 kallithea/tests/fixtures/hg_diff_copy_and_modify_file.diff
855 854 kallithea/tests/fixtures/hg_diff_copy_chmod_and_edit_file.diff
856 855 kallithea/tests/fixtures/hg_diff_copy_file.diff
857 856 kallithea/tests/fixtures/hg_diff_del_single_binary_file.diff
858 857 kallithea/tests/fixtures/hg_diff_mod_file_and_rename.diff
859 858 kallithea/tests/fixtures/hg_diff_mod_single_binary_file.diff
860 859 kallithea/tests/fixtures/hg_diff_mod_single_file_and_rename_and_chmod.diff
861 860 kallithea/tests/fixtures/hg_diff_rename_and_chmod_file.diff
862 861 kallithea/tests/fixtures/hg_diff_rename_file.diff
863 862 kallithea/tests/fixtures/hg_diff_rename_space_cr.diff
864 863 kallithea/tests/fixtures/hg_node_history_response.json
865 864 kallithea/tests/fixtures/journal_dump.csv
866 865 kallithea/tests/fixtures/markuptest.diff
867 866 kallithea/tests/fixtures/vcs_test_git.tar.gz
868 867 kallithea/tests/fixtures/vcs_test_hg.tar.gz
869 868 kallithea/tests/functional/
870 869 kallithea/tests/functional/__init__.py
871 870 kallithea/tests/functional/test_admin.py
872 871 kallithea/tests/functional/test_admin_auth_settings.py
873 872 kallithea/tests/functional/test_admin_defaults.py
874 873 kallithea/tests/functional/test_admin_gists.py
875 874 kallithea/tests/functional/test_admin_notifications.py
876 875 kallithea/tests/functional/test_admin_permissions.py
877 876 kallithea/tests/functional/test_admin_repo_groups.py
878 877 kallithea/tests/functional/test_admin_repos.py
879 878 kallithea/tests/functional/test_admin_settings.py
880 879 kallithea/tests/functional/test_admin_user_groups.py
881 880 kallithea/tests/functional/test_admin_users.py
882 881 kallithea/tests/functional/test_branches.py
883 882 kallithea/tests/functional/test_changelog.py
884 883 kallithea/tests/functional/test_changeset.py
885 884 kallithea/tests/functional/test_changeset_comments.py
886 885 kallithea/tests/functional/test_compare.py
887 886 kallithea/tests/functional/test_compare_local.py
888 887 kallithea/tests/functional/test_feed.py
889 888 kallithea/tests/functional/test_files.py
890 889 kallithea/tests/functional/test_followers.py
891 890 kallithea/tests/functional/test_forks.py
892 891 kallithea/tests/functional/test_home.py
893 892 kallithea/tests/functional/test_journal.py
894 893 kallithea/tests/functional/test_login.py
895 894 kallithea/tests/functional/test_my_account.py
896 895 kallithea/tests/functional/test_pullrequests.py
897 896 kallithea/tests/functional/test_repo_groups.py
898 897 kallithea/tests/functional/test_search.py
899 898 kallithea/tests/functional/test_summary.py
900 899 kallithea/tests/functional/test_tags.py
901 900 kallithea/tests/models/
902 901 kallithea/tests/models/__init__.py
903 902 kallithea/tests/models/common.py
904 903 kallithea/tests/models/test_changeset_status.py
905 904 kallithea/tests/models/test_diff_parsers.py
906 905 kallithea/tests/models/test_notifications.py
907 906 kallithea/tests/models/test_permissions.py
908 907 kallithea/tests/models/test_repo_groups.py
909 908 kallithea/tests/models/test_repos.py
910 909 kallithea/tests/models/test_user_group_permissions_on_repo_groups.py
911 910 kallithea/tests/models/test_user_groups.py
912 911 kallithea/tests/models/test_user_permissions_on_repo_groups.py
913 912 kallithea/tests/models/test_user_permissions_on_repos.py
914 913 kallithea/tests/models/test_users.py
915 914 kallithea/tests/other/
916 915 kallithea/tests/other/__init__.py
917 916 kallithea/tests/other/manual_test_vcs_operations.py
918 917 kallithea/tests/other/test_libs.py
919 918 kallithea/tests/other/test_mail.py
920 919 kallithea/tests/other/test_validators.py
921 920 kallithea/tests/scripts/
922 921 kallithea/tests/scripts/create_rc.sh
923 922 kallithea/tests/scripts/manual_test_concurrency.py
924 923 kallithea/tests/scripts/manual_test_crawler.py
925 924 kallithea/tests/scripts/mem_watch
926 925 kallithea/tests/test.ini
927 926 kallithea/tests/vcs/
928 927 kallithea/tests/vcs/__init__.py
929 928 kallithea/tests/vcs/aconfig
930 929 kallithea/tests/vcs/base.py
931 930 kallithea/tests/vcs/conf.py
932 931 kallithea/tests/vcs/test_archives.py
933 932 kallithea/tests/vcs/test_branches.py
934 933 kallithea/tests/vcs/test_changesets.py
935 934 kallithea/tests/vcs/test_filenodes_unicode_path.py
936 935 kallithea/tests/vcs/test_getitem.py
937 936 kallithea/tests/vcs/test_getslice.py
938 937 kallithea/tests/vcs/test_git.py
939 938 kallithea/tests/vcs/test_hg.py
940 939 kallithea/tests/vcs/test_inmemchangesets.py
941 940 kallithea/tests/vcs/test_nodes.py
942 941 kallithea/tests/vcs/test_repository.py
943 942 kallithea/tests/vcs/test_tags.py
944 943 kallithea/tests/vcs/test_utils.py
945 944 kallithea/tests/vcs/test_utils_filesize.py
946 945 kallithea/tests/vcs/test_vcs.py
947 946 kallithea/tests/vcs/test_workdirs.py
948 947 kallithea/tests/vcs/utils.py
949 948 kallithea/websetup.py
950 949 setup.cfg
951 950 setup.py
@@ -1,174 +1,171 b''
1 1 #!/usr/bin/env python2
2 2 # -*- coding: utf-8 -*-
3 3 import os
4 4 import sys
5 5 import platform
6 6
7 7 if sys.version_info < (2, 6) or sys.version_info >= (3,):
8 8 raise Exception('Kallithea requires python 2.6 or 2.7')
9 9
10 10
11 11 here = os.path.abspath(os.path.dirname(__file__))
12 12
13 13
14 14 def _get_meta_var(name, data, callback_handler=None):
15 15 import re
16 16 matches = re.compile(r'(?:%s)\s*=\s*(.*)' % name).search(data)
17 17 if matches:
18 18 if not callable(callback_handler):
19 19 callback_handler = lambda v: v
20 20
21 21 return callback_handler(eval(matches.groups()[0]))
22 22
23 23 _meta = open(os.path.join(here, 'kallithea', '__init__.py'), 'rb')
24 24 _metadata = _meta.read()
25 25 _meta.close()
26 26
27 27 callback = lambda V: ('.'.join(map(str, V[:3])) + '.'.join(V[3:]))
28 28 __version__ = _get_meta_var('VERSION', _metadata, callback)
29 29 __license__ = _get_meta_var('__license__', _metadata)
30 30 __author__ = _get_meta_var('__author__', _metadata)
31 31 __url__ = _get_meta_var('__url__', _metadata)
32 32 # defines current platform
33 33 __platform__ = platform.system()
34 34
35 35 is_windows = __platform__ in ['Windows']
36 36
37 37 requirements = [
38 38 "alembic>=0.8.0,<0.9",
39 39 "waitress==0.8.8",
40 40 "webob>=1.0.8,<=1.1.1",
41 41 "Pylons>=1.0.0,<=1.0.2",
42 42 "Beaker==1.6.4",
43 43 "WebHelpers==1.3",
44 44 "formencode>=1.2.4,<=1.2.6",
45 45 "SQLAlchemy>=1.0,<1.1",
46 46 "Mako>=0.9.0,<=1.0.0",
47 47 "pygments>=1.5",
48 48 "whoosh>=2.4.0,<=2.5.7",
49 49 "celery>=2.2.5,<2.3",
50 50 "babel>=0.9.6,<=1.3",
51 51 "python-dateutil>=1.5.0,<2.0.0",
52 52 "markdown==2.2.1",
53 53 "docutils>=0.8.1,<=0.11",
54 54 "URLObject==2.3.4",
55 55 "Routes==1.13",
56 56 "dulwich>=0.14.1",
57 57 "mercurial>=2.9,<4.0",
58 58 ]
59 59
60 60 if sys.version_info < (2, 7):
61 61 requirements.append("importlib==1.0.1")
62 62 requirements.append("argparse")
63 63
64 64 if not is_windows:
65 65 requirements.append("bcrypt>=2.0.0")
66 66
67 67 dependency_links = [
68 68 ]
69 69
70 70 classifiers = [
71 71 'Development Status :: 4 - Beta',
72 72 'Environment :: Web Environment',
73 73 'Framework :: Pylons',
74 74 'Intended Audience :: Developers',
75 75 'License :: OSI Approved :: GNU General Public License (GPL)',
76 76 'Operating System :: OS Independent',
77 77 'Programming Language :: Python',
78 78 'Programming Language :: Python :: 2.6',
79 79 'Programming Language :: Python :: 2.7',
80 80 'Topic :: Software Development :: Version Control',
81 81 ]
82 82
83 83
84 84 # additional files from project that goes somewhere in the filesystem
85 85 # relative to sys.prefix
86 86 data_files = []
87 87
88 88 description = ('Kallithea is a fast and powerful management tool '
89 89 'for Mercurial and Git with a built in push/pull server, '
90 90 'full text search and code-review.')
91 91
92 92 keywords = ' '.join([
93 93 'kallithea', 'mercurial', 'git', 'code review',
94 94 'repo groups', 'ldap', 'repository management', 'hgweb replacement',
95 95 'hgwebdir', 'gitweb replacement', 'serving hgweb',
96 96 ])
97 97
98 98 # long description
99 99 README_FILE = 'README.rst'
100 CHANGELOG_FILE = 'docs/changelog.rst'
101 100 try:
102 long_description = open(README_FILE).read() + '\n\n' + \
103 open(CHANGELOG_FILE).read()
104
101 long_description = open(README_FILE).read()
105 102 except IOError as err:
106 103 sys.stderr.write(
107 "[WARNING] Cannot find file specified as long_description (%s)\n or "
108 "changelog (%s) skipping that file" % (README_FILE, CHANGELOG_FILE)
104 "[WARNING] Cannot find file specified as long_description (%s)\n"
105 % README_FILE
109 106 )
110 107 long_description = description
111 108
112 109 import setuptools
113 110
114 111 # monkey patch setuptools to use distutils owner/group functionality
115 112 from setuptools.command import sdist
116 113 sdist_org = sdist.sdist
117 114 class sdist_new(sdist_org):
118 115 def initialize_options(self):
119 116 sdist_org.initialize_options(self)
120 117 self.owner = self.group = 'root'
121 118 sdist.sdist = sdist_new
122 119
123 120 packages = setuptools.find_packages(exclude=['ez_setup'])
124 121
125 122 setuptools.setup(
126 123 name='Kallithea',
127 124 version=__version__,
128 125 description=description,
129 126 long_description=long_description,
130 127 keywords=keywords,
131 128 license=__license__,
132 129 author=__author__,
133 130 author_email='kallithea@sfconservancy.org',
134 131 dependency_links=dependency_links,
135 132 url=__url__,
136 133 install_requires=requirements,
137 134 classifiers=classifiers,
138 135 setup_requires=['PasteScript>=1.6.3'],
139 136 data_files=data_files,
140 137 packages=packages,
141 138 include_package_data=True,
142 139 message_extractors={'kallithea': [
143 140 ('**.py', 'python', None),
144 141 ('templates/**.mako', 'mako', {'input_encoding': 'utf-8'}),
145 142 ('templates/**.html', 'mako', {'input_encoding': 'utf-8'}),
146 143 ('public/**', 'ignore', None)]},
147 144 zip_safe=False,
148 145 paster_plugins=['PasteScript', 'Pylons'],
149 146 entry_points="""
150 147 [console_scripts]
151 148 kallithea-api = kallithea.bin.kallithea_api:main
152 149 kallithea-gist = kallithea.bin.kallithea_gist:main
153 150 kallithea-config = kallithea.bin.kallithea_config:main
154 151
155 152 [paste.app_factory]
156 153 main = kallithea.config.middleware:make_app
157 154
158 155 [paste.app_install]
159 156 main = pylons.util:PylonsInstaller
160 157
161 158 [paste.global_paster_command]
162 159 setup-db=kallithea.lib.paster_commands.setup_db:Command
163 160 cleanup-repos=kallithea.lib.paster_commands.cleanup:Command
164 161 update-repoinfo=kallithea.lib.paster_commands.update_repoinfo:Command
165 162 make-rcext=kallithea.lib.paster_commands.make_rcextensions:Command
166 163 repo-scan=kallithea.lib.paster_commands.repo_scan:Command
167 164 cache-keys=kallithea.lib.paster_commands.cache_keys:Command
168 165 ishell=kallithea.lib.paster_commands.ishell:Command
169 166 make-index=kallithea.lib.paster_commands.make_index:Command
170 167 upgrade-db=kallithea.lib.dbmigrate:UpgradeDb
171 168 celeryd=kallithea.lib.celerypylons.commands:CeleryDaemonCommand
172 169 install-iis=kallithea.lib.paster_commands.install_iis:Command
173 170 """,
174 171 )
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now