summaryrefslogtreecommitdiff
path: root/upload-wiki.pl
AgeCommit message (Collapse)Author
2018-01-03Fix typosAndrea Gelmini
Change-Id: I7ef82f8d2896f3687be1aacfd08b8cf0d0d6e105 Reviewed-on: https://gerrit.libreoffice.org/47273 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-07-07improving upload scriptDennis Roczek
Change-Id: I8f7bc5973f988af29b0a07ad3ac066f93bebe5e6 Reviewed-on: https://gerrit.libreoffice.org/16198 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2014-02-20use 'unless' instead of 'if'Andras Timar
Change-Id: Ie40681e6f7097a1d9b2935e238cfb0ecfb840db4
2014-02-20Retry wiki page upload on errorAndras Timar
Change-Id: I9a9621198d4fc02a03ef94eccdddb481109c73fd
2014-02-20line break instead of literal \nAndras Timar
Change-Id: I0617304a7523ab06b862bdca108265b8ea969ab6
2013-05-07fdo#64211 replace / to %2F in HIDs for wiki redirectsAndras Timar
Change-Id: I93780b76e17a3b833ef4ee6a50bb0969ab8bb01c
2013-05-07do not verify hostname when using SSLAndras Timar
Change-Id: I9f89e0b185661a92c63937853c53afecea0d57fc
2012-12-13re-base on ALv2 code. Includes:Michael Meeks
Patch contributed by Oliver Rainer-Wittmann i#118572 - remove ui string and help content regarding usage of Java Mail in Writer's Mail Merge as Java Mail is not used. http://svn.apache.org/viewvc?view=revision&revision=1197035 Patches contributed by Herbert Duerr updated help text for regexp word boundaries http://svn.apache.org/viewvc?view=revision&revision=1228026 improved help text for word boundary regexp expression \b http://svn.apache.org/viewvc?view=revision&revision=1234738 Patches contributed by Jurgen Schmidt remove onlineregistration with dependencies http://svn.apache.org/viewvc?view=revision&revision=1240245 Patch contributed by Regina Henschel Extended tips for corner and cap style http://svn.apache.org/viewvc?view=revision&revision=1242287 * re-enable on-line update help, remove obsolete on-line purchasing.
2012-10-16move help structure one directory upNorbert Thiebaud
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
-integration'>feature/vcl-opengl-integration LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/inc/rtl
AgeCommit message (Expand)Author
2012-12-19Revert "fix crash for fdo#58306 when appending to OUStringBuffer initialised ...Luboš Luňák
2012-12-19fix crash for fdo#58306 when appending to OUStringBuffer initialised with ""Noel Power
2012-12-18fdo#58473 - fix transliteration crasher caused by writing const string.Michael Meeks
2012-12-17API CHANGE: Remove useless deprecated rtl/memory.hArnaud Versini
2012-12-17OUString::reverseCompareTo() string literal overload to match the AsciiL oneLuboš Luňák
2012-12-11SAL_DELETE -> SAL_DELETED_FUNCTION, for a more descriptive nameLuboš Luňák
2012-12-11Introduce SAL_DELETEStephan Bergmann
2012-12-11use SAL_WARN_UNUSED_RESULT for OUString::replaceAllIvan Timofeev
2012-12-10operator+ for stringbufferLuboš Luňák
2012-12-10No config_global.h in SDKStephan Bergmann
2012-12-10Avoid "deleted function definitions are a C++11 extension" in a better wayTor Lillqvist
2012-12-09WaE: deleted function definitions are a C++11 extensionTor Lillqvist
2012-12-07add rtl::OUStringBuffer::append(bool)Luboš Luňák
2012-12-07use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák
2012-12-06use rtl_(u)string_alloc where the contents clearly don't need to be clearedLuboš Luňák
2012-12-06mvoe rtl_(u)string_alloc to salLuboš Luňák
2012-12-06pass string by reference instead of by valueLuboš Luňák
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák
2012-12-06add doxygen tags to the internal fast string stuffLuboš Luňák
2012-12-06remove needless friend declarationLuboš Luňák
2012-12-06reduce a bit the rtl vs rtlunittest mess in string headersLuboš Luňák
2012-12-06API CHANGE: drop obsolete rtl/oustringostreaminserter.hxxStephan Bergmann
2012-12-04sal: warning C4267: return: conversion from 'size_t' to 'int'...Michael Stahl
2012-12-04fix non-fast string operator+ debug buildLuboš Luňák
2012-12-04Fix fast concat of empty stringsStephan Bergmann
2012-12-03fix capacity in stringbuffersLuboš Luňák
2012-12-03avoid unused warning in non-debug modeLuboš Luňák
2012-12-03assert on strange lengths of string literalsLuboš Luňák
2012-12-03make sure fast string operator+ is used only by LO codeLuboš Luňák
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák
2012-12-03Improve English commentsNaser Sharifi
2012-12-01OUStringBuffer constructor from OUStringBuffer should use const argNorbert Thiebaud
2012-11-30ditched rtl::OLocaleEike Rathke