summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Use gitlab_config intead of Gitlab.config.gitlab in viewsDmitriy Zaporozhets2013-10-171-1/+1
* Merge branch 'issue_tracker' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-10-171-3/+12
|\
| * Make clearer use of the check.Marin Jankovski2013-10-171-6/+10
| * Use more descriptive name for config check.Marin Jankovski2013-10-171-4/+4
| * Fallback to internal issue tracker if config is invalid.Marin Jankovski2013-10-171-3/+8
* | Order milestone due date on issues page filterDmitriy Zaporozhets2013-10-171-1/+1
|/
* Links in Readme in tree view.Marin Jankovski2013-10-141-3/+10
* Merge branch 'relative_links_in_documentation' of /home/git/repositories/gitl...Dmitriy Zaporozhets2013-10-111-1/+95
|\
| * Merge branch 'master' into relative_links_in_documentationMarin Jankovski2013-10-103-4/+34
| |\
| * | Cover a special case.Marin Jankovski2013-10-101-10/+33
| * | Added comments and split the methods further.Marin Jankovski2013-10-101-13/+46
| * | Rename method to avoid clashes.Marin Jankovski2013-10-091-2/+2
| * | Split.Marin Jankovski2013-10-091-7/+30
| * | Match the brackets so we don't replace the regular text.Marin Jankovski2013-10-081-2/+2
| * | Check for wiki.Marin Jankovski2013-10-081-2/+8
| * | Show links with correct ref.Marin Jankovski2013-10-081-4/+4
| * | Search and replace relative links in tree/readmeMarin Jankovski2013-10-081-1/+10
* | | Consistent naming to make difference between clicking on profile pic and prof...Sytse Sijbrandij2013-10-101-1/+1
| |/ |/|
* | Avoid 500 error on project page when application is close to RAM limitDmitriy Zaporozhets2013-10-101-0/+9
* | Use link_to_project helperDmitriy Zaporozhets2013-10-101-2/+2
* | Merge pull request #5291 from astratto/title_issue_trackersDmitriy Zaporozhets2013-10-091-0/+12
|\ \
| * | Use proper titles for issues trackersStefano Tortarolo2013-10-091-0/+12
| |/
* | avatar upload on profile pageSteven Thonus2013-10-093-2/+11
|/
* Refactor blob findingDmitriy Zaporozhets2013-10-011-5/+0
* Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-012-5/+10
* Public projects feature - step2Dmitriy Zaporozhets2013-09-241-0/+16
* Allow non authenticated user access to public projectsDmitriy Zaporozhets2013-09-241-0/+2
* Compare link for branchesDmitriy Zaporozhets2013-09-121-0/+1
* Right branches for mr link at Compare viewDmitriy Zaporozhets2013-09-121-1/+1
* Compare page improvedDmitriy Zaporozhets2013-09-121-0/+12
* Truncate some text from dashboard eventsDmitriy Zaporozhets2013-09-112-1/+10
* UI fixes for commits listsDmitriy Zaporozhets2013-09-101-2/+3
* Improve Profile#account pageDmitriy Zaporozhets2013-09-041-0/+12
* Add event filter for group and project show pagesDmitriy Zaporozhets2013-08-261-1/+1
* Merge branch 'feature/internal_ids' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets2013-08-202-6/+6
|\
| * Fixing tests after adding iid for issues/mrDmitriy Zaporozhets2013-08-201-5/+5
| * Iid improvemetsDmitriy Zaporozhets2013-08-191-1/+1
* | Merge pull request #4812 from hiroponz/remove-dependancy-of-gritDmitriy Zaporozhets2013-08-201-2/+2
|\ \
| * | Remove the dependancy of grit from class Network::GraphHiroyuki Sato2013-08-201-2/+2
| |/
* | Fix event image previewDmitriy Zaporozhets2013-08-201-0/+4
|/
* Rewrite issues/mr filtering logicDmitriy Zaporozhets2013-08-102-31/+20
* Different search placeholder depdends on areaDmitriy Zaporozhets2013-08-101-0/+9
* Merge branch 'master' into karlhungus-mr-on-forkDmitriy Zaporozhets2013-08-085-80/+22
|\
| * Dashboard/Group issues and mr pages refactoringDmitriy Zaporozhets2013-08-062-23/+4
| * Move diff parsing to own class. Correctly identify note diff lineDmitriy Zaporozhets2013-08-041-56/+2
| * Dont show comment on diff if diff line was changed after comment leftDmitriy Zaporozhets2013-08-041-1/+3
| * Dont allow file edit for non-branches refDmitriy Zaporozhets2013-08-041-0/+2
| * Improve markup detection, fixes #4695Robert Schilling2013-08-031-3/+3
| * Improve Notifications page. Much easier to find muted projects nowDmitriy Zaporozhets2013-07-311-0/+11
* | Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into karl...Dmitriy Zaporozhets2013-07-302-8/+29
|\ \ | |/ |/|