dacc4a6429Tidied up documentation file a bit (not yet sufficiently)Simon Brooke2018-03-18 13:28:07 +0000
2fc53be9e7Recovery after CVS messup.
simon
2010-08-18 17:55:02 +0000
b528b71c28Minor fix to the file upload code.
simon
2010-07-21 21:27:31 +0000
f64be419feTaken most of the Cygnet branding out of the files - this is not to deny or minimise Cygnet's input.
simon
2010-07-20 20:27:05 +0000
8a3daa78d9Some new work on Postgres, but not yet working and maybe a false start; apart from that, stuff brought over from Cygnets, getting file upload working on Monorail.
simon
2010-07-20 19:53:39 +0000
9b4c13178eWas missing parentheses around %Sequence; D'oh!
simon
2010-06-20 17:59:37 +0000
afc255f374Very minor fixes to syntax in 'specification' and 'reference'
simon
2010-06-20 13:10:31 +0000
aa1de5f131the index.html page was out of sync with the version! Fixed.
sb
2010-06-02 14:32:22 +0000
2594cb384cImproved auto-generated documentation for use with doxygen; moved 'using' devlarations inside namespaces.
sb
2010-06-01 17:29:02 +0000
63a94d8ce1bug 3343 : Completed revision of ADL to support explicit ordering (incl reverse ordering) of lists
sb
2010-01-12 17:20:16 +0000
574e4d346fbug 3343 : Added entity 'order' as a possible child of 'list'
sb
2010-01-12 14:29:09 +0000
59a824e158bug 3347 : Now showing NoDeleteReason in the errors area of the form status 3347: resolved FIXED
sb
2010-01-12 11:48:19 +0000
61bd54810dfix so that version information appears in page footer
sb
2009-05-21 12:46:06 +0000
14c9ca0cddCan't search non-concrete fields with Hibernate.
sb
2009-05-21 10:07:00 +0000
3e8306ca6cpass locale into named templates as parem; major improvements to auto-documentation
sb
2009-05-13 17:52:33 +0000
b87e01bd64bug 2935 : This proved to be a more complicated problem than it might have. Exceptions thrown during deletion were not caught by the user interface, so the user got a fairly ugly error message. Fixed. status 2935 : resolved FIXED
sb
2009-05-12 15:43:18 +0000
9fac74f803bug 2921 : The earlier change to diable paging on search results resulted in a division by zero error when there were no search results. Now fixed.
sb
2009-05-12 14:29:12 +0000
ba7e48348abug 2921 : Frankly this is a solution I take no pride in. Paging is disabled on search. This is OK if search is sufficiently focussed, but a bit untidy when it isn't. status 2921: resolved FIXED
sb
2009-05-11 15:01:49 +0000
74e730c444Improved commenting on initialiser of properties which have type='entity' and a default value. We still can't generate the right code but I am generating a comment which explains why not. Using fully qualified class names in -with- entrypoints in controllers.
sb
2009-05-08 16:27:24 +0000
9628ed0b71Temporary fix for broken entity initialisers - need more throught later
sb
2009-05-07 10:31:26 +0000
fd92602be9Temporary fix for broken entity initialisers - need more throught later
sb
2009-05-07 10:07:11 +0000
b6823cb897Minor fix - was generating wrong initialiser for entiry properties where the key field of the entity was of type string.
sb
2009-05-07 09:50:55 +0000
4902e969c7bug 2912 : David had
sb
2009-05-07 08:42:01 +0000
2bd5c55412bug 2913 : Sort of fixed. At least, I've fixed the wrong bit - the button on the form is now no longer there, but the link still reads 'edit'. However, this is a whole lot better.
sb
2009-05-06 18:02:35 +0000
97e9b62acebug 2904 : This broke because we now do have in 'instance' when creating a new record; fixed by checking for $instance.IsNew status 2904: resolved FIXED
sb
2009-05-06 17:25:55 +0000
9e3e91ec01removed ! from Go button
dmcnicol
2009-05-05 11:48:42 +0000
2f909cf9fcbug 2896 : added the Enter key submission capture into the view template
dmcnicol
2009-05-05 11:21:19 +0000
b1e6c98600bug 2896 : added javascript to capture enter pressed into the template
dmcnicol
2009-05-05 08:25:53 +0000
2d71a40f32bug 2902 : Problem was that the default initialisation of a .Net DateTime value is outside the range of dates which SQL Server can represent. Modified to default DateTimes to the current date. status 2902: resolved FIXED
sb
2009-05-04 15:37:37 +0000
961e71e57abug 2899 : This came down to two issues; one, a (new) bug in the shuffle widget code prevented the client-side validation working on new records; second, the specification for an email address was incorrect (it didn't allow a period before the '@', e.g. 'mike.oreilly@sru.org.uk'. Fixed status 2899: resolved FIXED
sb
2009-05-04 13:53:18 +0000
328e2606d2bug 2896 : Was generating delete before save. Mistake. Fixed. status 2896 : resolved FIXED
sb
2009-05-04 11:00:05 +0000
d34266c1a7Final removal of excess plings.
sb
2009-05-01 15:52:40 +0000
037fff1ad1Remove exclamation marks from action links
sb
2009-05-01 15:30:46 +0000
b7448fdf6cbug 2883 : made records-per-page a build time parameter of adl2controllerclasses.xslt, defaulting to 15 status 2883: resolved FIXED
sb
2009-05-01 15:28:58 +0000
0991ad44f8Corrected minor faults in outputting verbs
sb
2009-05-01 11:18:39 +0000
4648a1f9a9bug 2831 : All tables are now sortable on any field, simply by clicking on the header. This involves changes to ADL and to CygnetToolkit status 2831 : resolved FIXED
sb
2009-05-01 10:02:08 +0000
ca2ea6f98aAddd page div just inside 'body'
sb
2009-05-01 08:58:44 +0000
82a01ce516bug 2838 : Belts and braces - if no valid session, blank the page content. This in addition to changes in C1873-SRU-Hospitality.adl.xml which generates a JavaScript forced redirect. status 2838: resolved FIXED
sb
2009-05-01 08:46:45 +0000
bd2690ecddbug 2869, 2871, 2877, 2878 : Sweep up of cosmetic bugs requiring ADL language/transform changes. status 2869, 2871, 2877, 2878 : resolved FIXED
sb
2009-04-30 17:03:59 +0000
e83ba2c9acbug 2847 : Right, the session timeout behaviour is now as follows; in ADL, all pages now timeout after $page-timeout seconds (default is 300) to $default-page (default id default.aspx) unless $page-timeout is set to zero. This behaviour is overridden in SRU Hospitality to redirect to dblogin/dologout.rails, thus guaranteeing both the database and forms authentication settings are also cleared. status 2847: resolved FIXED
sb
2009-04-30 08:56:33 +0000
c1e9c49647Allowing fieldgroups to have permissions
sb
2009-04-29 15:45:02 +0000
e32f089d27bug 2840 : This one proved to have much more subtlety than one would have expected. Changes to adl2controllerclasses and new support class, LinkTableUpdater, in Cygnet.Utils
sb
2009-04-29 13:58:51 +0000
97fd52777bbug 2840 : Major work on adl2controllerclasses to collect up modified entities and call before- and after- update hooks on all of them. It complies and looks convincing but at this stage a great deal more testing is required!
sb
2009-04-28 18:27:59 +0000
133b53fd23Damned windows and hiding file extensions!
sb
2009-04-28 14:09:46 +0000
a83f463f71Upversioned all the other files!
sb
2009-04-28 13:53:17 +0000
9da7f897a5Upversioned everything to 1.3. This is probably a mistake, given there are no breaking changes to the ADL language itself, only to the code generated from it; but nevertheless it's done.
sb
2009-04-28 13:44:51 +0000