March 2006 Commit Log

Number of Commits:
80
Number of Active Developers:
2
norbertmocsnik 2006-03-27 23:42 Rev.: 91

Importing MySQL DB driver test files from CVS (might split into multiple files later)

60 lines of code changed in 4 files:

norbertmocsnik 2006-03-27 23:40 Rev.: 90

Importing DB driver test include files from CVS

78 lines of code changed in 4 files:

JeffMoore 2006-03-27 20:03 Rev.: 89

Changed variable and property capitalization to match PEAR coding standard.

40 lines of code changed in 6 files:

JeffMoore 2006-03-27 19:46 Rev.: 88

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

23 lines of code changed in 12 files:

JeffMoore 2006-03-27 19:33 Rev.: 87

Added property visibility specifications.

17 lines of code changed in 8 files:

JeffMoore 2006-03-27 19:19 Rev.: 86

Moved attribute classes to their own directory.

585 lines of code changed in 4 files:

JeffMoore 2006-03-27 19:13 Rev.: 85

Changed PARSER_TRIGGER_ATTR_ constants to class constants.
Added WactAttributeDictionary.
Added class constant for wact:id

53 lines of code changed in 6 files:

JeffMoore 2006-03-27 02:17 Rev.: 84

Removed PARSER_USEKNOWN_ATTR constant, which does not appear to be used.

0 lines of code changed in 1 file:

JeffMoore 2006-03-27 02:15 Rev.: 83

Changed LOCATION_ constant to be a class constant of WactTagInfo

15 lines of code changed in 3 files:

JeffMoore 2006-03-27 02:07 Rev.: 82

Changed ENDTAG_ constants to class constants of WactTagInfo.

35 lines of code changed in 5 files:

JeffMoore 2006-03-27 01:59 Rev.: 81

Changed variable case to match PEAR coding standard.

18 lines of code changed in 2 files:

JeffMoore 2006-03-27 01:54 Rev.: 80

Changed property capitalization to conform to PEAR coding standard.

58 lines of code changed in 7 files:

norbertmocsnik 2006-03-26 22:44 Rev.: 79

Added visibility specifiers
Changed config data access
Removed PHP 4 references
Removed dependencies (this will temporarily break the code)

95 lines of code changed in 1 file:

JeffMoore 2006-03-26 20:52 Rev.: 78

Added property visibility modifiers

69 lines of code changed in 7 files:

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.

4 lines of code changed in 37 files:

JeffMoore 2006-03-26 17:44 Rev.: 76

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

40 lines of code changed in 12 files:

JeffMoore 2006-03-26 17:29 Rev.: 75

Added visibility specification to properties

32 lines of code changed in 6 files:

JeffMoore 2006-03-26 15:53 Rev.: 74

Renamed filter file names to formatter

312 lines of code changed in 10 files:

JeffMoore 2006-03-26 15:26 Rev.: 73

Changed property case to match PEAR coding standard

35 lines of code changed in 5 files:

JeffMoore 2006-03-26 04:09 Rev.: 72

Changed filter to formatter

209 lines of code changed in 34 files:

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

32 lines of code changed in 10 files:

JeffMoore 2006-03-25 22:07 Rev.: 70

Extracted Info classes into their own files

167 lines of code changed in 6 files:

JeffMoore 2006-03-25 21:30 Rev.: 69

Removed calls to SimpleTestOptions::ignore in favor of declaring class abstract.

5 lines of code changed in 12 files:

JeffMoore 2006-03-25 21:20 Rev.: 68

Renamed class TextNode to WactTextTemplateNode

8 lines of code changed in 4 files:

JeffMoore 2006-03-25 21:13 Rev.: 67

Renamed PHPNode class to WactPhpTemplateNode

4 lines of code changed in 2 files:

JeffMoore 2006-03-25 21:05 Rev.: 66

Renamed classes:
AttributeNode to WactTemplateAttribute
AttributeExpression to WactExpressionTemplateAttribute
CompoundAttribute to WactCompoundTemplateAttribute

29 lines of code changed in 6 files:

JeffMoore 2006-03-25 20:09 Rev.: 65

Renamed SourceFileParser class to WactSourceFileParser

21 lines of code changed in 9 files:

JeffMoore 2006-03-25 19:56 Rev.: 64

Renamed CompilerArtifactDictionary class to WactCompilerPluginDictionary

9 lines of code changed in 5 files:

JeffMoore 2006-03-25 19:40 Rev.: 63

Removed references to WACT_TAG_ROOT and WACT_ROOT

2 lines of code changed in 2 files:

JeffMoore 2006-03-25 19:36 Rev.: 62

Changed variable names to conform to PEAR coding standards.

16 lines of code changed in 1 file:

JeffMoore 2006-03-25 19:10 Rev.: 61

Changed from PHP 4 style constructor to PHP 5 style constructor

6 lines of code changed in 6 files:

JeffMoore 2006-03-25 18:48 Rev.: 60

Changed variable and method naming to conform to PEAR coding standards.

296 lines of code changed in 14 files:

norbertmocsnik 2006-03-25 18:32 Rev.: 59

Importing the MySQL driver from the CVS with the new file headers.

192 lines of code changed in 4 files:

JeffMoore 2006-03-25 18:22 Rev.: 58

Changed capitalization of properties to match PEAR coding standard

331 lines of code changed in 6 files:

JeffMoore 2006-03-25 16:32 Rev.: 57

Added visibility specifier to properties.

164 lines of code changed in 6 files:

JeffMoore 2006-03-25 00:55 Rev.: 56

Specified property visibility

6 lines of code changed in 1 file:

JeffMoore 2006-03-25 00:50 Rev.: 55

Changed variable case to match PEAR coding standard. Specified visibility
of some properties.

161 lines of code changed in 11 files:

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.

84 lines of code changed in 11 files:

JeffMoore 2006-03-24 21:07 Rev.: 53

Changed property visibility.

19 lines of code changed in 1 file:

JeffMoore 2006-03-24 20:53 Rev.: 52

Refactored public boolean instance variables hasClosingTag and emptyClosing tag
from WactTemplateNode into a three state protected instance variable,
closing. This removed several boolean function parameters and one invalid
state. this should result in less confusing code.

43 lines of code changed in 9 files:

JeffMoore 2006-03-24 19:59 Rev.: 51

Added constructor to WactTemplateNode.
Made tagInfo, tag, and sourceLocation instance variables protected.
Added accessor methods for these instance variables.
Removed getSourceLocationFile and getSourceLocationLine.

263 lines of code changed in 22 files:

JeffMoore 2006-03-24 02:33 Rev.: 50

Refactoring WactTemplateNode::serverId property.

12 lines of code changed in 3 files:

JeffMoore 2006-03-24 02:25 Rev.: 49

Removed stinkyglobals file and moved id generation from getServerId function
to WactTemplateNode class.

7 lines of code changed in 3 files:

JeffMoore 2006-03-24 02:14 Rev.: 48

Renamed ServerDataComponentTag to WactDataViewTemplateNode

1 lines of code changed in 1 file:

JeffMoore 2006-03-24 02:13 Rev.: 47

Renamed ServerTagComponentTag class to WactTagViewTemplateNode

16 lines of code changed in 6 files:

JeffMoore 2006-03-24 02:07 Rev.: 46

Renamed ServerComponentTag class to WactViewTemplateNode

16 lines of code changed in 6 files:

JeffMoore 2006-03-24 02:02 Rev.: 45

Renamed ComponentTree class to WactRootTemplateNode

15 lines of code changed in 5 files:

JeffMoore 2006-03-24 01:58 Rev.: 44

Renamed SilentCompilerDirectiveTag class to WactDirectiveTemplateNode

7 lines of code changed in 2 files:

JeffMoore 2006-03-24 01:52 Rev.: 43

Renamed CompilerComponent class to WactTemplateNode.

134 lines of code changed in 21 files:

JeffMoore 2006-03-23 20:15 Rev.: 42

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

586 lines of code changed in 101 files:

JeffMoore 2006-03-23 19:26 Rev.: 41

Cleaned up some comments.

0 lines of code changed in 12 files:

JeffMoore 2006-03-23 19:19 Rev.: 40

Imported treebuilder test case from CVS

157 lines of code changed in 3 files:

JeffMoore 2006-03-23 18:23 Rev.: 39

Import SourceFileParser test case from CVS

57 lines of code changed in 3 files:

JeffMoore 2006-03-23 18:18 Rev.: 38

Imported TextNode test case from CVS

12 lines of code changed in 3 files:

JeffMoore 2006-03-23 18:13 Rev.: 37

Imported TagDictionary test case from CVS

12 lines of code changed in 3 files:

JeffMoore 2006-03-23 16:11 Rev.: 36

Imported SilentCompilerDirectiveTag test case from CVS

17 lines of code changed in 3 files:

JeffMoore 2006-03-23 16:02 Rev.: 35

Imported ServerTagComponentTag test case from CVS

57 lines of code changed in 3 files:

JeffMoore 2006-03-23 02:15 Rev.: 34

Imported test case for ServerComponentTag.

45 lines of code changed in 1 file:

JeffMoore 2006-03-23 01:06 Rev.: 33

Imported property info extractor test case

18 lines of code changed in 1 file:

JeffMoore 2006-03-23 01:01 Rev.: 32

Imported property dictionary test case from CVS

5 lines of code changed in 3 files:

JeffMoore 2006-03-18 19:53 Rev.: 31

Improved command line option processing.

111 lines of code changed in 3 files:

JeffMoore 2006-03-10 21:45 Rev.: 30

Split WactCliEnvironment class into its own file; added test cases; and
refactored.

119 lines of code changed in 3 files:

JeffMoore 2006-03-10 03:07 Rev.: 29

Refactoring to make writing test cases easier.

234 lines of code changed in 7 files:

JeffMoore 2006-03-09 18:26 Rev.: 28

Generalized the wact command to work in a wider variety of environments.

55 lines of code changed in 1 file:

JeffMoore 2006-03-09 05:54 Rev.: 27

Improved documentation & misc refactoring.

232 lines of code changed in 8 files:

JeffMoore 2006-03-08 20:39 Rev.: 26

Added PhpDoc comment skeletons.

340 lines of code changed in 12 files:

JeffMoore 2006-03-08 02:29 Rev.: 25

Test coverage reports now exclude all .test files.

15 lines of code changed in 3 files:

JeffMoore 2006-03-08 01:33 Rev.: 23

Added ability to set coverage target from the command line.

5 lines of code changed in 1 file:

JeffMoore 2006-03-08 01:13 Rev.: 21

Enabled test coverage capability.

80 lines of code changed in 4 files:

JeffMoore 2006-03-07 20:11 Rev.: 19

Added --list option to 'wact test' which lists which tests cases will be run
by the command line utility.

59 lines of code changed in 2 files:

JeffMoore 2006-03-07 16:34 Rev.: 18

Fixed a problem where 'wact test' defaulted to current directory instead
of current project. Use 'wact test .' to default to current directory.

30 lines of code changed in 3 files:

JeffMoore 2006-03-05 03:30 Rev.: 17

Added --skip options for wact test command.

279 lines of code changed in 5 files:

JeffMoore 2006-03-04 21:17 Rev.: 16

The help command now returns specific help for each command, including the
available options.

38 lines of code changed in 2 files:

JeffMoore 2006-03-04 20:36 Rev.: 15

'wact help [command]' now calls printUsage() on the proper command object.

31 lines of code changed in 2 files:

JeffMoore 2006-03-04 01:05 Rev.: 14

Added the ability for 'wact test {file}' command to run a single test file from
the command line.

4 lines of code changed in 1 file:

JeffMoore 2006-03-04 00:57 Rev.: 13

added ability for 'wact test {dir}' command to run all of the test cases
contained in a certain directory (or below).

3 lines of code changed in 1 file:

JeffMoore 2006-03-04 00:49 Rev.: 12

Added the ability for the 'wact test' command to run all test cases in the
current project.

53 lines of code changed in 3 files:

JeffMoore 2006-03-03 20:27 Rev.: 11

Moved wact cli utility into the wact directory. Added shell loader for wact
command.

200 lines of code changed in 2 files:

JeffMoore 2006-03-03 20:16 Rev.: 10

Begain implementing test command.

46 lines of code changed in 3 files:

JeffMoore 2006-03-03 19:23 Rev.: 9

Added command line development tool. The tool discovers and executes commands
necessary when creating wact applications.

191 lines of code changed in 3 files:

February 2006 »

Generated by StatSVN 0.4.0