148624c084bug 2821 : Changes to ADL to implement the 'PrototypeFor classes carry default values for forms' solution. status 2821: resolved FIXED
sb
2009-04-28 13:34:14 +0000
d2b026f8b9bug 2824 : Partial solution. Now, instead of showing an unpopulated shuffle widget, I show a message explaining why the shuffle widget is not yet available. status 2824 : resolved FIXED
sb
2009-04-27 16:29:40 +0000
9f8490b3c5bug 2820 : messages were not being added to the PropertyBag, in store.
sb
2009-04-27 15:19:51 +0000
6e995bfc5cAdded before- and after- update hooks when saving auxiliary records
sb
2009-04-17 13:11:04 +0000
5b49d6a280Recorrected fault in database param initialisation which was corrected in 1.30 but was not correctly tagged and thus got missed.
sb
2009-04-17 09:43:27 +0000
1376b2db36bug 2792 : Reinstated the calls to the deprecated Before- and AfterUpdateHooks, and also to the deprecated BeforeDeletionHook. I am not entirely happy with this solution, which looks ugly.
sb
2009-04-17 09:38:46 +0000
124a10b8ccCorrected minor fault in initialisation of authentication-layer param
sb
2009-03-25 11:52:51 +0000
bea3fc7517bug 2680:Was not outputting columns for textareas; fixed. status 2680: resolved FIXED
sb
2009-03-05 14:14:25 +0000
51fecdad0fbug 2682: when outputting fields with options in tables, show the prompt rather than the value where possible status 2682: resolved FIXED
sb
2009-03-05 13:12:19 +0000
6ca0ca9c3dbug 2681: Added search button to searchable lists status 2681: resolved FIXED
sb
2009-03-05 10:59:39 +0000
87c7dc3f13Some tidy up in the generation of the new hybrid pseudo-Database authentication system.
sb
2009-03-02 10:31:44 +0000
87a0f39b59Default values for bit fields were being generated as 'true' and 'false' - these are invalid, not generating 1 or 0.
sb
2009-02-20 16:12:56 +0000
2b04dac72fbug 2622:The valiadtor Javascript object was being intialised before the onload function, when there was no DOM available. Consequently it was faling (silently). Fixed. At the same time I have removed an obsolete and misleading comment from the generated controller code, and made some other minor fixes to generated views.
sb
2009-02-20 15:25:29 +0000
d2d9af3cfcBeginning of work to allow uploadable files
sb
2009-02-20 10:31:02 +0000
0547747aecbug 2619: Setting site-root in the generated JavaScript was what was causing the JavaScript breakages, and, inter alia, the ShuffleWidget failures and the if-missing failures. Removing this code fragment solves the problem. What's frustrating is I still can't see what's wrong with it. status 2619: resolved FIXED
sb
2009-02-19 17:37:05 +0000
66b984af45Added a workable default site-root
sb
2009-02-19 16:41:19 +0000
9d09c248d0Very close to having SRU working.
sb
2009-02-19 15:29:27 +0000
ae09844508Added immutable attrribute of property
sb
2009-02-06 17:49:46 +0000
5f129c98fcStill struggline with getting everything working with database layer security.
sb
2009-02-06 17:48:58 +0000
7a977d5acdMany, many changes to do with making database layer security.
sb
2009-02-06 12:08:28 +0000
e7a4961e9bAdded some important missing spaces!
sb
2009-02-04 18:39:11 +0000
f3f4f5c5bfGenerated navigation now permission-sensitive - it won't generate navigation links to pages you are not authorised to view.
sb
2009-02-03 13:05:08 +0000
493cbb9527Role/group security is now at a frustrating 'very nearly' stage. I now believe I'm setting up all the security correctly in the transforms, but the SecurityHelper is not yet correctly discovering group membership.
sb
2009-02-02 18:13:39 +0000
b7caa8281aNow generating good group security code.
sb
2009-02-02 10:49:12 +0000
bb332d34adVery 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.
sb
2009-01-30 15:08:26 +0000
307696a14aChanges to MS SQL transform to support improved group security
sb
2009-01-30 10:57:26 +0000
b34706e25aNumber of minor fixes, most significantly in the generation of auxiliary lists.
sb
2009-01-29 16:39:32 +0000
78964a814eA 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).
sb
2009-01-28 18:03:42 +0000
ee4ae42fc4A 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.
sb
2009-01-28 12:10:02 +0000
6ff5d773faAdded 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#
sb
2009-01-12 10:51:40 +0000
bfd1f519dbRemoved the '#' inserted into reference URLs because, for example, when referring to Bugzilla, they get in the way.
sb
2008-11-13 10:34:56 +0000
e2d31acdd6Minor fixes: Corrected 'definition' to 'typedef'; Added 'adl:' namespace prefix in several places where it was missing; Removed duplicate <title> elements
sb
2008-10-14 09:09:58 +0000
83e6e6d549The 1.1 DTD had not been added!
sb
2008-10-10 09:43:15 +0000
18a34342f8Fixed bug which caused controllers to require explicit values for key fields, even\nwhere these were auto-generated
sb
2008-08-22 17:14:41 +0000
f85040e72aFixed adl2documentation to get its stylesheet from a standard place
sb
2008-07-23 09:03:01 +0000
953c7fedfeMerged in fix to duplicate referential integrity chack problem
sb
2008-07-23 08:21:49 +0000
64988cb87dYes, always test before committing. Missing bracket fixed.
sb
2008-07-21 10:08:35 +0000
ac72992239Sorted 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).
sb
2008-07-21 10:00:48 +0000
2c0d8ae5caMinor prettification of style sheet
sb
2008-07-18 16:25:53 +0000
60b138e0dfA timestamp in SQL server is called a DateTime. That is actually called a timestamp is something else.
sb
2008-07-18 14:46:08 +0000
ea3e095896Lesson: don;t commit to CVS before testing thoroughly! Small bugs fixed
sb
2008-07-15 16:41:31 +0000
0c808cf901Added IsUserDistict attribute to properties which are user disctinct
sb
2008-07-15 16:28:59 +0000
7e94262e7bFixed minor bug in recursive entity resolution
sb
2008-06-10 09:33:06 +0000
2e9aa81fe5bug 1954 - was assuming keys would be passed in, and of course they aren't on creation.
sb
2008-06-10 08:51:16 +0000
090268cdbdFixes to generation of entity ant type menus - not 100% certain this is fully right yet.
sb
2008-06-09 15:52:07 +0000
a6b482259bRemoved the generation of a hidden widget which was fouling up i18n messages. It wasn't needed, and wasn't safe - i18n messages are not like other data.
sb
2008-06-09 11:31:52 +0000
8f5573d224bug 1946: rewritten UserIdentifier generator to fix this, along with many other changes including extensive refactoring of adl2controllerclasses.
sb
2008-06-06 15:52:48 +0000
f5b524e5c7This does not work, but... I'm halfway through refactoring adl2controllerclasses, and about to make an even more radical change. This is a way back in case it goes horribly wrong.
sb
2008-06-06 08:46:27 +0000
f9fd11c101bug 1943: Shuffle widget for properties of type list now allowing /inclusion/; semantics for /exclusion/ are not so obvious, and perhaps this option should be greyed. Shuffle widget for properties of type link may be broken, must be tested.
sb
2008-06-04 16:17:31 +0000
5b09885eb8bug 1943: many details changes in the right direction, but not there yet.
sb
2008-06-03 16:09:07 +0000
a393b3b0e7A number of minor engineering fixes, plus Andrew's revised Panes mechanism.
sb
2008-06-03 14:38:14 +0000
c0a52bfbe6Added a Visual Studio solution and project file, just to tie this stuff together.
sb
2008-05-29 16:42:44 +0000
e2130bc4c4Copied all the currently working transforms from 'transforms01' to 'transforms'; created new schema 'adl-0-1-0.xsd' which once tested should become the new normative reference.
sb
2008-05-29 16:39:07 +0000
bf13d05877status 1896 : resolved later Still basically testing scmbug behaviour...
sb
2008-05-29 11:12:40 +0000
13da4268fastatus 1111111111: resolved fixed Really just testing the status command
sb
2008-05-29 10:45:51 +0000
d196f6b520bug 1896 : added NAnt build file to exercise the two-phase localisation idea.
sb
2008-05-29 10:37:22 +0000
5d25331d7bstatus 1896 : resolved later Mainly testing scmbug... Andrew reports this not working
sb
2008-05-29 10:26:47 +0000
30260bd69eBug 1035: More work on i18n, this time mostly in adl2controllerclasses
sb
2008-05-27 16:27:27 +0000
abbdd73ddfMore work on i18n
sb
2008-05-27 16:26:27 +0000
8d0c2a00f6bug 1896: Added i18n-en-GB-include.xslt, containing templates for all the user-visible boilerplate text generated in views. Unfortunately I haven't yet worked out how to do conditional includes in XSLT, so this is a step on the way to a solution, not a solution in itself.
sb
2008-05-26 14:40:08 +0000
be2cc24ea7This is a work-in-progress commit while trying to produce grand unified ADL. Applied Sweepers /does/ build with this version; SRU still /does not/ build with this version.
sb
2008-05-21 13:00:55 +0000
1abaead774Tiddly little bug was precenting ShuffleWidget code being generated...
sb
2008-05-19 15:25:06 +0000
cde22a9e96Integration of all the good features from the SRU branch, plus much beneficial refactoring.
sb
2008-05-19 14:49:18 +0000
41f45eb3cdAlmost completely working with Andrew's new SmartForm stuff.
sb
2008-05-16 15:26:20 +0000
7673552477Tactical commit point: everything is working using Andrew's new TypedPropertyBag, but not yet exploiting SmartFormHelper
sb
2008-05-16 11:12:48 +0000
dff905227dSpent a lot of time trying to get Andrew's (very clever) automatic type resolution to widgets working, but without good success, so I've backed out a lot of code. It may still be the right approach, but will take much more work to get working.
sb
2008-05-15 16:29:24 +0000
7b1f458583bug 1902: template formmenus did not correctly generate menus for entities on form fields, because of a missing namespace qualifier.
sb
2008-05-13 10:36:46 +0000
7642f0bf02Quite a lot more improvement on robustness and formatting
sb
2008-05-09 16:12:12 +0000
0e392e6bb3bug 1833 : Added distinctness checks to controller generator; also transactions.
sb
2008-05-08 17:26:44 +0000