summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename gitlab_flavored_markdown_spec to gitlab_markdown_helper_specRobert Speicher2012-09-021-0/+0
* All specs and features currently passing with FactoryGirlRobert Speicher2012-08-281-2/+2
* Allow disabling Gravatars in gitlab.yml settingsRobert Speicher2012-08-151-0/+26
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-50/+50
* Fixed markdown testsrandx2012-08-081-3/+3
* Fix GFM helper to raise an exception when @project is not setRiyad Preukschas2012-08-061-0/+6
* Fix GFM specs for ids in markdown headingsRiyad Preukschas2012-08-061-1/+1
* Remove the commit_msg_with_link_to_issues helper and specsRiyad Preukschas2012-08-021-67/+0
* Update Gitlab Markdown renderer to use GFMRiyad Preukschas2012-08-021-0/+47