#
fcc38b58 |
| 24-Jun-2024 |
Damjan Jovanovic |
Port the main/connectivity complex tests to JUnit, and clean them up. Also stop packaging them into a JAR file, and delivering this JAR file to solver, because nothing else uses it, it's just
Port the main/connectivity complex tests to JUnit, and clean them up. Also stop packaging them into a JAR file, and delivering this JAR file to solver, because nothing else uses it, it's just superfluous build code probably wrongly copied from the unoapi tests. Patch by: me
show more ...
|
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414 |
|
#
956476d7 |
| 08-Nov-2017 |
Damjan Jovanovic |
Port our SDBC-JDBC bridge driver to Java. Supported interfaces, service names, implementation names, logging channels and messages, initialization arguments, and general behaviour is all pres
Port our SDBC-JDBC bridge driver to Java. Supported interfaces, service names, implementation names, logging channels and messages, initialization arguments, and general behaviour is all preserved, so it should be completely transparent to client code. Allow PropertySetAdapter.getPropertyValue() to throw WrappedTargetException, and PropertySetAdapter.setPropertyValue() to throw PropertyVetoException, IllegalArgumentException, and WrappedTargetException, as these are sometimes used to change values in a database driver, which can fail. Port helper classes from main/comphelper for logging. Port AutoRetrievingBase. Add in-memory Column, ResultSet and metadata classes. Improve handling of Any in ORowSetValue. Move PostgreSQL's database metadata result set class to dbtools, and have it only override the method it needs. It's "information_schema" in PostgreSQL - "INFORMATION_SCHEMA" doesn't exist and gives an error. Add a new UNO service com.sun.star.sdb.ParameterSubstitution as was intended by main/connectivity/source/dbtools/dbtools.component that allow substituting parameters, so it can be used from Java. Keep the database drivers in a common install package. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814552 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
60ba3965 |
| 27-Oct-2017 |
Damjan Jovanovic |
Split off a new dbtools.jar from the PostgreSQL driver, containing the support code that can be reused by other drivers. Also put it in an org.apache.openoffice base package. Pa
Split off a new dbtools.jar from the PostgreSQL driver, containing the support code that can be reused by other drivers. Also put it in an org.apache.openoffice base package. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1813467 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
9c6e9b7d |
| 29-Sep-2017 |
Don Lewis |
We don't need to build the apache-commons module if --with-system-apache-commons=yes was passed to configure. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1810067 1
We don't need to build the apache-commons module if --with-system-apache-commons=yes was passed to configure. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1810067 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
c4462b7b |
| 10-Sep-2017 |
Damjan Jovanovic |
main/connectivity/util depends on main/connectivity/java/sdbc_postgresql. The missing dependency was sometimes causing util to build first, failing due to missing sdbc_postgresql.xcu.
main/connectivity/util depends on main/connectivity/java/sdbc_postgresql. The missing dependency was sometimes causing util to build first, failing due to missing sdbc_postgresql.xcu. Found by: Matthias Seidel Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1807949 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
3c5114b8 |
| 20-Aug-2017 |
Damjan Jovanovic |
#i127350# - Table design: can't change length of Postgresql char types Add the initial version of a new SDBC driver, for the PostgreSQL database. Also its build changes: since it ne
#i127350# - Table design: can't change length of Postgresql char types Add the initial version of a new SDBC driver, for the PostgreSQL database. Also its build changes: since it needs Apache Commons Lang version 3, get configure.ac to check for that, and get that to always build, just like our driver does. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805579 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
ade3f226 |
| 09-Aug-2017 |
Damjan Jovanovic |
Write a main/ant.properties file from main/set_soenv, which can be used in Ant projects to work out settings, locations, and paths to dependencies without getting them from a parent build too
Write a main/ant.properties file from main/set_soenv, which can be used in Ant projects to work out settings, locations, and paths to dependencies without getting them from a parent build tool (dmake/gbuild), which allows Ant projects to build by themselves, independently of AOO, and allows them to be cleanly opened in (at least) Eclipse. Also port main/connectivity's sdbc_hsqldb.jar to use these changes. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1804591 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
#
c0ecde16 |
| 21-Jul-2017 |
Damjan Jovanovic |
Remove the obsolete KDE address book SDBC driver, that only worked on KDE 3.2 - 3.6, which are obsolete since 9 years ago. Patch by: me git-svn-id: https://svn.apache.
Remove the obsolete KDE address book SDBC driver, that only worked on KDE 3.2 - 3.6, which are obsolete since 9 years ago. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1802537 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO413, AOO4121 |
|
#
09753381 |
| 07-Feb-2016 |
Damjan Jovanovic |
The main/connectivity module doesn't depend on nss any more. This was probably a remnant from the days when the Mozilla address book was a database driver we supported. Patch by: me
The main/connectivity module doesn't depend on nss any more. This was probably a remnant from the days when the Mozilla address book was a database driver we supported. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1728962 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta |
|
#
ffd43a0a |
| 06-Nov-2013 |
Herbert Dürr |
#i123575# RmMoz 6/9: drop seamonkey provided address books git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539264 13f79535-47bb-0310-9956-ffa450edef68
|
#
06f2ef55 |
| 06-Nov-2013 |
Herbert Dürr |
#i122365# RmMoz 1/9: start replacing AOO's dependency on full Mozilla with just the NSS library Patch by: Fan Zheng git-svn-id: https://svn.apache.org/repos/asf/openoffice/trun
#i122365# RmMoz 1/9: start replacing AOO's dependency on full Mozilla with just the NSS library Patch by: Fan Zheng git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1539257 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400, AOO340 |
|
#
cdf0e10c |
| 16-Aug-2011 |
rcweir |
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/
Initial import of the old OOo hg repository tip revision. .../trunk/main is a copy of (currently tip-most) http://hg.services.openoffice.org/OOO340/rev/c904c1944462 .../trunk/extras/l10n is a copy of (currently tip-most) http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5 Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately): /ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt /ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt /ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt /ooo/trunk/core/gettext/gettext-0.18.1.1.patch /ooo/trunk/core/apache-commons/patches/codec.patch /ooo/trunk/core/libcroco/libcroco-0.6.2.patch /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt /ooo/trunk/core/graphite/graphite-2.3.1.patch /ooo/trunk/core/hwpfilter/source/hwpeq.cpp /ooo/trunk/core/solenv/bin/cwstouched.pl /ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html /ooo/trunk/core/writerfilter/source/doctok/escher.html /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl Also: Repository.mk from the l10n toplevel git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|