Directory trunk/examples/contact/

Directory Created:
2007-07-14 14:52
Total Files:
4
Deleted Files:
2
Lines of Code:
74

[root]/trunk/examples/contact

Lines of Code

trunk/examples/contact/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 19 (100.0%) 112 (100.0%) 5.8
JeffMoore 17 (89.5%) 107 (95.5%) 6.2
norbertmocsnik 2 (10.5%) 5 (4.5%) 2.5

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/contact: index.php (+1 -1)
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/contact: 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/contact: 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.

18 lines of code changed in 5 files:

  • trunk/examples/contact: _contact.tpl.html (new 10), _thanks.tpl.html (new 5), contact.tpl.html (del), index.php (+3 -3), thanks.tpl.html (del)
JeffMoore 2008-05-11 00:31 Rev.: 698

Extracted and renamed request parameter classes.

4 lines of code changed in 1 file:

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

3 lines of code changed in 1 file:

  • trunk/examples/contact: index.php (+3 -4)
norbertmocsnik 2007-08-12 01:45 Rev.: 566

Fixed HTML syntax.

2 lines of code changed in 1 file:

  • trunk/examples/contact: contact.tpl.html (+2 -2)
JeffMoore 2007-07-14 18:54 Rev.: 545

Extracted a setPartialView method from setView.
Hopefully, this will result in making it easier to understand how view
composition works.
Changed the order of parameters in setPartialView versus what it was in SetView.
The intent of this is to allow new optional parameters to appear at the end
of SetView or SetPartialView. This was not advisable when these were both
one method distinguished by an optional parameter.

2 lines of code changed in 1 file:

  • trunk/examples/contact: index.php (+2 -2)
JeffMoore 2007-07-14 14:52 Rev.: 534

Started a contact form example.

77 lines of code changed in 4 files:

  • trunk/examples/contact: contact.tpl.html (new 10), index.php (new 52), layout.tpl.html (new 10), thanks.tpl.html (new 5)
Generated by StatSVN 0.4.0