unrhodecode/rhodecode
Marcin Kuzminski f48e94aa14 file-browser: refactor how we load metadata for file trees.
Before we used to use JSON data to map the nodes to json and fill in
metadata. Now we use rendered parts of html. This is nicer for caching as
it would allow us to replace the view with cached tree and then after ajax load
replace it again with cached with metadata. On the next request we'll
get the cached with metadata and thus we can skip entirely second
ajax call for metadata.

This is part of #4083
2016-07-12 11:45:51 +02:00
..
admin integrations: add integration support 2016-07-10 06:43:20 +03:00
api api: Add api methods to get/set repository settings, implements #4021 2016-07-06 16:33:56 +02:00
authentication authn: Generate the form default values manually. 2016-06-28 16:28:18 +02:00
config file-browser: refactor how we load metadata for file trees. 2016-07-12 11:45:51 +02:00
controllers file-browser: refactor how we load metadata for file trees. 2016-07-12 11:45:51 +02:00
events integrations: add integration support 2016-07-10 06:43:20 +03:00
i18n i18n: updated messages catalog 2016-07-04 14:07:41 +02:00
integrations slack: fix wrong named function 2016-07-11 17:28:24 +02:00
lib file-browser: refactor how we load metadata for file trees. 2016-07-12 11:45:51 +02:00
login login: Log redirection target on debug level 2016-06-16 10:43:17 +02:00
model slack: fix links in commit/pr events 2016-07-11 17:57:34 +02:00
public file-browser: refactor how we load metadata for file trees. 2016-07-12 11:45:51 +02:00
templates file-browser: refactor how we load metadata for file trees. 2016-07-12 11:45:51 +02:00
tests file-browser: refactor how we load metadata for file trees. 2016-07-12 11:45:51 +02:00
utils project: added all source files and assets 2016-05-24 15:56:53 +02:00
__init__.py integrations: add integration support 2016-07-10 06:43:20 +03:00
rcserver.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
subscribers.py i18n: Use new translation string factory. 2016-05-27 12:15:09 +02:00
translation.py integrations: add integration support 2016-07-10 06:43:20 +03:00
tweens.py js-template-context: made the context pyramid and pylons compatible. 2016-07-08 19:02:52 +02:00
VERSION release: Start preparation for 4.2.1 2016-07-04 10:18:21 +00:00
websetup.py project: added all source files and assets 2016-05-24 15:56:53 +02:00