.settings
minor setting changes
2010-07-13 16:32:18 +08:00
db
Reverting revisions 12757, 12778, 12785 (6348, 6352, 6353)
2011-02-26 22:25:50 -05:00
doc
move extension doc to google code hosting as kenai mercurial repository cant server html file properly
2010-12-19 13:05:37 +08:00
event.test
remove unbindEventManager, not needed as it have been move to the base class.
2010-12-21 07:33:00 +08:00
migration
Fixes on dictionary for payroll tables and windows:
2011-02-27 00:56:56 -05:00
org.adempiere.base
Payroll improvement:
2011-02-27 00:53:47 -05:00
org.adempiere.base-feature
minor - typo in model generator launch configuration
2010-12-17 16:59:09 +08:00
org.adempiere.base.callout
Added checking for location selected in the info bpartner window whether the location is a shipping location, a billing location or both.
2011-02-10 12:16:29 +08:00
org.adempiere.base.process
Reverting revisions 12757, 12778, 12785 (6348, 6352, 6353)
2011-02-26 22:25:50 -05:00
org.adempiere.bundles.external-feature
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.eclipse.equinox.http.servlet
Added patch equinox servlet bridge:
2011-01-11 01:00:26 +08:00
org.adempiere.eclipse.equinox.http.servletbridge
Added patch equinox servlet bridge:
2011-01-11 01:00:26 +08:00
org.adempiere.eclipse.equinox.servletbridge
Added patch equinox servlet bridge:
2011-01-11 01:00:26 +08:00
org.adempiere.extend
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.geminiweb-feature
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.install
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
org.adempiere.payment.processor
Added payment processor extension.
2010-12-20 14:31:56 +08:00
org.adempiere.payment.processor-feature
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.pipo
Fix inconsistency in packout - the xml file encoding property is defined as ISO-8859-1 but the file stream is written with utf-8. I had problems importing the generated files, all accents and special characters were imported wrongly.
2011-02-27 00:07:26 -05:00
org.adempiere.pipo-feature
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.pipo.handlers
Change generic export default to export ad_org_id reference instead of getting from context.
2010-12-28 23:28:07 +08:00
org.adempiere.pipo.legacy
Fix problems with old DataElementHandler
2011-02-27 00:42:44 -05:00
org.adempiere.plugin.utils
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.replication
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.replication-feature
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.replication.server
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.replication.server-feature
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.report.jasper
Add jasper report support for huge data set.
2011-02-08 11:51:10 +08:00
org.adempiere.report.jasper-feature
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.report.jasper.library
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.report.jasper.swing
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.report.jasper.webapp
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.sdk-feature
Added feature project for Adempiere development sdk
2010-10-22 10:27:49 +08:00
org.adempiere.server
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
org.adempiere.server-feature
Fix broken FR 3018857 - Importer the Inventory Move, and create sample file format in GardenWorld
2011-02-26 23:22:13 -05:00
org.adempiere.site-feature
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.target.platform-feature
Added org.eclipse.equinox.http.registry.source dependency.
2011-01-11 00:53:23 +08:00
org.adempiere.tomcat.config
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.ui
Reverting revisions 12757, 12778, 12785 (6348, 6352, 6353)
2011-02-26 22:25:50 -05:00
org.adempiere.ui.swing
Revert rev 12032 6140 02c37e74eefd - Implemented patch solves a critical problem, but open a new one
2011-02-26 22:37:11 -05:00
org.adempiere.ui.swing-feature
minor launch config update.
2010-12-14 16:03:24 +08:00
org.adempiere.ui.swing.pluginlist
Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later )
2010-09-29 15:25:34 +08:00
org.adempiere.ui.zk
WGenForm must be declare as instance variable instead of static variable.
2011-02-16 12:11:56 +08:00
org.adempiere.ui.zk-feature
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.adempiere.webstore
Refactoring:
2011-01-11 01:08:37 +08:00
org.adempiere.webstore-feature
Refactoring:
2011-01-11 01:08:37 +08:00
org.adempiere.webstore.resource
Refactoring:
2011-01-11 01:08:37 +08:00
org.adempiere.webstore.servlet
Refactoring:
2011-01-11 01:08:37 +08:00
org.apache.ecs
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
org.compiere.db.oracle.provider
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
org.compiere.db.postgresql.provider
Implement statement timeout support for PostgreSQL
2011-02-07 10:26:06 +08:00
org.compiere.db.provider-feature
Cleanup, remove redundant buckminster.properties.
2010-12-06 13:53:57 +08:00
utils_dev
Remove obsolete build script
2010-11-08 10:20:15 +08:00
.hgignore
add build directories to ignore
2011-02-26 14:52:05 -05:00
adempiere-local-template.properties
added adempiere properties file template
2010-07-20 13:48:24 +08:00
license.html
revert revision 12048 as stated on release meeting
2010-06-13 23:46:21 +00:00
testTemplate.properties
Fix notation of template file
2010-03-26 18:28:42 +00:00