aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-markdown
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-271-1/+1
|
* SONAR-3242 improve rendering of review formssimonbrandhof2012-02-241-0/+2
| | | | | * form replaces bottom bar of actions * improve markdown help
* SONAR-3269 Add 'lang' attribute on <pre> for code blocksFabrice Bellingard2012-02-172-6/+37
|
* SONAR-3269 Add multiline code support on Sonar markdown Fabrice Bellingard2012-02-163-0/+54
|
* Update copyright header for this new yearSimon Brandhof2012-01-1011-11/+11
|
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
|
* Upgrade version to 2.13-SNAPSHOTEric Hartmann2011-11-091-1/+1
|
* SONAR-2923, SONAR-2632?: Fixed some side effects on other modules (again)Dinesh Bolkensteyn2011-10-201-8/+3
|
* Upgrade version to 2.12-SNAPSHOTSimon Brandhof2011-09-161-1/+1
|
* Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10Simon Brandhof2011-08-151-1/+1
|
* [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-08-091-1/+1
|
* [maven-release-plugin] prepare release 2.10-RC2Simon Brandhof2011-08-091-1/+1
|
* Upgrade version to 2.11-SNAPSHOTSimon Brandhof2011-08-051-1/+1
|
* Merge branch 'release-2.9'simonbrandhof2011-07-171-2/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: archetypes/sonar-basic-plugin/pom.xml archetypes/sonar-gwt-plugin/pom.xml plugins/sonar-checkstyle-plugin/pom.xml plugins/sonar-cobertura-plugin/pom.xml plugins/sonar-core-gwt/pom.xml plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-findbugs-plugin/pom.xml plugins/sonar-googleanalytics-plugin/pom.xml plugins/sonar-pmd-plugin/pom.xml plugins/sonar-squid-java-plugin/pom.xml plugins/sonar-surefire-plugin/pom.xml pom.xml samples/pom.xml sonar-application/pom.xml sonar-batch-bootstrapper/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch/pom.xml sonar-channel/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core-maven-plugin/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-gwt-api/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-server/pom.xml sonar-squid/pom.xml sonar-testing-harness/pom.xml sonar-ws-client/pom.xml
| * Release 2.9simonbrandhof2011-07-171-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-07-081-1/+1
| |
| * [maven-release-plugin] prepare release 2.9-RC1Simon Brandhof2011-07-081-3/+2
| |
* | Upgrade version to 2.10-SNAPSHOTSimon Brandhof2011-07-111-1/+1
| |
* | temporary reverting to 2.9-SNAPSHOTsimonbrandhof2011-07-101-1/+1
| |
* | Upgrade to version 2.10-SNAPSHOTsimonbrandhof2011-07-101-1/+1
|/
* The Markdown class uses the new ChannelDispatch BuilderFreddy Mallet2011-05-241-14/+10
|
* Upgrade to version 2.9-SNAPSHOTsimonbrandhof2011-05-131-1/+1
|
* Temporarily downgrade version to 2.8-SNAPSHOTsimonbrandhof2011-05-101-1/+1
|
* Upgrade version to 2.9-SNAPSHOTsimonbrandhof2011-05-091-1/+1
|
* Release 2.8-RC2simonbrandhof2011-05-091-1/+1
|
* Rename the class MarkdownEngine to Markdownsimonbrandhof2011-05-053-73/+73
|
* Reduce technical debtsimonbrandhof2011-05-052-19/+28
|
* Prepare for next development iterationEvgeny Mandrikov2011-05-031-1/+1
|
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-031-1/+1
|
* SONAR-2384 append target='_blank' when building an hyperlinkFreddy Mallet2011-04-272-4/+6
|
* SONAR-2384 use backtick instead of simple quote in the HtmlCodeChannelFreddy Mallet2011-04-272-5/+5
|
* SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ↵Freddy Mallet2011-04-262-5/+3
| | | | method and make the HtmlEmphasisChannel handle sentence
* Sonar Markdown : Fix typo in the javadoc (Thanks Evgeny)Freddy Mallet2011-04-241-1/+1
|
* SONAR-2384 Add support for html list and fix javadoc by escaping html tagsFreddy Mallet2011-04-247-6/+101
|
* Add some javadoc to the Sonar Markdown moduleFreddy Mallet2011-04-237-1/+51
|
* SONAR-2384 Add a new HtmlCodeChannel to transform ''printf()'' into ↵Freddy Mallet2011-04-236-4/+47
| | | | <code>printf()</code>
* SONAR-2384 Complete the support of emphasissimonbrandhof2011-04-233-6/+13
|
* SONAR-2384 First implementation : Create a markdown dedicated to Sonar needsFreddy Mallet2011-04-239-0/+348