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

Total Files:
21
Deleted Files:
5
Lines of Code:
1386

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 195 (100.0%) 1358 (100.0%) 6.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

2 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+1 -1), UpdateClientCache.xpt (+1 -1)
soundasleep 2011-05-10 16:51 Rev.: 2878

issue 244: updating codegen templates

2 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+1 -1), SetApplicationValuePhp.xpt (+1 -1)
soundasleep 2011-05-09 19:55 Rev.: 2857

issue 244: updating codegen templates

1 lines of code changed in 1 file:

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

issue 244: updating codegen templates

4 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+3 -3), SetApplicationValuePhp.xpt (+1 -1)
soundasleep 2011-05-07 15:46 Rev.: 2834

issue 244: updating codegen test cases

17 lines of code changed in 3 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+6 -6), SetApplicationValuePhp.xpt (+9 -9), UpdateClientCache.xpt (+2 -2)
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

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: StoreDbPhp.xpt (del)
soundasleep 2011-04-28 20:21 Rev.: 2718

issue 241: updating codegen templates

30 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+6 -2), SetApplicationValuePhp.xpt (+24 -20)
soundasleep 2011-01-10 12:19 Rev.: 2531

fixing codegen bug from r2524: renamed ActionEdgeDestination to Action, but did not update the codegen templates

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+1 -1)
soundasleep 2010-07-16 14:56 Rev.: 2506

reverting r2505; doesn't seem necessary

16 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: UpdateClientCache.xpt (+16 -12)
soundasleep 2010-07-16 14:47 Rev.: 2505

'fieldValue is set' is now a cached client-side condition

12 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: UpdateClientCache.xpt (+12 -16)
soundasleep 2010-07-12 20:56 Rev.: 2480

adding necessary condition includes to generated callbacks

6 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: SaveQueuedAttributePhp.xpt (+3), SaveQueuedStoreDomainObjectPhp.xpt (+3)
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

2 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+1 -1), StoreDbPhp.xpt (+1 -1)
soundasleep 2010-07-06 18:50 Rev.: 2441

calling a remote operation now supports up to 6 arguments

14 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: CallRemoteEvent.xpt (+14 -3)
soundasleep 2010-07-05 20:18 Rev.: 2431

chained operations may now occur for 'save' operations in DomainIterator and DomainAttributeInstances

4 lines of code changed in 2 files:

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

4 lines of code changed in 1 file:

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

2 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+1 -14), SetApplicationValuePhp.xpt (+1 -14)
soundasleep 2010-06-23 17:34 Rev.: 2364

updating codegen templates to use ActionEdge instead

6 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+6 -6)
soundasleep 2010-06-22 16:44 Rev.: 2360

updating codegen templates to use ActionEdge and other minor changes

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+1 -1)
soundasleep 2010-06-22 15:46 Rev.: 2357

updating codegen templates to metamodel changes

1 lines of code changed in 1 file:

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

7 lines of code changed in 7 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: InstanceJumpPhp.xpt (+1 -1), InstanceNextPhp.xpt (+1 -1), InstancePreviousPhp.xpt (+1 -1), InstanceResetPhp.xpt (+1 -1), InstanceSkipPhp.xpt (+1 -1), NewDomainInstancePhp.xpt (+1 -1), SetApplicationValuePhp.xpt (+1 -1)
soundasleep 2010-05-21 19:05 Rev.: 2284

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

8 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: SetApplicationValuePhp.xpt (+8 -1)
soundasleep 2010-05-21 12:20 Rev.: 2275

the guard condition around IteratorLists were interfering with contained DomainAttributeInstances being used to SetWire other values

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: SetApplicationValuePhp.xpt (+4 -1)
soundasleep 2010-05-20 21:58 Rev.: 2265

fixing the crash that was causing IteratorListSetWireSearch to fail

25 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: SetApplicationValuePhp.xpt (+25 -8)
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

5 lines of code changed in 1 file:

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

10 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: SetApplicationValuePhp.xpt (+10 -6)
soundasleep 2010-05-12 18:45 Rev.: 2168

work to get UserModifyRoles codegen test case to pass

4 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: AddRolePhp.xpt (+2 -1), RemoveRolePhp.xpt (+2 -1)
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

45 lines of code changed in 14 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: AddPermissionPhp.xpt (+1 -1), AddRolePhp.xpt (+5 -2), CreateDatabasePhp.xpt (del), InstanceJumpPhp.xpt (+1 -1), InstanceNextPhp.xpt (+1 -1), InstancePreviousPhp.xpt (+1 -1), InstanceResetPhp.xpt (+1 -1), InstanceSkipPhp.xpt (+1 -1), NewDomainInstancePhp.xpt (+2 -2), RemovePermissionPhp.xpt (+1 -1), RemoveRolePhp.xpt (+5 -2), SetApplicationValuePhp.xpt (+4 -4), StoreDbPhp.xpt (+21 -24), UpdateClientCache.xpt (+1 -1)
soundasleep 2010-05-07 16:51 Rev.: 2129

implementing Role using the new DomainIterator approach
implementing add/remove Role/Permissions

48 lines of code changed in 4 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: AddPermissionPhp.xpt (+12 -20), AddRolePhp.xpt (+12 -20), RemovePermissionPhp.xpt (+12 -20), RemoveRolePhp.xpt (+12 -20)
soundasleep 2010-05-06 15:47 Rev.: 2124

changing test case to work within a Session, not a Frame
adding code for set_session to correctly update a client

71 lines of code changed in 3 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: QueueStoreDomainAttribute.xpt (new 28), SetApplicationValuePhp.xpt (+28 -24), SetSessionPhp.xpt (+15 -4)
soundasleep 2010-04-29 13:33 Rev.: 2068

issue 171: removing loadStoredEvents code which isn't used

1 lines of code changed in 4 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: CreateDatabasePhp.xpt (+1 -1), EventsPhp.xpt (del), StoreDbPhp.xpt (-33), StoreEventsPhp.xpt (del)
soundasleep 2010-04-28 17:57 Rev.: 2055

issue 180: removing 'exists?' condition from codegen templates

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: UpdateClientCache.xpt (+1 -25)
soundasleep 2010-04-28 16:38 Rev.: 2051

fixing an issue where AJAX join nodes would not execute properly
set_session callbacks will now also update client-side cached values (like set_application_value)
OperationalExample codegen test case now passes
adding some sample code for what issue 176 may look like if generated to Java

22 lines of code changed in 2 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: SetApplicationValuePhp.xpt (+1), SetSessionPhp.xpt (+21)
soundasleep 2010-04-27 12:06 Rev.: 2030

since Changeable things have a fieldValue, they automatically should be ParameterEdgeSources
updating codegen templates to correctly update followed SyncWires for callback

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: SetApplicationValuePhp.xpt (+7 -9)
soundasleep 2010-04-26 20:53 Rev.: 2028

issue 170: updating codegen templates

9 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: SetApplicationValuePhp.xpt (+9 -14)
soundasleep 2010-04-15 14:46 Rev.: 1892

fixing the Requirement3DynamicParams codegen test case
alert messages can now be passed along from the server to the client
alert messages provided by the server will not be repeated if the message is an immediate duplicate

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: SetApplicationValuePhp.xpt (+11 -4)
soundasleep 2010-04-15 13:53 Rev.: 1889

issue 157: renaming Editable to Changeable

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: SetApplicationValuePhp.xpt (+2 -2)
soundasleep 2010-04-15 10:57 Rev.: 1886

issue 157: renaming onEdit to onChange
updating migration script

22 lines of code changed in 3 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: NewDomainInstancePhp.xpt (+1 -1), SetApplicationValuePhp.xpt (+3 -3), StoreDbPhp.xpt (+18 -18)
soundasleep 2010-04-11 23:31 Rev.: 1884

adding definition of 'jump' PrimitiveOperation
adding support for cached client-side arbitrary Properties
implementing 'limit' argument of SelectWire
SelectWireManyPaginate codegen test now passes

73 lines of code changed in 3 files:

  • org.openiaml.model.codegen.php/src/template/php/includes: CallRemoteEvent.xpt (+5 -2), InstanceJumpPhp.xpt (new 44), UpdateClientCache.xpt (+24 -6)
soundasleep 2010-04-11 21:35 Rev.: 1882

progress in implementing codegen test case SelectWireManyPaginate
DomainObjectInstance.onChange events are now fired when the SelectWire is re-evaluated
implementing derived DomainObjectInstance property 'results'
implementing DecisionNode in execution flow

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: UpdateClientCache.xpt (+2)
soundasleep 2010-04-10 20:43 Rev.: 1868

fixing a failing test case, where operations were not being included correctly

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.php/src/template/php/includes: StoreDbPhp.xpt (+4 -2)

(28 more)

Generated by StatSVN 0.7.0