Commit graph

228 commits

Author SHA1 Message Date
sb b7caa8281a Now generating good group security code. 2009-02-02 10:49:12 +00:00
sb bb332d34ad Very close to having per-field permissions working correctly. Code for permissions is generated and the valocity syntax is correct but supporting code in Cygnet Toolkit has not yet been written and the way it is being generated may be wrong. 2009-01-30 15:08:26 +00:00
sb 307696a14a Changes to MS SQL transform to support improved group security 2009-01-30 10:57:26 +00:00
sb b34706e25a Number of minor fixes, most significantly in the generation of auxiliary lists. 2009-01-29 16:39:32 +00:00
sb 78964a814e A number of minor bugfixes whilst getting SRU Hospitality to work with current ADL. I'm confident these are all bugfixes and they will have no adverse effect on other cutomers systems (the only system that might be affected is ASL and I shall check this). 2009-01-28 18:03:42 +00:00
sb ee4ae42fc4 A number of very minor fixes:
(1) when generating constructors, generate a reverence for the StylesHelper, as it is used in views we generate.
(2) when generating lists, don't layout columns whose contents are themselves lists.
2009-01-28 12:10:02 +00:00
sb 6ff5d773fa Added code to the C# entity transform to help with memory-leak debugging - this gets compiled in only if using #if DEBUG is used when compiling the C# 2009-01-12 10:51:40 +00:00
sb bfd1f519db Removed the '#' inserted into reference URLs because, for example, when referring to Bugzilla, they get in the way. 2008-11-13 10:34:56 +00:00
sb 1ef18c05b9 probably-better fix... 2008-10-31 14:35:06 +00:00
sb 0d0ea56ac7 Further minor experimental fix 2008-10-31 14:31:04 +00:00
sb 2319499b42 possible fix to unnumbered shuffle widget bug 2008-10-31 14:29:29 +00:00
sb 5c099c6503 bug 2310 : If no values passed in from a shuffle widget, was not clearing the old values. 2008-10-31 13:10:22 +00:00
sb c904067f80 Allowed more than one specification! 2008-10-24 11:13:30 +00:00
sb 1d7f3fa9b2 Added an index.html page 2008-10-14 11:39:36 +00:00
sb 01e25adf5a Removed redundent DTDs 2008-10-14 09:11:13 +00:00
sb e2d31acdd6 Minor fixes:
Corrected 'definition' to 'typedef';
Added 'adl:' namespace prefix in several places where it was missing;
Removed duplicate <title> elements
2008-10-14 09:09:58 +00:00
sb 83e6e6d549 The 1.1 DTD had not been added! 2008-10-10 09:43:15 +00:00
sb 2d0044f59a And better still... 2008-10-09 16:12:21 +00:00
sb 40cc82ad16 Better fix... 2008-10-09 16:09:14 +00:00
sb 3a938c797c Temporary experimental change. 2008-10-09 15:50:06 +00:00
sb 2159d3edfc Set all namespace information to refer to 1.1 2008-10-02 10:52:39 +00:00
sb d5c557f93e Bringing into line with current b_development 2008-10-02 10:43:42 +00:00
sb ffbdce8989 Money was defaulting to zero pennies on all fields! 2008-08-28 11:22:25 +00:00
sb 2f7a027610 IsNew property 2008-08-26 11:10:57 +00:00
sb 18a34342f8 Fixed bug which caused controllers to require explicit values for key fields, even\nwhere these were auto-generated 2008-08-22 17:14:41 +00:00
sb f85040e72a Fixed adl2documentation to get its stylesheet from a standard place 2008-07-23 09:03:01 +00:00
sb 953c7fedfe Merged in fix to duplicate referential integrity chack problem 2008-07-23 08:21:49 +00:00
sb 5a1a2e2b9f Removed obsolete files 2008-07-21 12:55:50 +00:00
sb 64988cb87d Yes, always test before committing. Missing bracket fixed. 2008-07-21 10:08:35 +00:00
sb ac72992239 Sorted the problem of generating null tests for non-nullable characters in C# entities;
Removed square brackets from SQL keywords in generated SQL (relying on quotes instead).
2008-07-21 10:00:48 +00:00
sb 2c0d8ae5ca Minor prettification of style sheet 2008-07-18 16:25:53 +00:00
sb 60b138e0df A timestamp in SQL server is called a DateTime. That is actually called a timestamp is something else. 2008-07-18 14:46:08 +00:00
sb ea3e095896 Lesson: don;t commit to CVS before testing thoroughly! Small bugs fixed 2008-07-15 16:41:31 +00:00
sb 0c808cf901 Added IsUserDistict attribute to properties which are user disctinct 2008-07-15 16:28:59 +00:00
sb 2aa16094bc Minor fixes 2008-07-15 15:20:53 +00:00
sb 822e1b7fb3 Fixed a minor bug in the generation of sets 2008-07-15 12:04:33 +00:00
sb 5118c8b76b Added 'revision' as an attribute of 'application' to make revision tracking easier. 2008-07-10 10:12:16 +00:00
sb 83f163bb60 Mainly changes to MS-SQL generation 2008-07-10 09:55:30 +00:00
sb 62168723e1 Mainly tidying up of auto-generated documentation 2008-07-08 11:25:11 +00:00
sb f13185de34 Added an option to produce less detailed documentation; added table of contents to genrerated documentation 2008-07-04 16:10:29 +00:00
sb bf29e641bd Renamed 'datadescriber.xslt' to 'adl2documentation.xslt for consistency 2008-07-04 14:57:02 +00:00
sb 37a7ec160a Corrected a fault in SQL generation - the many end of one to many links wasn't
being generated properly
2008-07-03 16:01:52 +00:00
sb 4e0f0c58cc No significant change to anything that matters, just to the TestApp stuff. 2008-07-01 16:08:16 +00:00
sb 8cd3a059ea Corrected a minor bug in link table generation 2008-07-01 13:45:16 +00:00
sb 4ef11ec48e Still building up - and sorting out - the test application and unittesting framework. 2008-06-19 09:04:00 +00:00
sb da2d7359ce Added auto-generated sql to CVS in error; removed. 2008-06-19 08:18:04 +00:00
sb 2274981611 Forgot to save the project before committing. D'oh! 2008-06-18 15:58:15 +00:00
sb cc6533decf Added a test application around which to build unit tests. 2008-06-18 15:55:48 +00:00
sb 45df5ff5de *** empty log message *** 2008-06-18 15:54:46 +00:00
sb 7e94262e7b Fixed minor bug in recursive entity resolution 2008-06-10 09:33:06 +00:00