summaryrefslogtreecommitdiffstats
path: root/swext
Commit message (Expand)AuthorAgeFilesLines
* Killed the 'lastedited' element, it's useless, we have git.Jan Holesovsky2015-11-125-5/+0
* java: combine nested if statementsNoel Grandin2015-11-051-10/+4
* coverity#1326963 RV: Bad use of return valueCaolán McNamara2015-10-201-1/+3
* coverity#1327463 Dm: Dubious method usedCaolán McNamara2015-10-201-1/+1
* coverity#1327464 Dm: Dubious method usedCaolán McNamara2015-10-201-1/+1
* coverity#1326241 Dereference after null checkCaolán McNamara2015-10-151-1/+1
* java:remove unused importsNoel Grandin2015-10-141-1/+0
* swext: increment the extension version number to 1.2.0Michael Stahl2015-10-092-1/+3
* swext: add a logging out stream to help debugging TLS connectionsMichael Stahl2015-10-092-0/+167
* swext: Wiki Publisher does not use those apache-commons librariesMichael Stahl2015-10-092-19/+0
* swext: remove commons-httpclient dependency from Wiki PublisherMichael Stahl2015-10-096-212/+213
* Fix typosAndrea Gelmini2015-09-301-3/+3
* java: 'final static' to 'static final'Noel Grandin2015-06-151-35/+35
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-112-9/+9
* odt2mediawiki.xsl: ensure the node selectionRobert Antoni Buj Gelonch2015-05-201-24/+6
* odt2mediawiki.xsl: hide table of contents if there is a customized tocRobert Antoni Buj Gelonch2015-05-191-0/+2
* odt2mediawiki.xsl: tabulation in toc entriesRobert Antoni Buj Gelonch2015-05-181-0/+31
* tdf#75360 tdf#90474 line breaks in exporting to mediawikiRobert Antoni Buj Gelonch2015-04-271-4/+7
* odt2mediawiki.xsl: vertical & horizontal align of a imageRobert Antoni Buj Gelonch2015-04-271-43/+126
* tdf#75531 failed to convert the marginsRobert Antoni Buj Gelonch2015-04-271-0/+8
* tdf#75019 bookmarks in exporting to mediawikiRobert Antoni Buj Gelonch2015-04-271-7/+51
* odt2mediawiki.xsl: table cell color in cell attributesRobert Antoni Buj Gelonch2015-04-201-20/+41
* odt2mediawiki.xsl: reuse table cell code, check USE_DEFAULT_TABLE_CLASS, use ...Robert Antoni Buj Gelonch2015-04-201-155/+78
* odt2mediawiki.xsl: improve export filterRobert Antoni Buj Gelonch2015-04-201-67/+356
* Typo: formated->formattedJulien Nabet2015-03-251-1/+1
* java: remove more dead codeNoel Grandin2015-01-052-5/+0
* java: remove dead codeNoel Grandin2015-01-051-17/+0
* java: unused importsNoel Grandin2014-12-101-1/+0
* java: remove some unused local variablesNoel Grandin2014-12-052-9/+1
* java: remove some unused fieldsNoel Grandin2014-12-051-3/+0
* java: make fields final where possibleNoel Grandin2014-11-186-13/+13
* java: reduce excessive code indentation levelsNoel Grandin2014-11-123-86/+86
* java: final fields that can be staticNoel Grandin2014-10-172-5/+5
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-161-1/+1
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-25/+25
* mediawiki: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-111-2/+2
* mediawiki: use a character literalrbuj2014-09-102-2/+2
* swext: use proper syntax for accessing outer class thisMichael Stahl2014-09-082-7/+7
* missing importsCaolán McNamara2014-09-081-0/+2
* mediawiki options went missingCaolán McNamara2014-09-081-0/+11
* mediawiki: improve storeConfiguration & loadConfiguration methodsrbuj2014-09-081-53/+48
* mediawiki: if...else if...else Statementrbuj2014-09-061-1/+1
* mediawiki: use contains to check if a string contains a substringrbuj2014-09-061-1/+1
* mediawiki: the assigned value is never usedrbuj2014-09-061-5/+3
* Use COMMONS_LOGGING_VERSION vblerbuj2014-08-201-1/+1
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-202-10/+0
* java: don't catch and then just rethrow an exceptionNoel Grandin2014-08-201-25/+18
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-192-2/+2
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-4/+4
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-195-14/+14