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

Directory Created:
2010-03-31 16:04
Total Files:
3
Deleted Files:
0
Lines of Code:
312

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 34 (100.0%) 454 (100.0%) 13.3

Most Recent Commits

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/php/callbacks: UpdateFrameProperties.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

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (-41)
soundasleep 2011-05-07 15:46 Rev.: 2834

issue 244: updating codegen test cases

1 lines of code changed in 1 file:

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

12 lines of code changed in 1 file:

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

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

35 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+35)
soundasleep 2011-05-06 13:49 Rev.: 2814

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

48 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+48 -14)
soundasleep 2011-04-11 13:48 Rev.: 2658

fixing crashes related to 'session variable xxx_hidden not found'

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+2 -2)
soundasleep 2011-04-08 19:14 Rev.: 2656

issue 223: the default visibility for a VisibleThing that has no visible property set should be derived from VisibleThing.visible

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+2 -2)
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

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+7)
soundasleep 2010-07-13 14:43 Rev.: 2484

reducing the amount of debug clutter in generated php.log

49 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+49 -37)
soundasleep 2010-06-29 18:32 Rev.: 2386

we don't need to capture exceptions in set_session and set_application_value; since PHP defines a global exception handler, we can use this to correctly populate the trace

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (-13)
soundasleep 2010-06-29 18:21 Rev.: 2385

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

21 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+21 -2)
soundasleep 2010-06-18 14:25 Rev.: 2348

replacing 'die' with 'shutdown()' to call shutdown functions correctly; was preventing the log from being correctly written in the case of exception redirects

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+1 -1)
soundasleep 2010-05-24 13:07 Rev.: 2286

forcing set_visibility to boolean, as PHP 'false' != false
fixing a bug where trying to set the visibility of a button would fail

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+1 -1)
soundasleep 2010-05-24 12:51 Rev.: 2285

fixing a bug that was causing test cases to fail

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+2 -2)
soundasleep 2010-05-21 19:05 Rev.: 2284

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

25 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+25)
soundasleep 2010-05-20 15:05 Rev.: 2263

improving the performance of IteratorList population
when rendered into HTML, an IteratorList does not try and update all of its contained values for every label present in the list on page access

13 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+13 -3)
soundasleep 2010-05-20 14:15 Rev.: 2262

adding codegen test case for IteratorListSetWireSearch
initial implementation of updating query parameters for DomainIterators when connected to IteratorLists; however it is very slow

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+11 -4)
soundasleep 2010-04-26 17:35 Rev.: 2020

OpenID can now handle if an invalid/incorrect URL is used
updating codegen test case

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: OpenIdCallback.xpt (+1 -1)
soundasleep 2010-04-23 14:56 Rev.: 2007

more work on OpenID implementation (not yet complete)
OpenID can now use CURL to download remote pages
OpenID test cases check that the remote page contains the correct information
codegen test cases now also check for a 'proxy.properties' for specific information

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: OpenIdCallback.xpt (+1 -1)
soundasleep 2010-04-22 21:13 Rev.: 2004

initial work on implementing OpenID (doesn't work yet)
SyncWires now copy over types from DomainObjectInstances (like SetWires do with Labels)

31 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: OpenIdCallback.xpt (new 31)
soundasleep 2010-04-11 15:11 Rev.: 1873

Labels can now be updated as part of the update callback routine

21 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+21 -1)
soundasleep 2010-04-10 19:15 Rev.: 1866

adding 'ignore_updates' optional parameter to JS set_application_value and set_session, selectively allowing the visual updates to be ignored
IteratedSyncWires codegen test case now passes
updating database dump debug page

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+2)
soundasleep 2010-04-10 17:27 Rev.: 1863

initial work in implementing IteratedSyncWires codegen
adding 'next', 'previous', 'reset' and 'skip' DomainObjectInstance operations

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+4)
soundasleep 2010-04-07 22:02 Rev.: 1851

adding codegen test for MapFormInput
fixing bug where UpdateFrameProperties was trying to update Maps that already contained MapPoints

5 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+5 -1)
soundasleep 2010-04-07 21:11 Rev.: 1849

adding an inference test case for MapTextFieldInput
adding a codegen test case for MapTextFieldInput
Maps that do not contain any MapPoints will now automatically generate a point which represents the fieldValue of the Map

22 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+22)
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/php/callbacks: EmailCallbackSend.xpt (+1 -1)
soundasleep 2010-04-02 16:51 Rev.: 1828

the frame_id passed to set_application_value and email_callback_send can now be used to call remote methods recursively, fixing some broken tests

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: EmailCallbackSend.xpt (+4)
soundasleep 2010-04-02 16:31 Rev.: 1824

initial work in implementing Map and MapPoint
adding a new codegen property, map_handler

21 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+21 -1)
soundasleep 2010-04-01 10:34 Rev.: 1799

adding EmailInSession test case

6 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: EmailCallbackSend.xpt (+6)
soundasleep 2010-03-31 20:15 Rev.: 1798

hopefully fixing a visual bug where setting a text field would result in the text field reverting to the default value, before then changing to the new value (introduced in r1795)
minor optimisation to the layout of UpdateFrameProperties

12 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: UpdateFrameProperties.xpt (+12 -6)
soundasleep 2010-03-31 19:24 Rev.: 1795

adding test case for EmailEvents
updating codegen templates so EmailEvents passes
when an email passes, the onSent event is now called
properties on the current frame are updated in email_callback_send.php callback

56 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: EmailCallbackSend.xpt (+7 -2), UpdateFrameProperties.xpt (new 49)
soundasleep 2010-03-31 16:04 Rev.: 1785

initial codegen templates for sending emails

36 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/callbacks: EmailCallbackSend.xpt (new 36)
Generated by StatSVN 0.7.0