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

Total Files:
9
Deleted Files:
1
Lines of Code:
1550

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 193 (100.0%) 2110 (100.0%) 10.9

Most Recent Commits

soundasleep 2011-08-09 16:37 Rev.: 3068

improving modeldoc documentation across inference rules, codegen templates, ecore, and additional documentation includes

3 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/visual: InputTextField.xpt (+2 -2), Label.xpt (+1 -1)
soundasleep 2011-08-09 13:03 Rev.: 3065

migrating codegen templates

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: Render.xpt (+1 -1)
soundasleep 2011-07-25 19:10 Rev.: 3030

IteratorList headings were not being generated in the same render order as the IteratorList children

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: IteratorList.xpt (+1 -1)
soundasleep 2011-05-11 18:53 Rev.: 2899

reverting Map visibility change from r2815; Maps and MapPoints should always be visible, regardless of their current value, similarly to how an InputTextField should always be visible even if it is empty

19 lines of code changed in 8 files:

  • org.openiaml.model.codegen.php/src/template/visual: Button.xpt (+1 -1), InputForm.xpt (+1 -1), InputTextField.xpt (+1 -1), IteratorList.xpt (+1 -1), Label.xpt (+1 -1), Map.xpt (+1 -1), MapPoint.xpt (+11 -3), Render.xpt (+2 -6)
soundasleep 2011-05-11 13:04 Rev.: 2885

fixing some accidental refactoring changes from issue 244 that caused many codegen test cases to fail

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: InputTextField.xpt (+11 -11)
soundasleep 2011-05-10 16:51 Rev.: 2878

issue 244: updating codegen templates

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: InputTextField.xpt (+11 -11)
soundasleep 2011-05-10 12:56 Rev.: 2861

fixing a minor typo that was causing some codegen tests to fail

1 lines of code changed in 1 file:

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

issue 244: updating codegen templates

13 lines of code changed in 3 files:

  • org.openiaml.model.codegen.php/src/template/visual: Button.xpt (+4 -4), EventHandlers.xpt (+1 -1), InputTextField.xpt (+8 -8)
soundasleep 2011-05-09 13:22 Rev.: 2837

fixing a minor typo in the codegen templates

1 lines of code changed in 1 file:

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

issue 244: updating codegen test cases

5 lines of code changed in 4 files:

  • org.openiaml.model.codegen.php/src/template/visual: EventHandlers.xpt (+1 -1), InputTextField.xpt (+1 -1), Label.xpt (+1 -1), MapPoint.xpt (+2 -2)
soundasleep 2011-05-07 12:10 Rev.: 2826

Maps and MapPoints should be visible if a defaultValue is set, and its fieldValue has not been set to empty yet
updating failing test case

5 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: Render.xpt (+5 -2)
soundasleep 2011-05-06 14:49 Rev.: 2818

fixing a typo from issue 254
assertMap() and assertMapPoint() should check that the map or point is actually visible as well

9 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: InputTextField.xpt (+9 -4)
soundasleep 2011-05-06 14:19 Rev.: 2815

visibility of directly-set Maps was not being calculated correctly, as per previous revision

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: Map.xpt (+7 -1)
soundasleep 2011-05-06 13:49 Rev.: 2814

MapPoints should not be rendered visible unless they have a fieldValue set: updating codegen templates

23 lines of code changed in 8 files:

  • org.openiaml.model.codegen.php/src/template/visual: Button.xpt (+1 -1), InputForm.xpt (+1 -1), InputTextField.xpt (+1 -1), IteratorList.xpt (+1 -1), Label.xpt (+1 -1), Map.xpt (+1 -1), MapPoint.xpt (+5 -1), Render.xpt (+12 -5)
soundasleep 2011-05-06 12:40 Rev.: 2812

issue 242: resolving failing test cases
minor change to model migrator

8 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: InputTextField.xpt (+8 -1)
soundasleep 2011-05-05 18:35 Rev.: 2806

issue 242: updating codegen templates
DomainAttributes can no longer store values directly, but must use a DomainIterator
removing store_db.php callback

20 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/visual: InputTextField.xpt (+19 -5), Label.xpt (+1 -1)
soundasleep 2011-05-04 16:48 Rev.: 2797

issue 242: updating codegen test cases for EXSDDataTypes

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: InputTextField.xpt (+3 -3)
soundasleep 2011-04-29 14:56 Rev.: 2723

issue 241: fixing minor issues that were preventing AllTests from succeeding
improving the reliability of sourcing values of Labels at runtime

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: Label.xpt (+4 -4)
soundasleep 2011-04-28 20:21 Rev.: 2718

issue 241: updating codegen templates

12 lines of code changed in 4 files:

  • org.openiaml.model.codegen.php/src/template/visual: InputTextField.xpt (+1 -1), IteratorList.xpt (+9 -5), Label.xpt (+1 -1), MapPoint.xpt (+1 -1)
soundasleep 2011-04-08 18:53 Rev.: 2653

issue 224: migrating model completion rules and code generation rules

0 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/visual: Hidden.xpt (del), Render.xpt (-4)
soundasleep 2011-04-08 18:12 Rev.: 2649

issue 223: updating 'visible' property now correctly changes the visibility of the particular object
fixing a bug where non-fieldValue VisibleThing.properties were used to set the field value of the VisibleThing
fixing a bug where selecting an xsdBoolean type would result in a StackOverflowError during code generation

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: Render.xpt (+2 -2)
soundasleep 2011-03-25 18:30 Rev.: 2617

issue 223: render templates for VisibleThings now check the 'visible' property for visibility

38 lines of code changed in 9 files:

  • org.openiaml.model.codegen.php/src/template/visual: Button.xpt (+1), Hidden.xpt (+1), InputForm.xpt (+1), InputTextField.xpt (+1), IteratorList.xpt (+1), Label.xpt (+1), Map.xpt (+3 -1), MapPoint.xpt (+1), Render.xpt (+28)
soundasleep 2011-01-18 16:41 Rev.: 2553

bug fix: a MapPoint with a defaultValue set will now be displayed, regardless of whether the value has been set by the application previously

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: MapPoint.xpt (+2 -2)
soundasleep 2010-07-09 14:33 Rev.: 2456

an IteratorList containing a Hidden will no longer throw a runtime exception if the DomainIterator contains no results

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: Hidden.xpt (+2)
soundasleep 2010-07-08 15:50 Rev.: 2453

cells in an IteratorList can have two CSS classes

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: IteratorList.xpt (+1 -1)
soundasleep 2010-07-07 17:15 Rev.: 2447

all action calls now occur in order of priority (including chained operations)
chained operations can now also call Operations

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: EventHandlers.xpt (+1 -1)
soundasleep 2010-07-06 20:12 Rev.: 2444

DomainAttributeInstances can now be used as runtime ParameterEdges

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: MapPoint.xpt (+1 -1)
soundasleep 2010-07-05 20:02 Rev.: 2430

adding an attribute 'renderOrder' to VisibleThings, to assist in the rendering order when rendering elements
updating codegen templates to use renderOrder

8 lines of code changed in 8 files:

  • org.openiaml.model.codegen.php/src/template/visual: Button.xpt (+1 -1), Hidden.xpt (+1 -1), InputForm.xpt (+1 -1), InputTextField.xpt (+1 -1), IteratorList.xpt (+1 -1), Label.xpt (+1 -1), Map.xpt (+1 -1), MapPoint.xpt (+1 -1)
soundasleep 2010-07-02 17:05 Rev.: 2403

Map and MapPoint can now access and store their fieldValues programatically

12 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: MapPoint.xpt (+12 -2)
soundasleep 2010-07-01 17:10 Rev.: 2402

adding a codegen test case for DetailWireOnSetIteratorList
if a Hidden is contained within an IteratorList, the value will have already been set by the IteratorList, so this has higher precedence

9 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: Hidden.xpt (+9 -1)
soundasleep 2010-07-01 14:31 Rev.: 2396

adding codegen templates for Hidden elements; derived from existing Label and InputTextField

122 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/visual: Hidden.xpt (new 118), Render.xpt (+4)
soundasleep 2010-07-01 12:04 Rev.: 2392

fixing an incomplete statement in IteratorList codegen

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: IteratorList.xpt (+1 -1)
soundasleep 2010-06-29 19:15 Rev.: 2389

a DomainIterator can now be connected to both an IteratorList and a Map without crashing on no database results

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: Button.xpt (+2 -1)
soundasleep 2010-06-29 18:21 Rev.: 2385

IteratorLists will now show or hide the visibility of table rows that do not exist

15 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: IteratorList.xpt (+15 -1)
soundasleep 2010-06-29 16:43 Rev.: 2384

Labels contained within an IteratorList that are empty within a Session will no longer duplicate data

3 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/visual: Label.xpt (+2 -2), MapPoint.xpt (+1 -1)
soundasleep 2010-06-29 14:59 Rev.: 2381

adding more class types for CSS
initial values derived through SyncWires now evaluate incoming ConditionEdges as well

26 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/visual: InputTextField.xpt (+22), Map.xpt (+4 -2)
soundasleep 2010-06-28 20:17 Rev.: 2380

visual elements now include the name of the element as a class name, to assist in CSS styling

14 lines of code changed in 7 files:

  • org.openiaml.model.codegen.php/src/template/visual: Button.xpt (+1), InputForm.xpt (+1), InputTextField.xpt (+5 -2), IteratorList.xpt (+3 -2), Label.xpt (+2 -1), Map.xpt (+1 -1), MapPoint.xpt (+1 -1)
soundasleep 2010-06-28 18:29 Rev.: 2375

MapPoints can now be initialised from incoming SyncWire/SetWires
adding codegen documentation about the order of initialised values

96 lines of code changed in 3 files:

  • org.openiaml.model.codegen.php/src/template/visual: InputTextField.xpt (+10), Label.xpt (+6), MapPoint.xpt (+80 -2)
soundasleep 2010-06-28 18:16 Rev.: 2374

fixing other errors in the Session implementation of IteratorList

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: IteratorList.xpt (+3 -3)
soundasleep 2010-06-28 17:23 Rev.: 2373

fixing some broken PHP strings

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/visual: IteratorList.xpt (+3 -3)

(49 more)

Generated by StatSVN 0.7.0