October 2007 Commit Log

Number of Commits:
53
Number of Active Developers:
2
JeffMoore 2007-10-26 01:20 Rev.: 622

Added test cases for raw formatter.

42 lines of code changed in 3 files:

norbertmocsnik 2007-10-25 14:09 Rev.: 621

Optimized the previous fix.

1 lines of code changed in 1 file:

norbertmocsnik 2007-10-25 13:10 Rev.: 620

Fixed notice.

1 lines of code changed in 1 file:

norbertmocsnik 2007-10-25 13:04 Rev.: 619

Optimized the previous fix.

1 lines of code changed in 1 file:

norbertmocsnik 2007-10-25 12:46 Rev.: 618

Fixed test runner notices.

1 lines of code changed in 1 file:

JeffMoore 2007-10-25 05:09 Rev.: 617

Added some new tags for strucuting an HTML page.

3 lines of code changed in 5 files:

JeffMoore 2007-10-24 19:52 Rev.: 616

Consolodated exceptions for the template compiler into a single file.

975 lines of code changed in 13 files:

JeffMoore 2007-10-24 17:32 Rev.: 615

Changed parent to fit in new template node inheritance heirarchy.

23 lines of code changed in 1 file:

JeffMoore 2007-10-24 17:25 Rev.: 614

Fixed bug where template name would not appear in error messages.
Added an exception if the wact:id attribute is used in a tag that is not
a view tag.

135 lines of code changed in 11 files:

JeffMoore 2007-10-24 01:31 Rev.: 613

Fixed long standing failing test case.

2 lines of code changed in 1 file:

JeffMoore 2007-10-24 01:12 Rev.: 612

Changed the order of the generation phases so constructors are generated first.

10 lines of code changed in 4 files:

JeffMoore 2007-10-23 15:43 Rev.: 611

Changed runtime to view.

3 lines of code changed in 1 file:

JeffMoore 2007-10-23 15:39 Rev.: 610

renamed:
viewFile to parentViewFile
viewClass to parentViewClass
getRuntimeClassName to getViewClass

62 lines of code changed in 21 files:

JeffMoore 2007-10-23 15:05 Rev.: 609

Renamed runtimeComponentName to viewClass and runtimeIncludeFile to viewFile.

85 lines of code changed in 17 files:

JeffMoore 2007-10-23 14:39 Rev.: 608

Replaced rarely used, confusing, and buggy dataParent property of view with
a function to calculate the correct value in context.

34 lines of code changed in 6 files:

JeffMoore 2007-10-23 04:10 Rev.: 607

Removed distinction between two kinds of generic tags.

10 lines of code changed in 5 files:

JeffMoore 2007-10-23 03:56 Rev.: 606

Major restructuring of the code generation for paint methods.
Split functionality between View template nodes and Inline template nodes.
Nodes that are signaled to have a view analog, no longer have their paint
methods generated. This fixes a variety of subtle bugs.

This change revealed a preexisting bug in the datasource tag.
The wrap tag and the wact:link tags have not been adjusted to the new
heirarchy yet.

209 lines of code changed in 18 files:

JeffMoore 2007-10-22 21:10 Rev.: 605

Converted tag to inline parent.
Removed Directive node type.

2 lines of code changed in 1 file:

JeffMoore 2007-10-22 21:07 Rev.: 604

Converted to use inline parent.

2 lines of code changed in 1 file:

JeffMoore 2007-10-22 04:33 Rev.: 603

Introduced a new parent template node type to hold template nodes that will
never have corresponding view nodes.

74 lines of code changed in 8 files:

JeffMoore 2007-10-22 04:24 Rev.: 602

Added implementation of getRawEventString (untested)

1 lines of code changed in 1 file:

JeffMoore 2007-10-22 01:35 Rev.: 601

Simplified the specification of view components by removing the special
behavior of the runat attribute. All view elements are now identified by
the wact:id attribute.
A special value for wact:id (*) allows a component to be specified without
choosing a specific id. This
<p runat="server">
is now represented as
<p wact:id="*">

60 lines of code changed in 14 files:

JeffMoore 2007-10-21 23:54

Fixed failing test case for wrap tag.

0 lines of code changed in 6 files:

JeffMoore 2007-10-21 22:54 Rev.: 598

Changed to use the save/restore paradigm for code writer scoping.

13 lines of code changed in 3 files:

JeffMoore 2007-10-21 22:30 Rev.: 597

Changed return value for createMethod, CreateFunction, and CreateClass
to return original scope, the same as the switchToXxxScope methods. This
allows these method calls to be used with the change to scope, change back
pattern. Since they returned the name they were passed, no real value is
lost.

27 lines of code changed in 2 files:

JeffMoore 2007-10-21 21:39 Rev.: 596

Added methods for discovering the current class, method or function.

84 lines of code changed in 1 file:

JeffMoore 2007-10-21 21:31 Rev.: 595

Cleaned up a few variable names to maintain function method distinction.

38 lines of code changed in 2 files:

JeffMoore 2007-10-21 21:19 Rev.: 594

Split SwitchScope method by type of scope.

145 lines of code changed in 6 files:

JeffMoore 2007-10-21 20:29 Rev.: 593

Split the concept of function into functions and methods to allow better
use of polymorphism.

248 lines of code changed in 3 files:

JeffMoore 2007-10-21 18:44 Rev.: 592

Consolodated code writer exception files into a single file.

331 lines of code changed in 3 files:

JeffMoore 2007-10-21 05:49 Rev.: 591

Prevent an exception if an endtag isn't specified for a tag that would not
normally have children. The tags that are defined as never having children
are enumerated from the html specification.

54 lines of code changed in 4 files:

JeffMoore 2007-10-21 04:29 Rev.: 590

Removed unused function.

0 lines of code changed in 1 file:

JeffMoore 2007-10-21 03:47 Rev.: 589

Introduced polymorhpic solution for generating constructor signatures.

31 lines of code changed in 6 files:

JeffMoore 2007-10-21 02:27 Rev.: 588

Re-enabled disabled tests.

18 lines of code changed in 1 file:

JeffMoore 2007-10-21 02:27 Rev.: 587

Split WactCompilingContext to separate file.

34 lines of code changed in 2 files:

JeffMoore 2007-10-21 01:34 Rev.: 586

Removed PHP 4 pass by reference.

1 lines of code changed in 1 file:

JeffMoore 2007-10-21 01:25 Rev.: 585

Repaired disabled test case.

4 lines of code changed in 1 file:

JeffMoore 2007-10-21 01:18 Rev.: 584

Fixed bugs introduced in r51 when tag and source location were changed to
protected variables on WactTemplateNode.

17 lines of code changed in 3 files:

JeffMoore 2007-10-21 00:17 Rev.: 583

Removed obsolute documentation links to the wiki.

0 lines of code changed in 31 files:

JeffMoore 2007-10-21 00:12 Rev.: 582

Removed obsolute convention for returning NULL.

2 lines of code changed in 1 file:

JeffMoore 2007-10-21 00:10 Rev.: 581

Updated documentation, added html tag back.

50 lines of code changed in 2 files:

JeffMoore 2007-10-21 00:09 Rev.: 580

Began process of converting the web console class to "eat our own dogfood" as
use Wact classes for its internal architecture.

9 lines of code changed in 1 file:

JeffMoore 2007-10-21 00:08 Rev.: 579

Turn appropriate HTML tags into partial views.

1 lines of code changed in 1 file:

JeffMoore 2007-10-20 05:33 Rev.: 578

Added an example showing how the root class of a template tree can be set
via the load template interface.

5 lines of code changed in 2 files:

JeffMoore 2007-10-20 05:32 Rev.: 577

Updated for new controller changes.

6 lines of code changed in 1 file:

JeffMoore 2007-10-19 00:24 Rev.: 576

Removed static index page and began introduction of a Wact Project Console
web application to access the variety of wact based tools through the browser.

342 lines of code changed in 7 files:

JeffMoore 2007-10-19 00:21 Rev.: 575

Some notes on future directions for coordinating multiple partial views that
compose a single HTML page as well as how to integrate their externally
referenced resources.

68 lines of code changed in 3 files:

JeffMoore 2007-10-18 20:19 Rev.: 574

Added methods to allow building the children of a view in a different order
than the order in which they will be displayed.

102 lines of code changed in 2 files:

norbertmocsnik 2007-10-18 16:22 Rev.: 573

Renamed some templates to propose a new template naming suggestion. (Test how convenient this is in your editor/IDE!)

20 lines of code changed in 5 files:

norbertmocsnik 2007-10-18 16:12 Rev.: 572

Added WactTransformIterator.
Updated CRUD example:
- Added "sefid" calculated field
- Moved editable form fields out into a common file called "fields.tpl.html"
- Added an example transformer
- Changed MDB2 fetch mode from MDB2_FETCHMODE_ASSOC to MDB2_FETCHMODE_OBJECT
- Added some notes

114 lines of code changed in 13 files:

norbertmocsnik 2007-10-18 15:15 Rev.: 571

Removed unnecessary parameter specifications. (It's gonna take some time to get used to this ;))

2 lines of code changed in 2 files:

norbertmocsnik 2007-10-09 14:06 Rev.: 570

Reorganized CRUD example.
Added MDB2-based model with MySQL access.
Added list of things to complete and clean up before the release.

139 lines of code changed in 12 files:

norbertmocsnik 2007-10-09 14:05 Rev.: 569

Added missing include.

1 lines of code changed in 1 file:

September 2007 »

Generated by StatSVN 0.4.0