|
da4f...c1ed |
Removing dead test case. Another small optimization to Object::_init(). |
Joël Perras |
2010-02-19 15:43:59 -0500 |
|
8b42...7ee5 |
Optimizing Object::_init() a bit further. |
Joël Perras |
2010-02-19 15:30:53 -0500 |
|
6802...99ea |
Optimizing Parser. |
Joël Perras |
2010-02-18 23:10:24 -0500 |
|
1c7a...1ec1 |
Minor optimizations and removal of unused use cases in `\core\Object::_init()` and `\template\View::_init()`. |
Nate Abele |
2010-02-18 21:15:24 -0500 |
|
55c5...37ee |
Refactoring default library assignment / handling. |
Nate Abele |
2010-02-18 20:57:07 -0500 |
|
32c9...b18b |
Adding tests for `\view\adapter\Simple`. |
Nate Abele |
2010-02-18 20:49:33 -0500 |
|
9f0b...c3d4 |
Fixing optimization case in `\util\String::insert()`. |
Nate Abele |
2010-02-18 20:19:58 -0500 |
|
1bde...ee6f |
Fixing typo in docblock of `\util\Collection`. |
Nate Abele |
2010-02-18 20:15:36 -0500 |
|
dfad...5e78 |
Removing unused method `\template\helper\Html::docType()`. Deprecated by HTML5. |
Nate Abele |
2010-02-18 20:15:13 -0500 |
|
0abd...7a18 |
Removing unused variables in `\template\Helper`, optimizing default execution case in `\util\String::insert()`. |
Nate Abele |
2010-02-18 10:06:02 -0500 |
|
02a5...b866 |
Simplifying code in `\core\Adaptable` and derivatives. |
Nate Abele |
2010-02-18 06:12:13 -0500 |
|
aaee...de56 |
Small memory optimization to `\net\http\Router`. |
Nate Abele |
2010-02-18 05:55:52 -0500 |
|
7f2b...f77a |
Trimming out proprietary and lesser-used media formats from `\net\http\Media`. |
Nate Abele |
2010-02-17 14:11:10 -0500 |
|
5e55...472a |
Adding `config/bootstrap/media.php` to contain rules for handling different media types, and serving static assets. |
Nate Abele |
2010-02-17 12:03:49 -0500 |
|
587a...1025 |
Removing unused template files. |
Nate Abele |
2010-02-18 08:30:24 -0500 |
|
53fc...b68e |
Fixing issue in `Html` helper where multi-resource calls to `script()` and `style()` with `'inline'` set to `false` were not rendering correctly. |
Nate Abele |
2010-02-17 18:01:57 -0500 |
|
1c5a...dfd7 |
fix for couchdb source when error is returned |
gwoo |
2010-02-17 21:54:36 -0800 |
|
f800...a827 |
Adding type hinting to constructor `$config` arrays and all applicable `$options` parameters. Removing explicit array type casts where possible. |
Nate Abele |
2010-02-16 21:16:15 -0500 |
|
220e...7f58 |
Adding iPod and Android to mobile browser list in `\action\Request`. |
Nate Abele |
2010-02-16 21:14:51 -0500 |
|
9d1a...e113 |
Adding documentation to `\net\http\Router`, and replacing `Router::connect(null)` syntax with `Router::reset()`. Adding routing shortcut syntax so that `'Controller::action'` is interpreted the same as `array('controller' => 'controller', 'action' => 'action')`. |
Nate Abele |
2010-02-16 21:01:32 -0500 |