summaryrefslogtreecommitdiff
path: root/swext
AgeCommit message (Collapse)AuthorFilesLines
2012-09-05fdo#53009: Compile extension help in gbuildStephan Bergmann1-10/+8
...as had been done in the old build system (solenv/inc/extension_helplink.mk). Especially for bundled extensions, this removes the need to compile the help data per user on first start. gb_Extension_add_helpfile(s) replaces gb_Extension_localize_help, and takes care of all the steps (localization, compilation, inclusion in .oxt), even for the en-US data (which was handled with additional gb_Extension_add_file calls before). (cherry picked from commit b23bb8e0de3dbdc2c66c3dedf70dfd318868f76c with additional fixes from follow-up commits 152ffaa15f963f92b1564946a648c53d6b5c808c "Call HelpIndexer/Linker with gb_Helper_set_ld_path" and a297372210396260da57f34da3790f76682603cc "Quote .ddf content (potentially containing stuff like '%2F')") Conflicts: solenv/gbuild/Extension.mk solenv/gbuild/ExtensionTarget.mk Change-Id: Ie4bab66d3cad2b713780a23bf2606ca56cfff37f Reviewed-on: https://gerrit.libreoffice.org/563 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl2-59/+55
Variables should have module name as prefix to prevent collisions.
2012-05-09fdo#46509: xsltml .xsl files missing from wiki-publisher.oxtStephan Bergmann1-0/+7
A regression introduced by e7a1e17c4fdea4103e7f921e8cd9c315c1dbe612 "convert swext to gbuild and add to tail_build." Change-Id: I29efe28ad6353d725afe9cce6f470c5492aa87a8
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-1/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
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-04-08gbuild: "use" vs. "add":Michael Stahl1-3/+3
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-02-09Added and improved READMEs for modules in extensions, extras, postprocessJosh Heidenreich1-0/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-01-16Try without xmlhelp on non-desktop OSesTor Lillqvist1-1/+1
2012-01-05build and pack MediaWiki extension's help localizationsAndras Timar1-1/+5
2012-01-04pack UI localizations with MediaWiki extensionAndras Timar1-3/+3
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-04Fix misplaced doublequoteLior Kaplan1-1/+1
2011-12-03Add link to tools - options dialogLior Kaplan1-1/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-3/+4
2011-11-24remove legacy mediawiki active registration hookMichael Meeks1-10/+0
2011-11-24switch mediawiki extension to passive registrationMichael Meeks4-2/+15
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-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-05gbuild: add support for extension description l10nMichael Stahl1-1/+0
2011-10-31towards enabling l10n of extension description in swextAndras Timar4-3/+3
2011-10-31change wiki's addressAndras Timar1-1/+1
2011-10-23no need for SRCDIR parameter hereMatúš Kukan2-2/+2
2011-10-16fix swext build with SYSTEM_APACHE_COMMONS==YESRene Engelhard2-0/+20
2011-10-12Configuration.mk: add nodeliver modeMichael Stahl1-5/+2
Add a special mode where a Configuration does not deliver to the solver, and use it in Configuration_mediawiki, preventing the files from officecfg being overwritten by files from swext. Should fix the annoying sc_test_filters failure and the smoketest as well if the mediawiki extension is enabled.
2011-10-07convert swext to gbuild and add to tail_buildPeter Foley27-657/+310
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-06-16Use DESKTOP and NATIVE where appropriateTor Lillqvist1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-4/+4
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-25set build depencencies against the new "translations" modulePetr Mladek1-1/+1
2011-03-23ause127: #i117518# fix directory access rights inside zip - thanks to mavHans-Joachim Lankenau1-16/+16
2011-03-13l10n is conditionned on L10N:Norbert Thiebaud1-1/+1
2011-02-22masterfix DEV300: #i10000# usage of L10N build_typeIvo Hinkelmann1-1/+1
Notes: split repo tag: extensions_ooo/DEV300_m101
2010-10-13Merge commit 'ooo/OOO330_m10'Jan Holesovsky5-4/+49
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky3-35/+43
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-14extensions_deliver.diff: Deliver extensions to the solverKalman Szalai - KAMI1-0/+1
2010-09-10jl158 #i114008# sed problem on solaris fixedJoachim Lingner1-1/+3
2010-09-07Merge commit 'ooo/OOO330_m6'Jan Holesovsky1-1/+1
2010-09-01jl158: #i114008# pre-indexing of extension helpHans-Joachim Lankenau3-35/+41
2010-08-24Fix parallel build in swext.Jan Holesovsky1-1/+1