Revision tags: AOO414 |
|
9955fd11 | 05-Aug-2017 |
Matthias Seidel |
Added more statements for nsis languages, reordered git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1804182 13f79535-47bb-0310-9956-ffa450edef68 |
5e7cbc64 | 02-Aug-2017 |
Matthias Seidel |
Added statement for eu (Basque) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1803862 13f79535-47bb-0310-9956-ffa450edef68 |
4ff3bb4a | 02-Aug-2017 |
Matthias Seidel |
#i127491# Added statement for nb (Norsk Bokmal) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1803787 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO413 |
|
f1e0dfd3 | 15-Mar-2017 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1786974 13f79535-47bb-0310-9956-ffa450edef68 |
1cd770ab | 12-Mar-2017 |
Matthias Seidel |
Fixed typos git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1786610 13f79535-47bb-0310-9956-ffa450edef68 |
4e32e959 | 07-Mar-2017 |
Raphael Bircher |
Remove some old stuff from SUN Time EIS/CWS git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1785899 13f79535-47bb-0310-9956-ffa450edef68 |
b9fd132d | 24-Dec-2016 |
pfg |
Add some "Revision" svn keywords. Revisions were used within the tree, perhaps inherited by previous CVS/Subversion usage. Re-use them now since we have been lazy about updating them
Add some "Revision" svn keywords. Revisions were used within the tree, perhaps inherited by previous CVS/Subversion usage. Re-use them now since we have been lazy about updating them manually and because they can be useful for bug reports. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775979 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
7b4f4066 | 22-Dec-2016 |
pfg |
Re-enable some Id svn:keywords. Most of these pre-existed in the code, probably due to older version control. New Id keywords were added only in these files: main/solenv/inc/mi
Re-enable some Id svn:keywords. Most of these pre-existed in the code, probably due to older version control. New Id keywords were added only in these files: main/solenv/inc/minor.mk main/vcl/unx/kde4/KDEXLib.cxx The latter are important as they keep release information and we want to maintain such references when new versions are bumped. While here, update the information for KDE. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775751 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c0f6b924 | 03-Dec-2016 |
arielch |
i127236 - Use libwww-perl to download dependencies Cherrypicked some changes from Revision 1761352 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1772462 13f7953
i127236 - Use libwww-perl to download dependencies Cherrypicked some changes from Revision 1761352 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1772462 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b871de36 | 21-Oct-2016 |
arielch |
i127100 - Build Windows installer with NSIS >= 3.0 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1766031 13f79535-47bb-0310-9956-ffa450edef68 |
55511c50 | 01-Oct-2016 |
pescetti |
#i127148# Include testgraphical/references in generated source package. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1763019 13f79535-47bb-0310-9956-ffa450edef68 |
4b8ca05d | 01-Oct-2016 |
pescetti |
#i126605# Ignore generated scripts for supported platforms when creating source package. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1763017 13f79535-47bb-0310-9956-ffa450e
#i126605# Ignore generated scripts for supported platforms when creating source package. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1763017 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
274b8a62 | 21-Sep-2016 |
pescetti |
#i127129# Backport fix from AOO413 for downloading extensions from HTTPS. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1761814 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121 |
|
a4176b65 | 28-Jul-2016 |
damjan |
Perl returns the exit code of a subprocess shifted right by 8 bits. Shift it left before use. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
Perl returns the exit code of a subprocess shifted right by 8 bits. Shift it left before use. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1754353 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
fb2ebae7 | 27-Jul-2016 |
damjan |
Allow Ctrl+C to interrupt ./bootstrap. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1754316 13f79535-47bb-0310-9956-ffa450edef68 |
6eeb2f28 | 24-Jul-2016 |
damjan |
Give up on using Perl's LWP::UserAgent and LWP::Protocol::https to download files during ./bootstrap. It's a nightmare to get it working on the buildbots - Infra has been trying on INFRA-1129
Give up on using Perl's LWP::UserAgent and LWP::Protocol::https to download files during ./bootstrap. It's a nightmare to get it working on the buildbots - Infra has been trying on INFRA-11296 for 5 months to get it installed. Installing through CPAN doesn't always work - tests fail on CentOS 5 and on Cygwin. Even when installed, it's not always found. The gain just doesn't justify the effort. Worst of all, it's holding back development. What else is there? A CLI tool like wget could work, but it's not listed as a dependency, and it breaks on CentOS 5 for https://, the thing it's needed for most. I instead re-implemented it in Java. Java is freely available, highly portable, and rock solid. We already use it in the build, and it's described as being a mandatory build requirement even though ./configure.ac treats it as optional. Best of all it supports https:// out of the box in java.net.URLConnection and uses its own root CA certificates. Tests show my AOOJavaDownloader class works on FreeBSD and Windows, supports HTTP redirection, and generally works like a charm. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1753943 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d29d84fa | 05-Jun-2016 |
damjan |
#i126736#: fix typo in systemactions.pm Remove stray backslashes in warning messages in systemactions.pm which cause warnings. Patch by: j.nitschke@ok.de Reviewed by: me
#i126736#: fix typo in systemactions.pm Remove stray backslashes in warning messages in systemactions.pm which cause warnings. Patch by: j.nitschke@ok.de Reviewed by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1746887 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
30acf5e8 | 22-May-2016 |
pfg |
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535
Spelling, spelling ... Why worry about some sprinkled German when we haven't yet learned English. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c014b5f2 | 19-Feb-2016 |
Damjan Jovanovic |
Log the HTTP status when a download in ./bootstrap fails. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1731307 13f79535-47bb-0310-9956-ffa450
Log the HTTP status when a download in ./bootstrap fails. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1731307 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
83e0440a | 06-Feb-2016 |
Damjan Jovanovic |
Exit the "./bootstrap" step with an error if some dependencies could not be downloaded. If dependencies fail to download, the build usually fails later. This is apparent on our buildbots. Rat
Exit the "./bootstrap" step with an error if some dependencies could not be downloaded. If dependencies fail to download, the build usually fails later. This is apparent on our buildbots. Rather catch it early. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1728822 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
06aba1c9 | 09-Jan-2016 |
Andrea Pescetti |
#i126469# Fix failing checksums at first download attempt in ./bootstrap Patch By: j.nitschke <j.nitschke@ok.de> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1
#i126469# Fix failing checksums at first download attempt in ./bootstrap Patch By: j.nitschke <j.nitschke@ok.de> git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1723866 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
953605d5 | 15-Sep-2015 |
Pedro Giffuni |
Revert r1700845 for more scripts. The shebang situation for Windows seems to be a bit odd. Revert the change in all the cases where it is likely to cause trouble. Found and repo
Revert r1700845 for more scripts. The shebang situation for Windows seems to be a bit odd. Revert the change in all the cases where it is likely to cause trouble. Found and reported by: damjan git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1703220 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
8c482dc0 | 02-Sep-2015 |
Pedro Giffuni |
If you said /bin/sh use sh not bash. Still the path for python doesn't look right. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700850 13f79535-47bb-0310-9956
If you said /bin/sh use sh not bash. Still the path for python doesn't look right. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700850 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
91e872df | 02-Sep-2015 |
Pedro Giffuni |
One more perl shebang. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700846 13f79535-47bb-0310-9956-ffa450edef68 |
c667dd47 | 02-Sep-2015 |
Pedro Giffuni |
Fix some perl shebangs. Mosrt important perl scripts already use a portable method but fix these nevertheless. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk
Fix some perl shebangs. Mosrt important perl scripts already use a portable method but fix these nevertheless. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1700845 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|