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

Directory Created:
2008-10-29 21:51
Directory Deleted:
2009-10-06 11:30
Total Files:
0
Deleted Files:
6
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 49 (100.0%) 5506 (100.0%) 112.3

Most Recent Commits

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

renaming codegen.oaw plugin to codegen.php

0 lines of code changed in 6 files:

  • org.openiaml.model.codegen.oaw/src/template/js: Conditions.xpt (del), DefaultJs.xpt (del), DomainInstance.xpt (del), DynamicElements.xpt (del), Operations.xpt (del), PrototypeJs.xpt (del)
soundasleep 2009-08-06 00:43 Rev.: 914

issue 78: refactoring last of JS operational modelling - conditions, domain objects
issue 80: a brief refactoring of domain object code
a brief refactoring of dynamic elements code

32 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: DefaultJs.xpt (new 32)
soundasleep 2009-08-05 23:59 Rev.: 913

issue 78: refactoring rest of js/Operations.xpt into new operation templates

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Conditions.xpt (+1 -1)
soundasleep 2009-08-05 23:11 Rev.: 912

issue 78: started refactoring in JS operation code into unified operation templates

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (-318)
soundasleep 2009-07-27 19:26 Rev.: 894

issue 75: moving header.php into runtime folder
issue 73: adding unit tests for php runtime code
queue_log_messages now defaults to on

0 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: DynamicElements.xpt (changed)
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

5 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: DomainInstance.xpt (+5 -1)
soundasleep 2009-05-15 14:16 Rev.: 695

NewInstanceObjectAutosave test cases now pass

16 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+16 -1)
soundasleep 2009-05-15 12:26 Rev.: 693

domain attributes with autosave turned off now work propertly

40 lines of code changed in 2 files:

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

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

1 lines of code changed in 1 file:

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

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: DomainInstance.xpt (+7)
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

16 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+16 -8)
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

30 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/js: DomainInstance.xpt (new 22), Operations.xpt (+8)
soundasleep 2009-05-04 14:58 Rev.: 634

adding button test cases
'click' wires can now implicitly be linked to buttons
InputTextFields can now be used directly as ParameterWire sources

33 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+33)
soundasleep 2009-04-17 18:50 Rev.: 611

javascript store_db and set_session now calls execute_queued_url
PropertiesFileWithInputForm now passes

5 lines of code changed in 1 file:

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

33 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+33 -16)
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/js: Conditions.xpt (+12 -11), Operations.xpt (+30 -1)
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

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+4 -1)
soundasleep 2009-04-07 02:01 Rev.: 562

when changing text fields that are not contained within any client/session container, they are now explicitly saved on the server
some tests of not-contacting-server had to be removed
adding ReloadPage test case to test that simply reloading the page does not lose the values entered
all test cases now pass (Requirement4DynamicSources might have asynchronous issues)
generated set_application_value.php now actually sets values

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+3)
soundasleep 2009-04-06 22:30 Rev.: 559

test cases no longer fail
source elements in dynamic sources no longer get too many conditions
giving other parameter wires names
organising imports

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Conditions.xpt (+1 -1)
soundasleep 2009-04-06 18:49 Rev.: 557

still trying to get dynamic element sources to work
cleaned up some drools files
ParameterWires temporarily have names
currently generated ConditionWires are generating too many incoming ParameterWires (selecting all possible elements as parameters)

1 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Conditions.xpt (+1)
soundasleep 2009-04-06 15:11 Rev.: 554

implementing xpathMatch
unnecessary xml site-generation code
currently SyncWire chaining is not copying over conditions off said chained wires

38 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/js: DynamicElements.xpt (new 26), Operations.xpt (+12)
soundasleep 2009-04-06 12:21 Rev.: 552

decision conditions now expand out (in particular, the XPath condition)

56 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Conditions.xpt (+56)
soundasleep 2009-04-03 16:58 Rev.: 550

all conditions in an InternetApplication are now included in js on each page

3 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Conditions.xpt (+3 -3)
soundasleep 2009-04-03 15:08 Rev.: 545

initial expansions of conditions; ConditionWireFalse test case now succeeds

74 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/js: Conditions.xpt (new 61), Operations.xpt (+13 -8)
soundasleep 2009-03-26 13:44 Rev.: 527

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

8 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+8 -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

18 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+18 -4)
soundasleep 2009-02-04 16:11 Rev.: 454

'access' EventTriggers for InputTextFields now occur once the page is fully loaded, not on-rendering
remote parameter sources from a TextField on another page now return either an empty string, or a failure

15 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+15 -1)
soundasleep 2009-02-04 15:43 Rev.: 453

moving errors in Operations.xpt to throw exceptions instead
adding remote property source for database-sourced content
adding support for testing the frequency of remote javascript calls
runtime debug information is now displayed in nice css

62 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+62 -15)
soundasleep 2009-02-03 16:09 Rev.: 448

cleaned up ajax script in codegen
initial work at adding 'access' EventTrigger and remote FileDomainStore access
currently it fails with a 'ajax monitor not found' error, because text.access calls text.update, which triggers text.edit, which calls attribute.update

46 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: Operations.xpt (+46 -12)
soundasleep 2009-01-28 11:05 Rev.: 412

reorganising code generation templates

354 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/js: DefaultJs.xpt (del), Operations.xpt (new 354)
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)

87 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: DefaultJs.xpt (+87)
soundasleep 2008-11-10 15:00 Rev.: 309

SyncFieldDomainAttribute test case now passes

8 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: DefaultJs.xpt (+8 -4)
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)

23 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: DefaultJs.xpt (+23 -2)
soundasleep 2008-11-05 00:13 Rev.: 275

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

7 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: DefaultJs.xpt (+7 -4)
soundasleep 2008-11-03 13:18 Rev.: 257

trying to improve code generation of operations across multiple pages to pass the test cases - currently still fails

11 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: DefaultJs.xpt (+11 -4)
soundasleep 2008-10-29 23:48 Rev.: 252

adding preliminary support for operations spanning across multiple pages

14 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js: DefaultJs.xpt (+14)
soundasleep 2008-10-29 21:51 Rev.: 251

adding some basic javascript support to the code generation, although it's not used yet

4412 lines of code changed in 2 files:

  • org.openiaml.model.codegen.oaw/src/template/js: DefaultJs.xpt (new 83), PrototypeJs.xpt (new 4329)
Generated by StatSVN 0.7.0