summaryrefslogtreecommitdiff
path: root/app/views/tree
Commit message (Expand)AuthorAgeFilesLines
* Render empty string instead of nilAlex Denisov2013-01-211-1/+1
* a bit of restyling for issues and merge request listsDmitriy Zaporozhets2013-01-081-3/+3
* REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-3/+7
* add missing mandatory tr in theadCyril2012-12-111-4/+5
* Use project owner if no namespace. Restyled team pageDmitriy Zaporozhets2012-11-301-1/+1
* Add user_color_scheme_class helperRiyad Preukschas2012-11-271-3/+2
* Fix snippet render issue cause of haml preserveDmitriy Zaporozhets2012-11-261-1/+1
* Fix editor form, styles and JSRiyad Preukschas2012-11-171-10/+23
* Fix setting Ace modeRiyad Preukschas2012-11-171-1/+4
* Fix Haml indenting file contentRiyad Preukschas2012-11-171-1/+1
* Allow linking to file linesRiyad Preukschas2012-11-101-1/+1
* remove encode lib, clean all encoded area.Saito2012-11-092-2/+2
* Line anchors for file viewRiyad Preukschas2012-11-071-1/+1
* Extract shared/clone_panel partialRiyad Preukschas2012-10-251-4/+1
* Fix 500 error on tree view woth submoduleDmitriy Zaporozhets2012-10-251-1/+1
* Merge pull request #1717 from riyad/add-author-to-tree-listingDmitriy Zaporozhets2012-10-212-3/+2
|\
| * Update author info in tree viewRiyad Preukschas2012-10-182-3/+2
* | Security for online editor. Replace dev_access?, master_access? with can? met...randx2012-10-211-1/+1
|/
* WebEditor: Cancel button. Confirm #1705Valeriy Sizov2012-10-171-2/+1
* WebEditor: rename button save -> commit #1705Valeriy Sizov2012-10-171-1/+1
* WebEditor: show branch #1705Valeriy Sizov2012-10-171-1/+1
* WebEditor: fix unknown theme in production modeValeriy Sizov2012-10-161-1/+0
* tree.readme method addedrandx2012-10-161-2/+2
* Fix plain text readmerandx2012-10-161-1/+4
* Make history link for trees look like action links for blobsRiyad Preukschas2012-10-163-5/+5
* Fix offered links in tree/blob_actions partialRiyad Preukschas2012-10-151-2/+9
* Display more accurate file size in tree/blob/download partialRiyad Preukschas2012-10-151-1/+1
* Display file size instead of mode in tree/blob partialRiyad Preukschas2012-10-151-1/+1
* Extract out tree/blob/* partialsRiyad Preukschas2012-10-154-27/+28
* Extract tree/readme partialRiyad Preukschas2012-10-152-12/+13
* Extract tree/blob_actions partialRiyad Preukschas2012-10-152-6/+6
* Rename tree/tree_file partial to tree/blobRiyad Preukschas2012-10-152-13/+13
* Minor improve to UI and code formatting of gitlab web editorrandx2012-10-152-5/+9
* WebEditor: commit message is required nowValeriy Sizov2012-10-121-1/+1
* WebEditor: base implementationValeriy Sizov2012-10-121-2/+7
* WebEditor: sceletonValeriy Sizov2012-10-121-2/+2
* Design improvedDmitriy Zaporozhets2012-10-121-11/+14
* WebEditor: integrated editorValeriy Sizov2012-10-121-3/+12
* WebEditor: base formValeriy Sizov2012-10-122-0/+11
* Use History.js for better Tree browsingRobert Speicher2012-10-092-16/+3
* Add render_tree helper; simplify (speed up) tree_iconRobert Speicher2012-10-033-21/+12
* Remove locals from tree/submodule_item, use "object" insteadRobert Speicher2012-10-031-5/+3
* Tree.init() JS is no longer requiredRobert Speicher2012-10-031-6/+1
* Remove locals from tree/tree_file and just use "object" insteadRobert Speicher2012-10-032-13/+15
* Use class instead id for css stylesDmitriy Zaporozhets2012-10-022-3/+4
* Fix back button for tree navigationrandx2012-09-271-1/+1
* Replace various "active tab" checks with nav_linkRobert Speicher2012-09-261-3/+2
* Fix various linksRobert Speicher2012-09-261-1/+1
* DRY up Blame, Blob and Tree controllersRobert Speicher2012-09-262-2/+2
* Add BlobController, remove Refs#blobRobert Speicher2012-09-261-3/+3