Heng Sin Low
8f8f279cb9
Added null check.
2011-02-07 11:03:36 +08:00
Heng Sin Low
acebf0625a
Implement statement timeout support for PostgreSQL
2011-02-07 10:26:06 +08:00
Heng Sin Low
ce2d57585f
Implement statement timeout support for PostgreSQL
2011-02-07 10:19:22 +08:00
Heng Sin Low
0ed2e11bd0
Rename default connection pool properties file to server.default.properties and client.default.properties. This change would allow developer to create fragment to contribute a customize server.properties or client.properties
2011-01-19 16:55:38 +08:00
Heng Sin Low
8675e83423
added null check for attachment entry and move button state management to the auto preview method.
2011-01-19 13:11:01 +08:00
Heng Sin Low
4aef583e4f
Use process title as pdf viewer title. Ensure busy dialog is always closed.
2011-01-19 12:24:38 +08:00
Heng Sin Low
b81502f138
Fixed tab context preparation error.
2011-01-19 11:10:47 +08:00
Heng Sin Low
1d5b1541dd
Info panel not reset to empty after a new query doesn't match any records in db.
2011-01-17 20:02:20 +08:00
Heng Sin Low
58ee1f6eda
Fixed context management bug with server push.
2011-01-17 18:05:09 +08:00
Heng Sin Low
4ed732b50c
Added new method IsGenerateUUIDSupported to DB class. Modify UUIDGenerator to process all tables and expose the method that update existing record with uuid as public static method. Added uuid support for insertTranslations, insertAccounting and insertTree in PO.java
2011-01-11 17:37:58 +08:00
Heng Sin Low
1c374d3bdc
Remove sqlj reference in the db import script.
2011-01-11 17:35:01 +08:00
Heng Sin Low
08c7f55e87
Remove obsolete install_procedures.sql and modify build.xml to install the uuid-ossp module.
2011-01-11 17:32:55 +08:00
Heng Sin Low
75a5355937
Added db generate uuid function. The postgresql implementation depends on the contrib module contrib/uuid-ossp.
2011-01-11 17:29:58 +08:00
Heng Sin Low
440f3a7c43
Update server launch config for the new webstore and equinox servlet bridge bundles.
2011-01-11 07:48:26 +08:00
Heng Sin Low
4eefeff974
Updated server feature and launch config for the new webstore and equinox servlet bridge bundles.
2011-01-11 01:09:55 +08:00
Heng Sin Low
3dc7965593
Refactoring:
...
1) Break to 3 bundle - org.adempiere.webstore, org.adempiere.webstore.resource and org.adempiere.webstore.servlet.
2) org.adempiere.webstore.resource is a fragment that will contribute static resources to the host bundle org.adempiere.webstore
3) Equinox http extension registry replace web.xml for webstore servlet registration. The org.ademiere.webstore.servlet contains the default webstore servlet implementation and is contributed to the org.adempiere.webstore bundle through equinox http registry extension point.
2011-01-11 01:08:37 +08:00
Heng Sin Low
cc5708c8d0
Added patch equinox servlet bridge:
...
1) Filter support from http://angelozerr.wordpress.com/2010/09/08/osgi-equinox-in-a-servlet-container-step4/
2) Modify to work with OSGi web container ( geminiweb ) instead of normal servlet container
2011-01-11 01:00:26 +08:00
Heng Sin Low
30853d1196
Added priority attribute to web form extension point.
2011-01-11 00:55:28 +08:00
Heng Sin Low
6ca242f757
Added priority attribute to form extension point.
2011-01-11 00:54:40 +08:00
Heng Sin Low
f3fa756afc
Added org.eclipse.equinox.http.registry.source dependency.
2011-01-11 00:53:23 +08:00
Heng Sin Low
5998051089
Change generic export default to export ad_org_id reference instead of getting from context.
2010-12-28 23:28:07 +08:00
Heng Sin Low
f52598018c
Added create unique index for uuid column.
2010-12-28 12:48:08 +08:00
Heng Sin Low
7470545d87
Fixed pack in does not recognize uuid reference.
2010-12-28 07:26:09 +08:00
Heng Sin Low
3f6be1c60d
getTrxName must return null instead of empty string is trx name is not set in context.
2010-12-27 08:44:31 +08:00
Heng Sin Low
c66f9c6f10
Fixed NPE.
2010-12-27 08:34:05 +08:00
Heng Sin Low
221ccef992
Fixed resolve of AD_Column_ID reference.
2010-12-27 08:33:37 +08:00
Heng Sin Low
523d6dd5c8
Element name for ad_table is "AD_Table", not "table".
2010-12-27 08:32:28 +08:00
Heng Sin Low
1ebc0d87ec
Check if the target PO column existing value is different before set it to the value in the xml file.
2010-12-27 08:31:21 +08:00
Heng Sin Low
1fa4f0c384
Export of AD_Element_ID reference is not correct, search column for AD_Element is ColumnName, not Name.
2010-12-27 08:29:31 +08:00
Heng Sin Low
f552160532
Fixed a handler's endElement method is call multiple time if there are child elements. Fixed transaction name not use for reference lookup.
2010-12-26 10:19:53 +08:00
Heng Sin Low
a32ef3df47
Fixed submenu element missing type="table" attribute
2010-12-26 09:21:09 +08:00
Heng Sin Low
23086adf25
Minor extension point documentation changes. Added org.compiere.model.Callout extension point to ease migration of pre-OSGi ADempiere customization.
2010-12-25 10:00:43 +08:00
Heng Sin Low
43c15413c2
Fixed export of uuid reference.
2010-12-25 09:32:14 +08:00
Heng Sin Low
cc04468c7d
added null check for Parent_ID element.
2010-12-24 11:55:02 +08:00
Heng Sin Low
7d4f9afb08
"reference" is an element attribute, not property.
2010-12-24 10:31:00 +08:00
Heng Sin Low
7623372601
Element type = null should be process the same as element type = ELEMENT_TYPE_PROPERTIES.
2010-12-24 01:37:24 +08:00
Heng Sin Low
25204acf0d
Merge patch from red1 - fixed xerces dependency and not calling PackOut.getHandler with the correct handler Id. Rename AbstractElement.getPackOutProcess and getPackInProcess to getPackOut and getPackIn to avoid confusion that the method would return the SvrProcess instance which is not.
2010-12-23 17:27:44 +08:00
Heng Sin Low
a217beae7f
remove unbindEventManager, not needed as it have been move to the base class.
2010-12-21 07:33:00 +08:00
Heng Sin Low
f590097240
Added new abstract event handler class to make development of new event handler easier. Added exception simulation to the MyEventHandler example event handler in the event.test project.
2010-12-20 16:37:02 +08:00
Heng Sin Low
91e5cd345b
Minor extension point documentation fix.
2010-12-20 14:51:53 +08:00
Heng Sin Low
9cb417eeaf
Added payment processor extension.
2010-12-20 14:31:56 +08:00
Heng Sin Low
a29a673fc0
Rename PackRoll to PackRollProcess to be consistent with the new naming convention. Set pipo2 as the default pipo process using the new process loading mechanism.
2010-12-20 12:12:16 +08:00
Heng Sin Low
8d1ab1833c
Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ).
2010-12-20 10:46:25 +08:00
Heng Sin Low
474ca1c905
move extension doc to google code hosting as kenai mercurial repository cant server html file properly
2010-12-19 13:05:37 +08:00
Heng Sin Low
b705537692
test extension point documentation
2010-12-19 12:31:26 +08:00
Heng Sin Low
8f05481aed
minor - typo in model generator launch configuration
2010-12-17 16:59:09 +08:00
Heng Sin Low
73e9023004
License header, extension point schema documentation and some minor extension point schema fixes.
2010-12-17 16:03:56 +08:00
Heng Sin Low
eb657e8e63
Fixed loading of image resource for web ui.
2010-12-17 11:49:05 +08:00
Heng Sin Low
8fa9544e4c
Revert storing db_type as lowercase as that cause setup and startup problem.
2010-12-17 08:08:42 +08:00
Heng Sin Low
aecf51a87c
Merge patch from Carlos - path to server restlet command have change from /admin/server to /server.
2010-12-16 17:04:50 +08:00