root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @276 [276] 01/19/07 12:21:47 matt Make the examples runnable without the tac file.
(edit) @275 [275] 01/19/07 12:16:44 matt Add an example of using the new stan-style construction, in lieu of any …
(edit) @274 [274] 01/19/07 12:08:59 matt Added an override (aka abuse) of getitem to allow stan-style …
(edit) @273 [273] 01/19/07 12:02:36 matt Adding fields and groups is such as common operation, they should require …
(edit) @272 [272] 01/19/07 11:50:06 matt Branch to make add things to a form or group more convenient.
(edit) @255 [255] 08/09/06 23:48:35 matt Apply composite immutable fix to correct branch.
(edit) @254 [254] 08/09/06 23:44:05 matt Render immutable composite widgets correctly.
(edit) @252 [252] 07/28/06 15:26:21 matt Merge forward composite-2 changes to composite-3 branch.
(edit) @251 [251] 07/28/06 15:24:04 matt Branch trunk to composite-3 to merge forward.
(edit) @249 [249] 07/24/06 16:57:17 matt Fix RadioChoice? immutable view
(edit) @247 [247] 07/13/06 10:57:09 matt Pull the group class change from trunk
(edit) @245 [245] 07/06/06 22:28:01 matt Replace filter(None, ...) with a list comp that correctly looks for …
(edit) @244 [244] 07/06/06 22:08:44 matt Ho hum, the Composite widget was not actually rendering values fed to it. …
(edit) @243 [243] 07/06/06 11:54:48 matt Merge composite branch to composite-2.
(edit) @242 [242] 07/06/06 11:53:03 matt Re-branch composite to include recent fix in trunk.
(edit) @239 [239] 07/05/06 09:53:11 matt Move the Component and ComponentWidget? classes to correct/better modules.
(edit) @238 [238] 07/04/06 16:25:08 matt Remove some of the styles for the insides of a composite field.
(edit) @237 [237] 07/04/06 16:08:25 matt Check the number of values Composite is asked to validate to ensure that …
(edit) @236 [236] 07/04/06 15:53:55 matt Return the final composite value as a dict using the names provided as …
(edit) @235 [235] 07/04/06 15:43:31 matt Added a Composite type (yeah, it's not in the correct module yet) and …
(edit) @234 [234] 07/04/06 14:53:06 matt Move the validation of the entered data to the field. The same code …
(edit) @233 [233] 07/04/06 14:48:52 matt Branh to work on a composite type and widget.
(edit) @228 [228] 06/13/06 11:25:32 tim fixed cssClass
(edit) @226 [226] 06/09/06 10:21:18 matt Merge invalid action name warning to branch.
(edit) @221 [221] 06/09/06 09:20:14 tim updated formal.css to fix badly floating fields
(edit) @219 [219] 06/02/06 16:26:47 tim added otherOption example to examples
(edit) @218 [218] 06/02/06 16:20:34 tim added other option
(edit) @217 [217] 06/02/06 16:20:15 tim added missing value to converter error
(edit) @216 [216] 05/30/06 15:57:13 matt Use the field's key to look for errors.
(edit) @215 [215] 05/30/06 15:38:51 matt Move the group example somewhere more sensible.
(edit) @214 [214] 05/23/06 14:54:53 matt Ensure item names are unique.
(edit) @213 [213] 05/23/06 12:18:54 matt Enhance the group example a bit to also demonstrate groups in groups.
(edit) @212 [212] 05/23/06 12:04:47 matt Extract the management of Form and Group items to a class and …
(edit) @211 [211] 05/22/06 17:28:13 matt Add Group.process(). All it does is recurse into its child items.
(edit) @210 [210] 05/22/06 17:27:42 matt Bit prettier and remove the incorrect form.data values.
(edit) @209 [209] 05/22/06 16:58:55 matt Add the concept of a Group of form items (Fields, other Groups, whatever). …
(edit) @208 [208] 05/22/06 16:53:26 matt Add initial group example. Doesn't actually work yet.
(edit) @207 [207] 05/22/06 11:31:02 matt Add an example of using hidden fields and fix them.
(edit) @206 [206] 05/22/06 10:54:42 matt Created a FormField? class The tuple used to maintain the field data was …
(edit) @205 [205] 05/18/06 13:54:47 matt Turns out we don't actually need a <fieldset> inside the form, just a …
(edit) @204 [204] 05/18/06 12:43:55 matt Branch to add field groups.
(edit) @188 [188] 02/17/06 17:20:44 matt Rename all _ functions.
(edit) @187 [187] 02/17/06 16:41:18 matt Branch to work on i18n support.
(edit) @177 [177] 12/27/05 23:29:25 dialtone initial workings
(edit) @176 [176] 12/27/05 21:40:37 dialtone branching to remove ctx for athena integration
(edit) @174 [174] 12/21/05 14:25:13 matt Minor version upgrade, I think.
(edit) @173 [173] 12/21/05 14:15:39 matt Move ReSTTextArea to its own module, creating a forms.widgets package at …
(edit) @172 [172] 12/21/05 14:03:54 matt Can't the specific ImportError? in the ReSTTextArea and update ReST example …
(edit) @171 [171] 12/21/05 13:43:11 matt It's probably going to quite common to subclass the ReSTTextArea for an …
(edit) @170 [170] 12/21/05 13:38:02 matt Just in case the super class overwrites the attribute.
(edit) @169 [169] 12/21/05 13:30:00 matt Prune dead branch
(edit) @168 [168] 12/21/05 13:29:26 matt Prune dead branch
(edit) @167 [167] 12/21/05 13:29:14 matt Prune dead branch
(edit) @166 [166] 12/21/05 13:12:34 damian Merge of rest widget.
(edit) @165 [165] 12/21/05 13:04:36 damian Temp branch to merge the rest widget.
(edit) @164 [164] 12/15/05 17:34:02 matt Add a dividing <option> above the "Other" option to make it clearer that …
(edit) @160 [160] 12/15/05 16:00:31 matt Update minor version
(edit) @159 [159] 12/15/05 15:30:48 matt Add ChangeLog?
(edit) @158 [158] 12/15/05 15:23:23 matt Remove all that SelectOther? JavaScript? nonsense and make it work …
(edit) @157 [157] 12/15/05 10:48:16 damian Added forms.js to package_data
(edit) @156 [156] 12/15/05 10:23:59 damian Updated version for update of embsay test site.
(edit) @155 [155] 12/15/05 09:49:02 matt Include html and js directories in egg.
(edit) @153 [153] 12/14/05 18:48:45 matt Add MochiKit? 1.1, just because the examples need it.
(edit) @152 [152] 12/14/05 18:48:21 matt Add SelecOtherChoice? widget that uses nasty JavaScript? to do its …
(edit) @151 [151] 12/14/05 15:07:41 matt Fix typo.
(edit) @150 [150] 12/14/05 14:43:28 matt Branch to add a fancy <select> widget that provides an "Other ..." option …
(edit) @149 [149] 12/12/05 08:38:14 damian Fixed base64 encoding in resource manager. Change ReST widget specific …
(edit) @147 [147] 12/05/05 14:24:43 doug Branched trunk at [144].
(edit) @146 [146] 12/05/05 14:08:14 dialtone Removing commit access test
(edit) @145 [145] 12/05/05 14:07:42 dialtone Testing commit access
(edit) @143 [143] 12/05/05 11:09:39 damian Changed name of egg for this branch.
(edit) @132 [132] 11/17/05 16:16:28 damian Pull the leading title into the body of the html. Style up docutil …
(edit) @130 [130] 11/16/05 11:08:46 damian More work on rest widget: Added a preview area that doesn't require form …
(edit) @129 [129] 11/15/05 13:39:46 damian Branch to develop the ReST widget
(edit) @114 [114] 11/02/05 12:19:13 matt Rename FormsComponent? to FormsResourceComponent? and move the FormsPage?
(edit) @113 [113] 11/01/05 23:51:29 matt The add slash hack is not needed anymore
(edit) @112 [112] 11/01/05 18:19:49 matt OK, so the ResourceMixin? was completely broken. The idea of a mixin …
(edit) @111 [111] 11/01/05 12:30:49 matt Version update.
(edit) @110 [110] 11/01/05 12:30:29 matt Move form resource handling to own resource class to simplify the mixin. I …
(edit) @109 [109] 11/01/05 12:06:13 matt Simplify the constants
(edit) @108 [108] 11/01/05 12:00:24 matt Make the form widget resource stuff work, too.
(edit) @107 [107] 11/01/05 10:51:00 matt Change forms to post to the resource's URL rather than messing around …
(edit) @106 [106] 11/01/05 10:49:16 matt Branch to change forms to POST to the same resource rather than messing …
(edit) @91 [91] 09/16/05 14:01:54 tim creating copy for merge fill
(edit) @35 [35] 06/15/05 14:07:27 matt Decode according to the charset we got from the form.
(edit) @34 [34] 06/15/05 14:02:25 matt Branch to fix issue #10, TinyMCE does not decode the content to a …
(edit) @33 [33] 06/15/05 14:01:54 matt Delete so I can branch from the correct revision.
(edit) @32 [32] 06/15/05 14:00:55 matt Branching to fix issue #10, "TinyMCE does not decode the content to …
(add) @1 [1] 04/18/05 10:51:49 matt Added basic structure.
Note: See TracRevisionLog for help on using the revision log.