| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue helper tests improved | Andrew8xx8 | 2013-02-28 | 1 | -3/+29 |
| | | |||||
| * | Default value for issues_tracker setting added | Andrew8xx8 | 2013-02-28 | 1 | -2/+1 |
| | | |||||
| * | Issues helper improved | Andrew8xx8 | 2013-02-28 | 1 | -0/+54 |
| | | |||||
| * | Issue tracker field added to projects | Andrew8xx8 | 2013-02-28 | 1 | -0/+1 |
| | | |||||
| * | Fix GFM specs | Riyad Preukschas | 2013-01-17 | 1 | -1/+1 |
| | | |||||
| * | Fix parsing of ref-like Urls in links and images in GFM | Riyad Preukschas | 2013-01-16 | 1 | -0/+14 |
| | | | | | Fixes #2166 | ||||
| * | Use image Urls for Emoji in GFM | Riyad Preukschas | 2013-01-16 | 1 | -0/+4 |
| | | | | | Fixes #2617 | ||||
| * | Use Urls for references in GFM | Riyad Preukschas | 2013-01-16 | 1 | -2/+6 |
| | | |||||
| * | Rspec fixes | Dmitriy Zaporozhets | 2013-01-04 | 1 | -3/+3 |
| | | |||||
| * | Implement UsersProject project_access validation | Dmitriy Zaporozhets | 2012-12-22 | 1 | -2/+2 |
| | | |||||
| * | Fixed wierd gitlab markdown issue | Dmitriy Zaporozhets | 2012-12-22 | 1 | -2/+2 |
| | | |||||
| * | Fix gravatar and ldap config | Riyad Preukschas | 2012-12-20 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #2208 from jouve/username2 | Ariejan de Vroom | 2012-12-07 | 1 | -8/+8 |
| |\ | | | | | Allow proper use of @username in Git(lab|hub) Flavored Markdown. | ||||
| | * | replace user.name by user.username in GFM | Cyril | 2012-12-07 | 1 | -8/+8 |
| | | | |||||
| * | | allow customize gravatar url | Sergey Linnik | 2012-12-07 | 1 | -0/+22 |
| |/ | |||||
| * | Fix GitLab Markdown helper spec | Riyad Preukschas | 2012-11-28 | 1 | -2/+4 |
| | | |||||
| * | Move emoji auto-complete helper to ApplicationHelper | Riyad Preukschas | 2012-10-10 | 1 | -10/+0 |
| | | |||||
| * | Add emoji_for_completion helper | Riyad Preukschas | 2012-10-09 | 1 | -0/+10 |
| | | |||||
| * | Update linguist and pygments #1602 | Valeriy Sizov | 2012-10-02 | 1 | -2/+2 |
| | | |||||
| * | Add nav_link helper to TabHelper | Robert Speicher | 2012-09-26 | 1 | -0/+44 |
| | | |||||
| * | Add current_action? helper | Robert Speicher | 2012-09-26 | 1 | -0/+19 |
| | | |||||
| * | Allow current_controller? helper to take an Array of options | Robert Speicher | 2012-09-26 | 1 | -0/+5 |
| | | |||||
| * | Add current_controller? helper method | Robert Speicher | 2012-09-26 | 1 | -0/+14 |
| | | | | | Simplifies some of the "active tab" checks we're doing | ||||
| * | fix broken spec | Nihad Abbasov | 2012-09-20 | 1 | -1/+1 |
| | | |||||
| * | Escape text passed to gfm by link_to_gfm | Robert Speicher | 2012-09-19 | 1 | -1/+8 |
| | | |||||
| * | Fix HTML entities being parsed in GFM | Robert Speicher | 2012-09-13 | 1 | -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_markup | Dmitriy Zaporozhets | 2012-09-09 | 1 | -0/+15 |
| |\ | | | | | Use GitHub::Markup to parse markup files | ||||
| | * | Use GitHub::Markup to parse markup files | Robert Speicher | 2012-09-05 | 1 | -0/+15 |
| | | | | | | | Closes #1382 | ||||
| * | | Fix bug where parsing of emoji was unnecessarily dependent on @project being set | Riyad Preukschas | 2012-09-08 | 1 | -0/+5 |
| | | | |||||
| * | | Set the size of emoji to be 20x20 | Robert Speicher | 2012-09-05 | 1 | -0/+6 |
| | | | | | | | | | Forgot they were so big! | ||||
| * | | Add specs for parsing Emoji | Robert Speicher | 2012-09-05 | 1 | -0/+34 |
| |/ | |||||
| * | Redesign gfm helper specs | Robert Speicher | 2012-09-02 | 1 | -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_spec | Robert Speicher | 2012-09-02 | 1 | -0/+0 |
| | | |||||
| * | All specs and features currently passing with FactoryGirl | Robert Speicher | 2012-08-28 | 1 | -2/+2 |
| | | |||||
| * | Allow disabling Gravatars in gitlab.yml settings | Robert Speicher | 2012-08-15 | 1 | -0/+26 |
| | | | | | Closes #1237 | ||||
| * | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 1 | -50/+50 |
| | | | | | Didn't bother with files in db/, config/, or features/ | ||||
| * | Fixed markdown tests | randx | 2012-08-08 | 1 | -3/+3 |
| | | |||||
| * | Fix GFM helper to raise an exception when @project is not set | Riyad Preukschas | 2012-08-06 | 1 | -0/+6 |
| | | |||||
| * | Fix GFM specs for ids in markdown headings | Riyad Preukschas | 2012-08-06 | 1 | -1/+1 |
| | | |||||
| * | Remove the commit_msg_with_link_to_issues helper and specs | Riyad Preukschas | 2012-08-02 | 1 | -67/+0 |
| | | |||||
| * | Update Gitlab Markdown renderer to use GFM | Riyad Preukschas | 2012-08-02 | 1 | -0/+47 |
| | | |||||
| * | Add link_to_gfm helper and specs | Riyad Preukschas | 2012-08-02 | 1 | -0/+13 |
| | | |||||
| * | Add GFM helper specs | Riyad Preukschas | 2012-08-02 | 1 | -0/+166 |
| | | | | | | | | | | tests references to * commits * team members * issues * merge requests * snipptes | ||||
| * | 1/ rspec'ed | Cedric Gatay | 2011-12-27 | 1 | -0/+67 |
| | | | | | | | 2/ @commit.safe_message as an argument 3/ preserve in helper 4/ spaces around operators | ||||
| * | merge request entity | Dmitriy Zaporozhets | 2011-11-28 | 1 | -35/+0 |
| | | |||||
| * | Use secure.gravatar.com when running over SSL | Ariejan de Vroom | 2011-11-09 | 1 | -0/+35 |
