Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | separate project repositories API docs | Nihad Abbasov | 2012-09-21 | 1 | -0/+11 |
| | |||||
* | remove commits API section from help | Nihad Abbasov | 2012-09-21 | 1 | -11/+0 |
| | |||||
* | APi for commits. Better api docs | Dmitriy Zaporozhets | 2012-09-21 | 1 | -70/+77 |
| | |||||
* | Improve commits compare. Added tags to autocomplete. Dont look for commits ↵ | Dmitriy Zaporozhets | 2012-09-21 | 4 | -16/+33 |
| | | | | if from & to are empty | ||||
* | update help section with session API docs | Nihad Abbasov | 2012-09-20 | 1 | -0/+12 |
| | |||||
* | Added workaround for github-markup issue with rendering markdown | Dmitriy Zaporozhets | 2012-09-20 | 3 | -4/+16 |
| | |||||
* | Escape text passed directly to gfm | Robert Speicher | 2012-09-19 | 7 | -7/+7 |
| | |||||
* | Escape text passed to gfm by link_to_gfm | Robert Speicher | 2012-09-19 | 2 | -4/+4 |
| | |||||
* | polishing UI a bit. Added footer links for dashboard | Dmitriy Zaporozhets | 2012-09-19 | 11 | -71/+117 |
| | |||||
* | Fix ref select search width | randx | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Gitlab styled tabs. Better ref selector | randx | 2012-09-18 | 2 | -10/+42 |
| | |||||
* | Notes votes: use icons instead of borders. Removed unnecessary padding | Dmitriy Zaporozhets | 2012-09-18 | 3 | -10/+22 |
| | |||||
* | Merge branch 'update-votes-when-adding-notes' of ↵ | Dmitriy Zaporozhets | 2012-09-18 | 6 | -6/+64 |
|\ | | | | | | | https://github.com/riyad/gitlabhq into riyad-update-votes-when-adding-notes | ||||
| * | Update votes when creating or refreshing notes | Riyad Preukschas | 2012-09-15 | 1 | -3/+40 |
| | | |||||
| * | Highlight voting notes for issues and merge requests | Riyad Preukschas | 2012-09-15 | 5 | -3/+24 |
| | | |||||
* | | Fix project update. Make slim form only for reversed comments | Dmitriy Zaporozhets | 2012-09-18 | 5 | -20/+15 |
| | | |||||
* | | Merge pull request #1479 from tsigo/ref_switch | Dmitriy Zaporozhets | 2012-09-17 | 5 | -14/+12 |
|\ \ | | | | | | | Extract ref switcher into a partial | ||||
| * | | Extract ref switcher into a partial | Robert Speicher | 2012-09-16 | 4 | -11/+12 |
| | | | | | | | | | Also moves onchange JS to projects.js.coffee | ||||
| * | | Remove unused project/_refs partial | Robert Speicher | 2012-09-16 | 1 | -3/+0 |
| |/ | |||||
* | | Fix permissions for TeamMembers#index | Robert Speicher | 2012-09-16 | 1 | -1/+4 |
| | | |||||
* | | Remove Projects#team action | Robert Speicher | 2012-09-16 | 8 | -13/+11 |
| | | | | | | | | Uses TeamMembers#index instead, to be more RESTful | ||||
* | | Remove redundant access check for Issues#destroy | Robert Speicher | 2012-09-16 | 1 | -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 filter | Robert Speicher | 2012-09-16 | 1 | -1/+1 |
| | | |||||
* | | Add an AdminController base class for Admin controllers | Robert Speicher | 2012-09-16 | 9 | -44/+27 |
| | | | | | | | | Handles stuff that's shared across admin controllers. | ||||
* | | Remove unused ProfileController#password action | Robert Speicher | 2012-09-16 | 1 | -3/+0 |
|/ | |||||
* | Init mr comments when naviagate via ajax to diff | randx | 2012-09-15 | 1 | -0/+3 |
| | |||||
* | Fix MR diff comments. Fix wiki comments loading error | randx | 2012-09-15 | 5 | -4/+11 |
| | |||||
* | Merge branch 'change-notes-order' of https://github.com/riyad/gitlabhq into ↵ | randx | 2012-09-15 | 32 | -270/+384 |
|\ | | | | | | | riyad-change-notes-order | ||||
| * | Update Notes JS for reversed notes | Riyad Preukschas | 2012-09-14 | 4 | -11/+27 |
| | | |||||
| * | Add 'notes/reversed_notes_with_form' partial | Riyad Preukschas | 2012-09-14 | 3 | -3/+24 |
| | | |||||
| * | Rename note.js to notes.js | Riyad Preukschas | 2012-09-14 | 1 | -0/+0 |
| | | |||||
| * | Extract 'notes/per_line_notes_with_reply' partial | Riyad Preukschas | 2012-09-14 | 2 | -4/+4 |
| | | |||||
| * | Extract 'notes/per_line_note_link' partial | Riyad Preukschas | 2012-09-14 | 2 | -1/+2 |
| | | |||||
| * | Rename 'notes/per_line_show' partial to 'notes/per_line_note' | Riyad Preukschas | 2012-09-14 | 3 | -3/+3 |
| | | |||||
| * | Renamed 'notes/notes_list' partial to 'notes/notes' | Riyad Preukschas | 2012-09-14 | 2 | -4/+4 |
| | | |||||
| * | Rename 'notes/show' partial to 'notes/note' | Riyad Preukschas | 2012-09-14 | 4 | -3/+3 |
| | | |||||
| * | Rename 'notes/reply_button' partial to 'notes/per_line_reply_button' | Riyad Preukschas | 2012-09-14 | 3 | -2/+2 |
| | | |||||
| * | Rename 'notes/form' partial to 'notes/common_form' | Riyad Preukschas | 2012-09-14 | 2 | -1/+1 |
| | | |||||
| * | Remove 'notes/load' partial | Riyad Preukschas | 2012-09-14 | 2 | -18/+17 |
| | | |||||
| * | Rename 'notes/create_*' partials | Riyad Preukschas | 2012-09-14 | 3 | -2/+2 |
| | | |||||
| * | Rename 'notes/notes' partial to 'notes/notes_with_form' | Riyad Preukschas | 2012-09-14 | 8 | -7/+7 |
| | | |||||
| * | Update JS for adding and removing diff line notes | Riyad Preukschas | 2012-09-14 | 2 | -8/+48 |
| | | |||||
| * | Update links for inline comments to use data-* attributes | Riyad Preukschas | 2012-09-14 | 2 | -2/+2 |
| | | |||||
| * | Update diff comments order and rendering | Riyad Preukschas | 2012-09-14 | 3 | -4/+4 |
| | | |||||
| * | Completely redo loading of notes with JS | Riyad Preukschas | 2012-09-14 | 5 | -100/+134 |
| | | |||||
| * | Fix markup | Riyad Preukschas | 2012-09-14 | 2 | -3/+2 |
| | | |||||
| * | Update Note to load notes in the right order | Riyad Preukschas | 2012-09-14 | 2 | -12/+13 |
| | | |||||
| * | Reorder notes view elements | Riyad Preukschas | 2012-09-14 | 3 | -10/+13 |
| | | |||||
* | | A bit of test refactoring | randx | 2012-09-15 | 1 | -3/+2 |
| | | |||||
* | | fix event issue when event for left project + project removed | randx | 2012-09-14 | 2 | -15/+23 |
| | |