Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display https as repo clone indicator and prevent modification of ↵ | Marin Jankovski | 2012-10-21 | 2 | -2/+2 |
| | | | | | | | | web_protocol variable. Rewrite build_url, use web_protocol for repo indicator. Explicitly initialize custom port to make the logic obvious. | ||||
* | Merge pull request #1717 from riyad/add-author-to-tree-listing | Dmitriy Zaporozhets | 2012-10-21 | 6 | -16/+48 |
|\ | | | | | Update author info in tree listing | ||||
| * | Update author info in tree view | Riyad Preukschas | 2012-10-18 | 4 | -13/+23 |
| | | |||||
| * | Add CommitDecorator#author_link | Riyad Preukschas | 2012-10-18 | 1 | -0/+22 |
| | | |||||
| * | Fix wrong parameter order in Team#team_member_by_name_or_email | Riyad Preukschas | 2012-10-18 | 1 | -3/+3 |
| | | |||||
* | | Security for online editor. Replace dev_access?, master_access? with can? ↵ | randx | 2012-10-21 | 6 | -3/+29 |
| | | | | | | | | method usage | ||||
* | | Fix bug in MergeRequest#mark_as_unmergable | Riyad Preukschas | 2012-10-20 | 1 | -1/+2 |
| | | |||||
* | | Refactor Gitlab::Merge | Riyad Preukschas | 2012-10-20 | 1 | -1/+1 |
|/ | | | | | | * Refactor and document methods * Rename merge to merge! * Fixes #1544 | ||||
* | Merge pull request #1712 from riyad/use-gem-for-emoji | Dmitriy Zaporozhets | 2012-10-18 | 1 | -1/+1 |
|\ | | | | | Use gem for Emoji | ||||
| * | Fix use of Emoji | Riyad Preukschas | 2012-10-18 | 1 | -1/+1 |
| | | |||||
* | | Rename NoteObserver methods and clarify things | Riyad Preukschas | 2012-10-18 | 1 | -8/+13 |
| | | |||||
* | | Reorder and group methods in Notify mailer | Riyad Preukschas | 2012-10-18 | 1 | -35/+66 |
|/ | |||||
* | Added project has_one :last_event assoc. Fixed tab line-height after ↵ | randx | 2012-10-17 | 3 | -7/+7 |
| | | | | font-awesome. Increased projects per page on dashboard | ||||
* | revert all wiki changes | Valeriy Sizov | 2012-10-17 | 4 | -22/+18 |
| | |||||
* | Wiki style: move styles to right place | Valeriy Sizov | 2012-10-17 | 2 | -16/+12 |
| | |||||
* | Wiki Style Fixing | Valeriy Sizov | 2012-10-17 | 3 | -4/+12 |
| | |||||
* | Merge pull request #1715 from riyad/use-font-awesome | Valeriy Sizov | 2012-10-17 | 1 | -0/+1 |
|\ | | | | | Use Font Awsome for icons | ||||
| * | Import Font Awesome styles | Riyad Preukschas | 2012-10-16 | 1 | -0/+1 |
| | | |||||
* | | WebEditor: Cancel button. Confirm #1705 | Valeriy Sizov | 2012-10-17 | 1 | -2/+1 |
| | | |||||
* | | WebEditor: rename button save -> commit #1705 | Valeriy Sizov | 2012-10-17 | 1 | -1/+1 |
| | | |||||
* | | WebEditor: show branch #1705 | Valeriy Sizov | 2012-10-17 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1713 from riyad/fix-issue-close-and-reopen-buttons | Valeriy Sizov | 2012-10-16 | 3 | -3/+20 |
|\ \ | | | | | | | Fix issue close and reopen button text and styles | ||||
| * | | Fix issues close and reopen button text and styles | Riyad Preukschas | 2012-10-16 | 3 | -3/+20 |
| |/ | |||||
* | | WebEditor: fix unknown theme in production mode | Valeriy Sizov | 2012-10-16 | 2 | -2/+1 |
|/ | |||||
* | Only allow editing text files | Riyad Preukschas | 2012-10-16 | 1 | -0/+9 |
| | |||||
* | Improve flash messages in tree#update | Riyad Preukschas | 2012-10-16 | 1 | -2/+2 |
| | |||||
* | tree.readme method added | randx | 2012-10-16 | 2 | -2/+6 |
| | |||||
* | Fix plain text readme | randx | 2012-10-16 | 3 | -1/+16 |
| | |||||
* | Merge pull request #1706 from riyad/refactor-tree-views-and-improve-consistency | Dmitriy Zaporozhets | 2012-10-15 | 13 | -79/+76 |
|\ | | | | | Refactor tree views and improve consistency | ||||
| * | Make history link for trees look like action links for blobs | Riyad Preukschas | 2012-10-16 | 4 | -5/+9 |
| | | |||||
| * | Remove #history_path and #mb_size from TreeDecorator | Riyad Preukschas | 2012-10-15 | 1 | -13/+0 |
| | | |||||
| * | Fix offered links in tree/blob_actions partial | Riyad Preukschas | 2012-10-15 | 1 | -2/+9 |
| | | |||||
| * | Use tree/blob_actions partial for blame view and fix file name encoding | Riyad Preukschas | 2012-10-15 | 1 | -7/+4 |
| | | |||||
| * | Display more accurate file size in tree/blob/download partial | Riyad Preukschas | 2012-10-15 | 1 | -1/+1 |
| | | |||||
| * | Display file size instead of mode in tree/blob partial | Riyad Preukschas | 2012-10-15 | 1 | -1/+1 |
| | | |||||
| * | Extract out tree/blob/* partials | Riyad Preukschas | 2012-10-15 | 4 | -27/+28 |
| | | |||||
| * | Extract tree/readme partial | Riyad Preukschas | 2012-10-15 | 2 | -12/+13 |
| | | |||||
| * | Extract tree/blob_actions partial | Riyad Preukschas | 2012-10-15 | 2 | -6/+6 |
| | | |||||
| * | Rename tree/tree_file partial to tree/blob | Riyad Preukschas | 2012-10-15 | 2 | -13/+13 |
| | | |||||
* | | Remove redundant branch labels from MR form | Riyad Preukschas | 2012-10-16 | 1 | -9/+3 |
|/ | | | | Fixes #1525 | ||||
* | Merge pull request #1692 from riyad/saner-note-methods | Dmitriy Zaporozhets | 2012-10-15 | 5 | -15/+22 |
|\ | | | | | Small Note code cleanup | ||||
| * | Make Note methods saner | Riyad Preukschas | 2012-10-13 | 5 | -15/+22 |
| | | |||||
* | | Merge branch 'web_editor' | randx | 2012-10-15 | 9 | -4/+90 |
|\ \ | |||||
| * | | Minor improve to UI and code formatting of gitlab web editor | randx | 2012-10-15 | 5 | -11/+27 |
| | | | |||||
| * | | WebEditor: commit message is required now | Valeriy Sizov | 2012-10-12 | 1 | -1/+1 |
| | | | |||||
| * | | WebEditor: base implementation | Valeriy Sizov | 2012-10-12 | 2 | -4/+15 |
| | | | |||||
| * | | WebEditor: Check if save is possible | Valeriy Sizov | 2012-10-12 | 1 | -3/+2 |
| | | | |||||
| * | | WebEditor: sceleton | Valeriy Sizov | 2012-10-12 | 2 | -2/+10 |
| | | | |||||
| * | | Design improved | Dmitriy Zaporozhets | 2012-10-12 | 2 | -18/+21 |
| | | | |||||
| * | | WebEditor: integrated editor | Valeriy Sizov | 2012-10-12 | 4 | -3/+33 |
| | | |