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

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

[root]/org.openiaml.model.codegen.oaw/src/template/operations

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 77 (100.0%) 1438 (100.0%) 18.6

Most Recent Commits

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

renaming codegen.oaw plugin to codegen.php

0 lines of code changed in 10 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Contents.xpt (del), DataFlow.xpt (del), Definitions.xpt (del), ExecutionFlow.xpt (del), Failure.xpt (del), OperationCall.xpt (del), OutgoingValues.xpt (del), Parameters.xpt (del), RemoteParameter.xpt (del), Variables.xpt (del)
soundasleep 2009-09-30 13:08 Rev.: 1222

adding initial support for implementation notes in modeldoc, loaded from OAW template files

1 lines of code changed in 1 file:

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

14 lines of code changed in 1 file:

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

9 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Contents.xpt (+5 -5), ExecutionFlow.xpt (+4 -4)
soundasleep 2009-09-09 16:56 Rev.: 1121

issue 107: replace isAssignableFrom with isInstance in codegen templates

2 lines of code changed in 2 files:

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

9 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Definitions.xpt (+4 -4), OperationCall.xpt (+1 -1), Parameters.xpt (+4 -2)
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

10 lines of code changed in 1 file:

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

9 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: OperationCall.xpt (+5 -5), Parameters.xpt (+4 -2)
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

6 lines of code changed in 1 file:

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

17 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/operations: OutgoingValues.xpt (+17 -3)
soundasleep 2009-08-28 20:09 Rev.: 1058

initial structural work in code generation of user security aspects
"generated primary key" should not be stored as part of the session

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/operations: OperationCall.xpt (+2)
soundasleep 2009-08-17 14:02 Rev.: 1000

implemented QueryParameter code generation

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/operations: Parameters.xpt (+11)
soundasleep 2009-08-14 13:03 Rev.: 993

resolving failing test cases; all test cases now pass
adding icons for SplitNode and JoinNode

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/operations: OutgoingValues.xpt (+3)
soundasleep 2009-08-14 12:23 Rev.: 992

SetWire codegen tests now pass
adding inference test for SetWire
SetWire is now also a WireEdgeDestination

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/operations: OutgoingValues.xpt (+4)
soundasleep 2009-08-12 19:28 Rev.: 974

resolving failing test cases; HtmlUnit 2.5 made 'window.location = url' a PostponedAction rather than an immediate action

9 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: ExecutionFlow.xpt (+3 -1), Failure.xpt (+3 -1), OperationCall.xpt (+3 -1)
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)

39 lines of code changed in 5 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: ExecutionFlow.xpt (+1 -2), Failure.xpt (+1 -2), OperationCall.xpt (+1 -2), Parameters.xpt (+9 -3), RemoteParameter.xpt (+27 -11)
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

49 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Definitions.xpt (+17), ExecutionFlow.xpt (+32 -5)
soundasleep 2009-08-11 16:34 Rev.: 959

LoginHandlerInstance test now passes
JS call_remote_event can now execute a callback function

64 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: ExecutionFlow.xpt (+40 -15), OperationCall.xpt (+24)
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

95 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Contents.xpt (+1 -2), ExecutionFlow.xpt (+80 -5), OperationCall.xpt (+14 -2)
soundasleep 2009-08-09 15:26 Rev.: 948

LoginHandlerKey codegen test case once again passes

12 lines of code changed in 1 file:

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

125 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Contents.xpt (+87 -58), Definitions.xpt (+11 -11), ExecutionFlow.xpt (+10 -10), Parameters.xpt (+17 -13)
soundasleep 2009-08-08 21:17 Rev.: 943

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

29 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Definitions.xpt (+4), ExecutionFlow.xpt (+12 -5), OperationCall.xpt (+13 -2)
soundasleep 2009-08-06 13:13 Rev.: 916

issue 88: removing "inline" parameter from templates

29 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Contents.xpt (+3 -3), OperationCall.xpt (+10 -10), Parameters.xpt (+11 -11), RemoteParameter.xpt (+5 -5)
soundasleep 2009-08-06 13:00 Rev.: 915

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

45 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Contents.xpt (+2 -2), OutgoingValues.xpt (new 43)
soundasleep 2009-08-05 23:59 Rev.: 913

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

87 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: OperationCall.xpt (+18 -1), Parameters.xpt (+39 -12), RemoteParameter.xpt (new 30)
soundasleep 2009-08-05 23:11 Rev.: 912

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

252 lines of code changed in 6 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Contents.xpt (+123 -44), DataFlow.xpt (+23 -1), Definitions.xpt (+71), ExecutionFlow.xpt (+17 -6), Failure.xpt (+12 -5), Parameters.xpt (+6 -9)
soundasleep 2009-08-05 21:10 Rev.: 909

refactoring PHP conditions

18 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Contents.xpt (+5 -6), Definitions.xpt (+5 -5), ExecutionFlow.xpt (+8 -8)
soundasleep 2009-08-05 20:44 Rev.: 907

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

488 lines of code changed in 8 files:

  • org.openiaml.model.codegen.oaw/src/template/operations: Contents.xpt (new 124), DataFlow.xpt (new 26), Definitions.xpt (new 67), ExecutionFlow.xpt (new 88), Failure.xpt (new 21), OperationCall.xpt (new 69), Parameters.xpt (new 77), Variables.xpt (new 16)
Generated by StatSVN 0.7.0