..
dbo
I'm sorry, I've reversed two changes. I've changed the error views names to underscored, and I've changed the default DEBUG to 1.
2005-06-22 23:16:26 +00:00
helpers
Form validation working now.
2005-07-03 23:54:50 +00:00
bake.php
setting proper mime-type on files in the trunk
2005-06-30 02:09:47 +00:00
basics.php
I do not want any uppercase letters in filenames. I want CamelCase actions that link to under_scored files.
2005-06-23 08:32:04 +00:00
cache.php
setting proper mime-type on files in the trunk
2005-06-30 02:09:47 +00:00
controller.php
Form validation working now.
2005-07-03 23:54:50 +00:00
dbo.php
DboFactory comes back, no more global variables. To get actual instance of db, call DboFactory::getInstance(). You can also change the running object with DboFactory::setConfig('configname').
2005-06-23 20:41:10 +00:00
dbo_factory.php
DboFactory comes back, no more global variables. To get actual instance of db, call DboFactory::getInstance(). You can also change the running object with DboFactory::setConfig('configname').
2005-06-23 20:41:10 +00:00
dispatcher.php
Corrected the use of View class instance.
2005-07-03 07:07:47 +00:00
error_messages.php
setting proper mime-type on files in the trunk
2005-06-30 02:09:47 +00:00
file.php
- added the csspp library that automatically reduces the size of CSS files; it is activated by prefixing an CSS file URL with /ccss/ instead of /css/ and there's a switch in the /config/core.php to activate it in Controller::cssTag()
2005-06-19 03:35:19 +00:00
flay.php
setting proper mime-type on files in the trunk
2005-06-30 02:09:47 +00:00
folder.php
setting proper mime-type on files in the trunk
2005-06-30 02:09:47 +00:00
inflector.php
setting proper mime-type on files in the trunk
2005-06-30 02:09:47 +00:00
legacy.php
setting proper mime-type on files in the trunk
2005-06-30 02:09:47 +00:00
log.php
- minor fix to CCSS
2005-06-19 03:55:52 +00:00
model.php
DboFactory comes back, no more global variables. To get actual instance of db, call DboFactory::getInstance(). You can also change the running object with DboFactory::setConfig('configname').
2005-06-23 20:41:10 +00:00
narray.php
- changed NeatArray to Narray, it's shorter, easier to use,
2005-06-20 23:08:59 +00:00
nstring.php
- merged in Brego's SimpleTest implementation, fixed some of the tests (the Folder test fails to delete one of the test directories on my system, so it's not perfectly clean yet)
2005-06-18 23:26:35 +00:00
object.php
DboFactory comes back, no more global variables. To get actual instance of db, call DboFactory::getInstance(). You can also change the running object with DboFactory::setConfig('configname').
2005-06-23 20:41:10 +00:00
router.php
setting proper mime-type on files in the trunk
2005-06-30 02:09:47 +00:00
template.php
Merging changes from Kamil's sandbox.
2005-07-02 22:49:04 +00:00
time.php
- changed NeatArray to Narray, it's shorter, easier to use,
2005-06-20 23:08:59 +00:00
validators.php
setting proper mime-type on files in the trunk
2005-06-30 02:09:47 +00:00
view.php
Form validation working now.
2005-07-03 23:54:50 +00:00