Directory org.openiaml.model.codegen.php/src/template/conditions/

Total Files:
3
Deleted Files:
0
Lines of Code:
222

[root]/org.openiaml.model.codegen.php/src/template/conditions

Lines of Code

org.openiaml.model.codegen.php/src/template/conditions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
soundasleep 52 (100.0%) 354 (100.0%) 6.8

Most Recent Commits

soundasleep 2011-07-05 20:19 Rev.: 2996

issue 268: updating codegen templates

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+1 -1)
soundasleep 2011-05-17 17:19 Rev.: 2932

miscellaneous other changes necessary from r2929

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Runtime.xpt (-4)
soundasleep 2011-05-13 14:34 Rev.: 2907

issue 248: updating codegen templates

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+1 -1)
soundasleep 2011-05-11 17:14 Rev.: 2893

issue 246: implementing XQueryFunctions in codegen templates

26 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+6 -3), Runtime.xpt (+20 -3)
soundasleep 2011-05-10 16:51 Rev.: 2878

issue 244: updating codegen templates

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Runtime.xpt (+4)
soundasleep 2011-05-10 14:20 Rev.: 2871

issue 244: updating codegen templates to use BuiltinOperation

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+2 -2)
soundasleep 2011-05-09 19:55 Rev.: 2857

issue 244: updating codegen templates

10 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+10 -10)
soundasleep 2011-05-09 17:48 Rev.: 2846

issue 244: updating codegen templates

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Runtime.xpt (+2 -2)
soundasleep 2011-05-07 15:46 Rev.: 2834

issue 244: updating codegen test cases

3 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+2 -2), Runtime.xpt (+1 -1)
soundasleep 2011-05-04 16:48 Rev.: 2797

issue 242: updating codegen test cases for EXSDDataTypes

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+2 -2)
soundasleep 2011-04-21 18:44 Rev.: 2683

issue 191: updating test cases, inference rules and codegen templates

15 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+15)
soundasleep 2011-01-11 16:52 Rev.: 2541

issue 221: add 'can cast?' Primitive Condition to all Changeable elements: updating inference rules, OAW checks

5 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+5 -5)
soundasleep 2011-01-11 16:29 Rev.: 2539

adding modeldoc documentation on built-in PrimitiveConditions

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+11)
soundasleep 2010-07-15 21:01 Rev.: 2502

optimising the Drools rules by creating 'fieldValue is set' PrimitiveConditions

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+7)
soundasleep 2010-07-13 18:53 Rev.: 2487

adding server-side code for "new" PrimitiveOperation on a DomainIterator
clarifying the use of DomainIterator.reset for new instances

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+2 -2)
soundasleep 2010-07-09 17:56 Rev.: 2459

similar to issue 210: replacing 'fieldValue is set' CompositeCondition with PrimitiveConditions, for those conditions contained in VisibleThings

20 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+20 -1)
soundasleep 2010-05-25 14:37 Rev.: 2290

'is set' template can now handle elements on the same frame, rather than forcing it to be always cached

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+3 -3)
soundasleep 2010-05-21 19:05 Rev.: 2284

implementing codegen for AutocompleteWire codegen test case
adding 'set_visibility' client-side instruction

14 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+14)
soundasleep 2010-05-11 16:10 Rev.: 2150

issue 178: initial push in migrating codegen templates to use new domain model
removing some (probably) unnecessary templates

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+2 -2)
soundasleep 2010-04-28 20:24 Rev.: 2061

issue 142: minor improvements to code generation (5% less PHP code generated)

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Runtime.xpt (+1 -1)
soundasleep 2010-04-27 16:00 Rev.: 2039

issue 160: updating codegen templates

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (-7)
soundasleep 2010-04-10 18:27 Rev.: 1865

adding cached client-side conditions
adding PrimitiveCondition support in codegen templates
splitting the iterate methods for DomainObjectInstance into a separate template

16 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+16)
soundasleep 2010-04-06 09:23 Rev.: 1834

adding a new parameter to logged templates: the current script name

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+1 -1)
soundasleep 2010-03-17 14:52 Rev.: 1721

fixing a bug where all_operations.php would be generated twice
fixing a bug where all_conditions.php was not generated
fixing properties files not being loaded from the correct location (using ROOT_PATH)

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+3 -1)
soundasleep 2010-03-17 14:42 Rev.: 1720

optimising codegen templates to improve generation (and execution) times

15 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+15 -1)
soundasleep 2010-03-16 15:47 Rev.: 1717

adding common header code to all php-side includes
adding ROOT_PATH constant to php includes
moving domain object instances code into separate includes

5 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+5 -1)
soundasleep 2010-03-16 14:42 Rev.: 1716

conditions are now generated into separately included files as well

39 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+39)
soundasleep 2010-03-16 14:28 Rev.: 1714

refactoring out 'currentFrame' parameter from most template definitons
onCurrentFrame() is now evaluated at runtime
new "onCurrentFrame.js" created
operations are now included in separate files

8 lines of code changed in 3 files:

  • org.openiaml.model.codegen.php/src/template/conditions: ConditionFlow.xpt (+2 -2), Definitions.xpt (+4 -4), Runtime.xpt (+2 -2)
soundasleep 2010-03-10 15:48 Rev.: 1654

resolving issue 155: replacing 'expand exception for throwException', with just 'throwException'

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Definitions.xpt (+1 -4)
soundasleep 2010-03-10 15:38 Rev.: 1653

updating codegen templates to use new Action model element

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Runtime.xpt (+2 -10)
soundasleep 2010-03-04 13:35 Rev.: 1623

updating code generation templates to use inWires/outWires

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Runtime.xpt (+1 -1)
soundasleep 2010-02-22 17:39 Rev.: 1554

updating codegen templates to use ConditionEdge
updating minor bugs in the inference test cases

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Runtime.xpt (+4 -4)
soundasleep 2010-02-17 15:44 Rev.: 1522

updating codegen templates to use new ParameterEdge
all codegen test cases now pass

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Runtime.xpt (+2 -2)
soundasleep 2010-02-10 18:08 Rev.: 1472

updating codegen test models to new refactored metamodel
migrating codegen templates to use new metamodel
updating codegen tests as necessary

12 lines of code changed in 3 files:

  • org.openiaml.model.codegen.php/src/template/conditions: ConditionFlow.xpt (+2 -2), Definitions.xpt (+6 -6), Runtime.xpt (+4 -4)
soundasleep 2010-02-09 14:46 Rev.: 1457

adding test cases for NavigateWire that are constrained by ConditionWires
'null' is now considered false

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: Runtime.xpt (+1 -1)
soundasleep 2010-02-03 13:00 Rev.: 1429

conditions now use operation stack-based flow

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: ConditionFlow.xpt (+4 -113)
soundasleep 2010-02-02 17:12 Rev.: 1424

implementing the codegen behind Gate
Gates can now be resumed (using NavigateWires)
GateDisclaimer test case now passes

55 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/conditions: ConditionFlow.xpt (+47), Runtime.xpt (+8)
soundasleep 2009-12-03 14:07 Rev.: 1342

more work on migrating to the new stack-based method of operation execution; resolving some failing tests
adding support for split/join nodes
fixing bug where 'save' was being created incorrectly as a CompositeOperation

29 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: ConditionFlow.xpt (+29 -28)
soundasleep 2009-12-02 13:58 Rev.: 1337

switching operational execution to an emulated stack-based flow model
adding additional inference test cases to address broken implementations
not all codegen test cases pass yet

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/conditions: ConditionFlow.xpt (+4 -4)
soundasleep 2009-11-30 16:12 Rev.: 1319

implementing the code generation of the Add Arithmetic operator
adding a JS runtime function parseFloatOrZero
adding another simple example of SetValueStatic

21 lines of code changed in 6 files:

  • org.openiaml.model.codegen.php/src/template/conditions: ConditionFlow.xpt (+15 -15), Definitions.xpt (+4 -4), Runtime.xpt (+2 -2)
Generated by StatSVN 0.7.0