
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 49 (100.0%) | 572 (100.0%) | 11.6 |
| JeffMoore | 46 (93.9%) | 541 (94.6%) | 11.7 |
| norbertmocsnik | 3 (6.1%) | 31 (5.4%) | 10.3 |
convert filename case
0 lines of code changed in 7 files:
Remove @version, @access, and @version doc comments. They're meaningless here.
0 lines of code changed in 4 files:
Remove unnecesary page view class.
8 lines of code changed in 1 file:
Remove find child by class.
0 lines of code changed in 2 files:
Removed some notes.
0 lines of code changed in 1 file:
Completed scope renaming.
2 lines of code changed in 1 file:
Changed the way paint methods are generated.
Optimized component tree to eliminate unnecessary inline view component.
Fixed bug with closing tags that didn't match intent from template.
8 lines of code changed in 4 files:
Convert Views to autoloading class naming pattern.
136 lines of code changed in 6 files:
Split Transition Builder into separate transition class files and use Wact_Loader class names.
1 lines of code changed in 1 file:
Changed base exception to introduce sprintf like capability.
8 lines of code changed in 2 files:
Fixed HTML syntax of hidden inputs for preserving state.
1 lines of code changed in 1 file:
Replaced rarely used, confusing, and buggy dataParent property of view with
a function to calculate the correct value in context.
3 lines of code changed in 1 file:
Introduced polymorhpic solution for generating constructor signatures.
1 lines of code changed in 1 file:
Updated documentation, added html tag back.
28 lines of code changed in 1 file:
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.
62 lines of code changed in 2 files:
Refactored WactFormElement and WactTextAreaView to properly support WactTextInputView and the rest of the form inputs.
10 lines of code changed in 1 file:
Added WactTextInputView.
20 lines of code changed in 1 file:
Added begining of input tag support.
10 lines of code changed in 1 file:
Added form and textarea template tags along with example.
7 lines of code changed in 1 file:
moved form in with html view components.
105 lines of code changed in 1 file:
(9 more)