April 2009 Commit Log

Number of Commits:
65
Number of Active Developers:
1
soundasleep 2009-04-30 13:51 Rev.: 619

splitting codegen tests into separate suites per model version

3136 lines of code changed in 102 files:

soundasleep 2009-04-30 13:27 Rev.: 617

updating all plugin versions to 0.2.1
removing simpletest from testing framework (unused)

4912 lines of code changed in 149 files:

soundasleep 2009-04-23 17:21 Rev.: 614

errors occured while generating code are now stored in CustomOAWLog
checks.chk can now be tested in test cases

281 lines of code changed in 8 files:

soundasleep 2009-04-23 15:41 Rev.: 613

we can finally control OAW logging directly from within the Eclipse plugin

105 lines of code changed in 2 files:

soundasleep 2009-04-20 11:36 Rev.: 612

migration test now also tries opening the sub diagrams

54 lines of code changed in 3 files:

soundasleep 2009-04-17 18:50 Rev.: 611

javascript store_db and set_session now calls execute_queued_url
PropertiesFileWithInputForm now passes

55 lines of code changed in 8 files:

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

128 lines of code changed in 14 files:

soundasleep 2009-04-17 17:24 Rev.: 609

adding inference tests for database/properties test cases

277 lines of code changed in 8 files:

soundasleep 2009-04-17 16:38 Rev.: 608

adding tests for database objects (both db and properties); they should synchronise immediately, not only on form submission
having to add FileDomain* creation tools to the Visual editor (issue 36)

5199 lines of code changed in 9 files:

soundasleep 2009-04-17 16:21 Rev.: 607

adding a test for input forms (properties files)

19 lines of code changed in 1 file:

soundasleep 2009-04-17 15:52 Rev.: 606

adding diffs to keep new OpenDiagramPolicies for domain stores

35 lines of code changed in 2 files:

soundasleep 2009-04-17 15:50 Rev.: 605

AbstractDomainStores can now directly contain AbstractDomainAttributes without having to first go through an AbstractDomainObject

403 lines of code changed in 20 files:

soundasleep 2009-04-17 15:47 Rev.: 604

adding an example model of a database connected to input forms

19 lines of code changed in 1 file:

soundasleep 2009-04-17 14:48 Rev.: 599

minor unsaved changes

5 lines of code changed in 3 files:

soundasleep 2009-04-17 14:16 Rev.: 598

dynamic templates that allow DataFlowEdges to be stored as part of the open Operation editor, if they cannot be stored directly in the ApplicationElementProperty (issue 34)

152 lines of code changed in 2 files:

soundasleep 2009-04-17 12:11 Rev.: 595

adding example operations images

43 lines of code changed in 3 files:

soundasleep 2009-04-16 16:46 Rev.: 594

adding DataFlowTemporaryVariable test case
removing SessionConditions test case

208 lines of code changed in 12 files:

soundasleep 2009-04-16 15:38 Rev.: 593

adding test models for temporary variables set during operation flow, and conditions on sync wires between sessions

60 lines of code changed in 2 files:

soundasleep 2009-04-16 13:19 Rev.: 592

adding multiple cross-session test case SessionSyncWiresMultiple

129 lines of code changed in 2 files:

soundasleep 2009-04-16 13:10 Rev.: 591

adding SessionSyncInSession test case
operations in pages in a session but outside the current page will now be called remotely

119 lines of code changed in 3 files:

soundasleep 2009-04-16 12:43 Rev.: 590

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

24 lines of code changed in 3 files:

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

184 lines of code changed in 12 files:

soundasleep 2009-04-15 16:07 Rev.: 588

adding SessionSyncWires inference test case
elements connected within Sessions to Sync with outside elements now create 'init' events that initialise outside Sync elements

274 lines of code changed in 10 files:

soundasleep 2009-04-15 15:03 Rev.: 587

adding session initialisation test diagram

16 lines of code changed in 1 file:

soundasleep 2009-04-15 14:58 Rev.: 586

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

59 lines of code changed in 4 files:

soundasleep 2009-04-15 13:22 Rev.: 585

adding basic Session tests

176 lines of code changed in 4 files:

soundasleep 2009-04-15 13:11 Rev.: 584

text fields cannot be stored directly in a session

3 lines of code changed in 1 file:

soundasleep 2009-04-15 13:07 Rev.: 583

adding session test cases for sync wires

62 lines of code changed in 4 files:

Repository Tag: version-0.2.0
soundasleep 2009-04-09 14:09 Rev.: 579

building and publishing version 0.2

50 lines of code changed in 4 files:

soundasleep 2009-04-09 13:04 Rev.: 578

updating all projects metainf to version 0.2.0

5812 lines of code changed in 28 files:

soundasleep 2009-04-08 23:54 Rev.: 577

test cases now close created projects at the end of each test

18 lines of code changed in 2 files:

soundasleep 2009-04-08 23:13 Rev.: 576

adding a test for plugin ID/name uniqueness across gmfgens

36 lines of code changed in 1 file:

soundasleep 2009-04-08 23:03 Rev.: 575

added a generatedRule property to GeneratedElements
elements generated by drools can now include their generated rule source (issue 27)

1858 lines of code changed in 40 files:

soundasleep 2009-04-07 22:18 Rev.: 570

refreshing requirements images and re-exporting them to png

276 lines of code changed in 6 files:

soundasleep 2009-04-07 22:11 Rev.: 569

adding a test case for initial requirement 5: operations (passes)

61 lines of code changed in 2 files:

soundasleep 2009-04-07 22:01 Rev.: 568

adding a new operations requirement example

229 lines of code changed in 2 files:

soundasleep 2009-04-07 21:55 Rev.: 567

adding a test case for initial requirement 6: simple conditions (passes)

65 lines of code changed in 2 files:

soundasleep 2009-04-07 21:51 Rev.: 566

adding additional initial requirement: conditions on wires

17 lines of code changed in 2 files:

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

115 lines of code changed in 8 files:

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

449 lines of code changed in 13 files:

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

143 lines of code changed in 9 files:

soundasleep 2009-04-07 00:41 Rev.: 561

adding a simple ReloadPage model, used to test the reloading of pages

6 lines of code changed in 1 file:

soundasleep 2009-04-07 00:26 Rev.: 560

removed the logic of SyncWires A-B and B-C automatically chaining A-C, as the conditions attached to these SyncWires makes this chaining useless: see sync-wires.drl

406 lines of code changed in 9 files:

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

128 lines of code changed in 14 files:

soundasleep 2009-04-06 19:02 Rev.: 558

reduced the number of ParameterWires by only copying Parameters through explicit code when SyncWires are chained, rather than implicit derivation
however, now some test cases fail

28 lines of code changed in 1 file:

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)

719 lines of code changed in 15 files:

soundasleep 2009-04-06 16:23 Rev.: 556

adding a 'page3' to the Xpath example

14 lines of code changed in 1 file:

soundasleep 2009-04-06 15:18 Rev.: 555

adding a complex example for defining the semantics of chained sync wire generation

21 lines of code changed in 1 file:

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

299 lines of code changed in 13 files:

soundasleep 2009-04-06 13:05 Rev.: 553

ParameterWires are now copied over for copied SyncWires

141 lines of code changed in 4 files:

soundasleep 2009-04-06 12:21 Rev.: 552

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

65 lines of code changed in 2 files:

soundasleep 2009-04-06 12:21 Rev.: 551

adding a simple XPath dynamic set example

11 lines of code changed in 1 file:

soundasleep 2009-04-03 16:58 Rev.: 550

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

89 lines of code changed in 4 files:

soundasleep 2009-04-03 16:14 Rev.: 549

generated SyncWires now also copy over ConditionWires (but not yet parameters)
updating GMF diffs

222 lines of code changed in 9 files:

soundasleep 2009-04-03 15:26 Rev.: 547

adding ConditionWire to root editor

358 lines of code changed in 6 files:

soundasleep 2009-04-03 15:20 Rev.: 546

adding a server-side condition wire model

16 lines of code changed in 1 file:

soundasleep 2009-04-03 15:08 Rev.: 545

initial expansions of conditions; ConditionWireFalse test case now succeeds

89 lines of code changed in 5 files:

soundasleep 2009-04-03 14:37 Rev.: 544

adding an inference test for making sure the ConditionWires are actually created

227 lines of code changed in 7 files:

soundasleep 2009-04-03 13:34 Rev.: 543

fixing the definition of assertFieldNotEquals

9 lines of code changed in 1 file:

soundasleep 2009-04-03 13:26 Rev.: 542

adding the test case code for ConditionWireFalse

87 lines of code changed in 5 files:

soundasleep 2009-04-03 13:22 Rev.: 541

adding a ConditionWireFalse test case model, which is just a condition that always fails

15 lines of code changed in 1 file:

soundasleep 2009-04-03 13:16 Rev.: 540

adding CompositeCondition to Pages

4910 lines of code changed in 4 files:

soundasleep 2009-04-02 15:09 Rev.: 538

minor changes

18 lines of code changed in 1 file:

soundasleep 2009-04-01 17:26 Rev.: 537

expanding on the ConditionWire-type rules, but they still don't currently do anything

98 lines of code changed in 2 files:

soundasleep 2009-04-01 16:57 Rev.: 536

clearing up deep SyncWire chaining

6 lines of code changed in 2 files:

March 2009 »

Generated by StatSVN 0.7.0