summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* separate project repositories API docsNihad Abbasov2012-09-211-0/+11
|
* remove commits API section from helpNihad Abbasov2012-09-211-11/+0
|
* APi for commits. Better api docsDmitriy Zaporozhets2012-09-211-70/+77
|
* Improve commits compare. Added tags to autocomplete. Dont look for commits ↵Dmitriy Zaporozhets2012-09-214-16/+33
| | | | if from & to are empty
* update help section with session API docsNihad Abbasov2012-09-201-0/+12
|
* Added workaround for github-markup issue with rendering markdownDmitriy Zaporozhets2012-09-203-4/+16
|
* Escape text passed directly to gfmRobert Speicher2012-09-197-7/+7
|
* Escape text passed to gfm by link_to_gfmRobert Speicher2012-09-192-4/+4
|
* polishing UI a bit. Added footer links for dashboardDmitriy Zaporozhets2012-09-1911-71/+117
|
* Fix ref select search widthrandx2012-09-181-1/+1
|
* Gitlab styled tabs. Better ref selectorrandx2012-09-182-10/+42
|
* Notes votes: use icons instead of borders. Removed unnecessary paddingDmitriy Zaporozhets2012-09-183-10/+22
|
* Merge branch 'update-votes-when-adding-notes' of ↵Dmitriy Zaporozhets2012-09-186-6/+64
|\ | | | | | | https://github.com/riyad/gitlabhq into riyad-update-votes-when-adding-notes
| * Update votes when creating or refreshing notesRiyad Preukschas2012-09-151-3/+40
| |
| * Highlight voting notes for issues and merge requestsRiyad Preukschas2012-09-155-3/+24
| |
* | Fix project update. Make slim form only for reversed commentsDmitriy Zaporozhets2012-09-185-20/+15
| |
* | Merge pull request #1479 from tsigo/ref_switchDmitriy Zaporozhets2012-09-175-14/+12
|\ \ | | | | | | Extract ref switcher into a partial
| * | Extract ref switcher into a partialRobert Speicher2012-09-164-11/+12
| | | | | | | | | Also moves onchange JS to projects.js.coffee
| * | Remove unused project/_refs partialRobert Speicher2012-09-161-3/+0
| |/
* | Fix permissions for TeamMembers#indexRobert Speicher2012-09-161-1/+4
| |
* | Remove Projects#team actionRobert Speicher2012-09-168-13/+11
| | | | | | | | Uses TeamMembers#index instead, to be more RESTful
* | Remove redundant access check for Issues#destroyRobert Speicher2012-09-161-2/+0
| | | | | | | | | | | | We were already calling `authorize_admin_issue!` in a before filter with the same permission checks, so this deleted check wasn't actually doing anything.
* | Remove non-existent "close" action from authorize_modify_issue filterRobert Speicher2012-09-161-1/+1
| |
* | Add an AdminController base class for Admin controllersRobert Speicher2012-09-169-44/+27
| | | | | | | | Handles stuff that's shared across admin controllers.
* | Remove unused ProfileController#password actionRobert Speicher2012-09-161-3/+0
|/
* Init mr comments when naviagate via ajax to diffrandx2012-09-151-0/+3
|
* Fix MR diff comments. Fix wiki comments loading errorrandx2012-09-155-4/+11
|
* Merge branch 'change-notes-order' of https://github.com/riyad/gitlabhq into ↵randx2012-09-1532-270/+384
|\ | | | | | | riyad-change-notes-order
| * Update Notes JS for reversed notesRiyad Preukschas2012-09-144-11/+27
| |
| * Add 'notes/reversed_notes_with_form' partialRiyad Preukschas2012-09-143-3/+24
| |
| * Rename note.js to notes.jsRiyad Preukschas2012-09-141-0/+0
| |
| * Extract 'notes/per_line_notes_with_reply' partialRiyad Preukschas2012-09-142-4/+4
| |
| * Extract 'notes/per_line_note_link' partialRiyad Preukschas2012-09-142-1/+2
| |
| * Rename 'notes/per_line_show' partial to 'notes/per_line_note'Riyad Preukschas2012-09-143-3/+3
| |
| * Renamed 'notes/notes_list' partial to 'notes/notes'Riyad Preukschas2012-09-142-4/+4
| |
| * Rename 'notes/show' partial to 'notes/note'Riyad Preukschas2012-09-144-3/+3
| |
| * Rename 'notes/reply_button' partial to 'notes/per_line_reply_button'Riyad Preukschas2012-09-143-2/+2
| |
| * Rename 'notes/form' partial to 'notes/common_form'Riyad Preukschas2012-09-142-1/+1
| |
| * Remove 'notes/load' partialRiyad Preukschas2012-09-142-18/+17
| |
| * Rename 'notes/create_*' partialsRiyad Preukschas2012-09-143-2/+2
| |
| * Rename 'notes/notes' partial to 'notes/notes_with_form'Riyad Preukschas2012-09-148-7/+7
| |
| * Update JS for adding and removing diff line notesRiyad Preukschas2012-09-142-8/+48
| |
| * Update links for inline comments to use data-* attributesRiyad Preukschas2012-09-142-2/+2
| |
| * Update diff comments order and renderingRiyad Preukschas2012-09-143-4/+4
| |
| * Completely redo loading of notes with JSRiyad Preukschas2012-09-145-100/+134
| |
| * Fix markupRiyad Preukschas2012-09-142-3/+2
| |
| * Update Note to load notes in the right orderRiyad Preukschas2012-09-142-12/+13
| |
| * Reorder notes view elementsRiyad Preukschas2012-09-143-10/+13
| |
* | A bit of test refactoringrandx2012-09-151-3/+2
| |
* | fix event issue when event for left project + project removedrandx2012-09-142-15/+23
| |