summaryrefslogtreecommitdiff
path: root/app/views/tree
Commit message (Collapse)AuthorAgeFilesLines
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-237-99/+0
|
* Fix loading commit history for tree viewDmitriy Zaporozhets2013-04-291-1/+1
|
* Remove tree history & ajax sliderDmitriy Zaporozhets2013-04-291-11/+0
|
* Fix issue when switching branch when BLOB is shownPatrick Helm2013-04-231-0/+1
| | | | | | Fix blob-switching for AJAX-Requests Reorder
* Show last commit for treeDmitriy Zaporozhets2013-04-191-1/+9
|
* Fixed API file raw functionality, Fixed tree controller tests. Added ↵Dmitriy Zaporozhets2013-04-031-21/+18
| | | | BlobController specs
* Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets2013-04-037-55/+14
|
* Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets2013-04-021-1/+1
|
* Remove decorator calls and methods from views. Repalace with helper calls ↵Dmitriy Zaporozhets2013-03-312-3/+3
| | | | when needed
* slower animation for tree browsingDmitriy Zaporozhets2013-03-301-1/+1
|
* move edit to separate controller. This fixes #3265Dmitriy Zaporozhets2013-03-242-45/+1
|
* Remove tree single-tab panelDmitriy Zaporozhets2013-03-143-10/+4
|
* Fix loading animation while browsing treeDmitriy Zaporozhets2013-03-061-3/+2
|
* replace right with pull-rightDmitriy Zaporozhets2013-01-302-2/+2
|
* refactor buttons pt2Dmitriy Zaporozhets2013-01-293-7/+7
|
* refactor buttons pt1Dmitriy Zaporozhets2013-01-291-2/+2
|
* 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
| | | | Supported formats: "L12" for single lines and "L12-34" for multiple lines
* 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 listing
| * Update author info in tree viewRiyad Preukschas2012-10-182-3/+2
| |
* | Security for online editor. Replace dev_access?, master_access? with can? ↵randx2012-10-211-1/+1
|/ | | | method usage
* 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
|