April 2007 Commit Log

Number of Commits:
70
Number of Active Developers:
3
JeffMoore 2007-04-29 04:01 Rev.: 496

Removed unnecessary id attributes.

2 lines of code changed in 1 file:

JeffMoore 2007-04-29 03:55 Rev.: 495

Renamed WactCompiledResourceFinder to WactCompiledResourceLoader and
WactTemplateFinder to WactTemplateLoader.

295 lines of code changed in 24 files:

JeffMoore 2007-04-29 03:39 Rev.: 494

Renamed getResource method to load.

53 lines of code changed in 23 files:

JeffMoore 2007-04-29 03:30 Rev.: 493

Ported controller debugger from PHP 4.

6 lines of code changed in 1 file:

JeffMoore 2007-04-29 03:27 Rev.: 492

Ported Controller debugger from php 4.

1 lines of code changed in 1 file:

JeffMoore 2007-04-29 03:03 Rev.: 491

It turns out the id attributes were necessary to make a point in the
accompanying tutorial.

4 lines of code changed in 2 files:

JeffMoore 2007-04-29 02:42 Rev.: 490

Added begining of input tag support.

92 lines of code changed in 2 files:

JeffMoore 2007-04-29 02:41 Rev.: 489

Renamed debug to match debugger. Made dump into a static method call.

4 lines of code changed in 1 file:

JeffMoore 2007-04-29 02:39 Rev.: 488

Removed unnecessary attributes.

2 lines of code changed in 1 file:

norbertmocsnik 2007-04-28 22:25 Rev.: 487

Added front plugin path until the new WactPluginLocator gets done.

1 lines of code changed in 1 file:

norbertmocsnik 2007-04-28 22:24 Rev.: 486

Fixed var_export()s.

2 lines of code changed in 2 files:

norbertmocsnik 2007-04-28 22:23 Rev.: 485

Added missing includes.

4 lines of code changed in 1 file:

norbertmocsnik 2007-04-28 22:21 Rev.: 484

Reorganized wact:link internals.

16 lines of code changed in 1 file:

JeffMoore 2007-04-28 05:24 Rev.: 483

Minor refactoring.

3 lines of code changed in 1 file:

JeffMoore 2007-04-28 05:18 Rev.: 482

removed unnecessary includes.

0 lines of code changed in 1 file:

JeffMoore 2007-04-28 05:09 Rev.: 481

Moved code that loads large sections of the compiler out of the constructor.
This prevents large numbers of files from being included that will not be
used if the template is already cached.

7 lines of code changed in 1 file:

JeffMoore 2007-04-28 05:00 Rev.: 480

Added default organizer and cache to WactCompiledResourceFinder to simplify
simple examples of creating and displaying a template.

14 lines of code changed in 3 files:

JeffMoore 2007-04-28 03:43 Rev.: 479

Added form and textarea template tags along with example.

214 lines of code changed in 8 files:

norbertmocsnik 2007-04-28 03:07 Rev.: 478

Fixed wact:link example.

1 lines of code changed in 1 file:

norbertmocsnik 2007-04-28 03:01 Rev.: 477

Ported over the wact:link tag.

14 lines of code changed in 3 files:

JeffMoore 2007-04-28 02:36 Rev.: 476

Fixed error introduced with constructor generator changes.

4 lines of code changed in 1 file:

JeffMoore 2007-04-28 02:23 Rev.: 475

Simplified constructor generation code.

29 lines of code changed in 4 files:

JeffMoore 2007-04-27 08:24 Rev.: 474

Changed bad choice of default values.

1 lines of code changed in 1 file:

JeffMoore 2007-04-26 03:47 Rev.: 473

Fixed bug where empty, but defined parameters would not be recognized.

6 lines of code changed in 2 files:

JeffMoore 2007-04-26 03:32 Rev.: 472

Improved comments

7 lines of code changed in 1 file:

JeffMoore 2007-04-26 03:03 Rev.: 471

Split up hangman example into three separate files, one for the model,
one for the view and one for the controller.

224 lines of code changed in 3 files:

JeffMoore 2007-04-26 02:24 Rev.: 470

Removed addPublicChild, changed default child visibility to published.

90 lines of code changed in 8 files:

JeffMoore 2007-04-26 02:00 Rev.: 469

Added array offset notation for adding controller children.

146 lines of code changed in 3 files:

JeffMoore 2007-04-25 23:51 Rev.: 468

Small refactoring of addChild and addPublicChild interfaces.

3 lines of code changed in 1 file:

JeffMoore 2007-04-25 23:49 Rev.: 467

Added constants for access visibility, replacing booleans.

22 lines of code changed in 1 file:

norbertmocsnik 2007-04-25 16:51 Rev.: 466

Removed unnecessary function findSelfOrParentDataViewNode().

0 lines of code changed in 1 file:

JeffMoore 2007-04-25 00:29 Rev.: 465

renamed core:wrap to wact:wrap

42 lines of code changed in 7 files:

JeffMoore 2007-04-25 00:26 Rev.: 464

renamed core:placeholder to wact:placeholder

13 lines of code changed in 9 files:

JeffMoore 2007-04-25 00:24 Rev.: 463

Renamed core:literal to wact:literal.

27 lines of code changed in 4 files:

JeffMoore 2007-04-25 00:21 Rev.: 462

Changed w:list and w:listitem to wact:list and wact:listitem

3 lines of code changed in 3 files:

JeffMoore 2007-04-25 00:19 Rev.: 461

renamted core:include to wact:include

12 lines of code changed in 4 files:

JeffMoore 2007-04-25 00:17 Rev.: 460

renamed core:datasource to wact:datasource

15 lines of code changed in 3 files:

JeffMoore 2007-04-25 00:15 Rev.: 459

Renamed core:comment tag to wact:comment tag.

4 lines of code changed in 3 files:

JeffMoore 2007-04-25 00:14 Rev.: 458

renamed core:block to wact:block tag.

12 lines of code changed in 5 files:

JeffMoore 2007-04-25 00:08 Rev.: 456

Added comments & updated method visibility

10 lines of code changed in 1 file:

JeffMoore 2007-04-23 03:21 Rev.: 455

Updated property visibility for php 5.

83 lines of code changed in 1 file:

JeffMoore 2007-04-23 03:03 Rev.: 454

Removed logic for validation rules.

0 lines of code changed in 1 file:

JeffMoore 2007-04-23 03:01 Rev.: 453

Added fluent interface for declaring input parameters.

26 lines of code changed in 5 files:

JeffMoore 2007-04-23 02:33 Rev.: 452

Converted properties from var to protected and fixed up comments.

48 lines of code changed in 1 file:

norbertmocsnik 2007-04-21 20:56 Rev.: 451

Removed unnecessary parameter of WactTreeBuilder::addContent().

23 lines of code changed in 4 files:

norbertmocsnik 2007-04-21 20:42 Rev.: 450

Merged WactNodeBuilder back into WactTreeBuilder (and WactComponentParsingState).

357 lines of code changed in 6 files:

JeffMoore 2007-04-21 02:21 Rev.: 449

Added w:list and w:listitem tags with simple test case.

11 lines of code changed in 3 files:

JeffMoore 2007-04-21 01:51 Rev.: 448

Fixed failing test cases for from attribute.

26 lines of code changed in 2 files:

norbertmocsnik 2007-04-18 22:20 Rev.: 447

Renamed generate() methods (see r445).

21 lines of code changed in 2 files:

norbertmocsnik 2007-04-18 21:39 Rev.: 446

Imported the core:set tag.

283 lines of code changed in 9 files:

norbertmocsnik 2007-04-18 19:33 Rev.: 445

Unified method names to hopefully clarify things.

Now we have:

renderPaint() - was: generate(). Sets the scope and calls the following three methods.

preGeneratePaint() - was: preGenerate().
generatePaint() - was: generateContents().
postGeneratePaint() - was: postGenerate().


renderConstructor() - new method. Sets the scope and calls generateConstructor().

generateConstructor() - was: generateConstructor(). Can be overridden in children.

81 lines of code changed in 13 files:

norbertmocsnik 2007-04-18 18:21 Rev.: 444

Implemented WactTemplateCompilingContext.

116 lines of code changed in 7 files:

JeffMoore 2007-04-15 20:40 Rev.: 443

Fixed failing test cases due to scoping errors. Added debugging notes
on failing test case for from clause.

45 lines of code changed in 2 files:

JeffMoore 2007-04-15 20:38 Rev.: 442

detab

223 lines of code changed in 1 file:

JeffMoore 2007-04-15 20:05 Rev.: 441

Added ability for expression parsing to wrap expression in default filter.

329 lines of code changed in 3 files:

norbertmocsnik 2007-04-14 21:53 Rev.: 440

Moved scope switching out of the node subclasses into their ancestors. This needs some more clarification after the generate() methods are renamed.

22 lines of code changed in 5 files:

norbertmocsnik 2007-04-14 21:49 Rev.: 439

Simplified WactTextTemplateNode's HTML output.

1 lines of code changed in 1 file:

norbertmocsnik 2007-04-14 21:40 Rev.: 438

Enabled CodeWriter to return a scope reference that can be used later to switch the scope back.

114 lines of code changed in 2 files:

seregalimb 2007-04-14 10:34 Rev.: 437

-- fixed a couple of bugs in parser.inc.php

96 lines of code changed in 2 files:

JeffMoore 2007-04-03 21:34 Rev.: 436

Added logical boolean operators.

608 lines of code changed in 6 files:

JeffMoore 2007-04-03 19:25 Rev.: 435

Added dereferencing operator.

98 lines of code changed in 3 files:

JeffMoore 2007-04-03 18:42 Rev.: 434

Added string concatination operator.

53 lines of code changed in 4 files:

JeffMoore 2007-04-03 03:53 Rev.: 433

Added support for more literal constants.

121 lines of code changed in 3 files:

JeffMoore 2007-04-03 00:05 Rev.: 432

Some template test case refactoring.

119 lines of code changed in 11 files:

JeffMoore 2007-04-02 23:17 Rev.: 431

Improvements in expression parser to allow from attribute of datasource tag.
(datasource test cases fail because WactExpressionOutputTemplateNode
generates into the wrong scope.)

166 lines of code changed in 6 files:

JeffMoore 2007-04-01 03:52 Rev.: 430

Added support for databinding in template expressions along with
core:datasource tag, with an example and test cases.
(The from attribute is not yet implemented.)

293 lines of code changed in 11 files:

JeffMoore 2007-04-01 01:34 Rev.: 429

Added support for parenthetical expressions.

16 lines of code changed in 2 files:

JeffMoore 2007-04-01 00:43 Rev.: 428

Simplified parsing logic.

12 lines of code changed in 1 file:

JeffMoore 2007-04-01 00:33 Rev.: 427

Added support for unary minus sign.

9 lines of code changed in 2 files:

JeffMoore 2007-04-01 00:29 Rev.: 426

Debugged some problems with operator precedence.

110 lines of code changed in 5 files:

March 2007 »

Generated by StatSVN 0.4.0