Directory trunk/examples/caseconverter/

Directory Created:
2007-04-28 03:43
Total Files:
3
Deleted Files:
0
Lines of Code:
96

[root]/trunk/examples/caseconverter

Lines of Code

trunk/examples/caseconverter/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 27 (100.0%) 150 (100.0%) 5.5
JeffMoore 26 (96.3%) 149 (99.3%) 5.7
norbertmocsnik 1 (3.7%) 1 (0.7%) 1.0

Most Recent Commits

JeffMoore 2009-05-24 03:25 Rev.: 975

fix path names to respect the new capitalization of file names

1 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+1 -1)
JeffMoore 2009-05-01 05:45 Rev.: 906

detab.

4 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+4 -4)
JeffMoore 2008-10-19 01:41 Rev.: 782

Renamed test base classes to autonaming conventions. Also implemented
template filter. This should have been two different checkins. Oops.

1 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.test.php (+1 -3)
JeffMoore 2008-10-13 00:37 Rev.: 768

Kill the autoloading option for templates. It was a bad idea.

0 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (-1)
JeffMoore 2008-10-13 00:10 Rev.: 767

Changed Wact_Controller_Base to require Config Registry.

2 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+2 -2)
JeffMoore 2008-10-05 23:21 Rev.: 748

Changed Controler base class to rely on autoloading template classes.
Introuced pattern requirements for template resource ids. (.tpl.)
Changed Wact_Template_Loader to autoload templates.

1 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+1)
JeffMoore 2008-05-11 00:31 Rev.: 698

Extracted and renamed request parameter classes.

2 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+2 -2)
JeffMoore 2008-05-10 23:24 Rev.: 697

Converted WactController to Wact_Controller_Base and removed explicit includes in favor of autoloading.

1 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+1 -3)
JeffMoore 2008-05-10 22:52 Rev.: 696

Converted WactTemplateLoader to Wact_Template_Loader and removed explicit includes in favor of auto loading.

0 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (-1)
JeffMoore 2008-03-30 02:26 Rev.: 669

Converted acceptance tests, examples, and web based utilities to use the new Wact_Loader
to Setup include paths, instead of set_include_path().

2 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+2 -1)
norbertmocsnik 2007-08-12 01:46 Rev.: 567

Removed the template loader from the examples in the favor of the lazy loading/service locator stuff.

1 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+1 -2)
JeffMoore 2007-07-14 15:16 Rev.: 537

Moved many of the examples into an acceptance test directory, cleaning up the
examples directory to contain only end-user focused examples.
Examples should be full applications that perform some nominally useful
function.
Code fragments go in the acceptance directory.

2 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.test.php (+2 -2)
JeffMoore 2007-07-13 17:58 Rev.: 531

Removed WactCommandController and WactViewController classes in favor of
allowing the $controller['name'] syntax to automatically create
non-existant controllers allowing setView and onExecuteDo to take over for
These two light-duty classes.

2 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+2 -2)
JeffMoore 2007-07-13 17:41 Rev.: 530

Added ability for WactParameter to have a default value.
Changed controller dispatching mechanism to rely on the default value of
parameters, removed setDefaultChild and setDispatcher methods.
Added DispatchOn fluent method that is an alternative for defineInput, but
defines a parameter to dispatch on for a particular controller.
This is a MAJOR change.
This update is poorly tested.
This update breaks several existing example applications.

1 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+1 -2)
JeffMoore 2007-05-06 01:32 Rev.: 503

Removed the wrapper classes for php callbacks in favor of a new
"callback constructor" parameter list pattern for registerListener
methods and WactCommandController.

2 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+2 -2)
JeffMoore 2007-04-29 04:01 Rev.: 496

Removed unnecessary id attributes.

2 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.tpl.html (+2 -2)
JeffMoore 2007-04-29 03:55 Rev.: 495

Renamed WactCompiledResourceFinder to WactCompiledResourceLoader and
WactTemplateFinder to WactTemplateLoader.

3 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+3 -3)
JeffMoore 2007-04-29 03:39 Rev.: 494

Renamed getResource method to load.

1 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.php (+1 -1)
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:

  • trunk/examples/caseconverter: index.php (+1 -1), index.tpl.html (+3 -3)
JeffMoore 2007-04-29 02:39 Rev.: 488

Removed unnecessary attributes.

2 lines of code changed in 1 file:

  • trunk/examples/caseconverter: index.tpl.html (+2 -2)

(4 more)

Generated by StatSVN 0.4.0