| .. |
|
celerylib
|
celery: improve fetching of repo_check tasks.
|
2017-11-21 19:33:53 +01:00 |
|
dbmigrate
|
paster: commands cleanup.
|
2017-11-16 18:26:55 +01:00 |
|
index
|
pylons: fixed code and test suite after removal of pylons.
|
2017-11-16 18:27:09 +01:00 |
|
middleware
|
simplevcs: store rc_extras reference inside the apps itself so it can be used during
|
2017-11-22 16:25:30 +01:00 |
|
paster_commands
|
paster: further deprecated certain commands from paster.
|
2017-11-17 11:38:54 +01:00 |
|
plugins
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
pyramid_shell
|
core: expose pshell as ipython with RhodeCode imports.
|
2017-08-04 15:15:43 +02:00 |
|
rc_commands
|
core: ported setup-app to pyramid command.
|
2017-11-10 16:08:48 +01:00 |
|
rcmail
|
emails: make bad headers error show what headers we investigated.
|
2017-05-03 18:28:54 +02:00 |
|
vcs
|
compat: use py3 compatible configparser in all places.
|
2017-11-15 20:35:22 +01:00 |
|
__init__.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
action_parser.py
|
pylons: remove pylons as dependency
|
2017-11-15 13:42:54 +01:00 |
|
audit_logger.py
|
audit-logs: added user.register audit log entry.
|
2017-11-20 17:31:56 +01:00 |
|
auth.py
|
pylons: remove pylons as dependency
|
2017-11-15 13:42:54 +01:00 |
|
base.py
|
caches: configure defaults for all defined regions.
|
2017-11-16 22:02:32 +01:00 |
|
caches.py
|
caches: configure defaults for all defined regions.
|
2017-11-16 22:02:32 +01:00 |
|
caching_query.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
channelstream.py
|
channelstream: log debug should be lazily evaulated.
|
2017-07-26 20:22:06 +02:00 |
|
codeblocks.py
|
diffs: fixed problem with rendering no newline at the end of file markers.
|
2017-11-19 15:23:38 +01:00 |
|
colander_utils.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
colored_formatter.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
compat.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
datelib.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
db_manage.py
|
core: ported upgrade-db cli command to pyramid.
|
2017-11-09 20:55:02 +01:00 |
|
diff_match_patch.py
|
diffs: replace compare controller with new html based diffs:
|
2016-10-19 14:29:51 +03:00 |
|
diffs.py
|
diffs: fixed problem with rendering no newline at the end of file markers.
|
2017-11-19 15:23:38 +01:00 |
|
encrypt.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
exceptions.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
ext_json.py
|
pylons: fixed code and test suite after removal of pylons.
|
2017-11-16 18:27:09 +01:00 |
|
ext_json_renderer.py
|
core: added ext_json as custom renderer using our ext_json lib for pyramid.
|
2017-04-19 14:27:17 +02:00 |
|
fakemod.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
graphmod.py
|
changelog: added dynamic loaders to extend number of commits inside changelog.
|
2017-01-31 22:05:36 +01:00 |
|
helpers.py
|
mettags: limit the scope of url => metatag to http, https and / links.
|
2017-11-20 12:44:07 +01:00 |
|
hooks_base.py
|
audit-logs: use stricter limit on how much data the commits key can hold.
|
2017-07-26 09:55:51 +02:00 |
|
hooks_daemon.py
|
events: fixed routing problems with new bootstrap_request logic.
|
2017-11-09 19:02:38 +01:00 |
|
hooks_utils.py
|
pylons: remove pylons as dependency
|
2017-11-15 13:42:54 +01:00 |
|
jsonalchemy.py
|
jsonalchemy: add de_coerce to reverse serialization of list and dict elements from Mutation objects back to original state.
|
2017-11-26 17:18:28 +01:00 |
|
logging_formatter.py
|
core: removed pyro4 from Enterprise code. Fixes #5198
|
2017-02-07 15:58:49 +01:00 |
|
markdown_ext.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
markup_renderer.py
|
markup: use cached version of http pattern for urlify_text. This
|
2017-09-14 11:26:46 +02:00 |
|
memory_lru_debug.py
|
pep8: cleanup code of lru_debug
|
2017-09-08 12:40:29 +02:00 |
|
partial_renderer.py
|
partial-renderer: use package resource format for templates.
|
2017-11-07 22:28:14 +01:00 |
|
pidlock.py
|
license: updated copyright year to 2017
|
2017-01-02 09:30:39 +01:00 |
|
pyramid_utils.py
|
celery: celery 4.X support. Fixes #4169
|
2017-11-16 19:26:53 +01:00 |
|
repo_maintenance.py
|
maintenance: added svn verify command to tasks to be able to verify
|
2017-05-26 13:02:12 +02:00 |
|
system_info.py
|
compat: use py3 compatible configparser in all places.
|
2017-11-15 20:35:22 +01:00 |
|
user_log_filter.py
|
audit-logs: added *basic* support for NOT query term in audit logs.
|
2017-06-20 16:35:40 +02:00 |
|
user_sessions.py
|
user sessions: get ability to count memcached sessions
|
2017-09-29 12:59:44 +02:00 |
|
utils.py
|
caches: configure defaults for all defined regions.
|
2017-11-16 22:02:32 +01:00 |
|
utils2.py
|
celery: celery 4.X support. Fixes #4169
|
2017-11-16 19:26:53 +01:00 |