May 2008 Commit Log

Number of Commits:
43
Number of Active Developers:
2
JeffMoore 2008-05-25 19:02 Rev.: 714

Documentation and formatting cleanup

63 lines of code changed in 2 files:

JeffMoore 2008-05-25 18:16 Rev.: 713

Converted to use Wact_Reflection_* classes instead of custom reflection classes

37 lines of code changed in 2 files:

JeffMoore 2008-05-25 18:15 Rev.: 712

Added getType method to return type of each parameter based on doc comments

37 lines of code changed in 2 files:

JeffMoore 2008-05-25 06:50 Rev.: 711

Split the registry and the factory into different files and change classnames to allow autoloading

251 lines of code changed in 3 files:

JeffMoore 2008-05-25 06:24 Rev.: 710

Created reflection class wrappers

17 lines of code changed in 12 files:

norbertmocsnik 2008-05-16 20:30 Rev.: 709

Added some refactoring comments.

11 lines of code changed in 1 file:

norbertmocsnik 2008-05-16 19:37 Rev.: 708

Added default collector ID to WactValidator.
Renamed some methods for better naming.
Merged validate() and isValid() in WactController to decrease the complexity of the API.
Extracted validation API method map for refactoring purposes.

68 lines of code changed in 3 files:

norbertmocsnik 2008-05-15 23:29 Rev.: 707

Added WactCompoundParameterRule.

46 lines of code changed in 3 files:

norbertmocsnik 2008-05-15 21:22 Rev.: 706

Added fluid interface to WactCompoundParameter::addParameter().

5 lines of code changed in 2 files:

norbertmocsnik 2008-05-15 21:14 Rev.: 705

Replaced the WactNoParameter-based multi-parameter validation with a WactCompoundParameter experiment.

46 lines of code changed in 2 files:

JeffMoore 2008-05-11 20:03 Rev.: 704

Fix error where we eliminated Wact_Request (perhaps temporarily), but did not properly construct its replacement.

1 lines of code changed in 1 file:

JeffMoore 2008-05-11 05:01 Rev.: 703

Dismantle component directory and promote property to a top level directory. Rename classes for autoloading.

588 lines of code changed in 20 files:

JeffMoore 2008-05-11 03:14 Rev.: 702

Rename response model to be used with Wact_Loader naming conventions.

100 lines of code changed in 5 files:

JeffMoore 2008-05-11 02:57 Rev.: 701

Split Transition Builder into separate transition class files and use Wact_Loader class names.

480 lines of code changed in 16 files:

JeffMoore 2008-05-11 00:32 Rev.: 699

Moved test case

1 lines of code changed in 1 file:

JeffMoore 2008-05-11 00:31 Rev.: 698

Extracted and renamed request parameter classes.

951 lines of code changed in 32 files:

JeffMoore 2008-05-10 23:24 Rev.: 697

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

833 lines of code changed in 27 files:

JeffMoore 2008-05-10 22:52 Rev.: 696

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

24 lines of code changed in 28 files:

JeffMoore 2008-05-10 22:37 Rev.: 695

Convert WactNotifer class names to take advantage of Wact_Loader

15 lines of code changed in 5 files:

JeffMoore 2008-05-10 22:16 Rev.: 694

Converted Source organizer class names to use new Wact Loader

114 lines of code changed in 27 files:

JeffMoore 2008-05-10 21:56 Rev.: 693

Merged source file organizer into source file reader.

19 lines of code changed in 7 files:

JeffMoore 2008-05-10 21:30 Rev.: 692

Removed unused methods getMergableSources, isModifiedSince and getSourceModificationCookie.
These were originially intended to implement smart re-compilation of templates based on changes
on source file modified times. This was never implemented, so removing in the interest of simplification.

0 lines of code changed in 9 files:

JeffMoore 2008-05-10 20:20 Rev.: 691

Add some validation on the key to filename conversion.

21 lines of code changed in 1 file:

JeffMoore 2008-05-10 19:22 Rev.: 690

Test case for last commit

0 lines of code changed in 1 file:

JeffMoore 2008-05-10 19:21 Rev.: 689

Add an example cache decorator that adds a prefix to each cache key.

4 lines of code changed in 1 file:

JeffMoore 2008-05-10 03:36 Rev.: 688

Add a cache that always misses.

4 lines of code changed in 1 file:

norbertmocsnik 2008-05-09 23:21 Rev.: 687

Added out-of-the-box sqlite support to the CRUD example.
Added CRUD example description for the example collector.
Fixed MDB2 includes.

50 lines of code changed in 4 files:

norbertmocsnik 2008-05-09 20:13 Rev.: 686

Added first multi-parameter rule experiment.

65 lines of code changed in 5 files:

JeffMoore 2008-05-06 05:40 Rev.: 685

Added APC and EAccelerator memory cache stores.
Removed exceptions from mutator methods in API in favor of returning FALSE on error.
Failing to store something in a cache just isn't that serious.

273 lines of code changed in 8 files:

JeffMoore 2008-05-05 00:33 Rev.: 684

Renamed expires to lifetime

12 lines of code changed in 3 files:

JeffMoore 2008-05-05 00:27 Rev.: 683

Added Expiration parameter to store methods

22 lines of code changed in 3 files:

JeffMoore 2008-05-04 23:44 Rev.: 682

Implement the caching interface directly

2 lines of code changed in 4 files:

JeffMoore 2008-05-04 23:33 Rev.: 681

Remove speculative methods for hanlding multiple keys at once.

0 lines of code changed in 1 file:

JeffMoore 2008-05-04 23:28 Rev.: 680

Added ability to store serialized php data values

68 lines of code changed in 4 files:

JeffMoore 2008-05-04 23:09 Rev.: 679

Cleaned up error handling to prevent test failures

9 lines of code changed in 2 files:

JeffMoore 2008-05-04 23:00 Rev.: 678

Renamed includeClass to includeCode and changed return value to match returned value from included code.
Changed terminology from id to key.
Enforced string types for key and data parameters.
Added default parameter to fetch

156 lines of code changed in 5 files:

JeffMoore 2008-05-04 21:08 Rev.: 677

Removed separate cache expiration classes.
Expiration is now the responsibility of the backend storage class.

6 lines of code changed in 7 files:

JeffMoore 2008-05-04 19:38 Rev.: 675

Update cache modules to work with Wact_Loader.

575 lines of code changed in 32 files:

JeffMoore 2008-05-04 19:35 Rev.: 674

Fixed bug with autoloading interfaces

1 lines of code changed in 1 file:

JeffMoore 2008-05-04 05:37 Rev.: 673

Clean up html so it does not trigger eclipse html validation error.

0 lines of code changed in 2 files:

JeffMoore 2008-05-04 05:28 Rev.: 672

Changed base exception to introduce sprintf like capability.

740 lines of code changed in 59 files:

JeffMoore 2008-05-03 18:59 Rev.: 671

Added Wact Setup for cli tools

4 lines of code changed in 1 file:

JeffMoore 2008-05-03 18:57 Rev.: 670

Fixed error message

1 lines of code changed in 1 file:

April 2008 »

Generated by StatSVN 0.4.0