Age | Commit message (Expand) | Author |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-11-12 | Killed the 'lastedited' element, it's useless, we have git. | Jan Holesovsky |
2015-11-05 | java: combine nested if statements | Noel Grandin |
2015-10-20 | coverity#1326963 RV: Bad use of return value | Caolán McNamara |
2015-10-20 | coverity#1327463 Dm: Dubious method used | Caolán McNamara |
2015-10-20 | coverity#1327464 Dm: Dubious method used | Caolán McNamara |
2015-10-15 | coverity#1326241 Dereference after null check | Caolán McNamara |
2015-10-14 | java:remove unused imports | Noel Grandin |
2015-10-09 | swext: increment the extension version number to 1.2.0 | Michael Stahl |
2015-10-09 | swext: add a logging out stream to help debugging TLS connections | Michael Stahl |
2015-10-09 | swext: Wiki Publisher does not use those apache-commons libraries | Michael Stahl |
2015-10-09 | swext: remove commons-httpclient dependency from Wiki Publisher | Michael Stahl |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-06-15 | java: 'final static' to 'static final' | Noel Grandin |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-05-20 | odt2mediawiki.xsl: ensure the node selection | Robert Antoni Buj Gelonch |
2015-05-19 | odt2mediawiki.xsl: hide table of contents if there is a customized toc | Robert Antoni Buj Gelonch |
2015-05-18 | odt2mediawiki.xsl: tabulation in toc entries | Robert Antoni Buj Gelonch |
2015-04-27 | tdf#75360 tdf#90474 line breaks in exporting to mediawiki | Robert Antoni Buj Gelonch |
2015-04-27 | odt2mediawiki.xsl: vertical & horizontal align of a image | Robert Antoni Buj Gelonch |
2015-04-27 | tdf#75531 failed to convert the margins | Robert Antoni Buj Gelonch |
2015-04-27 | tdf#75019 bookmarks in exporting to mediawiki | Robert Antoni Buj Gelonch |
2015-04-20 | odt2mediawiki.xsl: table cell color in cell attributes | Robert Antoni Buj Gelonch |
2015-04-20 | odt2mediawiki.xsl: reuse table cell code, check USE_DEFAULT_TABLE_CLASS, use ... | Robert Antoni Buj Gelonch |
2015-04-20 | odt2mediawiki.xsl: improve export filter | Robert Antoni Buj Gelonch |
2015-03-25 | Typo: formated->formatted | Julien Nabet |
2015-01-05 | java: remove more dead code | Noel Grandin |
2015-01-05 | java: remove dead code | Noel Grandin |
2014-12-10 | java: unused imports | Noel Grandin |
2014-12-05 | java: remove some unused local variables | Noel Grandin |
2014-12-05 | java: remove some unused fields | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: reduce the depth of some deeply nested if blocks | Noel Grandin |
2014-09-11 | mediawiki: use String.length()==0 instead of String.equals(empty string) | rbuj |
2014-09-10 | mediawiki: use a character literal | rbuj |
2014-09-08 | swext: use proper syntax for accessing outer class this | Michael Stahl |
2014-09-08 | missing imports | Caolán McNamara |
2014-09-08 | mediawiki options went missing | Caolán McNamara |
2014-09-08 | mediawiki: improve storeConfiguration & loadConfiguration methods | rbuj |
2014-09-06 | mediawiki: if...else if...else Statement | rbuj |
2014-09-06 | mediawiki: use contains to check if a string contains a substring | rbuj |
2014-09-06 | mediawiki: the assigned value is never used | rbuj |
2014-08-20 | Use COMMONS_LOGGING_VERSION vble | rbuj |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: don't catch and then just rethrow an exception | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |