| Age | Commit message (Collapse) | Author |
|
|
|
1) Controller::$input is gone -- use Input::instance() now
2) Handle new 'database.<default>.connection.params' parameter
3) Handle new 'cache.<default>.prefix' parameter
|
|
because of preamble variation in K24.
|
|
|
|
through the framework so that we're properly testing the
Database_Builder, it's a lot cleaner than what we had before.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
that will work (if your database is sitll at Beta 1, you don't have
the slug column, for example).
|
|
|
|
|
|
|
|
retrieve related ORMs. If we tack a find_all() on the end, it breaks
the User_Definition interface so create User_Model::groups() and
Groups_Model::users() as glue.
|
|
|
|
|
|
package" and generate the same SQL as before.
|
|
name, not the prefixed one so this makes our logic easier.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
resource contents returned via the rest interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
modules/gallery/helpers/identity.php
|
|
|
|
|
|
|
|
of {Albums|Photos|Movies)_Controller and into the item helper so we can reuse it from the rest put handler.
|
|
path. This allows us to forego the extension as part of the REST url. As well, urls are consistent between normal usage and rest usage.
|
|
|
|
no request_key (access_token) as athat is treated as public permissions
|
|
Implement the get_album rest request handler.
|
|
|
|
|
|
controllers.
|