..
aliastest.pp
Reworking the package tests. Now providers are tested individually
2006-12-14 19:53:47 +00:00
argumentdefaults
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
casestatement.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
classheirarchy.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
classincludes.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
classpathtest
All tests should now pass again.
2007-10-08 19:12:39 -05:00
collection.pp
Fixing virtual object collection. I apparently broke it when I added rails collection back, and I never created any end-to-end tests.
2006-10-18 00:22:45 +00:00
collection_within_virtual_definitions.pp
Fixed #997 -- virtual defined types are no longer evaluated.
2008-02-12 14:57:24 -06:00
componentmetaparams.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
componentrequire.pp
Fixing #349 . Doing some hackery so defined types can now (again) be used as dependencies.
2006-12-23 05:19:52 +00:00
deepclassheirarchy.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
defineoverrides.pp
Fixing #348 . Overrides now support an extra end-comma.
2006-12-23 17:06:53 +00:00
emptyclass.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
emptyexec.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
falsevalues.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
filecreate
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
fqdefinition.pp
Partially fixing #460 , take 2 -- fully-qualified definitions can now be used.
2007-01-30 18:39:21 +00:00
fqparents.pp
Partially fixing #460 , take 3 -- fully-qualified classes can now be included.
2007-01-30 18:43:39 +00:00
implicititeration
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
multipleinstances
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
multisubs.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
namevartest
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
scopetest
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
selectorvalues.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
simpledefaults
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
simpleselector
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
singleary.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
singlequote.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
singleselector.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
subclass_name_duplication.pp
Fixing #615 (subclasses with similar names) by getting rid of the class "type" and "fqname", and instead using "classname" everywhere. You should no longer see unqualified class/definition names anywhere. Also, rewriting how snippet tests work, to avoid creating all of the files, since the point was the parsing tests, not functional tests.
2007-05-03 20:45:25 +00:00
tag.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
tagged.pp
Merging the changes from the override-refactor branch. This is a significant rewrite of the parser, but it has little affect on the rest of the code tree.
2006-10-04 18:24:24 +00:00
virtualresources.pp
Adding a "realize" function that can be used to make one or more resource non-virtual. It is just syntactic sugar for a collection by title.
2006-10-18 04:45:55 +00:00