summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-101-0/+4
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Snippets: public/internal/privateValery Sizov2014-10-091-0/+17
| |
* | Apply ConfirmDangerModal for project transfer/remove actionsDmitriy Zaporozhets2014-10-081-0/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #7938 from cirosantilli/factor-dashboard-helperDmitriy Zaporozhets2014-10-081-21/+12
|\ \ | | | | | | Factor dashboard helper methods.
| * | Factor dashboard helper methods.Ciro Santilli2014-10-021-21/+12
| |/
* | Merge pull request #7981 from cirosantilli/www-to-aboutSytse Sijbrandij2014-10-081-0/+8
|\ \ | | | | | | Replace www.gitlab.com with about.gitlab.com
| * | Replace www.gitlab.com with about.gitlab.comCiro Santilli2014-10-071-0/+8
| | |
* | | Add a bit of space between star icon and textDmitriy Zaporozhets2014-10-071-2/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge pull request #7963 from cirosantilli/factor-previewableDmitriy Zaporozhets2014-10-071-1/+1
|\ \ \ | |/ / |/| | Factor markup? || gitlab_markdown? into new method
| * | Factor markup? || gitlab_markdown? into new methodCiro Santilli2014-10-041-1/+1
| | |
* | | Use only escaped auto_linkDmitriy Zaporozhets2014-10-061-0/+4
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge pull request #7379 from cirosantilli/remove-titleDmitriy Zaporozhets2014-10-061-2/+1
|\ \ \ | |/ / |/| | [minor-refactor] Remove unused title parameter on merge request creation helper.
| * | Remove unused title parameter.Ciro Santilli2014-08-161-2/+1
| | | | | | | | | | | | | | | It is always overridden by to humanized source branch name by MergeRequests::BuilService, which is used by new_project_merge_request_path.
* | | Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-037-19/+19
| | |
* | | Add parenthesis to function def with arguments.Ciro Santilli2014-10-038-12/+12
| |/ |/|
* | Merge pull request #7853 from Razer6/feature/html_pipelineDmitriy Zaporozhets2014-10-021-6/+0
|\ \ | | | | | | Factor out Emoji parsing using html-pipeline-gitlab
| * | Factor out Emoji parsing using html-pipeline-gitlabRobert Schilling2014-09-261-6/+0
| | |
* | | Sort projects in search autocomplete by amount of stars. Most popular go firstDmitriy Zaporozhets2014-09-251-1/+2
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #7816 from cirosantilli/factor-forkDmitriy Zaporozhets2014-09-241-0/+8
|\ \ | | | | | | Factor fork button view.
| * | Factor fork button view.Ciro Santilli2014-09-231-0/+8
| | |
* | | Merge pull request #7793 from cirosantilli/replace-javascriptDmitriy Zaporozhets2014-09-231-4/+4
|\ \ \ | | | | | | | | Replace javascript:; links with buttons.
| * | | Replace javascript:; links with buttons.Ciro Santilli2014-09-221-4/+4
| | | |
* | | | Prevent 500 error on search results if description contains relative linkDmitriy Zaporozhets2014-09-231-1/+6
|/ / /
* | | Merge pull request #7792 from cirosantilli/link_to_reply_diffDmitriy Zaporozhets2014-09-221-4/+3
|\ \ \ | | | | | | | | Fix link_to_reply_diff.
| * | | Fix link_to_reply_diff.Ciro Santilli2014-09-191-4/+3
| |/ /
* | | Merge branch 'first-meaningful-line-in-md' of ↵Dmitriy Zaporozhets2014-09-173-8/+9
|\ \ \ | |/ / |/| | | | | https://github.com/yglukhov/gitlabhq into 7-4-pre
| * | Changed activity notes to display first MEANINGFUL line.uran2014-09-123-8/+9
| | |
* | | Move organizing of comments to helper.Marin Jankovski2014-09-121-0/+14
| | |
* | | Remove unecesarry array operations.Marin Jankovski2014-09-121-9/+9
| | |
* | | Add comments on the side-by-side diff.Marin Jankovski2014-09-121-3/+9
|/ /
* | Merge branch 'parallel_diff_refactor' into 'master'Dmitriy Zaporozhets2014-09-092-129/+83
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parallel diff refactor Refactor side-by-side diff to remove code duplication. Base the side-by-side diff on inline diff code. In first iteration: 1. commenting on the side-by-side diff is not possible 1. no expanding of the surrounding code See merge request !1066
| * | Fix typo.Marin Jankovski2014-09-091-1/+1
| | |
| * | Add line code to parallel diff for linking.Marin Jankovski2014-09-091-4/+4
| | |
| * | Use the new path to the partial, move the diff related methods to the new ↵Marin Jankovski2014-09-092-12/+11
| | | | | | | | | | | | helper.
| * | optimize show_diff_size_warning?Dmitriy Zaporozhets2014-09-081-5/+9
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-082-60/+65
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Use new diff parsing logicDmitriy Zaporozhets2014-09-082-48/+21
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Now refactor all to work properly.Marin Jankovski2014-09-081-77/+43
| | |
| * | Take the next type into considerationMarin Jankovski2014-09-081-2/+2
| | |
| * | Remove duplication, expand for next_line.Marin Jankovski2014-09-081-2/+2
| | |
| * | Duplicate the behaviour and refactor for use with parallel diff.Marin Jankovski2014-09-081-0/+7
| | |
* | | Updating to persist a params snippets variableCharles Bushong2014-09-051-1/+1
| | |
* | | Adding in snippet search functionalityCharles Bushong2014-08-291-0/+2
|/ / | | | | | | http://feedback.gitlab.com/forums/176466-general/suggestions/5529795-search-though-snippets
* | Merge pull request #7221 from mcmillion/fix-issue-comment-rss-feedDmitriy Zaporozhets2014-08-291-0/+6
|\ \ | | | | | | Fix Atom feed for comments
| * | Fix missing links and incorrect display of issue numbers for notes, ↵Matthew McMillion2014-07-261-0/+6
| | | | | | | | | | | | comments, and merge requests
* | | Merge pull request #7601 from yglukhov/hide_passDmitriy Zaporozhets2014-08-281-0/+6
|\ \ \ | | | | | | | | Mask password in import URL while importing.
| * | | Mask password in import URL while importing.uran2014-08-271-0/+6
| | | |
* | | | Restyle project homeDmitriy Zaporozhets2014-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * more focus for description and stars/forks * rename activity -> to project tab * put activity under tab: prepare place for README tab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Improve search results output. Fixes some markup issuesDmitriy Zaporozhets2014-08-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Improve comment search resultsDmitriy Zaporozhets2014-08-271-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>