Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-10Move emoji auto-complete helper to ApplicationHelperRiyad Preukschas
2012-10-09Add emoji_for_completion helperRiyad Preukschas
2012-10-02Update linguist and pygments #1602Valeriy Sizov
2012-09-27Add nav_link helper to TabHelperRobert Speicher
2012-09-27Add current_action? helperRobert Speicher
2012-09-27Allow current_controller? helper to take an Array of optionsRobert Speicher
2012-09-27Add current_controller? helper methodRobert Speicher
Simplifies some of the "active tab" checks we're doing
2012-09-20fix broken specNihad Abbasov
2012-09-20Escape text passed to gfm by link_to_gfmRobert Speicher
2012-09-13Fix HTML entities being parsed in GFMRobert Speicher
Also fixes the spec so that it actually tests the thing it says it's testing. Hooray! Closes #1308
2012-09-09Merge pull request #1386 from tsigo/github_markupDmitriy Zaporozhets
Use GitHub::Markup to parse markup files
2012-09-08Fix bug where parsing of emoji was unnecessarily dependent on @project being setRiyad Preukschas
2012-09-06Use GitHub::Markup to parse markup filesRobert Speicher
Closes #1382
2012-09-06Set the size of emoji to be 20x20Robert Speicher
Forgot they were so big!
2012-09-06Add specs for parsing EmojiRobert Speicher
2012-09-02Redesign gfm helper specsRobert Speicher
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.
2012-09-02Rename gitlab_flavored_markdown_spec to gitlab_markdown_helper_specRobert Speicher
2012-08-29All specs and features currently passing with FactoryGirlRobert Speicher
2012-08-16Allow disabling Gravatars in gitlab.yml settingsRobert Speicher
Closes #1237
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
Didn't bother with files in db/, config/, or features/
2012-08-08Fixed markdown testsrandx
2012-08-06Fix GFM helper to raise an exception when @project is not setRiyad Preukschas
2012-08-06Fix GFM specs for ids in markdown headingsRiyad Preukschas
2012-08-02Remove the commit_msg_with_link_to_issues helper and specsRiyad Preukschas
2012-08-02Update Gitlab Markdown renderer to use GFMRiyad Preukschas
2012-08-02Add link_to_gfm helper and specsRiyad Preukschas
2012-08-02Add GFM helper specsRiyad Preukschas
tests references to * commits * team members * issues * merge requests * snipptes
2011-12-271/ rspec'edCedric Gatay
2/ @commit.safe_message as an argument 3/ preserve in helper 4/ spaces around operators
2011-11-28merge request entityDmitriy Zaporozhets
2011-11-09Use secure.gravatar.com when running over SSLAriejan de Vroom