summaryrefslogtreecommitdiff
path: root/spec/helpers
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fixes #2166
* Use image Urls for Emoji in GFMRiyad Preukschas2013-01-161-0/+4
| | | | Fixes #2617
* 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
|\ | | | | Allow proper use of @username in Git(lab|hub) Flavored Markdown.
| * 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
| | | | Simplifies some of the "active tab" checks we're doing
* 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
| | | | | | | Also fixes the spec so that it actually tests the thing it says it's testing. Hooray! Closes #1308
* Merge pull request #1386 from tsigo/github_markupDmitriy Zaporozhets2012-09-091-0/+15
|\ | | | | Use GitHub::Markup to parse markup files
| * Use GitHub::Markup to parse markup filesRobert Speicher2012-09-051-0/+15
| | | | | | Closes #1382
* | 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
| | | | | | | | Forgot they were so big!
* | Add specs for parsing EmojiRobert Speicher2012-09-051-0/+34
|/
* Redesign gfm helper specsRobert Speicher2012-09-021-130/+186
| | | | | | Should now be much clearer about what each spec is actually testing. For example, instead of testing stuff like link classes and titles in every single call, we only test those things once, in their own specs.
* 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
| | | | Closes #1237
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-50/+50
| | | | Didn't bother with files in db/, config/, or features/
* 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
|
* Add link_to_gfm helper and specsRiyad Preukschas2012-08-021-0/+13
|
* Add GFM helper specsRiyad Preukschas2012-08-021-0/+166
| | | | | | | | | tests references to * commits * team members * issues * merge requests * snipptes
* 1/ rspec'edCedric Gatay2011-12-271-0/+67
| | | | | | 2/ @commit.safe_message as an argument 3/ preserve in helper 4/ spaces around operators
* merge request entityDmitriy Zaporozhets2011-11-281-35/+0
|
* Use secure.gravatar.com when running over SSLAriejan de Vroom2011-11-091-0/+35