Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 2973 959

latest revision download trunk

2973 annotated / raw | Diffs: previous, other | Lines: 1254 ( +5, -1 )

Created: 2007-11-29 02:58:36 -0600 (12 months ago) | Author: tm_jee | Changeset: 2973

WW-1453 (customOnSubmit_parameters.id() function name cause problem when parameters.id contains forbidden characters)
WW-1442 (webwork tag attribute should take js escaping into account)

Branch point for: dojo_1_0_2

Tags: webwork_2-2-7

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2929 annotated / raw | Diffs: previous, other | Lines: 1250 ( +4, -2 )

Created: 2007-07-18 10:04:58 -0500 (16 months ago) | Author: tm_jee | Changeset: 2929

WW-1455
- Use logger to print exception stack trace in UIBean class

Tags: webwork_2-2-6

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2843 annotated / raw | Diffs: previous, other | Lines: 1248 ( +6, -5 )

Created: 2007-02-08 20:19:00 -0600 (21 months ago) | Author: tschneider22 | Changeset: 2843

WW-1360 - evaluated name against ognl stack when generating id from the uibean name

Contributed By: Joseph Pemberton
Reviewed By: Tom Schneider and Rainer Hermanns

Branch point for: tag:webwork_2-2-5

Tags: webwork_2-2-5

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2682 annotated / raw | Diffs: previous, other | Lines: 1247 ( +30, -12 )

Created: 2006-08-13 01:46:35 -0500 (2 years 3 months ago) | Author: tmjee | Changeset: 2682

UITags do not evaluate id attribute

Issue number:  WW-769
Obtained from:
Submitted by:
Reviewed by:

Tags: webwork_2-2-3 webwork_2-2-4

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2628 annotated / raw | Diffs: previous, other | Lines: 1229 ( +15, -1 )

Created: 2006-07-02 05:52:07 -0500 (2 years 5 months ago) | Author: tmjee | Changeset: 2628

- added "accesskey" html attribute to ui components

Issue number:  WW-1313
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2613 annotated / raw | Diffs: previous, other | Lines: 1215 ( +2, -0 )

Created: 2006-06-26 00:57:18 -0500 (2 years 5 months ago) | Author: rainerh | Changeset: 2613

Interceptor param includeMethods doesnt work with JS validation
o applied patch
Issue number:  WW-1279
Obtained from:
Submitted by:  Eric Molitor
Reviewed by:    Rainer Hermanns

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2600 annotated / raw | Diffs: previous, other | Lines: 1213 ( +9, -0 )

Created: 2006-06-10 04:55:37 -0500 (2 years 5 months ago) | Author: tmjee | Changeset: 2600


Issue number:  WW-1293
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2468 annotated / raw | Diffs: previous, other | Lines: 1204 ( +30, -30 )

Created: 2006-03-18 10:28:55 -0600 (2 years 8 months ago) | Author: rgielen | Changeset: 2468

Issue number: WW-1240, WW-1051
Obtained from:
Submitted by:
Reviewed by:
Javadoc for tagparameters instead of description annotation parameter.

Tags: webwork_2-2-2-RC1 webwork_2-2-2

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2440 annotated / raw | Diffs: previous, other | Lines: 1204 ( +19, -0 )

Created: 2006-03-17 04:47:21 -0600 (2 years 8 months ago) | Author: rainerh | Changeset: 2440

Extending xhtml template
Issue number:  WW-1221
Obtained from:
Submitted by:  Eugene Schava
Reviewed by:   Rainer Hermanns

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2351 annotated / raw | Diffs: previous, other | Lines: 1185 ( +1, -1 )

Created: 2006-03-10 06:51:40 -0600 (2 years 8 months ago) | Author: tmjee | Changeset: 2351

changing the line in enableAncestorFormCustomOnsubmit()

if (form != null || ((form.getParameters().containsKey("validate")) && ((Boolean) form.getParameters().get("validate")).booleanValue())) {

back to

if (form != null) { ...

since the previous one doesn't make sense.... silly me to have commited that :-P






Issue number:
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2345 annotated / raw | Diffs: previous, other | Lines: 1185 ( +1, -1 )

Created: 2006-03-09 11:07:26 -0600 (2 years 8 months ago) | Author: tmjee | Changeset: 2345

make custom onsubmit display dependent on existance of Form Component OR existance of validate=true, previously it was
existance of Form Component AND exsistance of validate=true, which results in js not printed when validate=false. It
shouldn't break anything i guess, if it does, just rolled it back and we'll figure another way to do this. :)

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2335 annotated / raw | Diffs: previous, other | Lines: 1185 ( +2, -2 )

Created: 2006-03-08 12:09:29 -0600 (2 years 8 months ago) | Author: rainerh | Changeset: 2335

Fix carriage-return line feeds
o all files use eol=lf now
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2330 annotated / raw | Diffs: previous, other | Lines: 1185 ( +93, -97 )

Created: 2006-03-08 06:48:25 -0600 (2 years 8 months ago) | Author: rgielen | Changeset: 2330

Issue number: WW-1184
Obtained from: Rainer Hermanns
Submitted by:
Reviewed by: Rene Gielen
Making customOnSubmit dependent on validate=true, as requested by Rainer in chat from 2006-03-08

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2324 annotated / raw | Diffs: previous, other | Lines: 1189 ( +10, -0 )

Created: 2006-03-06 10:57:58 -0600 (2 years 8 months ago) | Author: tmjee | Changeset: 2324

Issue number:  ww-1184
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2323 annotated / raw | Diffs: previous, other | Lines: 1179 ( +3, -1 )

Created: 2006-03-05 15:26:42 -0600 (2 years 8 months ago) | Author: plightbo | Changeset: 2323

WW-1210: radio tags should use the standard [formName]_[elementName] syntax for IDs if one isn't specified.
More info: to do this properly and support backwards comaptibility, we needed to change the default behavior for all elements.
                now, if the ID isn't specified and there is no parent form tag, it is assumed to be [elementName] rather than null

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2292 annotated / raw | Diffs: previous, other | Lines: 1177 ( +57, -5 )

Created: 2006-02-28 08:47:04 -0600 (2 years 9 months ago) | Author: tmjee | Changeset: 2292

updated javadoc's snippet to reflect new way of configuring tooltip and examples in accordance to ww-1212.

Issue number:  ww-1212
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2289 annotated / raw | Diffs: previous, other | Lines: 1125 ( +69, -423 )

Created: 2006-02-27 07:41:01 -0600 (2 years 9 months ago) | Author: tmjee | Changeset: 2289

Issue number:  ww-1212
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2272 annotated / raw | Diffs: previous, other | Lines: 1479 ( +4, -1 )

Created: 2006-02-26 04:45:40 -0600 (2 years 9 months ago) | Author: tmjee | Changeset: 2272

Issue number:  ww-1152
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2227 annotated / raw | Diffs: previous, other | Lines: 1476 ( +1, -1 )

Created: 2006-02-19 07:51:22 -0600 (2 years 9 months ago) | Author: tmjee | Changeset: 2227

updated javadoc & snippet

Issue number:  ww-1147
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2226 annotated / raw | Diffs: previous, other | Lines: 1476 ( +12, -8 )

Created: 2006-02-19 07:46:37 -0600 (2 years 9 months ago) | Author: tmjee | Changeset: 2226

updated javadoc and snippet for tooltip

Issue number:  ww-1147
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2225 annotated / raw | Diffs: previous, other | Lines: 1472 ( +44, -0 )

Created: 2006-02-19 07:43:12 -0600 (2 years 9 months ago) | Author: tmjee | Changeset: 2225

updated javadoc and snippet for Tooltip support


Issue number:  ww-1147
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2224 annotated / raw | Diffs: previous, other | Lines: 1428 ( +622, -7 )

Created: 2006-02-19 06:12:44 -0600 (2 years 9 months ago) | Author: tmjee | Changeset: 2224

Issue number:  ww-1147 (added test case for this improvement)
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2198 annotated / raw | Diffs: previous, other | Lines: 813 ( +23, -0 )

Created: 2006-02-17 09:09:38 -0600 (2 years 9 months ago) | Author: tmjee | Changeset: 2198

Issue number:  ww-1147
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2029 annotated / raw | Diffs: previous, other | Lines: 790 ( +8, -3 )

Created: 2006-01-25 11:21:01 -0600 (2 years 10 months ago) | Author: rainerh | Changeset: 2029

Allow setting templateSuffix on a per Page basis (With patch and UntiTests)
Issue number:  WW-1120
Obtained from:
Submitted by:  Eric Molitor
Reviewed by:  Rainer Hermanns

Tags: webwork_2-2-1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2013 annotated / raw | Diffs: previous, other | Lines: 785 ( +0, -6 )

Created: 2006-01-24 04:44:37 -0600 (2 years 10 months ago) | Author: rainerh | Changeset: 2013

Refactor portlet implementation
Issue number:  WW-1115
Obtained from:
Submitted by:  Nils-Helge Garli
Reviewed by:  Rainer Hermanns

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

2009 annotated / raw | Diffs: previous, other | Lines: 791 ( +1, -2 )

Created: 2006-01-23 23:20:06 -0600 (2 years 10 months ago) | Author: tmjee | Changeset: 2009

Issue number:  ww-1114, ww-1083
Obtained from:
Submitted by:  Brian Lenz
Reviewed by: tm_jee

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1994 annotated / raw | Diffs: previous, other | Lines: 792 ( +19, -0 )

Created: 2006-01-18 11:13:51 -0600 (2 years 10 months ago) | Author: rainerh | Changeset: 1994

Property "title" to jsp tags
Issue number:  WW-1068

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1986 annotated / raw | Diffs: previous, other | Lines: 773 ( +2, -1 )

Created: 2006-01-13 21:05:27 -0600 (2 years 10 months ago) | Author: tmjee | Changeset: 1986

Issue number:  ww-1083

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1947 annotated / raw | Diffs: previous, other | Lines: 772 ( +7, -0 )

Created: 2006-01-09 14:17:04 -0600 (2 years 10 months ago) | Author: plightbo | Changeset: 1947

ability for ajax forms to submit like normal forms

Tags: webwork_2-2

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1917 annotated / raw | Diffs: previous, other | Lines: 765 ( +2, -2 )

Created: 2006-01-07 09:08:43 -0600 (2 years 10 months ago) | Author: tmjee | Changeset: 1917

Issue number:  ww-1062 ww-1071 ww-1072

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1839 annotated / raw | Diffs: previous, other | Lines: 765 ( +1, -0 )

Created: 2005-12-22 17:38:48 -0600 (2 years 11 months ago) | Author: rainerh | Changeset: 1839

Remote forms don't work with new dojo
Issue number:  WW-1031

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1838 annotated / raw | Diffs: previous, other | Lines: 764 ( +5, -3 )

Created: 2005-12-22 17:04:47 -0600 (2 years 11 months ago) | Author: rainerh | Changeset: 1838

Remote forms don't work with new dojo
Issue number:  WW-1031

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1796 annotated / raw | Diffs: previous, other | Lines: 762 ( +11, -1 )

Created: 2005-12-22 00:17:20 -0600 (2 years 11 months ago) | Author: plightbo | Changeset: 1796

- pure client side validation for xhtml theme
- ajax client side validation for ajax theme (using DWR)
- Validator interface now has setter/getter for the type (requiredstring, int, etc),
 which is used by the pure client side implementation

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1616 annotated / raw | Diffs: previous, other | Lines: 752 ( +2, -1 )

Created: 2005-12-08 10:07:23 -0600 (2 years 11 months ago) | Author: plightbo | Changeset: 1616

- generic tags can now support loops
- new property and iterator generic tags
- generic tag implementation in JSP, Velocity, and FM

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1608 annotated / raw | Diffs: previous, other | Lines: 751 ( +3, -2 )

Created: 2005-12-05 19:10:41 -0600 (2 years 11 months ago) | Author: digi9ten | Changeset: 1608

Issue number: WW-981
Obtained from:
Submitted by:  
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1520 annotated / raw | Diffs: previous, other | Lines: 750 ( +3, -3 )

Created: 2005-11-30 10:16:06 -0600 (3 years ago) | Author: rgielen | Changeset: 1520

Issue WW-828:
The wrong attribute was deprecated.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1514 annotated / raw | Diffs: previous, other | Lines: 750 ( +5, -4 )

Created: 2005-11-30 07:13:03 -0600 (3 years ago) | Author: rgielen | Changeset: 1514

Issue number: WW-971
- More synced attribute doc for snippet generation

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1505 annotated / raw | Diffs: previous, other | Lines: 749 ( +202, -1 )

Created: 2005-11-29 22:12:09 -0600 (3 years ago) | Author: tmjee | Changeset: 1505

added javadoc for general, javascript-related, and template-related attributes table

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1495 annotated / raw | Diffs: previous, other | Lines: 548 ( +26, -26 )

Created: 2005-11-29 05:01:38 -0600 (3 years ago) | Author: rgielen | Changeset: 1495

Issue number: WW-971
- Changed annotation tags to @ww.tag / @ww.tagattribute
- Changed tld specific parameter names to have "tld" prefix
- Some of new "type" and "default" tagattribute annotation params added (MORE TO BE DONE)
- rterprvalue removed where set to true, since this is default now

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1450 annotated / raw | Diffs: previous, other | Lines: 548 ( +115, -3 )

Created: 2005-11-27 07:17:25 -0600 (3 years ago) | Author: rgielen | Changeset: 1450

Issue number: WW-971
First cut, more to come:
- added taglib annotations to components to prepare tld and tagdoc generation
- added (sometimes simple) description of all attributes
- all javadocs now in proposed wiki aware format, including existing wiki docs where existent
- small enhancements in code

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1389 annotated / raw | Diffs: previous, other | Lines: 436 ( +7, -0 )

Created: 2005-11-15 00:19:38 -0600 (3 years ago) | Author: plightbo | Changeset: 1389

WW-949: if now theme is specified, inherit it from the surrounding form element

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1388 annotated / raw | Diffs: previous, other | Lines: 429 ( +2, -2 )

Created: 2005-11-15 00:10:30 -0600 (3 years ago) | Author: plightbo | Changeset: 1388

allow altSyntax to be set on a per-page basis

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1384 annotated / raw | Diffs: previous, other | Lines: 429 ( +19, -19 )

Created: 2005-11-14 18:59:14 -0600 (3 years ago) | Author: plightbo | Changeset: 1384

Iif the value attribute is specified as a parameter, use that instead (most people won't know to use nameValue)
... but don't try to be tricky, just simply copy it in to the map as the nameValue key
... also, in FreeMarker support general BeanModel and SimpleNumber types

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1383 annotated / raw | Diffs: previous, other | Lines: 429 ( +10, -1 )

Created: 2005-11-14 11:24:16 -0600 (3 years ago) | Author: plightbo | Changeset: 1383

WW-956: fixed NPE problem
Also, if the value attribute is specified as a parameter, use that instead (most people won't know to use nameValue)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1378 annotated / raw | Diffs: previous, other | Lines: 420 ( +7, -2 )

Created: 2005-11-11 12:03:57 -0600 (3 years ago) | Author: plightbo | Changeset: 1378

escape bad chars (., [, and ]) from the automatic IDs for form elements

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1300 annotated / raw | Diffs: previous, other | Lines: 415 ( +6, -1 )

Created: 2005-10-11 10:22:19 -0500 (3 years 1 month ago) | Author: plightbo | Changeset: 1300

we can only do the findString change for IDs if we are backwards compatibile

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1288 annotated / raw | Diffs: previous, other | Lines: 410 ( +2, -2 )

Created: 2005-10-09 14:00:40 -0500 (3 years 1 month ago) | Author: botah | Changeset: 1288

Added support for nested param tags to href. Also fixed a problem w/ href where by the altSyntax false was not getting an action name... so the code have a default == the requested action if none was found in the findString method

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1267 annotated / raw | Diffs: previous, other | Lines: 410 ( +2, -6 )

Created: 2005-10-06 23:45:19 -0500 (3 years 1 month ago) | Author: plightbo | Changeset: 1267

removing 2.2 altSyntax. Let's keep things simple for now

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1243 annotated / raw | Diffs: previous, other | Lines: 414 ( +5, -1 )

Created: 2005-09-27 09:51:18 -0500 (3 years 2 months ago) | Author: roughley | Changeset: 1243

if altSyntax is enabled, the id of the UI element will undergo altSyntax translation - otherwise the id value is used

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1220 annotated / raw | Diffs: previous, other | Lines: 410 ( +1, -1 )

Created: 2005-09-20 12:29:16 -0500 (3 years 2 months ago) | Author: plightbo | Changeset: 1220

- added a "2.1" altSyntax format and defaulting to that (for now)
- fixed up some template formatting and tests
- redirect test needs a real stack now that the TextParseUtil class does more work
- more intelligent TextParseUtil logic
- removed IndexedTest as it is covered elsewhere

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1193 annotated / raw | Diffs: previous, other | Lines: 410 ( +1, -1 )

Created: 2005-09-07 20:42:33 -0500 (3 years 2 months ago) | Author: roughley | Changeset: 1193

added code to write the tags body content out.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1169 annotated / raw | Diffs: previous, other | Lines: 410 ( +2, -2 )

Created: 2005-09-02 00:14:35 -0500 (3 years 2 months ago) | Author: plightbo | Changeset: 1169

absolutely massive tag overhaul:
- completeled remove VUI tags
- finished full generic UI implementation
- provided common hooks of more than 25 tags for each language
- completely removed Velocity JSP support - it was a total hack and impossible to keep running
- various javadocs and formatting cleanup
- removed value0-value4 attributes from TextTag (they were deprecated anyway)
- changed all JSP tags to extend WebWorkBodyTagSupport

Misc:
- removed an empty spring test
- fixed some spring tests
- fixed problem with XWorkMapPropertyAccess where key access was returning a class under simpl situations

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1130 annotated / raw | Diffs: previous, other | Lines: 410 ( +0, -4 )

Created: 2005-08-25 08:56:33 -0500 (3 years 3 months ago) | Author: plightbo | Changeset: 1130

WWPortlet merged (minus Form and Href changes, for now)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1085 annotated / raw | Diffs: previous, other | Lines: 414 ( +11, -35 )

Created: 2005-08-10 23:15:01 -0500 (3 years 3 months ago) | Author: plightbo | Changeset: 1085

themes fall back now -- at least for FM for now

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1048 annotated / raw | Diffs: previous, other | Lines: 438 ( +2, -2 )

Created: 2005-08-08 00:02:17 -0500 (3 years 3 months ago) | Author: dres | Changeset: 1048

Fixed == comparisons

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1047 annotated / raw | Diffs: previous, other | Lines: 438 ( +1, -1 )

Created: 2005-08-07 23:41:07 -0500 (3 years 3 months ago) | Author: plightbo | Changeset: 1047

fixed refactoring goof

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1046 annotated / raw | Diffs: previous, other | Lines: 438 ( +4, -4 )

Created: 2005-08-07 23:35:04 -0500 (3 years 3 months ago) | Author: plightbo | Changeset: 1046

fixed refactoring goof

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1036 annotated / raw | Diffs: previous, other | Lines: 438 ( +1, -1 )

Created: 2005-08-07 19:47:28 -0500 (3 years 3 months ago) | Author: plightbo | Changeset: 1036

WW-329: official date picker component

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1030 annotated / raw | Diffs: previous, other | Lines: 438 ( +6, -41 )

Created: 2005-08-07 17:38:32 -0500 (3 years 3 months ago) | Author: plightbo | Changeset: 1030

- table tag fixups
- added URL component for FreeMarker

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

989 annotated / raw | Diffs: previous, other | Lines: 473 ( +4, -0 )

Created: 2005-08-02 09:48:13 -0500 (3 years 4 months ago) | Author: plightbo | Changeset: 989

ComponentTests passes

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

971 annotated / raw | Diffs: previous, other | Lines: 469 ( +2, -2 )

Created: 2005-08-01 09:04:11 -0500 (3 years 4 months ago) | Author: plightbo | Changeset: 971

- moved table tags to components package
- table tags compile (but hardly work)
- remotelink tag compiles and test passes
- fixed theme bug
- update div compiles

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

968 annotated / raw | Diffs: previous, other | Lines: 469 ( +1, -1 )

Created: 2005-07-30 17:46:46 -0500 (3 years 4 months ago) | Author: plightbo | Changeset: 968

got rid of JSP-related crud from TemplateRenderingContext; got JspTemplateTest to pass again

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

962 annotated / raw | Diffs: previous, other | Lines: 469 ( +0, -91 )

Created: 2005-07-30 13:54:44 -0500 (3 years 4 months ago) | Author: plightbo | Changeset: 962

UI tag cleanup

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

959 new annotated / raw | Lines: 560 ( +560, -0 )

Created: 2005-07-20 09:49:16 -0500 (3 years 4 months ago) | Author: plightbo | Changeset: 959

half way through major UI tag refactor

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-12-02 20:55 -0600