Simon Brooke
|
38bcacc376
|
Preparing for move to GitHub
|
2018-03-20 16:21:43 +00:00 |
|
simon
|
b528b71c28
|
Minor fix to the file upload code.
|
2010-07-21 21:27:31 +00:00 |
|
simon
|
8a3daa78d9
|
Some 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.
|
2010-07-20 19:53:39 +00:00 |
|
sb
|
2594cb384c
|
Improved auto-generated documentation for use with doxygen; moved 'using' devlarations inside namespaces.
|
2010-06-01 17:29:02 +00:00 |
|
sb
|
63a94d8ce1
|
bug 3343 : Completed revision of ADL to support explicit ordering (incl reverse ordering) of lists
|
2010-01-12 17:20:16 +00:00 |
|
sb
|
74e730c444
|
Improved 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.
|
2009-05-08 16:27:24 +00:00 |
|
sb
|
9628ed0b71
|
Temporary fix for broken entity initialisers - need more throught later
|
2009-05-07 10:31:26 +00:00 |
|
sb
|
fd92602be9
|
Temporary fix for broken entity initialisers - need more throught later
|
2009-05-07 10:07:11 +00:00 |
|
sb
|
b6823cb897
|
Minor fix - was generating wrong initialiser for entiry properties where the key field of the entity was of type string.
|
2009-05-07 09:50:55 +00:00 |
|
sb
|
2d71a40f32
|
bug 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
|
2009-05-04 15:37:37 +00:00 |
|
sb
|
bd2690ecdd
|
bug 2869, 2871, 2877, 2878 : Sweep up of cosmetic bugs requiring ADL language/transform changes.
status 2869, 2871, 2877, 2878 : resolved FIXED
|
2009-04-30 17:03:59 +00:00 |
|
sb
|
9da7f897a5
|
Upversioned 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.
|
2009-04-28 13:44:51 +00:00 |
|
sb
|
148624c084
|
bug 2821 : Changes to ADL to implement the 'PrototypeFor classes carry default values for forms' solution.
status 2821: resolved FIXED
|
2009-04-28 13:34:14 +00:00 |
|
sb
|
87c7dc3f13
|
Some tidy up in the generation of the new hybrid pseudo-Database authentication system.
|
2009-03-02 10:31:44 +00:00 |
|
sb
|
7a977d5acd
|
Many, many changes to do with making database layer security.
|
2009-02-06 12:08:28 +00:00 |
|
sb
|
493cbb9527
|
Role/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.
|
2009-02-02 18:13:39 +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
|
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
|
2f7a027610
|
IsNew property
|
2008-08-26 11:10:57 +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
|
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
|
5118c8b76b
|
Added 'revision' as an attribute of 'application' to make revision tracking easier.
|
2008-07-10 10:12:16 +00:00 |
|
sb
|
8f5573d224
|
bug 1946: rewritten UserIdentifier generator to fix this, along with many other changes including extensive refactoring of adl2controllerclasses.
|
2008-06-06 15:52:48 +00:00 |
|
sb
|
e2130bc4c4
|
Copied 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.
|
2008-05-29 16:39:07 +00:00 |
|
sb
|
698c014b0d
|
Significant 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
|
2008-02-29 16:28:51 +00:00 |
|
af
|
97c62d4c86
|
Updated to pass through one-to-one elements and schema attributes.
|
2008-02-28 14:56:05 +00:00 |
|
af
|
98756d2211
|
Changed Cygnet.Entities.Exceptions -> Cygnet.Exceptions
Changed locale parameter to lang parameter.
|
2008-01-31 12:34:21 +00:00 |
|
af
|
7429d242cf
|
*** empty log message ***
|
2008-01-21 16:38:31 +00:00 |
|