summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/tree.js.coffee
Commit message (Collapse)AuthorAgeFilesLines
* Fix search in FilesValery Sizov2015-10-061-1/+4
|
* Export all coffee classes with @Ciro Santilli2014-10-201-3/+1
|
* Add keyboard nav for tree view. Refactor tree-view coffeeDmitriy Zaporozhets2013-06-261-25/+39
|
* Remove tree history & ajax sliderDmitriy Zaporozhets2013-04-291-34/+7
|
* slower animation for tree browsingDmitriy Zaporozhets2013-03-301-1/+1
|
* Fix loading animation while browsing treeDmitriy Zaporozhets2013-03-061-7/+7
|
* fixed the bug of URIDECODE errorpanxiaoming2012-11-281-1/+1
| | | | if link to a chinese file name, it will jump to error page; for example, the chinese file name called "消息文档.md", when after urlencode, it will be "%E6%B6%88%E6%81%AF%E6%96%87%E6%A1%A3.md", but after use History.pushState, will jump to a bad decode link.
* Fix type error if there is a different location hashRiyad Preukschas2012-11-171-4/+4
|
* Allow linking to file linesRiyad Preukschas2012-11-101-0/+19
| | | | Supported formats: "L12" for single lines and "L12-34" for multiple lines
* Don't initialize Tree History unless tree-slider is presentRobert Speicher2012-11-011-20/+18
| | | This was breaking breadcrumb links on non-Tree pages
* Use History.js for better Tree browsingRobert Speicher2012-10-091-3/+21
| | | | Closes #1578
* Add render_tree helper; simplify (speed up) tree_iconRobert Speicher2012-10-031-0/+1
|
* Rename tree.js to tree.js.coffeeRobert Speicher2012-10-031-0/+20