| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix project title in copyright headers | Simon Brandhof | 2016-01-13 | 14 | -14/+14 |
* | Upgrade to parent 26 and new copyright headers | Simon Brandhof | 2016-01-05 | 14 | -56/+56 |
* | Fix quality flaws | Jean-Baptiste Lievremont | 2015-02-16 | 1 | -3/+3 |
* | SONAR-6022 Update dead links pointing to documentation | Fabrice Bellingard | 2015-01-06 | 1 | -2/+2 |
* | Fix quality flaws | Jean-Baptiste Lievremont | 2014-07-01 | 1 | -9/+10 |
* | SONAR-4681 SONAR-5295 Escape HTML before markdown interpolation | Jean-Baptiste Lievremont | 2014-05-12 | 2 | -3/+5 |
* | SONAR-4681 Add support for documented links | Jean-Baptiste Lievremont | 2014-05-09 | 2 | -0/+57 |
* | SONAR-4681 Add support for blockquote | Jean-Baptiste Lievremont | 2014-05-09 | 2 | -0/+107 |
* | SONAR-4681 Add support for headings in SQ Markdown | Jean-Baptiste Lievremont | 2014-05-07 | 2 | -0/+78 |
* | SONAR-4681 Add support for ordered lists in SQ Markdown | Jean-Baptiste Lievremont | 2014-05-07 | 1 | -12/+71 |
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 11 | -11/+11 |
* | Fix some quality flaws | Simon Brandhof | 2013-08-16 | 1 | -1/+1 |
* | Update copyright headers | Simon Brandhof | 2013-04-22 | 11 | -44/+44 |
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 11 | -33/+33 |
* | Code cleaning : Add @Override annotations | David Gageot | 2012-04-27 | 1 | -0/+1 |
* | SONAR-3242 improve rendering of review forms | simonbrandhof | 2012-02-24 | 1 | -0/+2 |
* | SONAR-3269 Add 'lang' attribute on <pre> for code blocks | Fabrice Bellingard | 2012-02-17 | 1 | -5/+28 |
* | SONAR-3269 Add multiline code support on Sonar markdown | Fabrice Bellingard | 2012-02-16 | 2 | -0/+48 |
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 10 | -10/+10 |
* | SONAR-2923, SONAR-2632?: Fixed some side effects on other modules (again) | Dinesh Bolkensteyn | 2011-10-20 | 1 | -8/+3 |
* | The Markdown class uses the new ChannelDispatch Builder | Freddy Mallet | 2011-05-24 | 1 | -14/+10 |
* | Rename the class MarkdownEngine to Markdown | simonbrandhof | 2011-05-05 | 1 | -3/+3 |
* | Reduce technical debt | simonbrandhof | 2011-05-05 | 2 | -19/+28 |
* | SONAR-2384 append target='_blank' when building an hyperlink | Freddy Mallet | 2011-04-27 | 1 | -1/+1 |
* | SONAR-2384 use backtick instead of simple quote in the HtmlCodeChannel | Freddy Mallet | 2011-04-27 | 1 | -3/+3 |
* | SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ... | Freddy Mallet | 2011-04-26 | 1 | -1/+1 |
* | Sonar Markdown : Fix typo in the javadoc (Thanks Evgeny) | Freddy Mallet | 2011-04-24 | 1 | -1/+1 |
* | SONAR-2384 Add support for html list and fix javadoc by escaping html tags | Freddy Mallet | 2011-04-24 | 6 | -6/+96 |
* | Add some javadoc to the Sonar Markdown module | Freddy Mallet | 2011-04-23 | 7 | -1/+51 |
* | SONAR-2384 Add a new HtmlCodeChannel to transform ''printf()'' into <code>pri... | Freddy Mallet | 2011-04-23 | 5 | -3/+40 |
* | SONAR-2384 Complete the support of emphasis | simonbrandhof | 2011-04-23 | 1 | -2/+4 |
* | SONAR-2384 First implementation : Create a markdown dedicated to Sonar needs | Freddy Mallet | 2011-04-23 | 7 | -0/+255 |