summaryrefslogtreecommitdiff
path: root/swext/mediawiki
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19Java cleanup in mediawiki extensionNoel Grandin10-191/+167
- remove unnecessary casts - convert Hashtable->Map and Vector->ArrayList - remove dead fields Change-Id: Id85abee74857325a113133bf61474b962256489c Reviewed-on: https://gerrit.libreoffice.org/3430 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov1-2/+2
Change-Id: I98d04d7da4c2b7ea0b769df9c2bfa8c1ad86bf2d Reviewed-on: https://gerrit.libreoffice.org/3422 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-23fdo#61379 Java options are under Options - LibreOffice - AdvancedAndras Timar1-1/+1
Change-Id: Ic7b262f4b75e7f2069f88f753cea5ff8f59610b7
2013-02-25remove specialcasing for old internal sun wikiBjoern Michaelsen1-12/+0
Change-Id: Idb8efc3f900172dea2ded6b7aa39e0b6f8fe49b7
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-4/+0
... derives from com.sun.star.uno.RuntimeException instead of com.sun.star.uno.Exception. Only test that breaks with this change is jurt_uno/AnyConverter_Test, which for mysterious reasons effectively tests that IllegalArgumentException is a subclass of Exception and not RuntimeException. Presumably this is just a generic exception test that happens to use IllegalArgumentException. Some further testing indicates there are no problems expected at runtime: Running "make subsequentcheck" with all Java test code compiled against a ridl.jar that does not contain the change, running against a soffice that uses ridl.jar and rdbs with the change + ridl.jar with the change on the test side yields exactly the same AnyConverter_Test failure, with no other failures. Change-Id: Iad183de76ec7e0d56648084e97cdcc160b5b033d
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-28/+10
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar1-0/+0
Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
2012-11-07Delete unused filesZolnai Tamás1-29/+0
Belong to extensions which become unneeded because of treex Change-Id: I86ca7494a9022c1e72d64b2ec5cbd41d6e292a00
2012-10-23gbuild: let ExtensionTarget expect manifest below META-INFMichael Stahl1-0/+0
Change-Id: Ia07d3fd856578ab6976c02f8a0ec96273db19a2c
2012-09-25set paths in help tree file of MediaWiki extension helpAndras Timar1-5/+5
we set the paths here to their runtime values, because in new build "paradigm" English tree is not updated, just copied. No problem with that, we'll fix regressions later. Now it works even in en-US build, but nodes are not localized, because update_tree.pl does not find localizations due to the changed paths. update_tree.pl is a hack and must die. It will be killed in feature/killsdf branch. Change-Id: Ic16eca538182f5548d4d6c2a23f9bc9764da6b62
2012-09-10Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin1-32/+32
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin4-18/+0
I guess I missed some last time :-) Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10add help.tree files to extensions' helpBence Babati2-0/+51
Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074
2012-07-03re-base on ALv2 code.Michael Meeks22-504/+344
2012-06-29re-base on ALv2 code.Michael Meeks2-46/+28
2012-06-21re-base on ALv2 code.Michael Meeks10-233/+143
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-04-26Bump extension versions after changing to passive registrationStephan Bergmann1-1/+1
...otherwise, if they are bundled, their per-user data is not regenerated, leading to inconsitencies.
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2011-12-04Fix misplaced doublequoteLior Kaplan1-1/+1
2011-12-03Add link to tools - options dialogLior Kaplan1-1/+1
2011-11-24remove legacy mediawiki active registration hookMichael Meeks1-10/+0
2011-11-24switch mediawiki extension to passive registrationMichael Meeks2-2/+13
2011-11-21remove system requirements/install/uninstall sections (bundled extension)Andras Timar1-38/+2
2011-11-21s/OpenOffice.org/LibreOffice/ fdo#43120Andras Timar1-1/+1
2011-10-31towards enabling l10n of extension description in swextAndras Timar2-1/+1
2011-10-31change wiki's addressAndras Timar1-1/+1
2011-10-07convert swext to gbuild and add to tail_buildPeter Foley18-634/+14
2011-10-03enable l10n of Wiki Publisher display name and descriptionAndras Timar11-28/+27
2011-09-21set lang to en-US in order l10ntools can extract stringsAndras Timar1-1/+1
2011-09-13change publisher from Oracle to TDF fdo#40638Andras Timar1-1/+1
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-15/+15
Conflicts: swext/mediawiki/build.xml
2011-03-30build-ant-1.6-swext.diff: allow to build MediaWiki ext. with ant 1.6 (i#90830)Petr Mladek1-4/+4
2011-03-23ause127: #i117518# fix directory access rights inside zip - thanks to mavHans-Joachim Lankenau1-16/+16
2010-10-13Merge commit 'ooo/OOO330_m10'Jan Holesovsky5-4/+49
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky2-34/+42
Conflicts: swext/mediawiki/build.xml swext/prj/build.lst
2010-09-22fwk159: #i114231# use login token if there is anyMikhail Voytenko5-4/+49
2010-09-16masterfix OOO330: #i10000# build problem with cygwin shell (Windows)obo1-2/+2
Notes: split repo tag: extensions_ooo/OOO330_m8 split repo tag: extensions_ooo/OOO330_m9
2010-09-15remove useless license prompt for extensionsRene Engelhard3-24/+1
2010-09-10jl158 #i114008# sed problem on solaris fixedJoachim Lingner1-1/+3
2010-09-01jl158: #i114008# pre-indexing of extension helpHans-Joachim Lankenau2-34/+40
2010-07-23txtl10n: removal of verbose switchIvo Hinkelmann1-1/+1
2010-03-30 nativea: #161692# Changed provider link for some extensionsDirk Voelzke1-1/+1
2010-03-29native0ext:#161688# rebranding extensions - transplanted from ↵Vladimir Glazunov2-5/+3
28f77bc32e70@native0
2010-02-12changefileheader2: #i10000#: convert files with CR/LF characters to CR onlyJens-Heiner Rechtien3-67/+67
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien40-273/+130
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-10-26merge commit for m62Mathias Bauer3-21/+21
2009-10-14CWS-TOOLING: integrate CWS mav55Kurt Zenker3-21/+21
2009-09-25 13:53:12 +0200 mav r276452 : #i102895# fix the tab order; introduce fallback strings for the case that configuration is currupt
2009-09-25merge commitMathias Bauer1-1/+4
2009-09-16CWS-TOOLING: integrate CWS l10nframework01Ivo Hinkelmann1-1/+4