summaryrefslogtreecommitdiff
path: root/lib/gitlab/markdown.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Markdown now support users from groupsDmitriy Zaporozhets2013-06-221-1/+1
* Changed regex to support Jira issue numbering formatPedro Guridi2013-05-271-1/+2
* Fix skipping of some elements in makrdownDmitriy Zaporozhets2013-05-161-9/+11
* Dont parse gfm-extractions as commit. Increase gfm rendering speed. Especiall...Dmitriy Zaporozhets2013-05-161-0/+4
* Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-011-1/+1
* Fix user path in markdownMartin Bastien2013-03-191-2/+2
* Issues helper included to markdown helperAndrew8xx82013-02-281-0/+2
* Project issue tracker functions refactoredAndrew8xx82013-02-281-1/+1
* Issue tracker field added to projectsAndrew8xx82013-02-281-2/+5
* Fix parsing of ref-like Urls in links and images in GFMRiyad Preukschas2013-01-161-7/+18
* Use image Urls for Emoji in GFMRiyad Preukschas2013-01-161-1/+1
* Use Urls for references in GFMRiyad Preukschas2013-01-161-5/+5
* Merge commit 'master' into discussionsRiyad Preukschas2013-01-151-1/+1
|\
| * Continue refactoring. Use repostory and teamDmitriy Zaporozhets2013-01-041-1/+1
* | Merge branch 'master' into discussionsRiyad Preukschas2012-12-231-24/+21
|\ \ | |/
| * replace user.name by user.username in GFMCyril2012-12-071-23/+20
* | Fix emoji generation and stylingRiyad Preukschas2012-12-031-13/+13
|/
* Merge pull request #1712 from riyad/use-gem-for-emojiDmitriy Zaporozhets2012-10-181-1/+1
|\
| * Fix use of EmojiRiyad Preukschas2012-10-181-1/+1
* | Fix 500 error when project is emptyValeriy Sizov2012-10-171-1/+1
|/
* revertValeriy Sizov2012-10-171-2/+0
* Wiki style: move styles to right placeValeriy Sizov2012-10-171-0/+2
* improve emoji checking performanceNihad Abbasov2012-10-051-1/+1
* Use Commit#show instead of Commits#show to view a single commitRobert Speicher2012-09-261-1/+1
* Update gfm so escaped text is still parsed for referencesRobert Speicher2012-09-191-2/+4
* Fix HTML entities being parsed in GFMRobert Speicher2012-09-131-6/+16
* Prevent gfm() to leak changes to the string supplied through the _text_ argumentRiyad Preukschas2012-09-081-0/+3
* Fix bug where parsing of emoji was unnecessarily dependent on @project being setRiyad Preukschas2012-09-081-2/+5
* Fix Ruby anti-pattern in MarkdownRiyad Preukschas2012-09-071-2/+2
* Fix emojiirandx2012-09-071-1/+1
* Simplify EMOJI_PATTERNRobert Speicher2012-09-061-1/+1
* Merge branch 'master' into emojiRobert Speicher2012-09-061-2/+2
|\
| * Capitlization of /gitlab/i normalized. #1367Alex Denisov2012-09-061-1/+1
* | Set the size of emoji to be 20x20Robert Speicher2012-09-051-1/+1
* | Change Gitlab::Markdown to a module; add emoji parsingRobert Speicher2012-09-051-13/+69
|/
* Add link_title to CommitDecoratorRobert Speicher2012-09-021-1/+1
* Improve GFM code documentationRiyad Preukschas2012-08-231-5/+14
* GFM refactor: Move the actual parsing to a class under the Gitlab moduleRobert Speicher2012-08-141-0/+98