unrhodecode/rhodecode/lib
Marcin Kuzminski 6dada9f346 meta-tags: cleanup support for metatags.
- fixes problem of html-escape + supported link
- no longer extract url from description, you have to use new url => tag
- tags are extracted to the beginning of the description during rendering
- show helpers in proper places in groups/repos/forks
2017-09-14 17:31:52 +02:00
..
celerylib audit-logs: implemented full audit logs across application. 2017-06-21 12:03:14 +02:00
celerypylons license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
dbmigrate db: use LONGTEXT for mysql in user_logs. Fixes #5385, problem with mysql rejecting 2017-09-12 13:35:35 +02:00
index search: added basic example query block. 2017-04-21 13:34:40 +02:00
middleware vcs: report 404 for shadow repos that are not existing anymore. Before we got 500 exception in this case. 2017-09-01 13:10:52 +02:00
paster_commands license: updated copyright year to 2017 2017-01-02 09:30:39 +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 repositories: rewrote whole admin section to pyramid. 2017-08-11 13:00:47 +02:00
rcmail emails: make bad headers error show what headers we investigated. 2017-05-03 18:28:54 +02:00
vcs mercurial: updated logging and function calls. 2017-08-24 18:49:20 +02:00
__init__.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
action_parser.py repo-commits: ported changeset code into pyramid views. 2017-07-24 17:04:14 +02:00
app_globals.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
audit_logger.py users: added SSH key management for user admin pages 2017-08-03 16:35:13 +02:00
auth.py auth: use consistent way of extracting came_from, and also sanitise it to remove 2017-09-06 23:39:45 +02:00
base.py repositories: rewrote whole admin section to pyramid. 2017-08-11 13:00:47 +02:00
caches.py license: updated copyright year to 2017 2017-01-02 09:30:39 +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: simplified the datastructure of fillediff. Hopefully this 2017-06-28 14:03:57 +02: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 db: use unicode for some of the defaults to reduce sqlalchemy warnings. 2017-07-26 12:14:56 +02: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: use whole chunk diff to calculate if it's oversized or not. 2017-09-01 15:56:50 +02: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 project: added all source files and assets 2016-05-24 15:56:53 +02: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 meta-tags: cleanup support for metatags. 2017-09-14 17:31:52 +02: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: make sure we propagate our dummy request with proper application_url. 2017-07-26 16:19:06 +02:00
hooks_utils.py license: updated copyright year to 2017 2017-01-02 09:30:39 +01:00
jsonalchemy.py license: updated copyright year to 2017 2017-01-02 09:30:39 +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 translation: unified usage of pluralize function ungettext. 2017-07-24 10:00:06 +02:00
pidlock.py license: updated copyright year to 2017 2017-01-02 09:30:39 +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 system-info: expose the common certificate file path. 2017-05-04 12:30:42 +02: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: added an API call to cleanup sessions. 2017-01-30 11:17:42 +01:00
utils.py user-groups: rewrote the app to pyramid 2017-08-31 12:47:19 +02:00
utils2.py sqlalchemy: enabled connection ping. 2017-07-25 16:54:10 +02:00