Commit Graph

6351 Commits

Author SHA1 Message Date
Heng Sin Low 33cb50f4b8 migrate ReportViewerProvider and JRViewerProvider to equinox extension. 2010-08-23 13:26:55 +08:00
Heng Sin Low 7752a328cc updated ignore rules for workspace 2010-08-20 16:13:08 +08:00
Heng Sin Low 8524b29f66 pipo is move from /plugins/pipo to /pipo due to ant4eclipse have problem building the bundle using the /plugins/pipo layout 2010-08-20 16:08:06 +08:00
Heng Sin Low adb09d2f33 1) http://kenai.com/jira/browse/HENGSIN-6, RUN_setup.sh failure
Use the static method getLogger instead of using a static logger variable. The logger is created as needed inside the getLogger method.

2)http://kenai.com/jira/browse/HENGSIN-3, properties file wrongly created
Patch accepted.

3) http://kenai.com/jira/browse/HENGSIN-4, Cannot connect to http://localhost:8080/admin/adempiereMonitor
Always set default level for root logger in CLogMgt initialization.

4) http://kenai.com/jira/browse/HENGSIN-5, Build fails by default requiring directory lib/plugins
Modify utils_dev/build.xml to ensure the existence of the lib/plugins folder.

5) Module refactoring
* Remove client bundle dependency from the zkwebui bundle. Common UI code of the 2 bundle is moved into the new uibase bundle.
* Remove client bundle dependency from server side bundle. The swing specific jasper report code is moved into the new JasperReportsClient bundle.
* Move most swing code that is still in the base bundle into the client bundle. Many swing client specific code in Env.java (base bundle) is move into the AEnv.java (client bundle).
* Default handlers for 2Pack is moved into the new pipoHandlers bundle. All loading of 2pack handler is now done using the equinox extension mechanism.

6) Extension point
* Added process, form and modelvalidator extension point base on the existing work done by Jorg Viola in the osgi1 branch.

7) The pipo bundle is move from plugins/pipo to /pipo ( relative to the workspace ) due to ant4eclipse have problem building the bundle using the previous layout.

8) New workflow editor and rendering implementation using netbeans visual library. The implementation is shared the by swing and zk client.
2010-08-20 16:05:06 +08:00
Heng Sin Low d075b565ed Added JasperReportClient to the list of auto start bundle for swing client. The activator of JasperReportClient bundle will set the viewer for jasper report. Note that this is likely to change in future. 2010-08-20 15:42:27 +08:00
Heng Sin Low 5b7f6124b0 http://kenai.com/jira/browse/HENGSIN-2, Runner adempiere_equinox_swing fail to run by default
Added required bundle.
2010-08-20 15:36:03 +08:00
Heng Sin Low c7b849359f Issue HENGSIN-1, Directory tomcatConfig/src is missing
Mercurial doesn't allow empty folder in repository, added .hgignore to workaround this limitation.
2010-08-20 15:34:41 +08:00
Heng Sin Low b7a1f9ba16 Fixed ssl configuration not working. 2010-08-20 15:31:21 +08:00
Heng Sin Low 494221df94 Issue http://kenai.com/jira/browse/HENGSIN-3 , Property file wrongly created.
Apply patch from Carlos.
2010-08-17 17:58:48 +08:00
Heng Sin Low 0b8363851a Implemented remaining packout method. 2010-08-06 17:21:04 +08:00
Heng Sin Low 65690c8704 * Refactoring - merge ElementHandler and IPackOutHandler interface.
* Refactoring - move handler registry into its own interface and classes.
* Merge pack in and packout extension point into one - org.adempiere.pipo.Handlers.
* Created 2 handler registry implementation, one back by property file and one back by osgi service registry.
2010-08-06 16:02:29 +08:00
Heng Sin Low e5eef27435 * Added generic method to retrieve the record id for export. 2010-08-06 15:58:27 +08:00
Heng Sin Low 0f76a4264b * Make the service locator API more flexible. 2010-08-06 15:57:51 +08:00
Heng Sin Low 57c2bde1ad Fixed bugs reported by Martin Augustine. 2010-07-29 12:10:45 +08:00
Heng Sin Low 3e5bc7778f * fixed a spelling error in javadoc.
* fixed official id support in saveNew_getID.
2010-07-27 19:25:52 +08:00
Heng Sin Low 230fcd84f7 added packin and packout handler extension point definitions. 2010-07-27 12:57:00 +08:00
Heng Sin Low 1c8fc5649e added support to allow edit of existing asi records. 2010-07-27 12:21:11 +08:00
Heng Sin Low 1c3e73c240 only auto preview well known content type. 2010-07-27 12:19:13 +08:00
Heng Sin Low e73bb005d9 added xls, csv and html export option for zk jasper report viewer. 2010-07-27 12:09:32 +08:00
Heng Sin Low 07d342ec1d added support to allow re-run of process and report. 2010-07-27 12:05:42 +08:00
Heng Sin Low ffcbd20aaa * more robust support for ad_client_id and ad_org_id.
* fixed bug for official id and uuid support.
2010-07-27 11:58:15 +08:00
Heng Sin Low 1e4cdbf1eb remove reference of jnlp port. 2010-07-26 16:32:39 +08:00
Heng Sin Low fe50780448 *refactoring. *support for official id and uuid 2010-07-26 16:30:17 +08:00
Heng Sin Low 77dd90d40f added adempiere properties file template 2010-07-20 13:48:24 +08:00
Heng Sin Low b5c573d380 * make it buildable after checkout. 2010-07-20 13:17:25 +08:00
Heng Sin Low 0f9a74599a upgrade ant-contrib to version 1.0b3 2010-07-20 13:05:18 +08:00
Heng Sin Low 8db083e651 minor 2010-07-20 01:02:40 +08:00
Heng Sin Low 0452d2128d * change root logger name to the shorter form of "webui".
* initialized CLogMgt for the webui root logger if the platform have been started by other server side services.
2010-07-20 01:01:46 +08:00
Heng Sin Low 912afccfe0 * Remove client activator, not needed.
* Delay create of logger for Ini until CLogMgt have been properly init.
* Added method to Adempiere to check whether the platform have been started.
2010-07-20 01:00:24 +08:00
Heng Sin Low de964d5180 * always render button for grid view. 2010-07-19 14:07:36 +08:00
Heng Sin Low eff346092a Fixed context management bug 2010-07-19 14:06:28 +08:00
Heng Sin Low 432b8a4183 Modify delete selection presentation style. 2010-07-19 14:05:51 +08:00
Heng Sin Low 31fcf0b7bd Fixed paging error. 2010-07-19 14:04:54 +08:00
Heng Sin Low 35c3fd21e6 Fixed credit watch ratio calculation. 2010-07-19 13:37:16 +08:00
Heng Sin Low 9e45f22001 * update pipo service to pipo2 ( work in progress, not backward compatible ). 2010-07-19 11:52:45 +08:00
Heng Sin Low b4cfb20024 * root logger name is now retrieve from context instead of always "".
* log file name at server is prefix by the root logger name from context.
* webui will maintain separate log file prefix by "org.adempiere.webui"
2010-07-19 02:47:34 +08:00
Heng Sin Low 970ae6b62a * add "TableName_UU" uuid secondary key support. 2010-07-19 02:27:54 +08:00
Heng Sin Low 1be6844703 * apply osgi changes to windows batch file. 2010-07-18 17:18:04 +08:00
Heng Sin Low 9683dc8cdc * Folder browser component enhancement.
* About window enhancement for log and trace level admin.
2010-07-18 17:17:31 +08:00
Heng Sin Low e49ffe9190 * move thread local context implementation to core. 2010-07-18 16:01:06 +08:00
Heng Sin Low 043080586d * move thread local context implementation to core. 2010-07-18 16:00:25 +08:00
Heng Sin Low 1a9a979dcc * minor development configuration and build changes. 2010-07-15 03:12:08 +08:00
Heng Sin Low 5d36761939 * minor development configuration and build changes. 2010-07-15 03:11:53 +08:00
Heng Sin Low 5db1bf42c1 * minor development configuration and build changes. 2010-07-15 03:11:41 +08:00
Heng Sin Low fe387946bd * minor development configuration and build changes. 2010-07-15 03:11:21 +08:00
Heng Sin Low ef657c6cee * use -Dosgi.compatibility.bootdelegation=true to make classes from vm other than java.* visible to bundle.
* development and build changes.
2010-07-15 03:10:57 +08:00
Heng Sin Low f379b187f8 * minor development configuration and build changes.
* reduce the usage of non official sun api.
2010-07-15 03:10:10 +08:00
Heng Sin Low a8c7b3863b * minor development configuration and build changes. 2010-07-15 03:09:47 +08:00
Heng Sin Low 7490371cdd * minor development configuration and build changes.
* reduce the usage of non official sun api.
* fixed web.xml element ordering.
2010-07-15 03:09:32 +08:00
Heng Sin Low e326a4e445 * minor development configuration and build changes. 2010-07-15 03:07:51 +08:00