Timeline
02/01/07:
- 22:01 Ticket #278 (Errors Thrown in modelGlue.onRequestEnd are not handled by model glue) created by
- If you have any code in the modelGlue.onRequestEnd event handler which …
01/30/07:
- 13:31 Ticket #277 (Alias Problems Simplified) created by
- This is a simplified version of Ticket #226 (closed defect: worksforme) …
01/29/07:
- 10:11 Ticket #276 (Error loading ORM when using Transfer) created by
- Have uncommented the relevant chunk in /config/ColdSpring.xml to allow …
- 04:26 Ticket #275 (Documentation javascript errors) created by
- I can't read the documentation. I'm on a macbook pro, and have tried with …
01/25/07:
- 23:56 Ticket #274 (Views in modelglue.OnRequestEnd not rendered) created by
- If you use the event handler, modelglue.OnRequestEnd?, the views will not …
01/24/07:
- 15:49 Ticket #260 (ModelGlue_CONFIG_PATH not working in Unity) closed by
- worksforme: Yeah, the "old" mg:u templates would have issues with that, but it should …
- 15:47 Ticket #243 (Re-implement request pooling with Mark's code) closed by
- wontfix: JMeter returned a performance decrease, and there's no way I'll be able to …
01/23/07:
- 23:28 Ticket #273 (cferror usage) created by
- The default application template should make use of cferror in case …
01/18/07:
- 05:09 Ticket #272 (In ReactorAdapter, give real reactorConfig failure reason!) created by
- All failures, such as having a bad "type" setting, fail with a message of …
- 04:49 Ticket #258 (Bean creation exception during init() of ...) closed by
- worksforme: Thanks for the update!
- 04:46 Ticket #267 (Criteria for Generic Commit Does Behave correctly.) closed by
- invalid: Per our earlier discussion: the ":" symbol indicates a default value to …
- 04:39 Ticket #263 (ModelGlue.cfm ModelGlue_CONFIG_PATH not read) closed by
- invalid: "Well, the modelGlue.cfm doesn't use it." Actually, it does. Right …
- 02:29 Ticket #271 (Generic Lists orderBy attribute only accepts one value) created by
- It would be really nice if the Generic List accepted a list of columns to …
01/17/07:
- 22:28 Ticket #270 (An implementation of the =,:,| operators across the board) created by
- Here's the promised implementation of the criteria across the board in the …
- 20:48 Ticket #269 (Reactor Adaptor read method is incorrect) created by
- The ReactorAdaptor?.cfc receives a structure of primaryKeys (which is not …
- 04:17 Ticket #268 (Criteria formatting is inconsistent across generic ORM Controller methods) created by
- The genericList method on the GenericORMController defines : and = …
- 03:46 Ticket #267 (Criteria for Generic Commit Does Behave correctly.) created by
- In the GenericOrmContoller?'s genericList method, there's a chunk of code …
01/16/07:
- 02:33 Ticket #266 (Deleting items from plural relationships are committed event when record ...) created by
- If you have an object which as a plural/many to many relationship with …
01/15/07:
- 22:43 Ticket #265 (Multiple plural relationships don't persist correctly) created by
- If you have a record that you're doing a generic commit on which has more …
- 17:53 Ticket #264 (The Reactor Adaptror doesn't allow criteria involved in a relationship) created by
- I'm currently trying to do a generic read on an object. The criteria is …
- 16:54 Ticket #263 (ModelGlue.cfm ModelGlue_CONFIG_PATH not read) created by
- AFAIK, in unity you're supposed to define the model-glue.xml file via …
- 09:05 Ticket #262 (Add ability to detect infinite loop in modelglue.xml event handlers) created by
- Do you think it would be possible to implement some sort of mechanism that …
- 01:51 Ticket #261 (Error in Reactor Widget Sample Code) created by
- Model-Glue Beta 2 Code Freeze (2.0.284), Latest Coldspring from CVS, …
01/14/07:
- 21:29 Ticket #260 (ModelGlue_CONFIG_PATH not working in Unity) created by
- I apparently was using an "old" template for index.cfm: <!--- If …
01/12/07:
- 15:13 Ticket #259 (Scaffolding w/ Transfer - List and Delete Work, New and Edit don't - build ...) created by
- Running build 285, using MySQL 5 (don't know if that matters). Config …
- 14:04 Ticket #258 (Bean creation exception during init() of ...) created by
- Joe, per your request I am attaching two files to this ticket. One is the …
- 03:51 Ticket #257 (Delete or edit modelglueapplicationtemplate/model/data/Data.txt) created by
- In this file it states that "This is where Reactor will place its …
- 02:12 Ticket #248 (Small fix to ModelGlue.dtd) closed by
- fixed: (In [283]) Fixes #248. I'm sorry if this invalidates people's XML from …
- 02:06 Ticket #256 (Cache the TransferMetadata and TransferDictionary instances) closed by
- fixed: (In [282]) Fixes #256
- 01:55 Ticket #256 (Cache the TransferMetadata and TransferDictionary instances) created by
- No need to create them multiple times.
- 01:53 Ticket #255 (Add basic validation support for Transfer) closed by
- fixed: (In [281]) Fixes #255
- 01:52 Ticket #255 (Add basic validation support for Transfer) created by
- Nullability will be tested.
- 01:34 Ticket #254 (Boolean fields in scaffolds shouldn't generate text inputs.) closed by
- fixed: (In [280]) Fixes #254
- 01:27 Ticket #254 (Boolean fields in scaffolds shouldn't generate text inputs.) created by
- Make them radios. Checkboxes would have issues with defaulting.
- 01:16 Ticket #253 (Add the "Widget" Reactor and Transfer example) closed by
- fixed: (In [278]) Fixes #253
- 01:02 Ticket #253 (Add the "Widget" Reactor and Transfer example) created by
- This example scaffolds a Widget manager appliation.
01/11/07:
- 07:00 Milestone 2.0 Beta 2 completed
- 03:14 Ticket #252 (Views generated by view.xsl don't recognize Transfer's singular reflexive ...) closed by
- fixed: (In [276]) Fixes #252
- 03:13 Ticket #252 (Views generated by view.xsl don't recognize Transfer's singular reflexive ...) created by
- 03:12 Ticket #251 (Remove the GenericORMController.list() debugging bits.) closed by
- fixed: (In [275]) Fixes #251
- 03:11 Ticket #251 (Remove the GenericORMController.list() debugging bits.) created by
- 03:10 Ticket #250 (Ignore undefined state values in GenericORMController.list()) closed by
- fixed: (In [274]) Fixes #250 (also removes list debugging info)
- 03:07 Ticket #250 (Ignore undefined state values in GenericORMController.list()) created by
- At some point, they got evaluated to "".
- 02:43 Ticket #249 (Declare criteria in GenericORMController.commit()) closed by
- fixed: (In [271]) Fixes #249
- 02:41 Ticket #249 (Declare criteria in GenericORMController.commit()) created by
- Whoops.
01/07/07:
- 18:23 Ticket #248 (Small fix to ModelGlue.dtd) created by
- Not sure in other editors, but in XMLBuddy, i'm getting an incorrect …
01/05/07:
- 18:02 Ticket #237 (Document Reactor integration process) closed by
- fixed: Added to the app template along with Transfer instructions.
- 18:02 Ticket #74 (Version Information included in MG folder) closed by
- fixed: The new build file prints the version into every licensed file, including …
- 18:01 Ticket #213 (Scaffold queries fail with dot-separated object name) closed by
- fixed: Fixed at some point in Transfer integration.
- 18:00 Ticket #226 (Alias Problems Consolidated) closed by
- worksforme: I've done a version of the Widget sample application (it'll be in SVN …
- 17:51 Ticket #246 (Rename ReactorORMController to GenericORMController) closed by
- fixed: (In [270]) Fixes #246
- 17:48 Ticket #241 (Add scaffolding and generic support for Transfer) closed by
- fixed: (In [264])
- 17:46 Ticket #247 (Update application template w/ new Transfer bits and structure.) closed by
- fixed: (In [267]) Fixes #247
- 17:43 Ticket #247 (Update application template w/ new Transfer bits and structure.) created by
- 17:31 Ticket #240 (Improve documentation for redirect attribute of <result> tag a bit) closed by
- fixed: (In [264]) Fixes #240,#242,#210
- 17:31 Ticket #210 (ReactorORMController is almost generic!) closed by
- fixed: (In [264]) Fixes #240,#242,#210
- 17:31 Ticket #242 (Configure ORMAdapter/ORMService references to use CS aliases) closed by
- fixed: (In [264]) Fixes #240,#242,#210
- 17:03 Ticket #246 (Rename ReactorORMController to GenericORMController) created by
- And don't forget to update Configuration.xml.
- 16:53 Ticket #245 (Create new build file w/ Apache license) closed by
- fixed: (In [262]) Fixes #245
- 16:44 Ticket #244 (Drop the LGPL) closed by
- fixed: (In [261]) Fixes #244
- 16:42 Ticket #245 (Create new build file w/ Apache license) created by
- Create a new Ant script that applies Apache license text and version text.
- 16:41 Ticket #244 (Drop the LGPL) created by
- We're changing to Apache. Whee.
- 16:40 Ticket #243 (Re-implement request pooling with Mark's code) created by
Note: See TracTimeline
for information about the timeline view.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)