ajshort
|
c34105438c
|
FEATURE: Replaced the template manifest with SS_TemplateLoader, which finds templates from a stack of SS_TemplateManifest objects.
|
2011-03-24 21:30:57 +11:00 |
|
ajshort
|
76f0fc0c92
|
FEATURE: Added SS_TemplateManifest, which finds all templates within a directory organised by theme and type.
|
2011-03-24 21:30:20 +11:00 |
|
ajshort
|
07b1308cd4
|
MINOR: Made it possible to disable caching on a class manifest via a constructor parameter, and used this in ClassManifestTest.
|
2011-03-24 20:14:43 +11:00 |
|
ajshort
|
184da5bbcc
|
FEATURE: Replaced ManifestBuilder (and related bootstrap code) with a new SS_ClassLoader class which loads classes and interfaces from a stack of SS_ClassManifest instances.
|
2011-03-24 20:14:42 +11:00 |
|
ajshort
|
c685893251
|
ENHANCEMENT: Added a SS_ClassManifest class which finds all config files, classes and interfaces in a directory, as well as constructing descendant and implementor information.
|
2011-03-24 20:14:42 +11:00 |
|
ajshort
|
ecc6840344
|
ENHANCEMENT: Added a ManifestFileFinder class, which is an extension to SS_FileFinder which takes into account modules, exclude files and lang/test/themes/assets dirs.
|
2011-03-24 20:14:42 +11:00 |
|
ajshort
|
393893aa6d
|
MINOR: Updated TokenisedRegularExpression so it no longer extends Object, and moved it into the manifest directory.
|
2011-03-22 20:49:17 +11:00 |
|