unrhodecode/rhodecode/controllers
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 labs: enable by default. We want people to encourage using those 2016-07-05 21:18:30 +02:00
__init__.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
base_references.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
bookmarks.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
branches.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
changelog.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
changeset.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
compare.py pullrequest: disable pr on commits that dont share ancestor 2016-05-31 21:50:14 +03:00
debug_style.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
feed.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
files.py file-browser: refactor how we load metadata for file trees. 2016-07-12 11:45:51 +02:00
followers.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
forks.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
home.py autocomplete: allow to pass in a GET flag to control if non-active users should be returned in 2016-06-18 14:43:33 +02:00
journal.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
pullrequests.py templateContext: improve the context object idea 2016-07-07 15:33:43 +02:00
search.py search: sort commit messages by date rather than revision 2016-06-02 15:17:46 +03:00
summary.py readme/markup: improved order of generating readme files. Fixes #4050 2016-07-07 00:50:39 +02:00
tags.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
users.py project: added all source files and assets 2016-05-24 15:56:53 +02:00
utils.py project: added all source files and assets 2016-05-24 15:56:53 +02:00