363dfd3df9Fixing bug 1802 exposed some not sufficiently cautious code in adl2views.xslt. This fix does not directly address bug 1802, but the problem was found while investigating it.
sb
2008-04-18 10:06:47 +0000
7e8fcf62f5bug 1802 : adl2controllerclasses.xslt was generating collections for every menu a form might need, not for every menu the form did need. This had severe performance penalties. Sorted.
sb
2008-04-18 09:27:29 +0000
4efb909880bug 1801 : Better understanding of how 'Assert...' methods are supposed to work, leading to simpler code.
sb
2008-04-17 17:33:16 +0000
fd3bfabe3abug 1801 : Prevent non-administrator access to administrator-only pages. This has involved creating a framework for authentication at controller level, which is not quite working at this stage
sb
2008-04-17 16:16:19 +0000
c480c2d41ebug 1800 : Andrew needed ADL pages to use same velocity layout as non-ADL pages, for consistent look and feel. However, where possible ADL pages should use a blank velocity layout so that page layout can be specified in the ADL. Made the layout (and also area and rescue) configurable via XSL parameters; default behavious is still to assume a blank layout.
sb
2008-04-17 15:04:15 +0000
1ff56f3dd0After delete, redirect to list view if available.
sb
2008-04-08 15:05:36 +0000
b240169fc7Fixes to escape SQL keywords when used as column names
sb
2008-03-19 15:37:48 +0000
74be55668fFixed to use NHibernate's ILifecycle callbacks, rather than my own hacked *hook callbacks.
sb
2008-03-19 14:46:20 +0000
aec6114d9fWork on improving the NHibernate performance (not good enough yet).
sb
2008-03-12 17:40:02 +0000
9a6b02cd6bWorking hierarchical permissions when generating widgets; working sort of menus; many other improvements.
sb
2008-03-12 13:46:10 +0000
cadaf246f4Now handling composite primary keys and (recursively) primary keys of type entity; also i18n handling considerably improved.
sb
2008-03-10 17:01:26 +0000
95e8e5ae30More impreovements based on experience with ASL
sb
2008-03-05 11:05:12 +0000
e423b325a4Considerable progress on adjunct editing suite, but some lacunae remain.
sb
2008-03-04 17:30:52 +0000
22567139f3More work on i18n and caching; also, work on the views generator.
sb
2008-03-03 17:35:28 +0000
698c014b0dSignificant change in C# entities: instead of creating all collections for child objects at creation time of the parent object, now create them only when first requested. General tidyup in other files
sb
2008-02-29 16:28:51 +0000
97c62d4c86Updated to pass through one-to-one elements and schema attributes.
af
2008-02-28 14:56:05 +0000
9ecbfb2f91Allow tablename prefix to be specified when generating ADL
sb
2008-02-28 14:52:08 +0000
0cac7bfba9Now with working (but very slow) user-editable internationalised messages
sb
2008-02-27 17:38:41 +0000
f28dae3038Added client-side validation stuff from the SRU branch of ADL
sb
2008-02-21 12:40:23 +0000
7d460a41fbFurther work on hibernate mapping generation.
sb
2008-02-14 16:57:07 +0000
afc5be9d35In Applied Sweepers, the big problem of linking between the two databases is now solved, and the solution is reasonably good.
sb
2008-02-13 15:56:31 +0000
9fa2d42bfeMessing with key generation occasioned by the mess between XAL and Adjunct
sb
2008-02-13 13:12:09 +0000
ae4e125b99adl2controllerclasses currently breaking.
sb
2008-02-11 15:35:42 +0000
a2be2c9f08Very nearly generating good SQL. Still some problems with referential integrity constraints.
sb
2008-02-08 17:15:39 +0000
060c133588Sorting inherited permissions for tables
sb
2008-02-08 13:48:54 +0000
7ad288dd1fForeign entities; correction of spelling mistake; don't generate methods supporting store and delete if no form.
sb
2008-02-08 10:46:43 +0000
4c4a16631cGeneratinga clean and believable-looking hibernate mapping, although not yet proven to work.
sb
2008-02-07 17:45:32 +0000
f64f137a67Many fixes, including global enforcement of UTF-8
sb
2008-02-07 16:35:00 +0000
7f5585d492Many changes, principally dealing with composite primary keys and foreign entities.
sb
2008-02-06 17:24:53 +0000
d61f36c13dMainly grammatical changes involving the replacement of type='serial' with generators
sb
2008-02-04 15:54:46 +0000
b18db6b995Now correctly ouputs composite primary keys, among other things. However, not currently getting all constraints right and also the 'myresponsibility' mechanism for when to output link tables is not working entirely correctly.
sb
2008-02-04 15:53:00 +0000
07b10ab336More work on the framework - now up to the point that I can auto-generate SQL with compound primary keys, and the other features required by Andrew.
sb
2008-02-01 18:25:38 +0000
eba7fa3afbParallel track on transform development. Currently 'transforms' work, but not with a version of ADL which is formalisable, documented specified; and 'transforms01' very nearly work on a vocabulary which is very nearly as rich as 'transforms' but which is formalised, specified and documented.
sb
2008-01-31 17:06:35 +0000
98756d2211Changed Cygnet.Entities.Exceptions -> Cygnet.Exceptions Changed locale parameter to lang parameter.
af
2008-01-31 12:34:21 +0000