Directory trunk/wact/template/compiler/formatter/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 63 (100.0%) 302 (100.0%) 4.7
JeffMoore 58 (92.1%) 260 (86.1%) 4.4
norbertmocsnik 5 (7.9%) 42 (13.9%) 8.4

Most Recent Commits

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

convert filename case

0 lines of code changed in 7 files:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (del), dictionary.test.php (del), extractor.inc.php (del), extractor.test.php (del), formatter.inc.php (del), info.inc.php (del), info.test.php (del)
JeffMoore 2009-04-26 06:49 Rev.: 898

Remove @version, @access, and @version doc comments. They're meaningless here.

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler/formatter: info.inc.php (-3)
JeffMoore 2008-11-03 03:22 Rev.: 843

Fix bug where zero was mistaken for false.

6 lines of code changed in 1 file:

  • trunk/wact/template/compiler/formatter: info.inc.php (+6 -2)
JeffMoore 2008-10-19 02:35 Rev.: 783

Add lowercase filter.

2 lines of code changed in 1 file:

  • trunk/wact/template/compiler/formatter: info.inc.php (+2 -2)
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 2 files:

  • trunk/wact/template/compiler/formatter: info.inc.php (-1), info.test.php (+1 -1)
JeffMoore 2008-09-27 23:10 Rev.: 715

Upgraded plugin loading process to use autoloading.
Simplified class structures. Use Reflection for reading doccomments.

47 lines of code changed in 2 files:

  • trunk/wact/template/compiler/formatter: info.inc.php (+21 -13), info.test.php (new 26)
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/formatter: extractor.test.php (+1 -1)
JeffMoore 2007-10-21 00:17 Rev.: 583

Removed obsolute documentation links to the wiki.

0 lines of code changed in 1 file:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (-1)
norbertmocsnik 2007-06-22 22:08 Rev.: 519

Upgraded formatters to use the new plugin locator.

40 lines of code changed in 4 files:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (+5 -50), dictionary.test.php (+7 -8), extractor.inc.php (+22 -38), extractor.test.php (+6 -3)
norbertmocsnik 2006-12-16 06:41 Rev.: 319

Renamed WactSourceFileParser to WactSourceParser to reflect that it has nothing to do with file operations.

2 lines of code changed in 1 file:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (+2 -2)
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 2 files:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (+1 -8), formatter.inc.php (-5)
JeffMoore 2006-03-26 17:44 Rev.: 76

Renamed classes:
TagInfo to WactTagInfo
GenericTag to WactGenericTag
GenericContainerTag to WactGenericContainerTag

1 lines of code changed in 1 file:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (+1 -1)
JeffMoore 2006-03-26 17:29 Rev.: 75

Added visibility specification to properties

32 lines of code changed in 6 files:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (+1 -2), dictionary.test.php (+3), extractor.inc.php (+3 -3), extractor.test.php (+3 -3), formatter.inc.php (+17 -3), info.inc.php (+5 -5)
JeffMoore 2006-03-26 15:26 Rev.: 73

Changed property case to match PEAR coding standard

24 lines of code changed in 3 files:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (+2 -2), extractor.test.php (+12 -12), info.inc.php (+10 -10)
JeffMoore 2006-03-26 04:09 Rev.: 72

Changed filter to formatter

48 lines of code changed in 6 files:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (+16 -16), dictionary.test.php (+6 -6), extractor.inc.php (+4 -4), extractor.test.php (+17 -17), formatter.inc.php (+1 -1), info.inc.php (+4 -4)
JeffMoore 2006-03-26 02:14 Rev.: 71

Renamed filter classes to formatter:
CompilerFilter to WactTemplateValueFormatter
WactFilterInfoExtractor to WactFormatterInfoExtractor
FilterInfo to WactFormatterInfo
WactFilterDictionary to WactFormatterDictionary

21 lines of code changed in 6 files:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (+6 -6), dictionary.test.php (+5 -5), extractor.inc.php (+2 -2), extractor.test.php (+6 -6), formatter.inc.php (+1 -1), info.inc.php (+1 -1)
JeffMoore 2006-03-25 22:07 Rev.: 70

Extracted Info classes into their own files

41 lines of code changed in 2 files:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (+1 -22), info.inc.php (new 40)
JeffMoore 2006-03-25 20:09 Rev.: 65

Renamed SourceFileParser class to WactSourceFileParser

2 lines of code changed in 1 file:

  • trunk/wact/template/compiler/formatter: dictionary.inc.php (+2 -2)
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/formatter: dictionary.inc.php (+1 -1)
JeffMoore 2006-03-25 00:15 Rev.: 54

Changed php 4 style object iteraction using array_keys to use PHP 5 style
foreach with objects.

8 lines of code changed in 1 file:

  • trunk/wact/template/compiler/formatter: formatter.inc.php (+8 -8)

(4 more)

Generated by StatSVN 0.4.0