1. b65c618 MediaWiki export help: “WikiMedia” → “MediaWiki”; minor copyediting by Adolfo Jayme Barrientos · 10 years ago
  2. 5f42a26 remove unused imports in java code by Noel Grandin · 10 years ago
  3. b9d63d4 remove some unused Java code by Noel Grandin · 10 years ago
  4. 57d85c0 setListenerState does nothing by Caolán McNamara · 10 years ago
  5. b4203f5 cid#1326858 Eq: Problems with implementation of equals() by Noel Grandin · 10 years ago
  6. f126d7f cid#1327459 BC: Bad casts of object references by Noel Grandin · 10 years ago
  7. c39a924 cid#1327465 Eq: Problems with implementation of equals() by Noel Grandin · 10 years ago
  8. f0b3d21 coverity#1326198 Dereference after null check by Caolán McNamara · 10 years ago
  9. 2b198c3 coverity#1326498 Resource leak on an exceptional path by Caolán McNamara · 10 years ago
  10. 7703164 cid#1326434, 1326446, 1326248, 1326254 by jan iversen · 10 years ago
  11. 65abc5e coverity#1326413 Dereference null return value by Caolán McNamara · 10 years ago
  12. 64d624b Fix typos by Andrea Gelmini · 10 years ago
  13. eb95283 Killed the 'lastedited' element, it's useless, we have git. by Jan Holesovsky · 10 years ago
  14. b73db44 java: combine nested if statements by Noel Grandin · 10 years ago
  15. b1e949e coverity#1326963 RV: Bad use of return value by Caolán McNamara · 10 years ago
  16. b23deda coverity#1327463 Dm: Dubious method used by Caolán McNamara · 10 years ago
  17. 8da8869 coverity#1327464 Dm: Dubious method used by Caolán McNamara · 10 years ago
  18. eacf46e coverity#1326241 Dereference after null check by Caolán McNamara · 10 years ago
  19. ee3ebed java:remove unused imports by Noel Grandin · 10 years ago
  20. 18b934a swext: increment the extension version number to 1.2.0 by Michael Stahl · 10 years ago
  21. 2ccef1c swext: add a logging out stream to help debugging TLS connections by Michael Stahl · 10 years ago
  22. 4b6ceed swext: Wiki Publisher does not use those apache-commons libraries by Michael Stahl · 11 years ago
  23. f7d149a swext: remove commons-httpclient dependency from Wiki Publisher by Michael Stahl · 11 years ago
  24. 2de378e Fix typos by Andrea Gelmini · 11 years ago
  25. 0c18bed java: 'final static' to 'static final' by Noel Grandin · 11 years ago
  26. efd4bfa java:regulatize the order of 'final' and public/private by Noel Grandin · 11 years ago
  27. 9947af0 odt2mediawiki.xsl: ensure the node selection by Robert Antoni Buj Gelonch · 11 years ago
  28. 6c3e4b8 odt2mediawiki.xsl: hide table of contents if there is a customized toc by Robert Antoni Buj Gelonch · 11 years ago
  29. b532d46 odt2mediawiki.xsl: tabulation in toc entries by Robert Antoni Buj Gelonch · 11 years ago
  30. b32953d tdf#75360 tdf#90474 line breaks in exporting to mediawiki by Robert Antoni Buj Gelonch · 11 years ago
  31. c4a8c79 odt2mediawiki.xsl: vertical & horizontal align of a image by Robert Antoni Buj Gelonch · 11 years ago
  32. 4f35151 tdf#75531 failed to convert the margins by Robert Antoni Buj Gelonch · 11 years ago
  33. 26b9122 tdf#75019 bookmarks in exporting to mediawiki by Robert Antoni Buj Gelonch · 11 years ago
  34. a323ec6 odt2mediawiki.xsl: table cell color in cell attributes by Robert Antoni Buj Gelonch · 11 years ago
  35. 50c43b0 odt2mediawiki.xsl: reuse table cell code, check USE_DEFAULT_TABLE_CLASS, use current vbles by Robert Antoni Buj Gelonch · 11 years ago
  36. f472ab2 odt2mediawiki.xsl: improve export filter by Robert Antoni Buj Gelonch · 11 years ago
  37. 25d3c61 Typo: formated->formatted by Julien Nabet · 11 years ago
  38. 1003946 java: remove more dead code by Noel Grandin · 11 years ago
  39. 43cc8ad java: remove dead code by Noel Grandin · 11 years ago
  40. 7d812b0 java: unused imports by Noel Grandin · 11 years ago
  41. c199b76 java: remove some unused local variables by Noel Grandin · 11 years ago
  42. db203e5 java: remove some unused fields by Noel Grandin · 11 years ago
  43. 0063cf2 java: make fields final where possible by Noel Grandin · 11 years ago
  44. 36ff152 java: reduce excessive code indentation levels by Noel Grandin · 11 years ago
  45. 03c7c26 java: final fields that can be static by Noel Grandin · 11 years ago
  46. 9341bf3 java: when rethrowing, store the original exception by Noel Grandin · 11 years ago
  47. 973eb2f java: reduce the depth of some deeply nested if blocks by Noel Grandin · 11 years ago
  48. 2844128 mediawiki: use String.length()==0 instead of String.equals(empty string) by rbuj · 12 years ago
  49. 4157780 mediawiki: use a character literal by rbuj · 12 years ago
  50. 5342540 swext: use proper syntax for accessing outer class this by Michael Stahl · 12 years ago
  51. 253b97c missing imports by Caolán McNamara · 12 years ago
  52. 5f6b197 mediawiki options went missing by Caolán McNamara · 12 years ago
  53. c88eae0 mediawiki: improve storeConfiguration & loadConfiguration methods by rbuj · 12 years ago
  54. dbc24b1 mediawiki: if...else if...else Statement by rbuj · 12 years ago
  55. 7dbd88a0 mediawiki: use contains to check if a string contains a substring by rbuj · 12 years ago
  56. add27e4 mediawiki: the assigned value is never used by rbuj · 12 years ago
  57. d8a7f72 Use COMMONS_LOGGING_VERSION vble by rbuj · 12 years ago
  58. c0415d5 java: remove unnecessary constructor declarations by Noel Grandin · 12 years ago
  59. 6884ef6 java: don't catch and then just rethrow an exception by Noel Grandin · 12 years ago
  60. 0764292 java: use 'Short.valueOf' instead of 'new Short' by Noel Grandin · 12 years ago
  61. ff0ad04 java: use 'Integer.valueOf' instead of 'new Integer' by Noel Grandin · 12 years ago
  62. be1bb7b java: use Boolean.valueOf instead of instantiating Boolean objects by Noel Grandin · 12 years ago
  63. 3a8d351 java: remove unused methods by Noel Grandin · 12 years ago
  64. 439354a upgrade to apache-commons-1.2 by Thomas Arnhold · 12 years ago
  65. 0d916bb java: remove unused imports by Noel Grandin · 12 years ago
  66. ac5954d java: remove commented out code by Noel Grandin · 12 years ago
  67. 34bcf9b java: remove dead methods by Noel Grandin · 12 years ago
  68. 8583da1 java: remove unused fields by Noel Grandin · 12 years ago
  69. 68cd011 java: reduce scope, make some methods private by Noel Grandin · 12 years ago
  70. da677df java: reduce scope, make fields private by Noel Grandin · 12 years ago
  71. e701b3f java: reduce scope, make constants private by Noel Grandin · 12 years ago
  72. f086884 java: remove unused parameters by Noel Grandin · 12 years ago
  73. 0477e6c java: add @Override annotation to overriding methods by Noel Grandin · 12 years ago
  74. 41709cc java: remove unused parameters by Noel Grandin · 12 years ago
  75. 616b3ad java: remove exceptions from throws clauses that are not by Noel Grandin · 12 years ago
  76. b58c053f java: remove unnecessary semi-colons by Noel Grandin · 12 years ago
  77. b58f377 java: use the non-deprecated constructor of URI by Noel Grandin · 12 years ago
  78. 0c5f51e java: remove commented out code by Noel Grandin · 12 years ago
  79. b8f4db5 Resolves fdo#81581: Mediawiki doesn't recognize underlining by Julien Nabet · 12 years ago
  80. c15927f the addfile rule doesn't like to continue on a new line by Christian Lohmaier · 12 years ago libreoffice-4-3-branch-point
  81. 7e47087 care for Java 1.5 support in external packages by Douglas Mencken · 12 years ago
  82. 820a299 Many spelling fixes: directories r* - z*. by Pedro Giffuni · 12 years ago
  83. 1731f6e bump apache-commons-lang to 3.3.1 by Caolán McNamara · 12 years ago
  84. 3dad9b1 bump apache-commons-codec to 1.9 by Caolán McNamara · 12 years ago
  85. 2b15c85 bump apache-commons-logging to 1.1.3 by Caolán McNamara · 12 years ago
  86. dbc78f2 Resolves: fdo#75308 Asterisk at the beginning of Paragraph without "Nowiki" by Julien Nabet · 12 years ago
  87. 9e2d1d2 Resolves: fdo#69925 Wiki Publisher Extension is not working by Julien Nabet · 12 years ago
  88. e4a448a Related: fdo#74875 Filter of "nowiki" to be improved - Export to MediaWiki by Julien Nabet · 12 years ago
  89. 7d2f7c6 normalize values of SYSTEM_APACHE_COMMONS, SYSTEM_BSH by Michael Stahl · 12 years ago
  90. 7da3f43 Resolves: fdo#74820 Failed to recognized Heading 6-Export to MediaWiki by Julien Nabet · 12 years ago
  91. ac6e8ac typo fixes in comments by Andras Timar · 12 years ago
  92. 5b609ae gbuild: fix gb_Extension_use_default_description by Michael Stahl · 12 years ago
  93. a60427e swext: fix wiki-publisher / apache-commons build by Michael Stahl · 12 years ago
  94. 461d830 stop using apache-commons jars from OUTDIR too by Michael Stahl · 12 years ago
  95. 8e602af stop looking for Jar files in solver by Michael Stahl · 12 years ago
  96. c801ab3 xsltml: remove ExternalPackage, use files from WORKDIR by Michael Stahl · 12 years ago
  97. fa5c7cc Fix path for common-update.dtd by Julien Nabet · 13 years ago
  98. c871c06 ENABLE_MEDIAWIKI Harmonize ENABLE_* variable to TRUE/<nothing> by Norbert Thiebaud · 13 years ago
  99. 805c610 Resolves: #i121544# - Clean-up MessageBox API by Ariel Constenla-Haile · 13 years ago
  100. 680608b Related: #i121513# Remove deprecated UnoControlThrobberModel by Ariel Constenla-Haile · 13 years ago