summaryrefslogtreecommitdiff
path: root/core/controllers
AgeCommit message (Expand)Author
2008-11-26Add support for marking users as "admin"Bharat Mediratta
2008-11-26Add support in the scaffolding for adding users to groups, adding andBharat Mediratta
2008-11-26Use lorem2 words as inputs to generateTags. Limiting the number ofBharat Mediratta
2008-11-26Create user/group create/delete functions and have the scaffolding use them.Bharat Mediratta
2008-11-251) Changed how the test tags are generated to be able to create a better dist...Tim Almdal
2008-11-25The scaffolding can now add and delete users and groups. Yippee!Bharat Mediratta
2008-11-25Add a "Access" tab to the scaffolding and list users and groups.Bharat Mediratta
2008-11-25tag::add_tag() -> tag::addBharat Mediratta
2008-11-25Add theme debugging. Activate it in the [info] tab in theBharat Mediratta
2008-11-24Moved the creation of tags into the tag helper library. Added a count field ...Tim Almdal
2008-11-24Show a link to the item with the most tags.Bharat Mediratta
2008-11-24Fix a typo in _show() that broke proper redirectionBharat Mediratta
2008-11-24Show the tag count, too.Bharat Mediratta
2008-11-24Remove the has_many_and_belongs_to_many relations from the item modelTim Almdal
2008-11-24Add the creation of tags to the scaffolding codeTim Almdal
2008-11-23Show the # of commentsBharat Mediratta
2008-11-23Add a button to install all plugins at once, now that we have so many.Bharat Mediratta
2008-11-21Fixed a bug in the REST controller dispatcher and added a test case that exce...Jozef Selesi
2008-11-21Revert module block approachTim Almdal
2008-11-20* Added HTTP status constants and helper functions to REST helper.Jozef Selesi
2008-11-19Fix some broken-ness:Bharat Mediratta
2008-11-19Change the way that we do RESTful routing.Bharat Mediratta
2008-11-19Change output_format() to autodetect for html / xml / jsonBharat Mediratta
2008-11-19* Renamed the album, item and photo controllers to albums, items and photos i...Jozef Selesi
2008-11-18* Changed REST API. Now there are two separate methods for forms:Jozef Selesi
2008-11-18- All comments of an item can now be seen /comments?item_id=Jozef Selesi
2008-11-18Fix a typo user_id -> owner_idBharat Mediratta
2008-11-18First iteration of REST controller refactoring. RESTful controllers that refe...Jozef Selesi
2008-11-17Add output formats to our REST controllers. Add support for JSON andBharat Mediratta
2008-11-16Handle _method in either GET or POSTBharat Mediratta
2008-11-16Drop the call to render() and just use the View's __toString method toBharat Mediratta
2008-11-16Remove a @todoBharat Mediratta
2008-11-16Several large changes:Bharat Mediratta
2008-11-16create a regular user and make scaffolding assign owner to logged in userFelix Rabinovich
2008-11-15Item / Owner changes.Bharat Mediratta
2008-11-15Clean user / item relationship. Upload files gets the ownership of current us...Felix Rabinovich
2008-11-15Revise the user login code.Bharat Mediratta
2008-11-14Allow the HTTP get method to be called without an id to create any empty temp...Tim Almdal
2008-11-14Use the shortform to load the resource.Tim Almdal
2008-11-12Code cleanup, add test for time formatting function.Jozef Selesi
2008-11-12Throw an exception when we can't upload a file. This is not the best solutio...Bharat Mediratta
2008-11-12aliasing owner to userFelix Rabinovich
2008-11-12Create a simple benchmark that loads 500 localized messages and performsBharat Mediratta
2008-11-11Change the PUT/DELETE tunneling param from __action to _methodBharat Mediratta
2008-11-11Move scaffolding code out of the comments controller to welcome.php.Jozef Selesi
2008-11-11Change Album and Photo controllers to set the user object as a global variabl...Tim Almdal
2008-11-11Change REST API to use non-routable functions: _get(), _post(),Bharat Mediratta
2008-11-11Add phpdocs to explain how to use REST_ControllerBharat Mediratta
2008-11-11Create REST_Controller abstract base class for all REST based resourceBharat Mediratta
2008-11-10Manually delete the auth table and module entry to ease transitions for devs.Bharat Mediratta