History log of /trunk/main/solenv/bin/modules/ExtensionsLst.pm (Results 1 - 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1
# 983f6de1 13-May-2018 Matthias Seidel

Fixed typos (successfull -> successful)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1831525 13f79535-47bb-0310-9956-ffa450edef68


Revision tags: AOO415, AOO414, AOO413
# 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 ...


# 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
# 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 ...


Revision tags: AOO412, SNAPSHOT, AOO411
# 86e1cf34 29-Apr-2014 Pedro Giffuni

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories r* - z*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68

show more ...


Revision tags: AOO410, AOO410_Beta, AOO401, AOO400, AOO340
# 8fbb374b 15-Jun-2012 Andre Fischer

#i119229# When MD5 does not match, download extension again.

Path by: Ariel Constenla-Haile
Additional changes by: Andre Fischer


git-svn-id: https://svn

#i119229# When MD5 does not match, download extension again.

Path by: Ariel Constenla-Haile
Additional changes by: Andre Fischer


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1350587 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 37e6b05a 04-Jun-2012 Andre Fischer

#i119732# Added alternative to fetch_tarballs.sh.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1346024 13f79535-47bb-0310-9956-ffa450edef68


# 9568fc44 04-Apr-2012 Andre Fischer

Found a way to include local extensions (like presentation minimizer) via extensions.lst

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1309339 13f79535-47bb-0310-9956-ffa4

Found a way to include local extensions (like presentation minimizer) via extensions.lst

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1309339 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 1e4dc01f 29-Mar-2012 Andre Fischer

Added dictionaries for de_AT and de_CH. Additional dictionaries for de_DE. Download only extensions required for languages in WITH_LANG.

git-svn-id: https://svn.apache.org/repos/asf/incuba

Added dictionaries for de_AT and de_CH. Additional dictionaries for de_DE. Download only extensions required for languages in WITH_LANG.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306850 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 764319a5 28-Mar-2012 Andre Fischer

Added dictionary support for da,no,ro,ru,sl. Added configure switch --enable-bundled-dictionaries.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306443 13f79535-47bb-031

Added dictionary support for da,no,ro,ru,sl. Added configure switch --enable-bundled-dictionaries.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306443 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# c0bb9ecc 23-Mar-2012 Herbert Dürr

extend timeout for downloading extension blobs

http://ci.apache.org/builders/openoffice-linux64-nightly/builds/159/steps/compile_3/logs/stdio
shows that the old timeout of 10 seconds is

extend timeout for downloading extension blobs

http://ci.apache.org/builders/openoffice-linux64-nightly/builds/159/steps/compile_3/logs/stdio
shows that the old timeout of 10 seconds is too short because even successful downloads of take multiple seconds


git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304242 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 201b78c7 21-Mar-2012 Andre Fischer

Fixed extension loading. Can now handle indirect URLs.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1303475 13f79535-47bb-0310-9956-ffa450edef68


# c6dedb65 16-Mar-2012 Andre Fischer

119050: Added main/extensions.lst for automatic inclusion of extensions.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1301475 13f79535-47bb-0310-9956-ffa450edef68