Total number of change sets: 1
Total Commits: 55 Total Number of Files Changed: 95
Date | Author | File/Message |
---|---|---|
2005-07-21 07:05:39 | Thomas Fischer | do not include src/maven-plugin directory in teh source distribution |
2005-07-20 20:39:56 | Thomas Fischer | updated the informations about the remote repository to work with the current maven version |
2005-07-20 20:33:28 | Thomas Fischer | added properties for upload to foreign directories |
2005-07-19 17:51:34 | Thomas Fischer | missed one schema directory last time, changed another directory from /schema to /src/schema |
2005-07-19 17:38:39 | Thomas Fischer | copy test schema for runtimetest to the right directory |
2005-07-19 17:24:52 | Thomas Fischer | copy test schema for runtimetest to the right directory |
2005-07-19 16:11:51 | Thomas Fischer |
src/maven-plugin/maven.xml v 1.5 src/maven-plugin/project.properties v 1.8 let maven dist build a working source distribution. Same hack as in generator for extending project.base.xml |
2005-07-19 15:26:32 | Thomas Fischer | add failonerror=false to copying of src/conf because the directory does not exist in the maven plugin |
2005-07-19 14:37:25 | Thomas Fischer | added a status message for 3.2-rc1 |
2005-07-19 14:32:20 | Thomas Fischer | exchanged the link to the 3-2.docs for a link to the 3-1.docs |
2005-07-19 14:31:16 | Thomas Fischer | The file seems to have gone lost when merging the 3.1-Branch into HEAD. Added links for the the 3-2-rc1 release |
2005-07-19 13:32:00 | Thomas Fischer | change version to torque-3.2-rc1 |
2005-07-19 13:31:59 | Thomas Fischer |
src/generator/project.xml v 1.22 change version to torque-3.2-rc1 |
2005-07-19 13:30:00 | Thomas Fischer | specify the files to include from the conf directory in order to not include them in the generator build |
2005-07-19 13:28:07 | Thomas Fischer | update to match current release structure |
2005-07-19 13:27:25 | Thomas Fischer | correct the default directory for the schema.xml files |
2005-07-19 13:26:17 | Thomas Fischer | changed the default source directory for the schema.xml files to match the maven default |
2005-07-19 13:24:51 | Thomas Fischer | include default.properties and schema in build |
2005-07-19 13:23:56 | Thomas Fischer | for building from source, only maven is supported. |
2005-07-19 13:22:53 | Thomas Fischer | added information about the generator template jar |
2005-07-19 13:21:50 | Thomas Fischer | adding torque-gen-templates.jar to the classpath |
2005-07-19 12:26:18 | Henning P. Schmiedehausen | Changed my profile to current configuration. |
2005-07-18 17:33:40 | Thomas Fischer | include the contents of the conf directory in the binary release do not include the contents of the src/generator directory in the source release |
2005-07-18 17:30:54 | Thomas Fischer | fixed typo |
2005-07-18 04:47:21 | Thomas Fischer | added a reference to torque-gen-templates changed the referenced version of torque-gen from snapshot to the current version. The snapshot will rather download an older version from the remote repository than use the freshly generated local version. This will block people from building their own versions of the generator from source. |
2005-07-18 04:41:54 | Thomas Fischer | ignore the target package |
2005-07-18 04:32:12 | Thomas Fischer |
xdocs/tutorial/index.xml v 1.7 xdocs/tutorial/step1.xml v 1.9 - thrown out some historical stuff - change version names - added a remark on the structure of torque (runtime, generator, maven plugin) - added a remark that the create-db might not work in all circumstances |
2005-07-18 04:13:00 | Thomas Fischer |
src/generator/src/java/org/apache/torque/engine/platform/PlatformInterbaseImpl.java v 1.6 added mapping for BIT, specified string size for booleanchar |
2005-07-18 04:09:04 | Thomas Fischer |
src/generator/src/conf/build-torque.xml v 1.13 create extra jar for the generator templates to keep the structure of the generator jar sane. |
2005-07-18 04:08:59 | Thomas Fischer | create extra jar for the generator templates to keep the structure of the generator jar sane. |
2005-07-18 04:00:39 | Thomas Fischer | moved default target and resources from the generator's maven.xml to its project.xml added a hack to resolve dependency on project-base.xml for the generator source distribution removed the templates from the binary distribution. They will be released in a separate artifact. |
2005-07-18 03:59:54 | Thomas Fischer |
src/generator/maven.xml v 1.12 moved default target and resources from the generator's maven.xml to its project.xml added a hack to resolve dependency on project-base.xml for the generator source distribution removed the templates from the binary distribution. They will be released in a separate artifact. |
2005-07-18 03:46:45 | Thomas Fischer | moved default target from maven.xml to project.xml also released project-base.xml in source distribution to make its build work |
2005-07-13 21:12:07 | Thomas Fischer | added a testcase which does a select for prepared statements |
2005-07-13 20:34:29 | Thomas Fischer | Corrected typos in testcase BlobTest |
2005-07-08 18:06:03 | Thomas Fischer | Removed unused configuration properties. These include - torque.applicationRoot - all the log4j properties |
2005-07-08 18:01:07 | Thomas Fischer | This file is outdated and was removed before, but I put it in again in mistake when merging the Torque 3.1-branch with head. Removing it again. |
2005-07-08 17:59:31 | Thomas Fischer | changed the depicted directory structure to reflect the actual situation added a section about the runtime initialisation procedure and the resources used by the runtime. |
2005-07-08 17:55:12 | Thomas Fischer | This should have gone into the previous commit (it adapts the runtimetest to the changes made). Comment for the previous commit was: Updated runtime configuration process to do stricter checking, and removed the automatic configuration of the DataSourceFactory with the name "default". See xdocs/changes.xml for details. Solves issue TRQS308. |
2005-07-08 17:53:34 | Thomas Fischer |
src/java/org/apache/torque/Torque.java v 1.96 src/java/org/apache/torque/TorqueInstance.java v 1.13 src/java/org/apache/torque/adapter/DB.java v 1.35 src/java/org/apache/torque/dsfactory/AbstractDataSourceFactory.java v 1.15 src/java/org/apache/torque/dsfactory/DataSourceFactory.java v 1.6 Updated runtime configuration process to do stricter checking, and removed the automatic configuration of the DataSourceFactory with the name "default". See xdocs/changes.xml for details. Solves issue TRQS308. |
2005-07-08 17:47:56 | Thomas Fischer | license template to make checkstyle happy |
2005-07-08 17:46:42 | Thomas Fischer | updated most libraries to the newest available stable version |
2005-07-08 17:45:20 | Thomas Fischer | updated most libaries to the newest available stable version |
2005-07-08 17:27:52 | Thomas Fischer | updated to reflect change of library versions in src/generator/project.xml |
2005-07-08 17:26:12 | Thomas Fischer | updated most libaries to the newest available stable version |
2005-07-06 19:47:36 | Thomas Fischer | File containing the Keys of the Torque developers |
2005-07-02 19:27:07 | Thomas Fischer | added mssql to the set of possible choices for the database |
2005-07-02 15:22:32 | Thomas Fischer |
src/java/org/apache/torque/util/Criteria.java v 1.47 The asColumns in a Criteria are now added to the SQL select clause in the same order as they were added to a Criteria. To achieve this, the return type of the method Criteria.getAsColumns() had to be changed from Hashtable to Map. Thanks for Talika Elisabeth Schmitz for the patch. |
2005-07-02 07:33:53 | Thomas Fischer | Fixed a broken link to the downloads page. Fixes TRQS302 |
2005-07-02 07:22:33 | Thomas Fischer |
src/java/org/apache/torque/Torque.java v 1.95 src/java/org/apache/torque/TorqueInstance.java v 1.12 src/java/org/apache/torque/avalon/TorqueComponent.java v 1.10 src/java/org/apache/torque/dsfactory/DataSourceFactory.java v 1.5 src/java/org/apache/torque/dsfactory/JndiDataSourceFactory.java v 1.9 src/java/org/apache/torque/dsfactory/PerUserPoolDataSourceFactory.java v 1.4 src/java/org/apache/torque/dsfactory/SharedPoolDataSourceFactory.java v 1.4 Torque.shutdown() now closes the datasourcee initialized by Torque, except the Datasources obtained via a JndiDataSourceFactory. |
2005-06-27 21:34:10 | Thomas Fischer |
src/generator/src/dtd/database.dtd v 1.8 src/generator/src/java/org/apache/torque/engine/database/model/Column.java v 1.29 src/generator/src/templates/om/Object.vm v 1.25 src/generator/src/templates/om/ObjectWithManager.vm v 1.20 Added a "protected" attribute to the column which van be used to make getters and setters for the column protected. This can be helpful if Torque manages inheritance. Thanks to Jonthan Purvis for the Patch. See TRQS306 in scarab |
2005-06-27 20:34:41 | Thomas Fischer |
src/generator/src/templates/om/Peer.vm v 1.16 If a MapBuilder cannot be instantiated when initializing a Peer class, a Runtime Exception is now thrown instead of just logging the error |
2005-06-26 10:46:48 | Thomas Fischer | Added a Testcase for XPeer.DoSelectJoinY and another one for invoking Torque.shutdown() |
2005-06-26 09:35:23 | Thomas Fischer | Fixed description for c table |
2005-06-26 06:49:59 | Thomas Fischer |
src/generator/src/java/org/apache/torque/engine/database/transform/XmlToAppData.java v 1.15 The generator now validates the schema.xml against its DTD and throws an error if the shema.xml does not satisfy the DTD |