Age | Commit message (Expand) | Author |
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 |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-19 | java: remove unused methods | Noel Grandin |
2014-08-16 | upgrade to apache-commons-1.2 | Thomas Arnhold |
2014-08-14 | java: remove unused imports | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-13 | java: remove dead methods | Noel Grandin |
2014-08-13 | java: remove unused fields | Noel Grandin |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-12 | java: reduce scope, make constants private | Noel Grandin |
2014-08-12 | java: remove unused parameters | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-11 | java: remove unused parameters | Noel Grandin |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin |
2014-08-08 | java: remove unnecessary semi-colons | Noel Grandin |
2014-08-08 | java: use the non-deprecated constructor of URI | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-07-21 | Resolves fdo#81581: Mediawiki doesn't recognize underlining | Julien Nabet |