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

Directory Created:
2008-10-29 23:48
Directory Deleted:
2009-10-06 11:30
Total Files:
0
Deleted Files:
13
Lines of Code:
0

[root]/org.openiaml.model.codegen.oaw/src/template/php
                    Folder removed from repo includes (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 81 (100.0%) 2018 (100.0%) 24.9

Most Recent Commits

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

renaming codegen.oaw plugin to codegen.php

0 lines of code changed in 13 files:

  • org.openiaml.model.codegen.oaw/src/template/php: ClearSessionPhp.xpt (del), Conditions.xpt (del), CreateDomainStorePhp.xpt (del), DatabaseDump.xpt (del), DomainInstance.xpt (del), DynamicElements.xpt (del), EventTrigger.xpt (del), EventsPhp.xpt (del), HeaderPhp.xpt (del), SetApplicationValuePhp.xpt (del), SetSessionPhp.xpt (del), StoreDbPhp.xpt (del), StoreEventsPhp.xpt (del)
soundasleep 2009-09-04 18:47 Rev.: 1091

updating database dump script to actually output entire database contents
updating css to match

44 lines of code changed in 1 file:

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

36 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: DatabaseDump.xpt (new 36)
soundasleep 2009-08-30 23:52 Rev.: 1071

generated inherited databases no longer create duplicates of fields
adding test case to check created tables in multiple inheritance

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: CreateDomainStorePhp.xpt (+2 -1)
soundasleep 2009-08-06 17:04 Rev.: 920

adding "primaryKey" attribute to DomainAttributes
issue 65: if a DomainObject does not contain a DomainAttribute[primary key], it will automatically be created
primary key attributes currently have to be integer auto_increment
all test cases pass

6 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: CreateDomainStorePhp.xpt (+6 -1)
soundasleep 2009-08-05 20:55 Rev.: 908

issue 78: removing old php/EventTrigger templates and merging other templates

2 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: Conditions.xpt (-7), DomainInstance.xpt (+2 -2)
soundasleep 2009-08-05 20:44 Rev.: 907

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

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: EventTrigger.xpt (-27)
soundasleep 2009-05-15 15:56 Rev.: 698

NewInstanceAttributeSessionAutosave test cases now pass
adding test case to make sure no phantom wires exist
clearing up ButtonSetValue test case

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: DomainInstance.xpt (+2 -2)
soundasleep 2009-05-15 15:12 Rev.: 696

NewInstanceAttributeSession test cases now pass
fixing clear session generated code
adding 'trace' parameter to default exception page

119 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: DomainInstance.xpt (+118 -3), EventTrigger.xpt (+1 -1)
soundasleep 2009-05-15 14:16 Rev.: 695

NewInstanceObjectAutosave test cases now pass

64 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: DomainInstance.xpt (+64 -49)
soundasleep 2009-05-15 13:21 Rev.: 694

NewInstanceObject test case now passes

167 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: DomainInstance.xpt (+167 -4)
soundasleep 2009-05-15 12:26 Rev.: 693

domain attributes with autosave turned off now work propertly

61 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: DomainInstance.xpt (+31), EventTrigger.xpt (+30 -6)
soundasleep 2009-05-13 19:04 Rev.: 690

adding test case when users enter in an invalid value
adding 'redirect' client-side instruction

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: DomainInstance.xpt (+4 -2)
soundasleep 2009-05-13 18:25 Rev.: 689

SelectMissing: handling values not present in the database
SelectFieldExplicit: selecting values without query parameters
exception.php: a default exception page

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: DomainInstance.xpt (+3)
soundasleep 2009-05-13 16:50 Rev.: 688

resolving SelectFieldFromDynamicQuery test case
when set_application_value is called, additional instructions can now be executed by the client on response
initial default values are saved explicitly to the server if they do not yet exist

5 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: EventTrigger.xpt (+5)
soundasleep 2009-05-13 12:48 Rev.: 687

adding various test cases for fail handlers within sessions
pages and sessions now correctly handle failing operations when accessed

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: EventTrigger.xpt (+2 -2)
soundasleep 2009-05-08 18:07 Rev.: 668

initial work in removing references to FileDomainStores drools and codegen templates
adding test to make sure exceptions stop the current execution
refactoring drools implementations into a single superclass
not all test cases pass yet

21 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: CreateDomainStorePhp.xpt (+20 -28), EventTrigger.xpt (+1 -1)
soundasleep 2009-05-04 21:46 Rev.: 647

SelectField from queries now pass
starting to move setUp() to directly use the current class as the inspiration for the source model, rather than a string (error-prone)

5 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: DomainInstance.xpt (+5 -2)
soundasleep 2009-05-04 21:01 Rev.: 646

adding test cases for Domain Objects, and dynamic queries
SelectFieldFromObject now passes
adding inference test for SelectFieldFromObject

6 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: DomainInstance.xpt (+6)
soundasleep 2009-05-04 19:35 Rev.: 644

SelectField test case now passes
adding inference test case for SelectField
adding smaller test case in SelectField to ensure the database value is being written earlier
DomainAttributeInstances now generate 'update' operations

84 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: DomainInstance.xpt (+75 -3), EventTrigger.xpt (+9 -1)
soundasleep 2009-05-04 18:39 Rev.: 643

InputTextFields sync'd with a DomainAttributeInstance now initialise themselves from the database

96 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: CreateDomainStorePhp.xpt (+1 -1), DomainInstance.xpt (new 95)
soundasleep 2009-04-17 18:06 Rev.: 610

CreateDomainStorePhp now throws exceptions
code generation templates for DomainStores directly containing DomainAttributes
replaced local_die with throwing server-side exceptions

20 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: CreateDomainStorePhp.xpt (+20 -6)
soundasleep 2009-04-16 16:46 Rev.: 594

adding DataFlowTemporaryVariable test case
removing SessionConditions test case

42 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: Conditions.xpt (+12 -11), EventTrigger.xpt (+30 -2)
soundasleep 2009-04-16 12:43 Rev.: 590

resolved a problem with session properties not being selected properly
all test cases now pass

14 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: EventTrigger.xpt (+14 -9)
soundasleep 2009-04-15 17:49 Rev.: 589

moving create_database.php into separate template
header.php is now included as a header, not inserted manually
LoginHandlerKey tests are broken, along with others

47 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: Conditions.xpt (+2 -2), EventTrigger.xpt (+45 -25)
soundasleep 2009-04-15 14:58 Rev.: 586

remote calls now properly handle concurrent sessions (php locks if the current session is still open)

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: EventTrigger.xpt (+11 -1)
soundasleep 2009-04-07 16:39 Rev.: 564

logic behind DynamicApplicationElementSets are now generated server-side
all test cases now pass, however occasionally the xpath //label will NPE

39 lines of code changed in 3 files:

  • org.openiaml.model.codegen.oaw/src/template/php: Conditions.xpt (+2 -2), DynamicElements.xpt (new 26), EventTrigger.xpt (+11)
soundasleep 2009-04-07 15:51 Rev.: 563

deep operation chaining now works
operations can now be called on the server (albeit insecurely)
need to still implement DynamicApplicationElementSets on the server

221 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: Conditions.xpt (new 118), EventTrigger.xpt (+103 -3)
soundasleep 2009-03-26 13:44 Rev.: 527

implementing the rest of requirement 3: dynamic parameter sources
added the basic 'alert' and 'javascriptAlert' operations

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: EventTrigger.xpt (+7 -1)
soundasleep 2009-03-25 17:28 Rev.: 522

adding requirement 1 (sync wires) as an explicit test case
InternetApplication can now directly contain DomainObjects

23 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: CreateDomainStorePhp.xpt (+23)
soundasleep 2009-02-03 13:01 Rev.: 443

adding php codegen code for FileDomainStores: properties file loading/saving

18 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: CreateDomainStorePhp.xpt (+18 -1)
soundasleep 2009-01-28 11:05 Rev.: 412

reorganising code generation templates

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: EventTrigger.xpt (+1 -1)
soundasleep 2009-01-27 21:50 Rev.: 410

merging r351:r409 from branch 2008-11-ecore-0.2 back into trunk (initial model v0.2 changes)

441 lines of code changed in 9 files:

  • org.openiaml.model.codegen.oaw/src/template/php: ClearSessionPhp.xpt (new 22), CreateDomainStorePhp.xpt (+3 -3), EventTrigger.xpt (new 252), EventsPhp.xpt (+1 -1), HeaderPhp.xpt (+53 -1), SetApplicationValuePhp.xpt (new 53), SetSessionPhp.xpt (new 23), StoreDbPhp.xpt (+31 -12), StoreEventsPhp.xpt (+3 -4)
soundasleep 2008-11-10 15:57 Rev.: 314

added a complicated SyncWire example which connects multiple forms and DB objects together
added very limited loop-prevention code on the server side

20 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: StoreDbPhp.xpt (+20 -2)
soundasleep 2008-11-10 15:36 Rev.: 312

added SyncFormDomainObject test case

26 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: CreateDomainStorePhp.xpt (+1 -1), StoreDbPhp.xpt (+25 -15)
soundasleep 2008-11-10 15:00 Rev.: 309

SyncFieldDomainAttribute test case now passes

2 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: StoreDbPhp.xpt (+2 -2)
soundasleep 2008-11-10 14:50 Rev.: 308

generated code now stores singular db values in the database (but doesn't stay permanent across page refreshes)

179 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/php: StoreDbPhp.xpt (new 179)
soundasleep 2008-11-10 13:23 Rev.: 306

adding codegen code to generate domain objects in sqlite
upgrading jwebunit to latest trunk version

42 lines of code changed in 4 files:

  • org.openiaml.model.codegen.oaw/src/template/php: CreateDomainStorePhp.xpt (new 39), EventsPhp.xpt (+1 -1), HeaderPhp.xpt (+1 -1), StoreEventsPhp.xpt (+1 -1)
soundasleep 2008-11-10 12:00 Rev.: 305

adding SyncFieldDomainAttribute test case
adding Sqlite jar to tests to allow us to investigate the runtime database
adding initial test case for checking that the database exists when the application is initialised

37 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: EventsPhp.xpt (-14), HeaderPhp.xpt (new 37)
soundasleep 2008-11-05 00:13 Rev.: 275

merging improvements to SyncWiresPagesTestCase and tests (r270:r274) into trunk

18 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/php: EventsPhp.xpt (+15 -7), StoreEventsPhp.xpt (+3 -1)

(2 more)

Generated by StatSVN 0.7.0