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

Directory Deleted:
2009-10-06 11:30
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/org.openiaml.model.codegen.oaw/src/template
                Folder removed from repo conditions (0 files, 0 lines)
                Folder removed from repo css (0 files, 0 lines)
                Folder removed from repo domain (0 files, 0 lines)
                    Folder removed from repo database (0 files, 0 lines)
                    Folder removed from repo properties (0 files, 0 lines)
                Folder removed from repo dynamic (0 files, 0 lines)
                Folder removed from repo events (0 files, 0 lines)
                Folder removed from repo js (0 files, 0 lines)
                    Folder removed from repo includes (0 files, 0 lines)
                Folder removed from repo operations (0 files, 0 lines)
                Folder removed from repo php (0 files, 0 lines)
                    Folder removed from repo includes (0 files, 0 lines)
                Folder removed from repo users (0 files, 0 lines)
                Folder removed from repo visual (0 files, 0 lines)
                Folder removed from repo xml (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 138 (100.0%) 1658 (100.0%) 12.0

Most Recent Commits

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

renaming codegen.oaw plugin to codegen.php

0 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/template: EventTrigger.xpt (del), GeneratorExtensions.ext (del), Page.xpt (del), Template.xpt (del)
soundasleep 2009-10-05 22:52 Rev.: 1247

resolving issue 115: add debug information runtime switch

9 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+7), Template.xpt (+2 -1)
soundasleep 2009-09-14 23:21 Rev.: 1160

issue 96: refactoring the metamodel to remove Session inherits VisibleThing
updating drools, code generation, test cases

6 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+6 -3)
soundasleep 2009-09-11 13:12 Rev.: 1151

migrating all testcase models to new model 0.4 NS
fixing bug where PrimitiveOperation would not have a generated ID
invalid GeneratorExtensions now throw exceptions rather than valid, but incorrect, values

9 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+9 -6)
soundasleep 2009-09-10 17:15 Rev.: 1136

renamed ChainedOperation to PrimitiveOperation
removed SingleOperation from model
initial work in moving inference and codegen templates to new model
removed lastChainedOperation() method from ChainedOperation and EventTrigger; moved into inference

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+2 -2)
soundasleep 2009-09-09 16:56 Rev.: 1121

issue 107: replace isAssignableFrom with isInstance in codegen templates

6 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+6 -6)
soundasleep 2009-09-09 01:47 Rev.: 1114

roles and permissions can now be removed
UserModifyRoles codegen test case now passes
when removing a role, all directly inherited permissions are also removed (even if they are provided by another role)

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Template.xpt (+2)
soundasleep 2009-09-09 01:09 Rev.: 1113

permissions can now be added to UserInstances (add_permission.php)

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Template.xpt (+1)
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

4 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+3), Template.xpt (+1)
soundasleep 2009-09-08 01:31 Rev.: 1107

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

6 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+3), Template.xpt (+3)
soundasleep 2009-09-07 23:40 Rev.: 1106

initial work in getting UserModifyRoles codegen to pass
AccessControlHandlers within Pages will now generate additional instance checks

3 lines of code changed in 1 file:

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

DomainInheritanceEditing codegen test case now passes

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+3 -3)
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

6 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+6 -8)
soundasleep 2009-09-04 21:17 Rev.: 1094

refactoring DomainObject and DomainAttributeInstance includes into dedicated include files

7 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+4 -4), Template.xpt (+3)
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

6 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+6 -6)
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

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Template.xpt (+4)
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

8 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+3), Page.xpt (+5)
soundasleep 2009-08-14 17:28 Rev.: 999

adding test cases for QueryParameter codegen tests
adding some basic constraints for QueryParameters
refreshing codegen metamodel
adding a test case method to click a link with a given parameter query

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (-3)
soundasleep 2009-08-13 14:06 Rev.: 979

updating text/javascript (obsolete in RFC 4329) to application/javascript
adding a quality test to check that the runtime index.html always publishes the correct version

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+7 -7)
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)

32 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+31), Template.xpt (+1)
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

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+11 -1)
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

8 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+8 -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 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+4 -4)
soundasleep 2009-08-08 21:17 Rev.: 943

modifying codegen templates to handle new login-handler rules, however some session test cases are failing

14 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+9 -4), Page.xpt (+5 -3)
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

30 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: GeneratorExtensions.ext (+30)
soundasleep 2009-08-06 13:13 Rev.: 916

issue 88: removing "inline" parameter from templates

16 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+16 -16)
soundasleep 2009-08-06 13:00 Rev.: 915

issue 79: refactoring visual rendering templates into new visual template package

165 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+165 -372)
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

8 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+8 -8)
soundasleep 2009-08-05 23:59 Rev.: 913

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

29 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+29 -10)
soundasleep 2009-08-05 23:11 Rev.: 912

issue 78: started refactoring in JS operation code into unified operation templates

3 lines of code changed in 1 file:

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

moving out other PHP templates

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+3 -3)
soundasleep 2009-08-05 21:10 Rev.: 909

refactoring PHP conditions

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+1 -1)
soundasleep 2009-08-05 20:55 Rev.: 908

issue 78: removing old php/EventTrigger templates and merging other templates

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+4 -4)
soundasleep 2009-08-05 20:44 Rev.: 907

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

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+2 -2)
soundasleep 2009-07-27 19:26 Rev.: 894

issue 75: moving header.php into runtime folder
issue 73: adding unit tests for php runtime code
queue_log_messages now defaults to on

1 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+1 -4), Template.xpt (-1)
soundasleep 2009-07-27 17:36 Rev.: 890

moving js library functions to runtime library plugin

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+1)
soundasleep 2009-07-26 22:38 Rev.: 888

issue 75, issue 76, issue 81: moving php and js libraries into a separate plugin
plugin runtime tests currently fail until issue 81 is resolved

14 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+3 -2), Template.xpt (+11 -6)
soundasleep 2009-06-30 11:51 Rev.: 739

all test cases now pass without errors

8 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+8 -18)
soundasleep 2009-06-11 13:40 Rev.: 733

turn off output instrumentation
queued log messages are now run on onLoad, not directly within the generated page

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+2 -5)
soundasleep 2009-06-03 16:37 Rev.: 729

queued log messages are now executed in script blocks, rather than outside in html land

19 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template: Page.xpt (+19 -4)

(48 more)

Generated by StatSVN 0.7.0