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

Directory Created:
2009-01-28 11:05
Directory Deleted:
2009-10-06 11:30
Total Files:
0
Deleted Files:
2
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
soundasleep 24 (100.0%) 4991 (100.0%) 207.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 2 files:

  • org.openiaml.model.codegen.oaw/src/template/js/includes: DefaultJs.xpt (del), PrototypeJs.xpt (del)
soundasleep 2009-07-27 17:36 Rev.: 890

moving js library functions to runtime library plugin

0 lines of code changed in 1 file:

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

0 lines of code changed in 1 file:

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

NewInstanceObjectAutosave test cases now pass

1 lines of code changed in 1 file:

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

domain attributes with autosave turned off now work propertly

73 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js/includes: DefaultJs.xpt (+73 -53)
soundasleep 2009-05-13 19:04 Rev.: 690

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

12 lines of code changed in 1 file:

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

6 lines of code changed in 1 file:

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

49 lines of code changed in 1 file:

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

5 lines of code changed in 1 file:

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

javascript store_db and set_session now calls execute_queued_url
PropertiesFileWithInputForm now passes

4 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js/includes: DefaultJs.xpt (+4 -44)
soundasleep 2009-04-16 16:46 Rev.: 594

adding DataFlowTemporaryVariable test case
removing SessionConditions test case

13 lines of code changed in 1 file:

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

10 lines of code changed in 1 file:

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

18 lines of code changed in 1 file:

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

78 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js/includes: DefaultJs.xpt (+78)
soundasleep 2009-03-26 18:01 Rev.: 530

implemented a client-side store_event queue (which makes testing much slower now)
elements connected via multiple sync wires now also connect to other related sync wires (although conditions are not copied)

70 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js/includes: DefaultJs.xpt (+70 -17)
soundasleep 2009-03-25 17:28 Rev.: 522

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

9 lines of code changed in 1 file:

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

1 lines of code changed in 1 file:

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

24 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js/includes: DefaultJs.xpt (+24 -1)
soundasleep 2009-02-04 12:48 Rev.: 451

adding support for pre-loading ajax calls
3/5 properties test cases now pass

30 lines of code changed in 1 file:

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

36 lines of code changed in 1 file:

  • org.openiaml.model.codegen.oaw/src/template/js/includes: DefaultJs.xpt (+36 -24)
soundasleep 2009-02-03 15:14 Rev.: 447

minor fixes to resolve failing test cases

4 lines of code changed in 1 file:

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

reorganising code generation templates

4548 lines of code changed in 2 files:

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