Directory trunk/wact/template/compiler/property/

Directory Deleted:
2009-05-23 18:04
Total Files:
0
Deleted Files:
9
Lines of Code:
0

[root]/trunk/wact/template/compiler/property

Lines of Code

trunk/wact/template/compiler/property/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 65 (100.0%) 214 (100.0%) 3.2
JeffMoore 57 (87.7%) 165 (77.1%) 2.8
norbertmocsnik 8 (12.3%) 49 (22.9%) 6.1

Most Recent Commits

JeffMoore 2009-05-23 18:04 Rev.: 954

convert filename case

0 lines of code changed in 9 files:

  • trunk/wact/template/compiler/property: attribute.inc.php (del), constant.inc.php (del), constant.test.php (del), dictionary.inc.php (del), dictionary.test.php (del), extractor.inc.php (del), extractor.test.php (del), info.inc.php (del), property.inc.php (del)
JeffMoore 2008-05-04 05:28 Rev.: 672

Changed base exception to introduce sprintf like capability.

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/property: extractor.test.php (+1 -1)
norbertmocsnik 2007-06-23 15:06 Rev.: 523

Removed getPropertyList() in favor of the parents getPluginList() method. Fixed the revealing bug. Renamed WactTemplateCompilingContext::findProperty() to findProperties().

3 lines of code changed in 3 files:

  • trunk/wact/template/compiler/property: dictionary.inc.php (-14), dictionary.test.php (+1 -1), extractor.test.php (+2 -2)
norbertmocsnik 2007-06-22 22:07 Rev.: 518

Upgraded properties to use the new plugin locator.

41 lines of code changed in 4 files:

  • trunk/wact/template/compiler/property: dictionary.inc.php (+11 -47), dictionary.test.php (+7 -8), extractor.inc.php (+20 -39), extractor.test.php (+3)
norbertmocsnik 2007-04-18 21:39 Rev.: 446

Imported the core:set tag.

5 lines of code changed in 1 file:

  • trunk/wact/template/compiler/property: attribute.inc.php (+5)
JeffMoore 2007-03-28 23:19 Rev.: 405

Removed the old code writer and commented out the test cases that still
depend on it.

5 lines of code changed in 1 file:

  • trunk/wact/template/compiler/property: constant.inc.php (+5)
JeffMoore 2006-03-27 20:03 Rev.: 89

Changed variable and property capitalization to match PEAR coding standard.

38 lines of code changed in 5 files:

  • trunk/wact/template/compiler/property: dictionary.inc.php (+9 -9), dictionary.test.php (+5 -5), extractor.test.php (+12 -12), info.inc.php (+9 -9), property.inc.php (+3)
JeffMoore 2006-03-27 19:46 Rev.: 88

Renamed classes:
AttributeProperty to WactAttributeProperty
ConstantProperty to WactConstantProperty
PropertyInfo to WactPropertyInfo
CompilerProperty to WactTemplateProperty

13 lines of code changed in 8 files:

  • trunk/wact/template/compiler/property: attribute.inc.php (+1 -1), constant.inc.php (+1 -1), constant.test.php (+3 -3), dictionary.test.php (+2 -2), extractor.inc.php (+1 -1), extractor.test.php (+3 -3), info.inc.php (+1 -1), property.inc.php (+1 -1)
JeffMoore 2006-03-27 19:33 Rev.: 87

Added property visibility specifications.

17 lines of code changed in 8 files:

  • trunk/wact/template/compiler/property: attribute.inc.php (+1 -1), constant.inc.php (+1 -1), dictionary.inc.php (+1 -1), dictionary.test.php (+3), extractor.inc.php (+3 -3), extractor.test.php (+3 -3), info.inc.php (+4 -4), property.inc.php (+1 -1)
JeffMoore 2006-03-26 18:13 Rev.: 77

Documentation updates. Removed outdated WACT_ style @package declarations.
Removed @access declarations. They are not helpful for determining proper
php visibility specifications and largely disagree with the actual current
visibility declaration (public in most cases).
Removed @static declarations in favor of using the static keyword.
Removed @abastract declarations that did not match abstract keyword
declarations.

1 lines of code changed in 4 files:

  • trunk/wact/template/compiler/property: attribute.inc.php (-7), constant.inc.php (-5), dictionary.inc.php (+1 -9), property.inc.php (-10)
JeffMoore 2006-03-25 22:07 Rev.: 70

Extracted Info classes into their own files

39 lines of code changed in 2 files:

  • trunk/wact/template/compiler/property: dictionary.inc.php (+1 -19), info.inc.php (new 38)
JeffMoore 2006-03-25 19:56 Rev.: 64

Renamed CompilerArtifactDictionary class to WactCompilerPluginDictionary

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/property: dictionary.inc.php (+1 -1)
JeffMoore 2006-03-23 20:15 Rev.: 42

Changed from using PHP 4 references style of OO to PHP 5 style without
references.

27 lines of code changed in 13 files:

  • trunk/wact/template/compiler/property: attribute.inc.php (+5 -5), constant.inc.php (new), constant.test.php (new), dictionary.inc.php (+4 -4), dictionary.test.php (+3 -3), extractor.inc.php (new), extractor.test.php (+3 -3), property.inc.php (+5 -5)
JeffMoore 2006-03-23 19:26 Rev.: 41

Cleaned up some comments.

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler/property: extractor.test.php (-6)
JeffMoore 2006-03-23 01:06 Rev.: 33

Imported property info extractor test case

18 lines of code changed in 1 file:

  • trunk/wact/template/compiler/property: extractor.test.php (new 18)
JeffMoore 2006-03-23 01:01 Rev.: 32

Imported property dictionary test case from CVS

5 lines of code changed in 3 files:

  • trunk/wact/template/compiler/property: dictionary.inc.php (new), dictionary.test.php (new 5)
Generated by StatSVN 0.4.0