summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Expand)AuthorAgeFilesLines
* Add test and docs for markdown tablesDmitriy Zaporozhets2013-08-261-0/+9
* Fixing tests after adding iid for issues/mrDmitriy Zaporozhets2013-08-202-22/+22
* Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into karl...Dmitriy Zaporozhets2013-07-301-1/+1
|\
| * Merge Request on forked projectsIzaak Alpert2013-07-171-1/+1
* | Fix typosJohannes Schleifenbaum2013-07-291-1/+1
|/
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-041-2/+37
|\
| * Tests fixedAndrew8xx82013-03-251-2/+37
* | user_color_scheme_class with current_userChristian HoĢˆltje2013-06-031-0/+22
* | changed Gitlab to GitLabBen Bodenmiller2013-05-191-1/+1
* | fixed test using repo with commits but old factoryDmitriy Zaporozhets2013-04-011-1/+1
* | Use project_with_code factory where necessaryDmitriy Zaporozhets2013-04-011-1/+1
* | Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-011-1/+1
* | Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets2013-03-311-1/+1
* | Merge pull request #3396 from Andrew8xx8/issue-button-fixDmitriy Zaporozhets2013-03-301-0/+27
|\ \
| * | New issue button was not follows to external tracker if it is selected. fixed...Andrew8xx82013-03-261-0/+27
| |/
* | notification scaffoldDmitriy Zaporozhets2013-03-271-0/+15
|/
* fix gfm helper testDmitriy Zaporozhets2013-03-201-1/+1
* Use Gitlab Markdown for Markdown files and Gollum to render the rest.Dan Knox2013-03-131-0/+24
* Issue helper tests improvedAndrew8xx82013-02-281-3/+29
* Default value for issues_tracker setting addedAndrew8xx82013-02-281-2/+1
* Issues helper improvedAndrew8xx82013-02-281-0/+54
* Issue tracker field added to projectsAndrew8xx82013-02-281-0/+1
* Fix GFM specsRiyad Preukschas2013-01-171-1/+1
* Fix parsing of ref-like Urls in links and images in GFMRiyad Preukschas2013-01-161-0/+14
* Use image Urls for Emoji in GFMRiyad Preukschas2013-01-161-0/+4
* Use Urls for references in GFMRiyad Preukschas2013-01-161-2/+6
* Rspec fixesDmitriy Zaporozhets2013-01-041-3/+3
* Implement UsersProject project_access validationDmitriy Zaporozhets2012-12-221-2/+2
* Fixed wierd gitlab markdown issueDmitriy Zaporozhets2012-12-221-2/+2
* Fix gravatar and ldap configRiyad Preukschas2012-12-201-2/+2
* Merge pull request #2208 from jouve/username2Ariejan de Vroom2012-12-071-8/+8
|\
| * replace user.name by user.username in GFMCyril2012-12-071-8/+8
* | allow customize gravatar urlSergey Linnik2012-12-071-0/+22
|/
* Fix GitLab Markdown helper specRiyad Preukschas2012-11-281-2/+4
* Move emoji auto-complete helper to ApplicationHelperRiyad Preukschas2012-10-101-10/+0
* Add emoji_for_completion helperRiyad Preukschas2012-10-091-0/+10
* Update linguist and pygments #1602Valeriy Sizov2012-10-021-2/+2
* Add nav_link helper to TabHelperRobert Speicher2012-09-261-0/+44
* Add current_action? helperRobert Speicher2012-09-261-0/+19
* Allow current_controller? helper to take an Array of optionsRobert Speicher2012-09-261-0/+5
* Add current_controller? helper methodRobert Speicher2012-09-261-0/+14
* fix broken specNihad Abbasov2012-09-201-1/+1
* Escape text passed to gfm by link_to_gfmRobert Speicher2012-09-191-1/+8
* Fix HTML entities being parsed in GFMRobert Speicher2012-09-131-0/+1
* Merge pull request #1386 from tsigo/github_markupDmitriy Zaporozhets2012-09-091-0/+15
|\
| * Use GitHub::Markup to parse markup filesRobert Speicher2012-09-051-0/+15
* | Fix bug where parsing of emoji was unnecessarily dependent on @project being setRiyad Preukschas2012-09-081-0/+5
* | Set the size of emoji to be 20x20Robert Speicher2012-09-051-0/+6
* | Add specs for parsing EmojiRobert Speicher2012-09-051-0/+34
|/
* Redesign gfm helper specsRobert Speicher2012-09-021-130/+186