Directory org.openiaml.model.codegen.oaw/src/template/domain/

Directory Created:
2009-08-05 20:44
Directory Deleted:
2009-10-06 11:30
Total Files:
0
Deleted Files:
8
Lines of Code:
0

[root]/org.openiaml.model.codegen.oaw/src/template/domain
                    Folder removed from repo database (0 files, 0 lines)
                    Folder removed from repo properties (0 files, 0 lines)

Lines of Code

org.openiaml.model.codegen.oaw/src/template/domain/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 68 (100.0%) 2300 (100.0%) 33.8

Most Recent Commits

soundasleep 2009-10-06 11:30 Rev.: 1252

renaming codegen.oaw plugin to codegen.php

0 lines of code changed in 8 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: AttributeInstance.xpt (del), Definitions.xpt (del), DomainInheritance.xpt (del), DomainInstance.xpt (del), GetDefinitions.xpt (del), Includes.xpt (del), Select.xpt (del), StoreDefinitions.xpt (del)
soundasleep 2009-09-09 00:04 Rev.: 1112

LoginHandler[user] was not using 'do login' operation at all; fixed to now use it (and populate it) properly
adding inference test case UserModifyRoles to check inference of user-based login handlers
roles can now be added to existing user instances (add_role.php)
any two arbitrary DomainObject types can try to be casted, if possible
Parameters (and ParameterWires) are now sorted in order of name, to make sure they never change order

65 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: DomainInheritance.xpt (+62 -5), GetDefinitions.xpt (+3 -3)
soundasleep 2009-09-08 12:36 Rev.: 1108

work in getting permissions-based codegen test cases to pass
ConstraintWires are now taken into account when interpreting 'permissions checks' in AccessControlHandlers
fixing a bug in casting domain inheritance instances

20 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: DomainInheritance.xpt (+20 -16)
soundasleep 2009-09-08 01:31 Rev.: 1107

adding basic support for checking that permission bits are set
UserPermissions codegen test case now passes

29 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: DomainInheritance.xpt (+29 -13)
soundasleep 2009-09-07 23:03 Rev.: 1105

fixing a bug where many of the tests in UserModifyRoles were not being executed
fixing a bug where Queries for DomainObject[user] SelectWires would not be re-evaluated when attributes changed
adding a check for SelectWires that have incoming Parameters, yet have no query
initial framework for adding and removing Users and Roles as part of UserModifyRoles codegen test

32 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: DomainInstance.xpt (+32)
soundasleep 2009-09-07 18:41 Rev.: 1103

if a DomainObjectInstance is invalid due to an invalid session key, a helpful tip will now be shown to the user

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: DomainInheritance.xpt (+4 -107)
soundasleep 2009-09-07 17:54 Rev.: 1102

DomainInheritanceEditing codegen test case now passes

274 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: DomainInheritance.xpt (+102 -1), GetDefinitions.xpt (+170 -5), StoreDefinitions.xpt (+2 -2)
soundasleep 2009-09-07 12:32 Rev.: 1096

fixing a bug where attributes stored directly in a DomainStore could not be read/saved

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: Select.xpt (+2)
soundasleep 2009-09-07 12:02 Rev.: 1095

fixing a bug where codegen templates could not handle DomainAttributeInstances stored outside of DomainObjectInstances
fixing bugs where Domain definitions would not be included before they were required in remote callbacks
refactoring some remote JS templates

64 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: Definitions.xpt (+11), Select.xpt (+15 -3), StoreDefinitions.xpt (+38 -14)
soundasleep 2009-09-04 21:17 Rev.: 1094

refactoring DomainObject and DomainAttributeInstance includes into dedicated include files

71 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: Definitions.xpt (+5 -6), Includes.xpt (new 66)
soundasleep 2009-09-04 19:41 Rev.: 1093

fixing failing codegen test cases

3 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: DomainInheritance.xpt (+2 -2), StoreDefinitions.xpt (+1 -1)
soundasleep 2009-09-04 19:16 Rev.: 1092

fixing bug with UserCreateRoles and UserModifyRoles test cases
UserCreateRoles codegen test case now passes
new instances of inherited objects can now be created
inherited objects can be updated

233 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: Definitions.xpt (+5 -1), DomainInheritance.xpt (+154 -30), GetDefinitions.xpt (+42 -44), StoreDefinitions.xpt (+32 -29)
soundasleep 2009-09-04 13:11 Rev.: 1088

fixing bug in user test cases
initial work in resolving UserCreateRoles codegen test case
adding test case to check that the correct database is being created

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: StoreDefinitions.xpt (+1 -1)
soundasleep 2009-09-03 17:10 Rev.: 1086

fixing a bug where a SelectWire for a UserInstance would not select attributes inferred at a later stage
if script execution fails due to PHP running out of execution time, an exception is now thrown
LoginHandlerUser codegen test case now passes

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: GetDefinitions.xpt (+1 -1)
soundasleep 2009-09-03 16:15 Rev.: 1085

fixing minor problem with invalid template generation of parameter wires
adding add_runtime_error method to client-side JS - allows for assertProblem() testing rather than waiting for alert boxes

4 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: AttributeInstance.xpt (+2 -2), Select.xpt (+1 -1), StoreDefinitions.xpt (+1 -1)
soundasleep 2009-09-03 15:06 Rev.: 1084

UserRolesLoginHandle codegen test case now passes
adding a database dump script to print out the current database structure of existing DomainStores
User codegen tests were not initialising databases properly

5 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: Select.xpt (+5 -1)
soundasleep 2009-08-30 20:41 Rev.: 1067

adding a codegen test for domain inheritance
select wires can now fully retrive the entire domain inheritance tree of an instance if necessary, based on single PK/FKs

59 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: Definitions.xpt (+21 -6), DomainInheritance.xpt (+32), Select.xpt (+6 -6)
soundasleep 2009-08-29 17:09 Rev.: 1066

refactoring out database code into runtime include

54 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: DomainInheritance.xpt (+7 -19), GetDefinitions.xpt (+31 -60), Select.xpt (+7 -9), StoreDefinitions.xpt (+9 -12)
soundasleep 2009-08-29 02:48 Rev.: 1060

UserRoles codegen test case now passes; roles can be assigned to AccessControlHandlers which control access to pages within the session
AbstractUserLoginTestCase now properly sets up the database instance

116 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: Definitions.xpt (+1), DomainInheritance.xpt (new 115)
soundasleep 2009-08-12 18:36 Rev.: 973

adding model code to support resetting DomainObjectInstances sourced from NewInstanceWires
adding "new" operation to DomainObjectInstances
DomainAttributeInstances now get edit/fieldValue/update operations, similarly to InputTextFields
adding inference test case and codegen test case for SessionNewDomainInstance
(codegen is failing due to HtmlUnit 2.5 change)

47 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: DomainInstance.xpt (+3), GetDefinitions.xpt (+44 -20)
soundasleep 2009-08-11 18:51 Rev.: 961

adding inference and codegen tests for a LoginHandler[domain instance] with multiple parameters
fixing an issue with split nodes executing queued functions repeatedly

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: Select.xpt (+3)
soundasleep 2009-08-11 15:39 Rev.: 958

LoginHandler [domain instance] no longer instantly fails with an exception when accessing a secure page
more progress in resolving LoginHandlerInstance test case
implementing JoinNode, SplitNode, OperationCallNode as part of codegen

15 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: AttributeInstance.xpt (+4 -4), DomainInstance.xpt (+10 -3), GetDefinitions.xpt (+1 -1)
soundasleep 2009-08-09 19:27 Rev.: 956

adding 'OperationCallNode' to operation composition model
initial work in getting LoginHandlerInstance codegen test case to pass, although the test case isnt finished yet

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: GetDefinitions.xpt (+11 -2)
soundasleep 2009-08-09 00:39 Rev.: 944

fixes to get some failing tests to pass
refactoring php files to use require_session properly

4 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: GetDefinitions.xpt (+2 -2), StoreDefinitions.xpt (+2 -2)
soundasleep 2009-08-06 17:04 Rev.: 920

adding "primaryKey" attribute to DomainAttributes
issue 65: if a DomainObject does not contain a DomainAttribute[primary key], it will automatically be created
primary key attributes currently have to be integer auto_increment
all test cases pass

14 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: GetDefinitions.xpt (+11 -11), StoreDefinitions.xpt (+3 -3)
soundasleep 2009-08-06 13:13 Rev.: 916

issue 88: removing "inline" parameter from templates

8 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: AttributeInstance.xpt (+4 -4), DomainInstance.xpt (+2 -2), Select.xpt (+1 -1), StoreDefinitions.xpt (+1 -1)
soundasleep 2009-08-06 00:43 Rev.: 914

issue 78: refactoring last of JS operational modelling - conditions, domain objects
issue 80: a brief refactoring of domain object code
a brief refactoring of dynamic elements code

582 lines of code changed in 5 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: Definitions.xpt (new 45), DomainInstance.xpt (+1 -499), GetDefinitions.xpt (new 273), Select.xpt (new 54), StoreDefinitions.xpt (new 209)
soundasleep 2009-08-05 23:59 Rev.: 913

issue 78: refactoring rest of js/Operations.xpt into new operation templates

30 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/domain: AttributeInstance.xpt (+8 -3), DomainInstance.xpt (+22)
soundasleep 2009-08-05 22:42 Rev.: 911

moving out other PHP templates

510 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: DomainInstance.xpt (new 510)
soundasleep 2009-08-05 20:44 Rev.: 907

issue 78: initial work in refactoring operation templates, currently server-side is complete

39 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/domain: AttributeInstance.xpt (new 39)
Generated by StatSVN 0.7.0