Author: tfischer
Date: Wed Jun 13 23:53:16 2012
New Revision: 1350058
URL: http://svn.apache.org/viewvc?rev=1350058&view=rev
Log:
use jira for changelog
Added:
db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml
- copied, changed from r1348302,
db/torque/torque4/trunk/torque-site/src/changes/changes.xml
db/torque/torque4/trunk/torque-site/src/site/xdoc/changes.xml
Removed:
db/torque/torque4/trunk/torque-site/src/changes/changes.xml
Modified:
db/torque/torque4/trunk/torque-site/pom.xml
db/torque/torque4/trunk/torque-site/src/site/site.xml
Modified: db/torque/torque4/trunk/torque-site/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/pom.xml?rev=1350058&r1=1350057&r2=1350058&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/pom.xml (original)
+++ db/torque/torque4/trunk/torque-site/pom.xml Wed Jun 13 23:53:16 2012
@@ -57,8 +57,10 @@
</reports>
</reportSet>
</reportSets>
+ <configuration>
+ <xmlPath>src/changes/old-changes.xml</xmlPath>
+ </configuration>
</plugin>
- <!--report>maven-linkcheck-plugin</report-->
</plugins>
</reporting>
Copied: db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml (from
r1348302, db/torque/torque4/trunk/torque-site/src/changes/changes.xml)
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml?p2=db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml&p1=db/torque/torque4/trunk/torque-site/src/changes/changes.xml&r1=1348302&r2=1350058&rev=1350058&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/changes/changes.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/changes/old-changes.xml Wed Jun 13
23:53:16 2012
@@ -23,88 +23,7 @@
</properties>
<body>
- <release version="4.0-alpha1-SNAPSHOT" date="in SVN">
- <action type="update" dev="tv">
- Use variable arguments for MethodCacheKey and MethodResultCache and
- remove obsolete code.
- </action>
- <action type="update" dev="tv">
- Make AbstractBaseManager generic. This saves a lot of code in the
- generated classes.
- </action>
- <action type="add" dev="tv">
- Add auto-detection of the database adapter. Use xxx.adapter=auto in
- Torque.properties.
- </action>
- <action type="remove" dev="tfischer">
- Do not use Village anymore and remove it from the dependencies.
- </action>
- <action type="update" dev="gmonroe">
- Fixed SummaryHelper class issues caused by DB differences.
- Added a ListOrderMapCI class to utils (case insensitive string keys).
- Refactored the SummaryHelper class to use this.
- Modified the SummaryHelperTest to work with all DB types.
- </action>
- <action type="remove" dev="tfischer" issue="TORQUE-131">
- Remove support for value 'none' of the onUpdate and onDelete attributes
- of the foreign-key element in the schema XML.
- Users who have used this value in old schema XMLs, simply remove
- the attribute.
- </action>
- <action type="remove" dev="gmonroe" issue="TORQUE-130">
- Remove the heavyIndexing attribute for the elements table and database
- in schema XML files.
- This has not worked correctly in the past.
- Users who have set this attribute in old schema XMLs,
- please define their indices using index elements.
- </action>
- <action type="remove" dev="gmonroe" issue="TORQUE-91">
- Remove the size attribute for the element index-column
- in schema XML files.
- Users who have set this attribute in old schema XMLs, simply remove
- the attribute.
- </action>
- <action type="remove" dev="tfischer" issue="TORQUE-127">
- Remove support for value 'null' of idMethod attribute
- of the table element in the schema XML.
- Users who have set this attribute in old schema XMLs, simply remove
- the attribute.
- </action>
- <action type="update" dev="gmonroe" issue="TORQUE-48">
- Exchanged database.dtd describing schema XML files for a xsd schema.
- </action>
- <action type="update" dev="tfischer">
- Rewritten generator as a general code generation tool
- which allows easy customizing of templates.
- </action>
- <action type="update" dev="tv">
- Made TorqueException and EngineException extend JDK-1.4-Exception
- instead of commons-lang NestableException.
- </action>
- <action type="update" dev="tv">
- Don't use deprecated methods in DatabaseMapInit.vm.
- </action>
- <action type="fix" dev="tv" issue="TORQUE-121" due-to="Tal Kramer">
- Changed Peer.vm to call the peer methods on the base peer class
- of the given table instead of BasePeer.
- </action>
- <action type="update" dev="gmonroe">
- Changed the exception type thrown by doSelect calls when
- Criteria.isSingleRecord() true and more than one record is found.
- A TooManyRecordsException (TorqueException subclass) is now returned
- instead of a TorqueException.
- </action>
- <action type="add" dev="gmonroe">
- Added support for DB Adaptor specific SQL functions.
- </action>
- <action type="add" dev="gmonroe">
- Add a SummaryHelper class which supports aggregate queries. E.g.
- Select Sum(x) from table.
- </action>
- </release>
<release version="3.3" date="2008-02-29">
- </release>
- <release version="3.3-RC3" date="2008-01-11">
<action type="remove" dev="tfischer">
maven2 plugin: removed the property idTableXmlFile from the sql and
id-table-init-sql goals. The property never was passed by the mojo and
Modified: db/torque/torque4/trunk/torque-site/src/site/site.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/site.xml?rev=1350058&r1=1350057&r2=1350058&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/site.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/site.xml Wed Jun 13 23:53:16
2012
@@ -33,7 +33,8 @@
<item name="News and Status" href="/status.html"/>
<item name="Downloads" href="/download.html"/>
<item name="Addons" href="/addons.html"/>
- <item name="Changes" href="/changes-report.html"/>
+ <item name="Changes" href="/changes.html"/>
+ <item name="Old Changes" href="/changes-report.html"/>
<item name="Wiki"
href="http://wiki.apache.org/db-torque/"/>
<item name="Issue tracker" href="/issue-tracking.html"/>
<item name="Mailing lists" href="/mail-lists.html"/>
Added: db/torque/torque4/trunk/torque-site/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/changes.xml?rev=1350058&view=auto
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/changes.xml (added)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/changes.xml Wed Jun 13
23:53:16 2012
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<document>
+ <properties>
+ <title>Changes</title>
+ </properties>
+
+ <body>
+ <section name="Changes for 4.0-beta-1">
+ <p>
+ See the <a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310280&version=12312102">Jira
release notes</a>
+ for a complete list of changes.
+ </p>
+ <p>
+ Alternatively, you can also browse the
+ <a
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+TORQUE+AND+fixVersion+%3D+"4.0"+ORDER+BY+status+DESC%2C+priority+DESC&mode=hide">Torque
Jira 4.0-beta1-issues</a>,
+ for a sortable list of all 4.0-beta1 issues.
+ </p>
+ </section>
+
+ <section name="Changes for old versions">
+ <p>
+ Changes for older versions can be found in the
+ <a href="changes-report.html">old changes report</a>.
+ </p>
+ </section>
+ </body>
+</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]