Author: adrianc
Date: Wed Nov 18 20:56:13 2015
New Revision: 1715065
URL: http://svn.apache.org/viewvc?rev=1715065&view=rev
Log:
Removed invalid field names from seed/demo data.
Modified:
ofbiz/branches/release14.12/applications/accounting/data/AccountingTypeData.xml
ofbiz/bran
Modified:
ofbiz/branches/release14.12/applications/product/data/ShipmentTypeData.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/product/data/ShipmentTypeData.xml?rev=1715065&r1=1715064&r2=1715065&view=diff
===
Author: adrianc
Date: Wed Nov 18 18:20:59 2015
New Revision: 1715029
URL: http://svn.apache.org/viewvc?rev=1715029&view=rev
Log:
Fix invalid XML in new component template file.
Modified:
ofbiz/branches/release14.12/framework/resources/templates/UiLabels.xml
Modified: ofbiz/bran
Author: adrianc
Date: Mon Oct 19 00:14:48 2015
New Revision: 1709339
URL: http://svn.apache.org/viewvc?rev=1709339&view=rev
Log:
Updated documentation, no functional change.
Modified:
ofbiz/trunk/framework/entity/dtd/fieldtypemodel.xsd
Modified: ofbiz/trunk/framework/entity
Author: adrianc
Date: Fri Oct 16 20:55:20 2015
New Revision: 1709111
URL: http://svn.apache.org/viewvc?rev=1709111&view=rev
Log:
Grid widget cache settings are missing -
https://issues.apache.org/jira/browse/OFBIZ-6405.
Modified:
ofbiz/trunk/framework/base/config/cache.properties
Modi
Author: adrianc
Date: Wed Sep 2 18:43:41 2015
New Revision: 1700864
URL: http://svn.apache.org/r1700864
Log:
Make primitive initialization explicit.
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base/metrics/MetricsFactory.java
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base
Author: adrianc
Date: Fri Aug 28 20:26:01 2015
New Revision: 1698406
URL: http://svn.apache.org/r1698406
Log:
Added a FIXME comment. No functional change.
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base/util/JNDIContextFactory.java
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz
Author: adrianc
Date: Wed Jun 24 19:18:16 2015
New Revision: 1687348
URL: http://svn.apache.org/r1687348
Log:
Removed DCL code from TreeFactory.java, small code cleanup.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/TreeFactory.java
Modified:
ofbiz/trunk/framework
Author: adrianc
Date: Tue Jun 23 22:02:33 2015
New Revision: 1687141
URL: http://svn.apache.org/r1687141
Log:
JavaDoc fixes, no functional change.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz
Author: adrianc
Date: Tue Jun 23 16:46:06 2015
New Revision: 1687093
URL: http://svn.apache.org/r1687093
Log:
Fixed some C&P errors in ModelFieldVisitor.java. No functional change.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFieldVisitor.java
Modified:
o
Author: adrianc
Date: Sat Jun 20 19:41:05 2015
New Revision: 168
URL: http://svn.apache.org/r168
Log:
Restored the 'request-confirmation' and 'confirmation-message' menu item
attributes that were removed in the recent widget refactoring -
https://issues.apache.o
Author: adrianc
Date: Sat Jun 20 17:02:22 2015
New Revision: 1686655
URL: http://svn.apache.org/r1686655
Log:
Move theme-specific js & css references from CommonDecorator(s) to themes -
https://issues.apache.org/jira/browse/OFBIZ-6362.
Modified:
ofbiz/trunk/framework/common/wi
Author: adrianc
Date: Mon Jun 8 16:14:45 2015
New Revision: 1684217
URL: http://svn.apache.org/r1684217
Log:
Revert rev 1684133 and fix the compiler error properly.
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityFieldMap.java
Modified:
ofbiz/trunk/framework
Author: adrianc
Date: Mon Jun 8 16:12:30 2015
New Revision: 1684216
URL: http://svn.apache.org/r1684216
Log:
Fix a thread-safety issue. Trivial unit test changes.
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base/util/StringUtil.java
ofbiz/trunk/framework/base/src/org/ofbiz/base
Author: adrianc
Date: Tue May 19 16:29:44 2015
New Revision: 1680335
URL: http://svn.apache.org/r1680335
Log:
Change btn-sm to btn-xs for buttons regarding calendar and field lookup -
https://issues.apache.org/jira/browse/OFBIZ-6390.
Modified:
ofbiz/branches/boostrap_theme/themes/bootstrap
Author: adrianc
Date: Tue May 19 16:14:21 2015
New Revision: 1680330
URL: http://svn.apache.org/r1680330
Log:
Added patch file to assist with merging branch to trunk.
Added:
ofbiz/branches/boostrap_theme/BranchMergeToTrunk.patch
Added: ofbiz/branches/boostrap_theme/BranchMergeToTrunk.patch
Author: adrianc
Date: Tue May 19 16:05:13 2015
New Revision: 1680329
URL: http://svn.apache.org/r1680329
Log:
Remove DCL pattern from MenuFactory.java.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/MenuFactory.java
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz
Author: adrianc
Date: Tue May 19 15:37:36 2015
New Revision: 1680319
URL: http://svn.apache.org/r1680319
Log:
Added visual theme seed data that was missed in rev 1648013.
Modified:
ofbiz/trunk/ (props changed)
ofbiz/trunk/framework/common/data/CommonTypeData.xml
Propchange: ofbiz
Author: adrianc
Date: Mon May 18 17:18:54 2015
New Revision: 1680058
URL: http://svn.apache.org/r1680058
Log:
Replace ClassCastException with type check -
https://issues.apache.org/jira/browse/OFBIZ-6291.
Ignoring a thrown ClassCastException is a common pattern in the project (one I
have used
Author: adrianc
Date: Sun May 3 11:25:08 2015
New Revision: 1677386
URL: http://svn.apache.org/r1677386
Log:
Trivial code cleanup in ObjectType.java - no functional change.
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base/util/ObjectType.java
Modified: ofbiz/trunk/framework/base/src
Author: adrianc
Date: Thu Apr 30 13:46:46 2015
New Revision: 1676985
URL: http://svn.apache.org/r1676985
Log:
Some work on ComponentContainer.java:
1. Improved thread safety
2. Optimization
3. Code cleanup
4. Use String constant instead of hard-coded value
Modified:
ofbiz/trunk/framework
Author: adrianc
Date: Thu Apr 30 12:42:17 2015
New Revision: 1676975
URL: http://svn.apache.org/r1676975
Log:
Use String constant instead of hard-coded value.
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base/container/ComponentContainer.java
Modified:
ofbiz/trunk/framework/base/src
Author: adrianc
Date: Thu Apr 30 12:41:26 2015
New Revision: 1676974
URL: http://svn.apache.org/r1676974
Log:
Small fixup for my last commit.
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base/component/ComponentLoaderConfig.java
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz
Author: adrianc
Date: Thu Apr 30 12:12:17 2015
New Revision: 1676970
URL: http://svn.apache.org/r1676970
Log:
Some work on ComponentLoaderConfig.java:
1. Thread safety
2. Optimization
3. Code cleanup
4. Improved error handling
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base
Author: adrianc
Date: Thu Apr 30 10:32:40 2015
New Revision: 1676953
URL: http://svn.apache.org/r1676953
Log:
Optimization: move array creation outside loop so it is created only once.
Modified:
ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java
Modified: ofbiz/trunk/framework
Author: adrianc
Date: Thu Apr 30 10:17:03 2015
New Revision: 1676947
URL: http://svn.apache.org/r1676947
Log:
JavaDoc fix and remove debug code. No functional change.
Modified:
ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java
Modified: ofbiz/trunk/framework/start/src/org
Author: adrianc
Date: Thu Apr 30 09:56:34 2015
New Revision: 1676942
URL: http://svn.apache.org/r1676942
Log:
Remove some code comments that were accidentally copied to new files.
Modified:
ofbiz/trunk/framework/start/src/org/ofbiz/base/start/InstrumentingClassLoader.java
ofbiz/trunk
Author: adrianc
Date: Wed Apr 29 14:17:14 2015
New Revision: 1676749
URL: http://svn.apache.org/r1676749
Log:
Small fixup for my last commit.
Modified:
ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java
Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java
Author: adrianc
Date: Wed Apr 29 13:52:27 2015
New Revision: 1676746
URL: http://svn.apache.org/r1676746
Log:
Fixed some bugs in startup code
(https://issues.apache.org/jira/browse/OFBIZ-6268):
1. Class path loading was ignoring component settings, so class paths for
disabled components were
Author: adrianc
Date: Wed Apr 29 06:57:10 2015
New Revision: 1676679
URL: http://svn.apache.org/r1676679
Log:
Merged revision(s) 1676674 from ofbiz/trunk:
Fixed a bug in UtilMisc.java where the List returned by the availableLocales()
method included an empty Locale - causing errors in
Author: adrianc
Date: Wed Apr 29 06:29:25 2015
New Revision: 1676675
URL: http://svn.apache.org/r1676675
Log:
Merged revision(s) 1676674 from ofbiz/trunk:
Fixed a bug in UtilMisc.java where the List returned by the availableLocales()
method included an empty Locale - causing errors in
Author: adrianc
Date: Wed Apr 29 06:10:01 2015
New Revision: 1676674
URL: http://svn.apache.org/r1676674
Log:
Fixed a bug in UtilMisc.java where the List returned by the availableLocales()
method included an empty Locale - causing errors in FreeMarker templates.
https://issues.apache.org/jira
Author: adrianc
Date: Sun Apr 26 11:59:42 2015
New Revision: 1676100
URL: http://svn.apache.org/r1676100
Log:
Clean up unusual initialization of StartupException in Start.java.
Modified:
ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Start.java
Modified: ofbiz/trunk/framework/start
Author: adrianc
Date: Sun Apr 26 11:36:49 2015
New Revision: 1676098
URL: http://svn.apache.org/r1676098
Log:
Code simplification in StartupException.java - remove custom code that
duplicates functionality that already exists in super class Throwable.
Modified:
ofbiz/trunk/framework/start
Author: adrianc
Date: Sat Apr 18 17:45:20 2015
New Revision: 1674546
URL: http://svn.apache.org/r1674546
Log:
Some trivial optimizations in Config.java.
Modified:
ofbiz/trunk/framework/start/src/org/ofbiz/base/start/Config.java
Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start
Author: adrianc
Date: Sat Apr 18 08:30:03 2015
New Revision: 1674453
URL: http://svn.apache.org/r1674453
Log:
A small change to the behavior of the UtilProperties.createProperties() method:
if the file is not found, return null instead of throwing an exception.
https://issues.apache.org/jira
Author: adrianc
Date: Sat Apr 18 07:33:29 2015
New Revision: 1674451
URL: http://svn.apache.org/r1674451
Log:
Fix OFBiz looking for web.xml in wrong place -
https://issues.apache.org/jira/browse/OFBIZ-6259.
Modified:
ofbiz/trunk/applications/content/ofbiz-component.xml
Modified: ofbiz
Author: adrianc
Date: Thu Apr 16 13:05:55 2015
New Revision: 1674064
URL: http://svn.apache.org/r1674064
Log:
Fix warnings in trunk in Java source code -
https://issues.apache.org/jira/browse/OFBIZ-6217.
Modified:
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/util
Author: adrianc
Date: Thu Apr 2 09:11:58 2015
New Revision: 1670860
URL: http://svn.apache.org/r1670860
Log:
Small spelling and markup fixes.
Modified:
ofbiz/site/download.html
Modified: ofbiz/site/download.html
URL:
http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1670860&am
Author: adrianc
Date: Fri Mar 27 10:04:14 2015
New Revision: 1669537
URL: http://svn.apache.org/r1669537
Log:
Fix warnings in trunk in Java source code -
https://issues.apache.org/jira/browse/OFBIZ-6217.
Modified:
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/util
Author: adrianc
Date: Sun Mar 22 10:27:58 2015
New Revision: 1668351
URL: http://svn.apache.org/r1668351
Log:
Added comments for cache settings. No functional change.
Modified:
ofbiz/trunk/framework/base/config/cache.properties
Modified: ofbiz/trunk/framework/base/config/cache.properties
Author: adrianc
Date: Sat Mar 21 13:44:55 2015
New Revision: 1668267
URL: http://svn.apache.org/r1668267
Log:
Initial commit of the fix for the dirty cache reads problem -
https://issues.apache.org/jira/browse/OFBIZ-5534.
This fixes the PK cache only, the other caches will be fixed after this
Author: adrianc
Date: Sat Mar 21 12:51:34 2015
New Revision: 1668261
URL: http://svn.apache.org/r1668261
Log:
Oops, I forgot to include unit tests in my last commit.
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/test/EntityTestSuite.java
Modified:
ofbiz/trunk/framework/entity
Author: adrianc
Date: Sat Mar 21 12:36:44 2015
New Revision: 1668257
URL: http://svn.apache.org/r1668257
Log:
Some work on GenericEntity and its subclasses: Enforce GenericPK !=
GenericEntity and GenericValue != GenericEntity.
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity
Author: adrianc
Date: Sat Mar 21 10:47:49 2015
New Revision: 1668232
URL: http://svn.apache.org/r1668232
Log:
Some small optimizations in the entity engine - don't repeatedly build things
that don't change over time.
Modified:
ofbiz/trunk/framework/entity/src/org/of
Author: adrianc
Date: Wed Mar 18 11:00:37 2015
New Revision: 1667494
URL: http://svn.apache.org/r1667494
Log:
Merged revision(s) 1667492 from ofbiz/trunk:
Fixed a bug in screenlet widget: If there is no Screenlet's preferenceKey in
requestParameters, the initially-collapsed always be
Author: adrianc
Date: Wed Mar 18 10:53:48 2015
New Revision: 1667492
URL: http://svn.apache.org/r1667492
Log:
Fixed a bug in screenlet widget: If there is no Screenlet's preferenceKey in
requestParameters, the initially-collapsed always be false.
https://issues.apache.org/jira/browse/
Author: adrianc
Date: Fri Mar 13 16:51:26 2015
New Revision: 1666512
URL: http://svn.apache.org/r1666512
Log:
Merged revision(s) 1666511 from ofbiz/trunk:
Removed unnecessary screenlet widget from the Find Geos screen.
Modified:
ofbiz/branches/release14.12/ (props changed)
ofbiz
Author: adrianc
Date: Fri Mar 13 16:52:02 2015
New Revision: 1666513
URL: http://svn.apache.org/r1666513
Log:
Merged revision(s) 1666511 from ofbiz/trunk:
Removed unnecessary screenlet widget from the Find Geos screen.
Modified:
ofbiz/branches/release13.07/framework/webtools/widget
Author: adrianc
Date: Fri Mar 13 16:48:36 2015
New Revision: 1666511
URL: http://svn.apache.org/r1666511
Log:
Removed unnecessary screenlet widget from the Find Geos screen.
Modified:
ofbiz/trunk/framework/webtools/widget/GeoManagementScreens.xml
Modified: ofbiz/trunk/framework/webtools
Author: adrianc
Date: Thu Feb 26 18:17:44 2015
New Revision: 1662524
URL: http://svn.apache.org/r1662524
Log:
Added widget refactor revision numbers to R14 merge info.
Modified:
ofbiz/branches/release14.12/ (props changed)
Propchange: ofbiz/branches/release14.12
Author: adrianc
Date: Thu Feb 26 17:28:34 2015
New Revision: 1662502
URL: http://svn.apache.org/r1662502
Log:
Merged revision(s) 1662500 from ofbiz/trunk:
Fix bug in entity reference screen -
https://issues.apache.org/jira/browse/OFBIZ-6114.
Modified:
ofbiz/branches/release13.07/ (props
Author: adrianc
Date: Thu Feb 26 17:27:30 2015
New Revision: 1662501
URL: http://svn.apache.org/r1662501
Log:
Merged revision(s) 1662500 from ofbiz/trunk:
Fix bug in entity reference screen -
https://issues.apache.org/jira/browse/OFBIZ-6114.
Modified:
ofbiz/branches/release14.12/ (props
Author: adrianc
Date: Thu Feb 26 17:24:52 2015
New Revision: 1662500
URL: http://svn.apache.org/r1662500
Log:
Fix bug in entity reference screen -
https://issues.apache.org/jira/browse/OFBIZ-6114.
Modified:
ofbiz/trunk/framework/webtools/webapp/webtools/entity/EntityRefList.ftl
Modified
Modified:
ofbiz/branches/release14.12/framework/widget/src/org/ofbiz/widget/artifact/ArtifactInfoGatherer.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/widget/src/org/ofbiz/widget/artifact/ArtifactInfoGatherer.java?rev=1662488&r1=1662487&r2=1662488&view=diff
===
Added:
ofbiz/branches/release14.12/framework/widget/src/org/ofbiz/widget/model/ModelGrid.java
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/widget/src/org/ofbiz/widget/model/ModelGrid.java?rev=1662488&view=auto
Modified: ofbiz/branches/release14.12/themes/bluelight/includes/appbarOpen.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/themes/bluelight/includes/appbarOpen.ftl?rev=1662488&r1=1662487&r2=1662488&view=diff
Author: adrianc
Date: Thu Feb 26 16:16:11 2015
New Revision: 1662488
URL: http://svn.apache.org/r1662488
Log:
Backported screen widget refactor from trunk. This refactor fixes numerous
thread-safety issues and data integrity bugs.
Added:
ofbiz/branches/release14.12/framework/widget/src/org
Modified: ofbiz/branches/release14.12/framework/widget/dtd/widget-form.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/widget/dtd/widget-form.xsd?rev=1662488&r1=1662487&r2=1662488&view=diff
==
-
Modified: ofbiz/branches/release14.12/framework/widget/dtd/widget-screen.xsd
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/framework/widget/dtd/widget-screen.xsd?rev=1662488&r1=1662487&r2=1662488&view=diff
Author: adrianc
Date: Tue Feb 24 21:19:09 2015
New Revision: 1662120
URL: http://svn.apache.org/r1662120
Log:
Fixed form widget rendering bug caused by widget refactor -
https://issues.apache.org/jira/browse/OFBIZ-6051.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model
Author: adrianc
Date: Tue Feb 24 21:17:33 2015
New Revision: 1662119
URL: http://svn.apache.org/r1662119
Log:
Fixed NPE in widget model toString() method.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/XmlWidgetFieldVisitor.java
Modified:
ofbiz/trunk/framework/widget
Author: adrianc
Date: Tue Feb 24 19:00:36 2015
New Revision: 1662084
URL: http://svn.apache.org/r1662084
Log:
Added null check to avoid intermittent NPE -
https://issues.apache.org/jira/browse/OFBIZ-5879.
Modified:
ofbiz/trunk/framework/service/src/org/ofbiz/service/group
Author: adrianc
Date: Tue Feb 24 18:40:30 2015
New Revision: 1662078
URL: http://svn.apache.org/r1662078
Log:
Fixed a problem with loading quote demo data -
https://issues.apache.org/jira/browse/OFBIZ-6096.
Modified:
ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml
ofbiz/trunk
Author: adrianc
Date: Mon Feb 23 20:05:55 2015
New Revision: 1661760
URL: http://svn.apache.org/r1661760
Log:
Fixed a bug in form widget extends feature -
https://issues.apache.org/jira/browse/OFBIZ-6084.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelGrid.java
Author: adrianc
Date: Sun Feb 15 18:24:51 2015
New Revision: 1659965
URL: http://svn.apache.org/r1659965
Log:
Fix an exception in MacroScreenViewHandler.java -
https://issues.apache.org/jira/browse/OFBIZ-6074.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/macro
Author: adrianc
Date: Sun Feb 8 16:59:09 2015
New Revision: 1658214
URL: http://svn.apache.org/r1658214
Log:
Fix C&P error in my last commit.
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/jdbc/JdbcValueHandler.java
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/en
Author: adrianc
Date: Sun Feb 8 16:56:26 2015
New Revision: 1658211
URL: http://svn.apache.org/r1658211
Log:
Add SQL 2003 and JDBC 4 support to JdbcValueHandler.java.
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/jdbc/JdbcValueHandler.java
Modified:
ofbiz/trunk/framework
Author: adrianc
Date: Thu Feb 5 23:25:50 2015
New Revision: 1657714
URL: http://svn.apache.org/r1657714
Log:
Revert rev 1622256 to fix a service definition caching problem -
https://issues.apache.org/jira/browse/OFBIZ-6060.
I'm reverting this instead of fixing it because the original c
Author: adrianc
Date: Fri Jan 30 13:45:49 2015
New Revision: 1656014
URL: http://svn.apache.org/r1656014
Log:
Fixed a bug caused by recent widget refactoring -
https://issues.apache.org/jira/browse/OFBIZ-6041.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/macro
Author: adrianc
Date: Thu Jan 29 18:47:29 2015
New Revision: 1655795
URL: http://svn.apache.org/r1655795
Log:
Fixed a NPE bug in ModelViewEntity, reported by Christian Carlow on the user
mailing list.
Modified:
ofbiz/trunk/framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java
Author: adrianc
Date: Mon Jan 26 14:58:43 2015
New Revision: 1654824
URL: http://svn.apache.org/r1654824
Log:
Fixed a bug in the form widget models where a default type was not being
supplied under certain circumstances -
https://issues.apache.org/jira/browse/OFBIZ-6037.
Modified:
ofbiz
Author: adrianc
Date: Sun Jan 25 18:39:51 2015
New Revision: 1654684
URL: http://svn.apache.org/r1654684
Log:
Restore private final fields in ModelForm.java.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelForm.java
Modified: ofbiz/trunk/framework/widget/src/org/ofbiz
Author: adrianc
Date: Sun Jan 25 18:36:26 2015
New Revision: 1654683
URL: http://svn.apache.org/r1654683
Log:
Eliminated redundant code in the new widget classes. ModelSingleForm and
ModelGrid are effectively light-weight "decorators" for the ModelForm abstract
class. ModelForm sti
Author: adrianc
Date: Sun Jan 25 17:57:44 2015
New Revision: 1654673
URL: http://svn.apache.org/r1654673
Log:
Updated widget visitor for new grid widget.
Modified:
ofbiz/trunk/framework/webtools/src/org/ofbiz/webtools/artifactinfo/FormWidgetArtifactInfo.java
ofbiz/trunk/framework
Author: adrianc
Date: Sun Jan 25 17:56:26 2015
New Revision: 1654672
URL: http://svn.apache.org/r1654672
Log:
Small fixup for my last commit.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/html/HtmlScreenRenderer.java
ofbiz/trunk/framework/widget/src/org/ofbiz
Added: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelGrid.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelGrid.java?rev=1654670&view=auto
==
--- ofbiz/trun
Author: adrianc
Date: Sun Jan 25 17:18:24 2015
New Revision: 1654670
URL: http://svn.apache.org/r1654670
Log:
First pass at extracting grid widget from the form widget. This commit has a
lot of duplicate code - future commits will reduce and reuse the duplicate code.
Added:
ofbiz/trunk
Author: adrianc
Date: Fri Jan 23 22:17:21 2015
New Revision: 1654409
URL: http://svn.apache.org/r1654409
Log:
Updated widget schemas.
Modified:
ofbiz/site/dtds/widget-common.xsd
ofbiz/site/dtds/widget-form.xsd
ofbiz/site/dtds/widget-menu.xsd
ofbiz/site/dtds/widget-screen.xsd
Author: adrianc
Date: Wed Jan 21 17:35:49 2015
New Revision: 1653614
URL: http://svn.apache.org/r1653614
Log:
Some fixups for the recent widget refactor.
Modified:
ofbiz/trunk/framework/widget/dtd/widget-form.xsd
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java
Author: adrianc
Date: Wed Jan 21 16:54:18 2015
New Revision: 1653597
URL: http://svn.apache.org/r1653597
Log:
Fixed a portal menu item bug caused by the recent widget refactoring -
https://issues.apache.org/jira/browse/OFBIZ-6022.
Modified:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget
Author: adrianc
Revision: 1653296
Modified property: svn:log
Modified: svn:log at Tue Jan 20 16:54:32 2015
--
--- svn:log (original)
+++ svn:log Tue Jan 20 16:54:32 2015
@@ -1 +1 @@
-Fixed a lookup bug caused by the
Author: adrianc
Date: Tue Jan 20 16:51:56 2015
New Revision: 1653296
URL: http://svn.apache.org/r1653296
Log:
Fixed a lookup bug caused by the recent widget refactoring, reported by lmac on
the dev mailing list.
Modified:
ofbiz/trunk/framework/widget/dtd/widget-form.xsd
ofbiz/trunk
Added: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelTree.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelTree.java?rev=1652852&view=auto
==
--- ofbiz/trun
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/html/HtmlFormRenderer.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/html/HtmlFormRenderer.java?rev=1652852&view=auto
==
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/macro/MacroTreeRenderer.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/macro/MacroTreeRenderer.java?rev=1652852&view=auto
==
Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/WEB-INF/controller.xml?rev=1652852&r1=1652851&r2=1652852&view=diff
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/XmlWidgetFieldVisitor.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/XmlWidgetFieldVisitor.java?rev=1652852&view=auto
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelMenuItem.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelMenuItem.java?rev=1652852&view=auto
==
--- o
Added: ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/Paginator.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/Paginator.java?rev=1652852&view=auto
==
--- ofbi
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/macro/MacroMenuRenderer.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/macro/MacroMenuRenderer.java?rev=1652852&view=auto
==
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/CommonWidgetModels.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/CommonWidgetModels.java?rev=1652852&view=auto
==
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelWidgetCondition.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelWidgetCondition.java?rev=1652852&view=auto
==
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/html/HtmlFormWrapper.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/html/HtmlFormWrapper.java?rev=1652852&view=auto
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormFieldBuilder.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormFieldBuilder.java?rev=1652852&view=auto
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/html/HtmlScreenRenderer.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/html/HtmlScreenRenderer.java?rev=1652852&view=auto
==
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/FormRenderer.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/FormRenderer.java?rev=1652852&view=auto
==
-
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/macro/MacroFormRenderer.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/renderer/macro/MacroFormRenderer.java?rev=1652852&view=auto
==
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelScreenWidget.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelScreenWidget.java?rev=1652852&view=auto
Added:
ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/model/ModelFormField.java?rev=1652852&view=auto
==
---
1 - 100 of 1891 matches
Mail list logo