Release 342s

From ADempiere
Revision as of 11:01, 5 February 2010 by CarlosRuiz (Talk) (Release patches_342s_20100205.jar and zkpatches_342s_20100205.jar)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Adempiere 3.4.2-stable Release

  • Released on December 20, 2008 - revision 7744
  • Download link here.

Highlights

  • Stable version for production use (Vendor support conditions apply).
  • All bug fixing released in patches_340.
  • New ZK Web UI improved (upgraded to zk 3.5.1)
  • Customization and patches strategy implemented for zkwebui +
  • Pl/java independence on postgres port +
  • Reviewed java POS (still being improved)

Troubleshooting

Some problems have been detected in release 3.4.2s and they're fixed via installing patches (described below) and applying the scripts recommended next:

Scripts you can apply safe in your Adempiere 342s installation

At this moment you can find these scripts in the svn repository here: migration/342s-trunk

At release version the directory name will change.

372_round.sql                        (Required for postgresql)
379_FR1883270_NextIdByYear.sql       (Required to enable document number formatting by year)
391_C_Currency_Rate.sql              (Required for postgresql)
398_currencyround.sql                (Required for postgresql)
413_BF2567104.sql
417_FR2582181.sql
436_MissingSysConfigKeys.sql
441_BF2710889_Add_Months.sql         (Required for postgresql)
442_BF2710889_PaymentTermDueDate.sql (Required for postgresql)
443_BF2714803_InvoicepaidToDate.sql  (Required for postgresql)
444_BF2714831_InvoiceopenToDate.sql  (Required for postgresql)
566_FR1756793_RMA_JUST_FOR_343.sql   (to fix problems with RMA)

Detected problems running RUN_Adempiere.[bat|sh]

Some problems have been detected running RUN_Adempiere.[bat|sh] after latest patches.jar are installed.

Program shows error "The program assumes build version Adempiere, but database has build version ..."

To solve it you can download the following files from adempiere343/utils and replace them in $ADEMPIERE_HOME:

Detected problems running RUN_Server2Stop.sh in some systems

Some problems have been detected stopping the server with RUN_Server2Stop.sh in some linux systems.

To solve it you can download the following file from adempiere343/utils and replace them in $ADEMPIERE_HOME/utils:

Detected installation problem in postgresql 8.3.5

Hi, due to a change on the order of parameters of createdb command in postgresql 8.3.5 the RUN_ImportAdempiere is failing.

When running the RUN_ImportAdempiere or RUN_DBRestore it throws the message:

Directory of C:\Adempiere\data

20/12/2008  08:37 p.m.        24.428.544 Adempiere.dmp
               1 File(s)     24.428.544 bytes
               0 Dir(s)  82.679.255.040 bytes free
== The import will show warnings. This is OK ==
Press any key to continue . . .
Adempiere Database Import               $Revision: 1.3 $
Importing Adempiere DB from C:\Adempiere\data\Adempiere_pg.dmp (adempiere)
-------------------------------------
Re-Create user and database
-------------------------------------
CREATE ROLE
createdb: too many command-line arguments (first is "UNICODE")  <=== THIS IS THE ERROR !!!!!
Try "createdb --help" for more information.
-------------------------------------
Import Adempiere_pg.dmp
-------------------------------------
psql: FATAL:  database "adempiere" does not exist

To solve it you can uncompress the installer, download the following files from adempiere343/utils/postgresql and replace them in $ADEMPIERE_HOME/utils/postgresql before running setup:

Patches

Please read this important DISCLAIMER.

Please download last patches file from sourceforge here: ADempiere 3.4.2 Patches Installation instructions here: Patches_Installation

Covering some bugs found on 3.4.2s and fixed in adempiere343 branch.

You can review the change log here:

Fisheye Changelog

Migration from 3.4.0

  • You need to apply the migration script provided here for oracle or postgresql
  • The scripts are the minimal required to fix some bugs, and they're supposed to be non-disruptive.
  • You must take care specially with the script 147_create_missing_foreign_keys.sql - it creates foreign keys for most of the tables and is prone to fail if you have wrong data in your database.
    • We recommend you to review carefully your data in case the script fails to create some foreign keys.

Content of patches_360lts_20101005.jar

org/adempiere/exceptions/DBException.class
org/adempiere/exceptions/FillMandatoryException.class
org/adempiere/exceptions/PeriodClosedException.class
org/adempiere/pdf/Document.class
org/adempiere/pipo/AbstractElementHandler.class
org/adempiere/pipo/AttributeFiller.class
org/adempiere/pipo/handler/AdElementHandler.class
org/adempiere/pipo/handler/ColumnElementHandler.class
org/adempiere/pipo/handler/CommonTranslationHandler.class
org/adempiere/pipo/handler/DataElementHandler.class
org/adempiere/pipo/handler/DataElementHandler$DataColumnElementHandler.class
org/adempiere/pipo/handler/DataElementHandler$DataRowElementHandler.class
org/adempiere/pipo/handler/DynValRuleElementHandler.class
org/adempiere/pipo/handler/FieldElementHandler.class
org/adempiere/pipo/handler/FieldGroupElementHandler.class
org/adempiere/pipo/handler/FormElementHandler.class
org/adempiere/pipo/handler/ImpFormatElementHandler.class
org/adempiere/pipo/handler/ImpFormatRowElementHandler.class
org/adempiere/pipo/handler/MenuElementHandler.class
org/adempiere/pipo/handler/MessageElementHandler.class
org/adempiere/pipo/handler/PreferenceElementHandler.class
org/adempiere/pipo/handler/PrintFormatElementHandler.class
org/adempiere/pipo/handler/PrintFormatItemElementHandler.class
org/adempiere/pipo/handler/ProcessElementHandler.class
org/adempiere/pipo/handler/ProcessParaElementHandler.class
org/adempiere/pipo/handler/ReferenceElementHandler.class
org/adempiere/pipo/handler/ReferenceListElementHandler.class
org/adempiere/pipo/handler/ReferenceTableElementHandler.class
org/adempiere/pipo/handler/ReportViewColElementHandler.class
org/adempiere/pipo/handler/ReportViewElementHandler.class
org/adempiere/pipo/handler/RoleElementHandler.class
org/adempiere/pipo/handler/SQLStatementElementHandler.class
org/adempiere/pipo/handler/TabElementHandler.class
org/adempiere/pipo/handler/TableElementHandler.class
org/adempiere/pipo/handler/TaskElementHandler.class
org/adempiere/pipo/handler/WindowElementHandler.class
org/adempiere/pipo/handler/WorkflowElementHandler.class
org/adempiere/pipo/handler/WorkflowNodeElementHandler.class
org/adempiere/pipo/handler/WorkflowNodeNextConditionElementHandler.class
org/adempiere/pipo/handler/WorkflowNodeNextElementHandler.class
org/adempiere/pipo/IDFinder.class
org/adempiere/pipo/PackIn.class
org/adempiere/pipo/PackOut.class
org/adempiere/util/EmbeddedServerProxy.class
org/adempiere/util/ModelClassGenerator.class
org/adempiere/util/ModelInterfaceGenerator.class
org/adempiere/util/ProcessUtil.class
org/compiere/acct/Doc_Allocation.class
org/compiere/acct/Doc_AllocationTax.class
org/compiere/acct/Doc_Bank.class
org/compiere/acct/Doc_Cash.class
org/compiere/acct/Doc_MatchInv.class
org/compiere/acct/Doc_MatchPO.class
org/compiere/acct/Fact$Balance.class
org/compiere/acct/Fact.class
org/compiere/acct/FactLine.class
org/compiere/Adempiere.class
org/compiere/apps/AboutBox.class
org/compiere/apps/ALogin.class
org/compiere/apps/APanel.class
org/compiere/apps/APanel$SwitchAction.class
org/compiere/apps/ARequest.class
org/compiere/apps/form/VCharge.class
org/compiere/apps/form/VInOutGen.class
org/compiere/apps/ProcessModalDialog$1.class
org/compiere/apps/ProcessModalDialog$2.class
org/compiere/apps/ProcessModalDialog$3.class
org/compiere/apps/ProcessModalDialog.class
org/compiere/apps/search/Info$1.class
org/compiere/apps/search/Info.class
org/compiere/apps/search/InfoGeneral.class
org/compiere/apps/search/InfoInOut.class
org/compiere/apps/search/InfoOrder.class
org/compiere/apps/search/InfoProduct$1.class
org/compiere/apps/search/InfoProduct$2.class
org/compiere/apps/search/InfoProduct.class
org/compiere/apps/search/Info$Worker.class
org/compiere/db/CConnection.class
org/compiere/db/CConnectionDialog.class
org/compiere/db/CConnectionEditor$CConnectionEditor_MouseListener.class
org/compiere/db/CConnectionEditor.class
org/compiere/dbPort/Convert_PostgreSQL.class
org/compiere/grid/ed/VLookup.class
org/compiere/grid/ed/VLookup_mouseAdapter.class
org/compiere/grid/ed/VPAttribute.class
org/compiere/grid/ed/VPAttributeDialog.class
org/compiere/grid/ed/VPAttributeDialog_mouseAdapter.class
org/compiere/grid/ed/VPAttribute_mouseAdapter.class
org/compiere/grid/VCreateFromInvoice.class
org/compiere/model/CalloutInOut.class
org/compiere/model/GridTab.class
org/compiere/model/GridTable.class
org/compiere/model/GridTable$Loader.class
org/compiere/model/GridTab$Loader.class
org/compiere/model/GridWindow.class
org/compiere/model/MAllocationHdr.class
org/compiere/model/MAllocationLine.class
org/compiere/model/MAttributeSetInstance.class
org/compiere/model/MBankStatement.class
org/compiere/model/MBankStatementLine.class
org/compiere/model/MBPartnerLocation.class
org/compiere/model/MCashBook.class
org/compiere/model/MCash.class
org/compiere/model/MCashLine.class
org/compiere/model/MCharge.class
org/compiere/model/MCost.class
org/compiere/model/MCostDetail.class
org/compiere/model/MCost$QtyCost.class
org/compiere/model/MCountry.class
org/compiere/model/MDistribution.class
org/compiere/model/MDistributionLine.class
org/compiere/model/MInOut.class
org/compiere/model/MInOutConfirm.class
org/compiere/model/MInOutLine.class
org/compiere/model/MInventory.class
org/compiere/model/MInventoryLine.class
org/compiere/model/MInventoryLineMA.class
org/compiere/model/MInvoice.class
org/compiere/model/MInvoiceLine.class
org/compiere/model/MJournal.class
org/compiere/model/MJournalLine.class
org/compiere/model/MLocation.class
org/compiere/model/MLookupFactory.class
org/compiere/model/MMovement.class
org/compiere/model/MMovementLine.class
org/compiere/model/ModelValidationEngine.class
org/compiere/model/MOrder.class
org/compiere/model/MOrderLine.class
org/compiere/model/MOrg.class
org/compiere/model/MPayment.class
org/compiere/model/MPeriod.class
org/compiere/model/MPOS.class
org/compiere/model/MPriceList.class
org/compiere/model/MProduct.class
org/compiere/model/MRequisition.class
org/compiere/model/MRequisitionLine.class
org/compiere/model/MRMA.class
org/compiere/model/MRMALine.class
org/compiere/model/MSequence.class
org/compiere/model/MSequence$GetIDs.class
org/compiere/model/MSetup.class
org/compiere/model/MStorage.class
org/compiere/model/MTimeExpense.class
org/compiere/model/MTimeExpenseLine.class
org/compiere/model/MWarehouse.class
org/compiere/model/PO.class
org/compiere/model/POInfo.class
org/compiere/model/POIterator.class
org/compiere/model/POResultSet.class
org/compiere/model/Query.class
org/compiere/model/ScheduleUtil.class
org/compiere/model/Tax.class
org/compiere/plaf/CompiereColor.class
org/compiere/plaf/CompiereColor$ColorBackground.class
org/compiere/pos/CashSubFunctions.class
org/compiere/pos/PosKeyboardFocusManager.class
org/compiere/pos/PosPanel.class
org/compiere/pos/PosSubPanel.class
org/compiere/pos/QueryBPartner.class
org/compiere/pos/QueryProduct.class
org/compiere/pos/QueryTicket.class
org/compiere/pos/SubBasicKeys.class
org/compiere/pos/SubBPartner.class
org/compiere/pos/SubCheckout.class
org/compiere/pos/SubCurrentLine.class
org/compiere/pos/SubFunctionKeys.class
org/compiere/pos/SubLines.class
org/compiere/pos/SubProduct.class
org/compiere/pos/SubSalesRep.class
org/compiere/print/CPrinter.class
org/compiere/print/layout/LayoutEngine.class
org/compiere/print/layout/LocationElement.class
org/compiere/print/MPrintFormatProcess.class
org/compiere/print/ReportCtl.class
org/compiere/print/ReportEngine.class
org/compiere/process/ImportInvoice.class
org/compiere/process/InOutCreateInvoice.class
org/compiere/process/InOutGenerate.class
org/compiere/process/InOutGenerate$SParameter.class
org/compiere/process/InventoryValue.class
org/compiere/process/InvoiceGenerate.class
org/compiere/process/InvoiceWriteOff.class
org/compiere/process/M_Production_Run.class
org/compiere/process/StorageCleanup.class
org/compiere/process/SynchronizeTerminology.class
org/compiere/report/FinReport.class
org/compiere/report/MReportColumn.class
org/compiere/report/ReportStarter.class
org/compiere/report/ReportStarter$FileFilter.class
org/compiere/report/ReportStarter$JasperData.class
org/compiere/report/ReportStarter$ReportData.class
org/compiere/util/AmtInWords_ES.class
org/compiere/util/CacheMgt.class
org/compiere/util/CLogFilter.class
org/compiere/util/CLogFormatter.class
org/compiere/util/DB.class
org/compiere/util/Msg.class
org/compiere/web/GetMD5FileServlet.class
org/compiere/web/StatusInfo.class
org/compiere/wstore/LocationServlet.class
org/compiere/wstore/SearchServlet.class

Content of zkpatches_not_released_yet

Please note because a new library was added you need to install first the webuiOriginal.war downloaded here: webuiOriginal_not_required_yet

org/adempiere/webui/AdempiereWebUI.class
org/adempiere/webui/apps/AEnv.class
org/adempiere/webui/apps/form/WCharge.class
org/adempiere/webui/apps/form/WCharge$EColumn.class
org/adempiere/webui/apps/form/WCreateFrom.class
org/adempiere/webui/apps/form/WCreateFromInvoice.class
org/adempiere/webui/apps/form/WCreateFromRMA.class
org/adempiere/webui/apps/form/WCreateFromShipment.class
org/adempiere/webui/apps/form/WCreateFromStatement.class
org/adempiere/webui/apps/form/WFileImport.class
org/adempiere/webui/apps/form/WInOutGen$1.class
org/adempiere/webui/apps/form/WInOutGen.class
org/adempiere/webui/apps/form/WInvoiceGen$1.class
org/adempiere/webui/apps/form/WInvoiceGen.class
org/adempiere/webui/apps/form/WMatch$1.class
org/adempiere/webui/apps/form/WMatch.class
org/adempiere/webui/apps/form/WTrxMaterial.class
org/adempiere/webui/apps/ProcessDialog$1.class
org/adempiere/webui/apps/ProcessDialog.class
org/adempiere/webui/apps/ProcessModalDialog.class
org/adempiere/webui/apps/ProcessModalDialog$ProcessRunnable.class
org/adempiere/webui/apps/wf/WFEditor.class
org/adempiere/webui/apps/wf/WFPanel.class
org/adempiere/webui/apps/wf/WWFActivity.class
org/adempiere/webui/component/AutoComplete.class
org/adempiere/webui/component/Combobox.class
org/adempiere/webui/component/CompositeADTab.class
org/adempiere/webui/component/CWindowToolbar.class
org/adempiere/webui/component/EditorBox.class
org/adempiere/webui/component/Grid.class
org/adempiere/webui/component/GridPanel.class
org/adempiere/webui/component/GridTableListModel.class
org/adempiere/webui/component/GridTabListItemRenderer$CellListener.class
org/adempiere/webui/component/GridTabListItemRenderer.class
org/adempiere/webui/component/GridTabRowRenderer.class
org/adempiere/webui/component/GridTabRowRenderer$RowListener.class
org/adempiere/webui/component/IADTab.class
org/adempiere/webui/component/Label.class
org/adempiere/webui/component/Listbox.class
org/adempiere/webui/component/ListPanel.class
org/adempiere/webui/component/Messagebox.class
org/adempiere/webui/component/NumberBox.class
org/adempiere/webui/component/SimpleTreeModel.class
org/adempiere/webui/component/Window.class
org/adempiere/webui/component/WListbox.class
org/adempiere/webui/component/WListItemRenderer$1.class
org/adempiere/webui/component/WListItemRenderer$CellListener.class
org/adempiere/webui/component/WListItemRenderer.class
org/adempiere/webui/dashboard/DashboardPanel.class
org/adempiere/webui/dashboard/DashboardRunnable.class
org/adempiere/webui/dashboard/DPActivities.class
org/adempiere/webui/dashboard/IDashboardPanel.class
org/adempiere/webui/desktop/DefaultDesktop.class
org/adempiere/webui/desktop/IDesktop.class
org/adempiere/webui/desktop/NavBar2Desktop.class
org/adempiere/webui/desktop/NavBarDesktop.class
org/adempiere/webui/desktop/TabbedDesktop.class
org/adempiere/webui/editor/WBinaryEditor.class
org/adempiere/webui/editor/WButtonEditor.class
org/adempiere/webui/editor/WDateEditor.class
org/adempiere/webui/editor/WDatetimeEditor.class
org/adempiere/webui/editor/WebEditorFactory.class
org/adempiere/webui/editor/WEditor$1.class
org/adempiere/webui/editor/WEditor$2.class
org/adempiere/webui/editor/WEditor.class
org/adempiere/webui/editor/WEditorPopupMenu.class
org/adempiere/webui/editor/WFilenameEditor.class
org/adempiere/webui/editor/WLocationEditor.class
org/adempiere/webui/editor/WLocatorEditor.class
org/adempiere/webui/editor/WNumberEditor.class
org/adempiere/webui/editor/WPAttributeEditor.class
org/adempiere/webui/editor/WSearchEditor.class
org/adempiere/webui/editor/WStringEditor.class
org/adempiere/webui/editor/WTableDirEditor.class
org/adempiere/webui/editor/WTimeEditor.class
org/adempiere/webui/editor/WUrlEditor.class
org/adempiere/webui/grid/WBPartner.class
org/adempiere/webui/IWebClient.class
org/adempiere/webui/panel/AbstractADWindowPanel$1.class
org/adempiere/webui/panel/AbstractADWindowPanel$2.class
org/adempiere/webui/panel/AbstractADWindowPanel$3.class
org/adempiere/webui/panel/AbstractADWindowPanel$4.class
org/adempiere/webui/panel/AbstractADWindowPanel.class
org/adempiere/webui/panel/ADForm.class
org/adempiere/webui/panel/ADSortTab$1.class
org/adempiere/webui/panel/ADSortTab$2.class
org/adempiere/webui/panel/ADSortTab$3.class
org/adempiere/webui/panel/ADSortTab$4.class
org/adempiere/webui/panel/ADSortTab$5.class
org/adempiere/webui/panel/ADSortTab.class
org/adempiere/webui/panel/ADSortTab$DragListener.class
org/adempiere/webui/panel/ADSortTab$ListElement.class
org/adempiere/webui/panel/ADTabpanel.class
org/adempiere/webui/panel/ADTabpanel$EmbeddedPanel.class
org/adempiere/webui/panel/ADTabpanel$ZoomListener.class
org/adempiere/webui/panel/ADTreePanel.class
org/adempiere/webui/panel/ADWindowPanel.class
org/adempiere/webui/panel/ADWindowPanel$TabOnCloseHanlder.class
org/adempiere/webui/panel/HeaderPanel.class
org/adempiere/webui/panel/IADTabpanel.class
org/adempiere/webui/panel/InfoBPartnerPanel.class
org/adempiere/webui/panel/InfoGeneralPanel.class
org/adempiere/webui/panel/InfoInvoicePanel.class
org/adempiere/webui/panel/InfoPanel.class
org/adempiere/webui/panel/InfoProductPanel$1.class
org/adempiere/webui/panel/InfoProductPanel.class
org/adempiere/webui/panel/LoginPanel.class
org/adempiere/webui/panel/MenuPanel.class
org/adempiere/webui/panel/RolePanel.class
org/adempiere/webui/panel/TreeSearchPanel$1.class
org/adempiere/webui/panel/TreeSearchPanel$2.class
org/adempiere/webui/panel/TreeSearchPanel.class
org/adempiere/webui/panel/WAttachment.class
org/adempiere/webui/panel/WDocActionPanel.class
org/adempiere/webui/part/WindowContainer.class
org/adempiere/webui/process/CacheReset.class
org/adempiere/webui/process/InvoicePrint.class
org/adempiere/webui/process/WProcessInfo.class
org/adempiere/webui/ServerContextCallback.class
org/adempiere/webui/session/SessionContextListener.class
org/adempiere/webui/TimelineEventFeed.class
org/adempiere/webui/util/ADClassNameMap.class
org/adempiere/webui/util/GridTabDataBinder.class
org/adempiere/webui/util/IServerPushCallback.class
org/adempiere/webui/util/OSTask$1.class
org/adempiere/webui/util/OSTask$2.class
org/adempiere/webui/util/OSTask.class
org/adempiere/webui/util/ServerPushTemplate.class
org/adempiere/webui/util/SortComparator.class
org/adempiere/webui/util/TreeItemAction.class
org/adempiere/webui/util/TreeNodeAction.class
org/adempiere/webui/util/TreeUtils$1.class
org/adempiere/webui/util/TreeUtils$2.class
org/adempiere/webui/util/TreeUtils.class
org/adempiere/webui/util/UserPreference.class
org/adempiere/webui/window/AboutWindow.class
org/adempiere/webui/window/FDialog.class
org/adempiere/webui/window/FindWindow.class
org/adempiere/webui/window/FindWindow$SimpleTreeNode.class
org/adempiere/webui/window/WAccountDialog.class
org/adempiere/webui/window/WImageDialog.class
org/adempiere/webui/window/WLocationDialog.class
org/adempiere/webui/window/WMediaDialog.class
org/adempiere/webui/window/WPAttributeDialog.class
org/adempiere/webui/window/WTask$1.class
org/adempiere/webui/window/WTask.class
org/adempiere/webui/window/ZkJRViewer.class
org/adempiere/webui/window/ZkReportViewer.class
org/adempiere/webui/WRequest.class
org/adempiere/webui/WZoomAcross.class

Complete Log

Adempiere 342


r7744 | globalqss | 2008-12-21 04:24:27 -0500
Generate complete model for version 3.4.2 - final upload


r7740 | globalqss | 2008-12-21 03:50:23 -0500
Generate complete model for version 3.4.2 - partial upload - connection keeps breaking


r7739 | globalqss | 2008-12-21 03:20:12 -0500
Generate complete model for version 3.4.2 - partial upload - connection keeps breaking


r7736 | globalqss | 2008-12-21 02:52:10 -0500
Generate complete model for version 3.4.2 - partial upload - connection keeps breaking


r7733 | globalqss | 2008-12-21 02:10:42 -0500
Generate complete model for version 3.4.2 - partial upload - connection keeps breaking


r7732 | globalqss | 2008-12-21 01:39:10 -0500
Generate complete model for version 3.4.2 - partial upload - connection keeps breaking


r7730 | globalqss | 2008-12-21 01:10:10 -0500
Generate complete model for version 3.4.2 - partial upload - connection keeps breaking


r7729 | globalqss | 2008-12-21 00:52:44 -0500
Generate complete model for version 3.4.2 - partial upload - connection keeps breaking


r7727 | globalqss | 2008-12-21 00:03:05 -0500
Generate complete model for version 3.4.2 - new files


r7724 | globalqss | 2008-12-20 21:44:32 -0500
Launch4j


r7723 | globalqss | 2008-12-20 21:39:02 -0500
Integrate fixing from - POS not printing correct document - ID: 2446215
Thanks to William Caicedo


r7722 | globalqss | 2008-12-20 21:25:55 -0500
Synchronize bug fixing from trunk


r7721 | globalqss | 2008-12-20 21:22:13 -0500
PostgreSQL seed for adempiere342


r7720 | globalqss | 2008-12-20 20:41:30 -0500
Oracle seed for adempiere342


r7719 | globalqss | 2008-12-20 20:01:29 -0500
Follow proper convention


r7718 | globalqss | 2008-12-20 19:59:48 -0500
Rename directory containing all scripts in one for better convention (avoid confusion)
Create directory All340s-342s


r7716 | globalqss | 2008-12-20 19:55:46 -0500
Check Sequence for 3.4.2


r7713 | globalqss | 2008-12-20 18:53:33 -0500
Fix directory


r7707 | hengsin | 2008-12-20 11:26:32 -0500
Fixed compilation error cause by previous merge from trunk.


r7664 | hengsin | 2008-12-19 04:02:13 -0500
Merge bug fix from trunk.


r7651 | hengsin | 2008-12-17 17:26:28 -0500
Merge bug fix from trunk.


r7635 | hengsin | 2008-12-17 04:29:18 -0500
Remove use of IsCollapsible, only available in trunk.


r7634 | hengsin | 2008-12-17 03:38:41 -0500
Merge bug fix from trunk.


r7632 | hengsin | 2008-12-16 22:26:56 -0500
Merge desktop refactoring and enhancement from trunk.


r7602 | hengsin | 2008-12-12 07:24:10 -0500
Merge fix from trunk.


r7582 | hengsin | 2008-12-10 16:03:02 -0500
[ 2414539 ] null point exception - lock button


r7575 | hengsin | 2008-12-10 04:17:43 -0500
minor cleanup


r7570 | hengsin | 2008-12-10 03:50:59 -0500
Make compatible with 342.


r7561 | hengsin | 2008-12-10 03:24:59 -0500
Merge bug fixes and enhancement from trunk.


r7554 | globalqss | 2008-12-09 21:44:13 -0500
Implement patches strategy for zkwebui
Remove beta status for zkwebui


r7551 | hengsin | 2008-12-09 17:44:44 -0500
remove tomcat library reference, not needed.


r7546 | globalqss | 2008-12-09 13:46:34 -0500
Make 3.4.2 compilable
Implement forward compatibility dummy methods in GridField.java
Bring zkwebui AEnv.java from 3.4.1


r7538 | globalqss | 2008-12-09 03:44:20 -0500
Passing to db/ddlutils


r7537 | globalqss | 2008-12-09 03:37:00 -0500
Passing to db/ddlutils


r7536 | globalqss | 2008-12-09 03:25:09 -0500
Replace pl/java with pl/pgsql in 3.4.2


r7534 | globalqss | 2008-12-09 02:59:29 -0500
Fix classpath and eclipse settings


r7533 | globalqss | 2008-12-09 02:58:59 -0500
Fix migration script 326_FR2164648Implement_PA_DASHBOARDCONTENT_support.sql for 342


r7532 | globalqss | 2008-12-09 02:47:35 -0500
Fix migration scripts for 3.4.2


r7530 | globalqss | 2008-12-09 02:43:53 -0500
Fix migration script 326_FR2164648Implement_PA_DASHBOARDCONTENT_support.sql for 342


r7528 | globalqss | 2008-12-09 02:40:26 -0500
Fix migration script 326_FR2164648Implement_PA_DASHBOARDCONTENT_support.sql for 342


r7527 | globalqss | 2008-12-09 02:33:22 -0500
Check DB.isConnected to execute the update


r7526 | globalqss | 2008-12-09 02:30:48 -0500
split 147 script for 342 integration


r7524 | globalqss | 2008-12-09 02:28:11 -0500
Integrate latest zkwebui from trunk into 342


r7512 | globalqss | 2008-12-08 18:41:28 -0500
Preparing a release 342s


r7511 | globalqss | 2008-12-08 18:01:49 -0500
Moving adempiere342b to adempiere342


r7505 | globalqss | 2008-12-08 13:25:49 -0500
Opening branch 342b trying to make a stable release exploiting most of new technical things in trunk


Adempiere 341


r7503 | globalqss | 2008-12-08 12:55:03 -0500
Integrate latest changes in POS


r7498 | globalqss | 2008-12-08 11:12:08 -0500
Implement Validator for beforeSaveProperties - ID: 2373679
Joined build of base and looks


r7410 | tspc | 2008-12-03 17:41:25 -0500
Temporarily commenting out changes made in
Rev:7376 of Ini class, to enable /brances/Adempiere341 to compile.
(BF2373679 Validator for beforeSaveProperties)


r7391 | globalqss | 2008-12-02 23:23:00 -0500
Fix Swing client hiding fields incorrectly - ID: 2307133
Found one additional issue when three consecutive fields are marked same line.


r7376 | globalqss | 2008-12-01 17:19:24 -0500
Implement Validator for beforeSaveProperties - ID: 2373679


r7375 | globalqss | 2008-12-01 17:00:25 -0500
Fix AmtInWords_ES error - UN CIENTO debe decir CIEN - ID: 2373704
Thanks to arboleda for fixing this


r7372 | globalqss | 2008-12-01 16:49:14 -0500
Integrate java POS changes from trunk - for testing
- there are minor problems throwing warnings about messages


r7371 | globalqss | 2008-12-01 16:29:18 -0500
Fix VCreateFromShipment/Invoice division by zero - ID: 2373546


r7369 | globalqss | 2008-12-01 13:15:15 -0500
Fix error replacing getDate() - ID: 2371805


r7293 | globalqss | 2008-11-28 01:41:45 -0500
Fix Bug in MergeEntities - ID: 2354120
Bug and solution reported by Susanne Calderon


r7256 | hengsin | 2008-11-25 11:42:10 -0500
Merge update info background task fix from branches/stable


r7247 | hengsin | 2008-11-25 02:19:21 -0500
WListbox - Fixed editing bug for number, added editing support for timestamp and string.


r7184 | hengsin | 2008-11-21 15:14:51 -0500

  • minor numbererbox layout improvement.
  • [2308105] WListbox should always re-render when row is select/deselect.

- revision 7067 patch break InfoPanel.

  • minor InfoPanel bug fix.

r7158 | globalqss | 2008-11-20 12:06:30 -0500
Fix 2317928 - Reactivating/Voiding order must reset posted


r7067 | hengsin | 2008-11-18 02:56:38 -0500

  • [2308109] WListbox doesn't support editing of non bigdecimal field
  • [2308105] WListbox should always re-render when row is select/deselect

r7065 | globalqss | 2008-11-17 17:07:52 -0500
Fix bug 2307133 - Swing client hiding fields incorrectly


r6950 | hengsin | 2008-11-11 00:30:11 -0500
[2260013] WFileImport and UserPanel layout not correct using IE7
[2260213] WFileImport not using ZK media API properly


r6947 | hengsin | 2008-11-10 23:22:59 -0500

  • [2259951] Threadlocal context not clean up after request end

r6783 | hengsin | 2008-10-27 09:39:30 -0500

  • Fixed non Serializable exception.

r6767 | hengsin | 2008-10-25 12:52:45 -0500
[ 2192903 ] CConnection.getServer not working on Server


r6724 | hengsin | 2008-10-19 09:50:48 -0500
[ 2176020 ] Scheduler run report doesn't check user notification type
[ 2176046 ] Scheduler notification doesn't capture process info log
[ 2176024 ] Scheduler sometime fail to send email notification


r6686 | hengsin | 2008-10-16 01:34:37 -0500

  • minor: improve layout.

r6681 | mark_o | 2008-10-15 03:55:50 -0500
Fix Bug ID: [ 2167723 ] FindDialog doesn't work with product search
Patch provided and tested by Tobias Schöneberg.


r6679 | hengsin | 2008-10-15 03:14:11 -0500
[ 2167775 ] datetime field not readable when readonly
[ 2166709 ] FR: Info BP not managing users
[ 2165569 ] FR: InfoInvoicePanel not managing installments
[ 2165216 ] Product field showing New (BP) with right-click

  • InfoPanel: change field visibility from package to protected

r6676 | hengsin | 2008-10-15 00:54:25 -0500
[ 2165180 ] Location Dialog not refreshing fields
[ 2165734 ] WLocationEditor problem


r6673 | hengsin | 2008-10-14 23:45:59 -0500
[ 2165611 ] Zoom fields cannot be cleared


r6670 | hengsin | 2008-10-14 11:26:42 -0500

  • minor: always reload role after login.

r6663 | globalqss | 2008-10-14 02:31:25 -0500
Fix bug ID: 2165542 - Cannot pay/receive an installment via cash journal


r6661 | globalqss | 2008-10-14 01:43:17 -0500
Integrate BF from Teo [ 1968598 ] Callout is not called if tab is processed


r6658 | hengsin | 2008-10-13 04:37:51 -0500

  • NPE bug.
  • zoom not working when info screen is not open from field editor.

r6656 | hengsin | 2008-10-13 00:15:47 -0500

  • [ 2158633 ] CommitWarning in ad_tab is ignore
  • Messagebox title too long.

r6643 | hengsin | 2008-10-10 02:59:52 -0500

  • Bug: save error prompt twice
  • Wrong icon size for url and account editor button

r6639 | globalqss | 2008-10-09 20:02:36 -0500
Fix a problem opened with [ adempiere-Bugs-1894524 ] Pay an reversed invoice


r6637 | globalqss | 2008-10-09 19:13:31 -0500
Integrate bug fixings from stable done by Victor about storage and FIFO/LIFO


r6633 | globalqss | 2008-10-08 16:17:58 -0500
Fix bug [ 2141475 ] Payment <> allocations must not be completed


r6603 | hengsin | 2008-10-07 00:26:57 -0500

  • left out combination box in css style fix.

r6586 | hengsin | 2008-10-03 23:28:54 -0500

  • minor: typo

r6584 | hengsin | 2008-10-03 19:01:00 -0500

  • Workflow viewer

- added support for action 'F'

  • Datebox, Numberbox

- button not disable when datebox is readonly

  • Tree

- Target index wrong when move within the same parent ( move up/down ).


r6556 | globalqss | 2008-10-01 22:45:43 -0500
Fix bug [ 2141475 ] Payment <> allocations must not be completed


r6548 | hengsin | 2008-10-01 09:30:41 -0500

  • [ 2133424 ] Zoom to error in Window-Tab&Field
  • [ 2132250 ] Menu action type Task not implemented
  • [ 2132246 ] Workflow editor not implemented

- only view is implemented now, not editable yet

  • [ 2122362 ] Menu action workflow ( 'F' ) not implemented
  • [ 2095992 ] Tree Maintenance not implemented
  • [ 2090202 ] Datetime Editor not implemented
  • Bug: ZkContextProvider eating up perm gen space
  • Bug: DateEditor not using the active locale format
  • Bug: Cancel of find dialog doesn't stop the opening of high volumn window

r6532 | globalqss | 2008-09-27 17:17:31 -0500
Synchronize changes in zkwebui from stable to 341


r6526 | hengsin | 2008-09-26 02:35:52 -0500

  • [ 2086315 ] Problem with NumberBox component.
  • [ 2031606 ] Lookup fields are not validated on Enter.
  • FindWindow: set initial focus.
  • Info Panel : Requery on enter.
  • PDF report become blank when user select another tab and back.

r6520 | hengsin | 2008-09-25 01:46:30 -0500
[ 2123886 ] Date Entry in lookup window problem


r6519 | hengsin | 2008-09-25 00:29:40 -0500

  • Fixed broken image in string editor's context menu.
  • Bug in ADSortTab - Remove button doesn't work, Move up button doesn't work.

r6510 | hengsin | 2008-09-23 04:09:03 -0500
[ 2122336 ] Memo editor not implemented


r6492 | hengsin | 2008-09-21 02:18:17 -0500
Bug: mandatory field error msg although the mandatory field is already selected


r6489 | hengsin | 2008-09-20 00:32:55 -0500

  • [ 2120114 ] Attribute selelction window truncates values
  • NPE reported at [ 2046133 ] Material Receipt - create lines from frozen

r6488 | hengsin | 2008-09-19 23:06:36 -0500
[ 2108662 ] Windows should display only recent docs


r6485 | hengsin | 2008-09-18 13:51:18 -0500
[ 2111951 ] Java Lang error when Sales Order how to pay is changed


r6484 | hengsin | 2008-09-18 13:26:37 -0500
[ 2117536 ] Cannot save Requisition


r6482 | globalqss | 2008-09-18 13:14:42 -0500
Synchronize changes in zkwebui from stable to 341


r6479 | hengsin | 2008-09-18 02:55:31 -0500

  • merge minor changes from branches/stable

r6475 | hengsin | 2008-09-18 02:01:58 -0500

  • Revision 6422 refactoring changes break grid toggle.
  • Remove home/menu button from toolbar, not used.
  • Javadoc and minor cleanup.
  • Make WCreateFrom more extensible.

r6467 | globalqss | 2008-09-17 15:50:39 -0500
Fix [ 2116815 ] Some documents don't post silently


r6466 | globalqss | 2008-09-17 15:48:26 -0500
Fix [ 2116811 ] Posting problem with MRole.OrgAccess not serializable


r6465 | globalqss | 2008-09-17 15:44:49 -0500
Fix [ 2116801 ] adempiereMonitor problem


r6464 | globalqss | 2008-09-17 15:40:17 -0500
Fix [ 2111671 ] Error in patches_3.4_20080905.jar


r6429 | hengsin | 2008-09-12 01:44:32 -0500

  • Updated VBOMDrop and VFileImport port

r6428 | hengsin | 2008-09-11 23:32:47 -0500
merge 6421-6422 from branches/stable


r6401 | hengsin | 2008-09-10 04:07:06 -0500

  • Refactoring and minor performance enhancement.

r6398 | hengsin | 2008-09-10 00:25:56 -0500

  • WBPartner - fixed NPE, improve mandatory checking
  • WTableDirEditor - should return null instead of -1 when user select the "empty" entry in the drop down list.

r6393 | hengsin | 2008-09-07 22:24:28 -0500

  • bug: Generate Shipment ( Manual ) doesn't auto select login warehouse
  • bug: isMandatory flag not pass on to MLookup in WTableDirEditor

r6386 | hengsin | 2008-09-06 16:57:43 -0500

  • Implemented email adempiere trace info
  • Minor CSS improvement

r6374 | hengsin | 2008-09-05 17:57:50 -0500

  • fixed a minor issue in revision 6373

r6373 | hengsin | 2008-09-05 17:54:06 -0500
[ 2094575 ] Cannot create new record with roles other than Admin


r6370 | hengsin | 2008-09-05 16:46:49 -0500
[ 2094081 ] XLS export does not work


r6358 | globalqss | 2008-09-04 14:06:45 -0500
[ 1797687 ] Find Form: boolean is not working ok


r6346 | globalqss | 2008-09-03 20:50:39 -0500
Fix [ 2092198 ] Error voiding an Inventory Move


r6321 | hengsin | 2008-09-02 23:02:55 -0500

  • [ 2090221 ] Number Box does not work anymore bug
  • minor css improvement

r6315 | hengsin | 2008-09-02 18:48:16 -0500

  • Fixed minor UI issue

r6310 | hengsin | 2008-09-02 04:42:42 -0500

  • [ 2087936 ] Print Button does not work bug
  • Added support for time editor
  • Reimplemented WNumberEditor, now wouldn't accept non numeric input
  • Cleanup and refactoring
  • Ported 3.4.1 VPaySelect and VPayPrint

r6294 | hengsin | 2008-08-31 07:29:37 -0500
[ 2084894 ] Unable to load Product option


r6285 | hengsin | 2008-08-30 00:11:55 -0500
[ 2081977 ] Sort Grid Column Bug


r6282 | globalqss | 2008-08-29 17:51:42 -0500
Adding cglib to classpath


r6275 | hengsin | 2008-08-29 02:12:00 -0500

  • [ 2072587 ] Financial Report Disable Bug
  • remove obsolete IsAsap method

r6274 | hengsin | 2008-08-28 23:56:16 -0500
[ 2075221 ] Create PO from Requistion window does not close properly


r6273 | hengsin | 2008-08-28 23:35:31 -0500
[ 2077897 ] Cash Journal Advance LookUp Bug


r6272 | hengsin | 2008-08-28 23:20:22 -0500
[ 2078200 ] GL Journal account combination bug


r6271 | hengsin | 2008-08-28 22:28:59 -0500

  • Ported 3.4.1 VPayment dialog

r6264 | hengsin | 2008-08-28 02:24:32 -0500

  • Merge bug fix from branches/stable

r6246 | hengsin | 2008-08-27 11:31:51 -0500

  • minor WMerge and FDialog improvement

r6244 | hengsin | 2008-08-27 06:23:41 -0500
Ported 3.4.1 VMerge


r6243 | hengsin | 2008-08-27 05:31:56 -0500

  • Ported 3.4.1 VMatch

r6241 | hengsin | 2008-08-27 03:06:57 -0500

  • [ 2075100 ] Material Transaction/Transaction Detai window filter problem
  • Merge duplicate component - WStatusBar and StatusBarPanel

r6238 | hengsin | 2008-08-26 21:04:53 -0500
[ 2075242 ] PO line Attribute Selection freezes


r6237 | hengsin | 2008-08-26 20:27:12 -0500

  • Improve UI consistency across FF2, FF3 and IE7

r6233 | hengsin | 2008-08-26 05:30:29 -0500
[ 2075212 ] Requistion window - required date is not current date


r6232 | hengsin | 2008-08-26 04:17:30 -0500

  • Added minor css twist for firefox 2
  • [ 2073347 ] Product window Problem - BOM,Sub,Repl,Price Tab
  • [ 2073251 ] Null pointer Error in accounting tab
  • [ 2075112 ] Forecast Window, no calendar

r6228 | hengsin | 2008-08-25 22:10:38 -0500

  • Bug: WListbox setColumnClass not fully implemented.
  • Improvement: WListbox now set column minimum width base on column class.
  • VInOutGen and VInvoiceGen - redo the porting and testing using latest 341 version.

r6219 | hengsin | 2008-08-25 04:58:40 -0500

  • Fixed: Printing of shipment and invoice not implemented
  • Make ConfirmPanel API compatible with the Swing client counterpart
  • Fixed: ListModelTable SetRowCount not working

r6217 | hengsin | 2008-08-25 03:36:31 -0500

  • Fixed NPE reported by client.

r6210 | hengsin | 2008-08-22 19:08:05 -0500

  • [ 2067291 ] Checkbox can't be enabled in process/report parameter
  • Sync WAllocation with VAllocation, still need to do for others.
  • Remove inconsistency in the implementation of ADForm subclasses
  • API changes to ease the porting of FormPanel classes
  • Remove the type method in WEditor
  • Fixed logo issue of LoginPanel and RolePanel in previous commit

r6199 | globalqss | 2008-08-22 15:21:42 -0500
Synchronize stable zkwebui with adempiere341 zkwebui


r6195 | globalqss | 2008-08-22 11:46:46 -0500
Integrate bug fix from Armen for
[ 1702235 ] Voided Bank Statement should recover the balance
- integrate refactoring


r6185 | hengsin | 2008-08-21 21:14:31 -0500

  • remove wrongly committed local batch script

r6183 | hengsin | 2008-08-21 19:33:49 -0500

  • [ 2063392 ] createdby and updatedby fields bug
  • migrate from gif to png only
  • cleanup and refactoring
  • add login dialog support for other language.
  • improve UI consistency

r6178 | globalqss | 2008-08-21 11:35:19 -0500
Integrate Fix [ 2053140 ] Mandatory lookup fields autofilled (badly)


r6177 | globalqss | 2008-08-21 11:23:51 -0500
Fix [ 2064460 ] Workflow user action broken


r6148 | hengsin | 2008-08-18 20:58:39 -0500

  • miss some file in previous commit.

r6147 | hengsin | 2008-08-18 04:54:49 -0500

  • Report VCreateXXX.java

- Added many API to the Zk components to ease porting of swing form.


r6136 | hengsin | 2008-08-16 01:25:02 -0500

  • Fixed compatibility issue with Zk 3.5

r6125 | hengsin | 2008-08-15 03:51:12 -0500

  • Performance issue - shouldn't populate readonly combobox ( parent field is usually setup as readonly combobox/tabledir field ).

r6115 | globalqss | 2008-08-14 13:22:04 -0500
Integrate fix for BF [ 2011222 ] ASI Dialog is reseting locator


r6114 | globalqss | 2008-08-14 11:19:00 -0500
Fix [ 2051718 ] Zoom for Locator not working properly


r6097 | globalqss | 2008-08-12 23:47:21 -0500
Fix [ 2004396 ] Collapse field group + Text column problem
Integrate VPanel changes on 341


r6095 | hengsin | 2008-08-12 21:06:22 -0500

  • [ 2046133 ] Material Receipt - create lines from frozen
  • [ 2046145 ] Cannot open Menu item second time
  • Info screen

- Layout
- Performance issue

  • Find window

- Layout
- Search field not working at the simple tabQuery

  • Grid

- Performance issue

  • Custom form still need further verification with the current swing version

r6081 | hengsin | 2008-08-11 01:46:12 -0500
Desktop

  • No scrollbar when contents is larger than available space.

Account viewer

  • Result tab layout problem
  • Performance problem loading and viewing large result set
  • ListModelTable and WListItemRenderer should support all List data type, not just Vector.

org.compiere.report.core.RModel

  • Make getRows public, needed by zkwebui

r6069 | globalqss | 2008-08-09 10:38:37 -0500
Fix: [ adempiere-Bugs-2029908 ] Adempiere Server Management Security
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2029908&group_id=176962
Thanks to Bahman


r6040 | hengsin | 2008-08-09 05:19:08 -0500

  • Fix tooltip bug.

r6036 | hengsin | 2008-08-09 04:52:21 -0500

  • Do not show form title when added to tab
  • WAllocation - Improve layout

r5994 | hengsin | 2008-08-06 03:37:03 -0500
[ 2039865 ] Sales order Line No is not Displayed in Grid


r5967 | hengsin | 2008-08-03 20:27:36 -0500

  • added support for running zkwebui using eclipse webtool ( europa and above ).

r5942 | hengsin | 2008-08-01 09:13:07 -0500
Integrate fix for [ 1897512 ] CLogger not thread safe from branches/stable


r5941 | hengsin | 2008-08-01 07:33:52 -0500
Integrate Fix for [ 2034366 ] Firefox 3 problem with #Date context from branches/stable


r5940 | hengsin | 2008-08-01 06:56:21 -0500
Integrate changes from branches/stable, revision 5824-5939


r5934 | hengsin | 2008-08-01 03:37:17 -0500


r5913 | globalqss | 2008-07-31 10:48:35 -0500
Integrate changes from zkwebui in stable


r5848 | hengsin | 2008-07-28 18:03:40 -0500
Merge changes from branches/stable: revision 5822-5824


r5847 | globalqss | 2008-07-28 15:51:08 -0500
Fix [ 2030685 ] Payment Selection is creating payments with dateacct=today


r5823 | hengsin | 2008-07-28 02:42:53 -0500
Merge changes from branches/stable: revision 5804-5822


r5813 | globalqss | 2008-07-26 20:22:19 -0500
Fix [ 2019115 ] Don't allow UoM change if product already used


r5808 | globalqss | 2008-07-26 17:15:25 -0500
Integrate zkwebui changes from stable


r5804 | globalqss | 2008-07-25 18:45:36 -0500
Integrate zkwebui changes from stable


r5761 | globalqss | 2008-07-22 20:47:45 -0500
Fix [ 2025274 ] Identifier not shown in postgresql


r5716 | globalqss | 2008-07-18 17:31:09 -0500
[ 2011935 ] Implementing the Locate for MX,VE,EC,DO,CO
Add es_CO


r5714 | globalqss | 2008-07-18 14:37:04 -0500
Integrate revision 5683 in patches_340
Fix [ 1797687 ] Find Form: boolean is not working ok


r5702 | globalqss | 2008-07-17 22:46:07 -0500
[ 1965015 ] Posting not balanced when is producing more than 1 produc
Fix a rounding problem found


r5681 | globalqss | 2008-07-14 16:43:22 -0500
Integrate zkwebui changes from stable into adempiere341


r5679 | globalqss | 2008-07-14 16:16:20 -0500
Integrate zkwebui changes from stable into adempiere341


r5674 | globalqss | 2008-07-14 14:13:30 -0500
Fix global classpath


r5624 | hengsin | 2008-07-09 21:57:44 -0500
Move zk web client to core


r5594 | globalqss | 2008-07-07 13:49:07 -0500
Fix [ 2012750 ] NX printers can't be discovered


r5529 | globalqss | 2008-06-27 17:40:03 -0500
Fix [ 1888786 ] Menu in Spanish not appearing the first time


r5526 | globalqss | 2008-06-27 12:47:33 -0500
Fix [ 1965015 ] Posting not balanced when is producing more than 1 product


r5252 | globalqss | 2008-05-22 01:48:50 -0500
Integrate changes in patches_340 - to make a workable 341


r5251 | globalqss | 2008-05-21 23:37:22 -0500
Open branch adempiere 341 from 340 (to add patches_340 to make a workable version to support 340)


r4944 | globalqss | 2008-03-26 15:13:10 -0500
Tagging adempiere 340


r4943 | globalqss | 2008-03-26 14:14:22 -0500
Preparing 3.4.0s release - postgresql seed


r4942 | globalqss | 2008-03-26 13:47:35 -0500
Preparing release 3.4.0s - organize migration scripts


r4941 | globalqss | 2008-03-26 13:45:15 -0500
Preparing release 3.4.0s - organize migration scripts


r4940 | globalqss | 2008-03-26 13:35:00 -0500
Preparing 3.4.0s release - fixing some problematic migration scripts
UPLOADED migration scripts for direct migration from 320 to 340


r4939 | globalqss | 2008-03-26 13:05:27 -0500
Preparing 3.4.0s release - model classes


r4938 | globalqss | 2008-03-26 11:58:42 -0500
Preparing 3.4.0s release - oracle seed


r4937 | globalqss | 2008-03-26 11:18:26 -0500
Preparing 3.4.0s release


r4936 | globalqss | 2008-03-26 11:14:06 -0500
Preparing 3.4.0s release