summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* 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-gitlabRobert Schilling2014-09-261-6/+0
* | Sort projects in search autocomplete by amount of stars. Most popular go firstDmitriy Zaporozhets2014-09-251-1/+2
|/
* Merge pull request #7816 from cirosantilli/factor-forkDmitriy Zaporozhets2014-09-241-0/+8
|\
| * 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.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.Ciro Santilli2014-09-191-4/+3
| |/
* | Merge branch 'first-meaningful-line-in-md' of https://github.com/yglukhov/git...Dmitriy Zaporozhets2014-09-173-8/+9
|\ \ | |/ |/|
| * 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
|\
| * 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 hel...Marin Jankovski2014-09-092-12/+11
| * optimize show_diff_size_warning?Dmitriy Zaporozhets2014-09-081-5/+9
| * Refactoring inside refactoring. We need to go deeperDmitriy Zaporozhets2014-09-082-60/+65
| * Use new diff parsing logicDmitriy Zaporozhets2014-09-082-48/+21
| * 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
|/
* Merge pull request #7221 from mcmillion/fix-issue-comment-rss-feedDmitriy Zaporozhets2014-08-291-0/+6
|\
| * Fix missing links and incorrect display of issue numbers for notes, comments,...Matthew McMillion2014-07-261-0/+6
* | Merge pull request #7601 from yglukhov/hide_passDmitriy Zaporozhets2014-08-281-0/+6
|\ \
| * | Mask password in import URL while importing.uran2014-08-271-0/+6
* | | Restyle project homeDmitriy Zaporozhets2014-08-281-2/+2
* | | Improve search results output. Fixes some markup issuesDmitriy Zaporozhets2014-08-281-1/+1
* | | Improve comment search resultsDmitriy Zaporozhets2014-08-271-0/+5
* | | Save search options when switch between filterDmitriy Zaporozhets2014-08-271-4/+1
* | | Implement search page with filtering of results and paginationDmitriy Zaporozhets2014-08-271-0/+15
|/ /
* | Consistency: Capitalize hex values of sugested colorsRobert Schilling2014-08-151-7/+7
* | Change default label colorDmitriy Zaporozhets2014-08-151-1/+1
* | diff unfoldskv2014-08-141-0/+12
* | Force of markup output to be the input encodingRobert Schilling2014-08-111-1/+2
* | Move calls to Gitlab::MarkdownHelper to application_helperRobert Schilling2014-08-112-4/+11
* | Use readme we support to render if there are multiple readmesRobert Schilling2014-08-111-15/+12
* | Use simple_format if we don't have a proper rendererRobert Schilling2014-08-101-4/+0
* | Rescue if markup fails, fixes #7455Robert Schilling2014-08-101-0/+2
* | gfm should respect @ref value when build relative linksDmitriy Zaporozhets2014-08-061-1/+5
* | Fix old api compatibility and testsDmitriy Zaporozhets2014-07-301-7/+11
* | Improve labelsDmitriy Zaporozhets2014-07-301-1/+1
* | Label views: index, new, editDmitriy Zaporozhets2014-07-301-0/+13