SCM Repositories - andromda

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:


Revision 1.147.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 15:57:26 2007 UTC (17 months, 1 week ago) by cissou
Branch: V3_x_HEAD
CVS Tags: V3_3
Changes since 1.147.2.3: +1 -1 lines
Diff to previous 1.147.2.3 , to branch point 1.147
Change the getTableColumns() method. Get all the attributes of the Struts parameter, even the inherited ones.

Revision 1.147.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 18:41:10 2006 UTC (23 months, 1 week ago) by cwbrandon
Branch: V3_x_HEAD
Changes since 1.147.2.2: +1 -1 lines
Diff to previous 1.147.2.2 , to branch point 1.147
make sure isTable doesn't return true for hidden fields

Revision 1.147.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Oct 17 17:20:54 2006 UTC (2 years, 1 month ago) by cwbrandon
Branch: V3_x_HEAD
CVS Tags: V3_2
Changes since 1.147.2.1: +10 -0 lines
Diff to previous 1.147.2.1 , to branch point 1.147
Override FrontEndParameter.isTable so that selectable parameters won't be considered tables.

Revision 1.147.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Feb 25 19:27:49 2006 UTC (2 years, 8 months ago) by draftdog
Branch: V3_x_HEAD
CVS Tags: V3_2_RC1
Changes since 1.147: +9 -12 lines
Diff to previous 1.147
fixed BPM-273, BPM-275, BPM-278

Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Wed Nov 23 00:25:40 2005 UTC (2 years, 11 months ago) by draftdog
Branch: MAIN
CVS Tags: HEAD, Root_V3, Root_V3_x, Root_V3_x_HEAD, V3x_BEFORE_METAFACADE_RESET
Branch point for: V3_x_HEAD
Changes since 1.146: +1 -1 lines
Diff to previous 1.146
fixed BPM-270

Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Mon Nov 14 15:19:16 2005 UTC (3 years ago) by cwbrandon
Branch: MAIN
Changes since 1.145: +4 -4 lines
Diff to previous 1.145
change the implemetation of the float/double dummy values so that the value doesn't change unexpectedly

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Mon Nov 14 05:27:36 2005 UTC (3 years ago) by cwbrandon
Branch: MAIN
Changes since 1.144: +3 -4 lines
Diff to previous 1.144
Change a bunch of HashMap to LinkedHashMap, as well as HashSet to LinkedHashSet, so that cartridges generate consistent ordering of elements (this will keep the ordering from changing for no reason)

Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Sat Nov 5 10:47:05 2005 UTC (3 years ago) by draftdog
Branch: MAIN
CVS Tags: V3_1, V3_2RC1SNAPSHOT
Branch point for: V3_1x
Changes since 1.143: +4 -2 lines
Diff to previous 1.143
fixed issues: BPM-247, BPM-258, BPM-264 and BPM-265

Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 16:02:14 2005 UTC (3 years, 1 month ago) by cwbrandon
Branch: MAIN
Changes since 1.142: +0 -27 lines
Diff to previous 1.142
improve the way table columns are handled (attributes only default when table columns aren't explicitly defined).

Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Fri Sep 23 05:08:11 2005 UTC (3 years, 1 month ago) by cwbrandon
Branch: MAIN
Changes since 1.141: +44 -12 lines
Diff to previous 1.141
fix build

Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Tue Aug 23 22:23:57 2005 UTC (3 years, 2 months ago) by draftdog
Branch: MAIN
CVS Tags: V3_1RC1_tag
Branch point for: V3_1RC1
Changes since 1.140: +2 -2 lines
Diff to previous 1.140
minor coding improvements, fixed an issue where date strings were being formatted, updated docs wording/description

Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Tue Aug 23 03:11:26 2005 UTC (3 years, 2 months ago) by cwbrandon
Branch: MAIN
Changes since 1.139: +1 -5 lines
Diff to previous 1.139
remove extra javadoc

Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Fri Aug 19 17:54:16 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.138: +26 -59 lines
Diff to previous 1.138
table tagged values can now be placed onto classes too (for the crud feature), fixed an issue where the default values for radiobuttons wasn't properly populating the values, added online help support for CRUD, improved code here and there, refactored a few common features in the bpm4struts utils

Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 18:45:30 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.137: +1 -10 lines
Diff to previous 1.137
added fix for BPM-246 also to StrutsManageableEntityAttribute and StrutsManageableEntityAssociationEnd and refactored logic into bpm4struts utils, fixed typo in docs

Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 18:21:00 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.136: +14 -0 lines
Diff to previous 1.136
fix javadocs, remove comments, added a constraint and test for names that would be incompatible with the commons-bean from Jakarta (BPM-246), fixed tagged value names

Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Tue Aug 16 21:38:48 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.135: +41 -1 lines
Diff to previous 1.135
refactored widget logic from the templates to the metafacades

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Tue Aug 16 04:02:36 2005 UTC (3 years, 3 months ago) by cwbrandon
Branch: MAIN
Changes since 1.134: +0 -40 lines
Diff to previous 1.134
move isTable and getTableColumnNames down to FrontEndParameter.

Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Mon Aug 15 20:51:08 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.133: +50 -72 lines
Diff to previous 1.133
fixed BPM-238: support for array tables (including tests + online store update), added struts attribute facade, minor coding improvements

Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Sat Aug 13 21:21:45 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.132: +14 -14 lines
Diff to previous 1.132
implemented BPM-244: date formatting for CRUD attributes, also added a test for it; removed bogus DATE_FORMAT; coding improvements

Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Thu Aug 11 23:11:31 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.131: +17 -6 lines
Diff to previous 1.131
refactored the way form fields are rendered, fixed BPM-236: radio buttons need improvement when using different types or specifying the number of options; minor coding improvements, wording in documentation, added DateTime and Object datatypes to the UML profile, pulled formatting of dates in table columns (will be properly added soon), fixed an issue where manageable entities weren't properly accessible from a secured context (empty combobox), fixed BPM-241: textarea was not correctly rendered, BPM-237: when preventing direct page access all page forward/redirect references are replaced by action calls

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Thu Aug 4 19:45:49 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.130: +50 -0 lines
Diff to previous 1.130
implemented BPM-231: support for widget size, added tests for this issue, added ids to all html forms

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Thu Aug 4 09:33:17 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.129: +134 -139 lines
Diff to previous 1.129
fixed build, support for form-key action tagged value, better handling of options (BPM-230), improved coding template a little bit (using fqnames), added struts-menu dependency in preparation of full support, updated docs, removed a change log entry that is not applicable anymore, updated the online store to include a selection box on the front page, updated generate readme.txt file, general coding improvements

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Fri Jul 29 17:25:45 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.128: +40 -19 lines
Diff to previous 1.128
fixed BPM-221: actions without forms are now properly handled, added row selection field to the reset and clean methods of the form implementation class, added a resource message for (de)selecting a table's row, fixed some issues with XHTML and Javascript, fixed BPM-226: issue related to the tooltips (hints), minor coding improvements, updated docs: wording + typos + removal of obsolete section, improved the online store sample (table links) and modeled the 'id' table link on the 'title' column (see-->), implemented BPM-225: table links can target arbitrary columns, table row selection buttons aren't shown anymore when the table is empty

Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Thu Jul 28 22:17:49 2005 UTC (3 years, 3 months ago) by draftdog
Branch: MAIN
Changes since 1.127: +65 -9 lines
Diff to previous 1.127
BPM-213: added error pages to bpm4struts, BPM-169: added the possibility to submit selected rows, BPM-222: remove old docs section, added 'table' action type to presentation profile, updated online store to include new feature, fixed bug in SpringDAO: wrong exception list $variable

Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Thu Jul 28 14:59:43 2005 UTC (3 years, 3 months ago) by cwbrandon
Branch: MAIN
Changes since 1.126: +0 -5 lines
Diff to previous 1.126
remove unused code

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Thu Jul 21 21:10:34 2005 UTC (3 years, 4 months ago) by draftdog
Branch: MAIN
Changes since 1.125: +1 -1 lines
Diff to previous 1.125
CORE-54: refactored StringUtilsHelper outside of the core and into a dedicated artifact (utils), the package name is different and a dummy delegate util class has been used to replace the existing one

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Wed Jul 20 22:02:08 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.124: +13 -8 lines
Diff to previous 1.124
move a couple more methods done to the front end facades

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Fri Jul 15 13:26:16 2005 UTC (3 years, 4 months ago) by draftdog
Branch: MAIN
Changes since 1.123: +83 -73 lines
Diff to previous 1.123
reformatted parameter list to use a single indentation

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Fri Jul 8 04:39:03 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.122: +3 -18 lines
Diff to previous 1.122
more work on FrontEnd facades in the UML metafacades.

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Fri Jul 1 17:20:54 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.121: +14 -13 lines
Diff to previous 1.121
Start moving the common functionality from bpm4struts to the UML metafacades

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Wed Jun 29 22:56:39 2005 UTC (3 years, 4 months ago) by draftdog
Branch: MAIN
Changes since 1.120: +23 -38 lines
Diff to previous 1.120
coding improvements, facades are only mapped for those elements that actually make part of a FrontEndUseCase, this allows djbpm and bpm4struts to work on the same model

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 22:11:31 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.119: +8 -2 lines
Diff to previous 1.119
add validation for "time" types

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 16:11:26 2005 UTC (3 years, 4 months ago) by draftdog
Branch: MAIN
Changes since 1.118: +17 -13 lines
Diff to previous 1.118
fixed disabling validation for hidden fields (invalid validator.xml would be generated when no regular field would be present)

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 15:05:15 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.117: +0 -1 lines
Diff to previous 1.117
remove debug code accidently checked in.

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Fri Jun 24 04:18:49 2005 UTC (3 years, 4 months ago) by cwbrandon
Branch: MAIN
Changes since 1.116: +62 -22 lines
Diff to previous 1.116
add handling of time type seperator from date type (now we have a defaultTimeFormat), still need to add validation.

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Thu Jun 23 08:52:39 2005 UTC (3 years, 4 months ago) by draftdog
Branch: MAIN
Changes since 1.115: +7 -38 lines
Diff to previous 1.115
fixed an issue where controller operation form interfaces weren't containing the proper set of methods

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Mon Jun 20 23:19:50 2005 UTC (3 years, 5 months ago) by cwbrandon
Branch: MAIN
Changes since 1.114: +6 -1 lines
Diff to previous 1.114
move hidden parameters into their own JSPF

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 16:34:22 2005 UTC (3 years, 5 months ago) by cwbrandon
Branch: MAIN
CVS Tags: V3_1M1
Changes since 1.113: +2 -1 lines
Diff to previous 1.113
primitive booleans were incorrectly being generated with the "get" prefix

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 18:06:10 2005 UTC (3 years, 5 months ago) by draftdog
Branch: MAIN
Changes since 1.112: +3 -3 lines
Diff to previous 1.112
fix comment

Revision 1.108.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 18:04:40 2005 UTC (3 years, 5 months ago) by draftdog
Branch: V3_0x
Changes since 1.108.2.1: +2 -2 lines
Diff to previous 1.108.2.1 , to branch point 1.108 , to next main 1.147
fix comment

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Tue Jun 14 14:27:04 2005 UTC (3 years, 5 months ago) by draftdog
Branch: MAIN
Changes since 1.111: +9 -28 lines
Diff to previous 1.111
improvement to sending parameters across use-cases

Revision 1.108.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 20:59:57 2005 UTC (3 years, 5 months ago) by draftdog
Branch: V3_0x
Changes since 1.108: +4 -2 lines
Diff to previous 1.108
BPM-200: Boolean types do no longer have getter with the 'is' prefix

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 20:46:55 2005 UTC (3 years, 5 months ago) by draftdog
Branch: MAIN
Changes since 1.110: +4 -2 lines
Diff to previous 1.110
BPM-200: Boolean types do no longer have getter with the 'is' prefix

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Thu Jun 9 19:24:14 2005 UTC (3 years, 5 months ago) by draftdog
Branch: MAIN
Changes since 1.109: +3 -7 lines
Diff to previous 1.109
minor improvements

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Wed May 18 16:16:42 2005 UTC (3 years, 6 months ago) by draftdog
Branch: MAIN
Changes since 1.108: +54 -21 lines
Diff to previous 1.108
improved getting message keys (supporting the normalization of resource bundle messages)

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Thu May 5 05:58:01 2005 UTC (3 years, 6 months ago) by cwbrandon
Branch: MAIN
CVS Tags: Root_V3_0x, V3_0
Branch point for: V3_0x
Changes since 1.107: +6 -6 lines
Diff to previous 1.107
the meta logic classes now correctly enforce ordering of association ends.

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Thu Apr 28 21:33:27 2005 UTC (3 years, 6 months ago) by draftdog
Branch: MAIN
Changes since 1.106: +90 -0 lines
Diff to previous 1.106
minor updates + added javadoc

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Sun Apr 24 14:57:02 2005 UTC (3 years, 6 months ago) by draftdog
Branch: MAIN
CVS Tags: V3_0RC2
Changes since 1.105: +14 -5 lines
Diff to previous 1.105
fixed BPM-116: added support for image events, special attention needed to be implemented for those cases where different hyperlink events are sharing parameters but targetting different columns

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 01:57:00 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.104: +1 -10 lines
Diff to previous 1.104
changes related to crud and configurability

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Thu Apr 21 19:58:20 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.103: +19 -17 lines
Diff to previous 1.103
supporting update, added 'copy' column, added link for associated entities, added exception handling

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Wed Apr 20 21:09:46 2005 UTC (3 years, 7 months ago) by cwbrandon
Branch: MAIN
Changes since 1.102: +16 -0 lines
Diff to previous 1.102
add isSortableBy so that we can determine if the widget type can be used in a sort operation (since some things like text fields, select boxes, plaintext, etc) should be sortable by.

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Tue Apr 19 18:19:18 2005 UTC (3 years, 7 months ago) by cwbrandon
Branch: MAIN
Changes since 1.101: +4 -4 lines
Diff to previous 1.101
don't restrict mask, minlength or maxlength to strings only.

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Wed Apr 13 16:26:14 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.100: +39 -35 lines
Diff to previous 1.100
reformat update: casting now no longer has a space separator, extends and implements keyswords are on a new line

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Tue Apr 12 22:03:06 2005 UTC (3 years, 7 months ago) by cwbrandon
Branch: MAIN
Changes since 1.99: +42 -85 lines
Diff to previous 1.99
parameter types are using PIM types again (PIM types can be changed by overriding the andromda-profile.xml), also short, and longs can now be used with the intRange validation.

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 16:58:58 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.98: +29 -6 lines
Diff to previous 1.98
improvements on most recent update: table hyperlink events can now have more than one parameter

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Sun Apr 10 17:55:56 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.97: +43 -39 lines
Diff to previous 1.97
reformatted code

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Sun Apr 10 11:18:47 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.96: +46 -2 lines
Diff to previous 1.96
implemented handleIsTableHyperlinkActionSharingColumns, added handleIsTableFormActionSharingWidgets (still need to implement this one)

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 19:34:13 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.95: +62 -16 lines
Diff to previous 1.95
fixed BPM-166: validator supporting PSM datatypes instead of PIM datatypes

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Sat Apr 9 18:26:54 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.94: +175 -108 lines
Diff to previous 1.94
fixed BPM-162: allowing actions to be rendered per row

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Thu Apr 7 23:18:28 2005 UTC (3 years, 7 months ago) by cwbrandon
Branch: MAIN
Changes since 1.93: +1 -1 lines
Diff to previous 1.93
fix typo

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Tue Apr 5 21:45:23 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.92: +18 -10 lines
Diff to previous 1.92
improved handling of export types, support for 'none' value

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Sun Apr 3 20:20:49 2005 UTC (3 years, 7 months ago) by cwbrandon
Branch: MAIN
Changes since 1.91: +69 -71 lines
Diff to previous 1.91
renamed UMLMetafacadeUtils in the uml14 package to UML14MetafacadeUtils.  Create a UMLMetafacadeUtils to provide utilties for the common UML metafacades.  Refactor StrutsParameterLogicImpl not to use hard coded datatype names and instead use the UMLMetafacadeUtils#isType(ClassifierFacade, String).

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Sun Apr 3 18:47:47 2005 UTC (3 years, 7 months ago) by cwbrandon
Branch: MAIN
Changes since 1.90: +11 -13 lines
Diff to previous 1.90
Fix MISC-26 (all datatype mapping need to use the correct :: scope operator now)

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Sat Apr 2 15:41:17 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.89: +12 -0 lines
Diff to previous 1.89
date validator type has a new validator argument, representing the format to use

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Thu Mar 31 10:33:29 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.88: +21 -12 lines
Diff to previous 1.88
fix BPM-156: resetValue property now has better support for primitive wrappers, the Set datatype and custom types

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Wed Mar 30 00:50:48 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
Changes since 1.87: +45 -26 lines
Diff to previous 1.87
fix BPM-155: support for custom validators (vars and args)

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Fri Mar 25 09:46:15 2005 UTC (3 years, 7 months ago) by draftdog
Branch: MAIN
CVS Tags: V3_0RC1
Changes since 1.86: +1 -1 lines
Diff to previous 1.86
camelcased column name are now properly formatted using separate words

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Mon Mar 21 23:13:18 2005 UTC (3 years, 8 months ago) by draftdog
Branch: MAIN
Changes since 1.85: +2 -2 lines
Diff to previous 1.85
fix BPM-151: default set of parentheses around 'validwhen' constructs

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Tue Mar 15 21:18:26 2005 UTC (3 years, 8 months ago) by draftdog
Branch: MAIN
Changes since 1.84: +1 -1 lines
Diff to previous 1.84
added pdf to the default export types

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Sat Mar 12 00:04:09 2005 UTC (3 years, 8 months ago) by draftdog
Branch: MAIN
Changes since 1.83: +23 -3 lines
Diff to previous 1.83
updated message keys/values for page-variables and tables

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Wed Mar 9 21:11:02 2005 UTC (3 years, 8 months ago) by draftdog
Branch: MAIN
Changes since 1.82: +46 -8 lines
Diff to previous 1.82
improved support for displaytag table decorators, improved robustness

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 14:10:19 2005 UTC (3 years, 8 months ago) by draftdog
Branch: MAIN
Changes since 1.81: +16 -30 lines
Diff to previous 1.81
fixed getting the multibox property, improved getting table column names

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 03:16:41 2005 UTC (3 years, 8 months ago) by draftdog
Branch: MAIN
Changes since 1.80: +20 -24 lines
Diff to previous 1.80
improved getting the table export types

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 00:26:30 2005 UTC (3 years, 8 months ago) by draftdog
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79
avoiding CCEs

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 00:14:28 2005 UTC (3 years, 8 months ago) by draftdog
Branch: MAIN
Changes since 1.78: +26 -0 lines
Diff to previous 1.78
fixes BPM-110: @andromda.struts.view.field.validators

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Thu Feb 24 22:40:08 2005 UTC (3 years, 8 months ago) by draftdog
Branch: