| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
'yesterday', 'x days ago' etc.
|
|
|
|
solution, but it works for now.
|
|
|
|
|
|
login link in the header wil open up a login box like the mockup
|
|
|
|
500 localizations on them.
|
|
|
|
|
|
PHP includes and show a visible stack trace to help developers.
|
|
|
|
|
|
logged in) and changed the header to use the helper class
|
|
|
|
function so the password is hashed as part of the model
|
|
to be like Rails.
|
|
|
|
|
|
|
|
|
|
index.php/index.php/ for some environments)
|
|
directory separators)
|
|
variable; change the header so it links to the user controllers; and add the user controllers which don't do anything.
|
|
_put(), _delete().
This should make it more obvious that these are not your typical
routes, simplifies overall routing by removing a rule and removes the
possibility of accidentally leaking information if we route to one of
them by accident.
|
|
|
|
file_structure_test
|
|
controllers. Any controller that wants to act RESTful can extend this
class and implement get/post/put/delete.
Tweak default routes to disallow direct access to the REST controller
and direct access to any REST methods.
|
|
mechanism as g1 and g2 to facilitate a migration.
|
|
|
|
|
|
|
|
|
|
based on the contents of the user/config/user.php file. And load that driver based on the User_Driver interface. There is a default User_Gallery_Driver class that will provide the actual interface implementation. Replacing this driver will allow a completely different user and authentication implementation to be used... hopefully will reduce issues with embedding and other user management systems. Removed from unit tests so they will still run.
|
|
|
|
|
|
|
|
|
|
|
|
Item_Controller to accept it.
|
|
|
|
|
|
|
|
|
|
|