summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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-13Create module helper and refactor all the code that creates, updatesBharat Mediratta
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-11Override View_Core::render so that we trap errors stemming from badBharat Mediratta
2008-11-11Change the PUT/DELETE tunneling param from __action to _methodBharat Mediratta
2008-11-11Updated for recent Item_Controller API changeBharat 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-11Reset PasswordHash.php to its original state and exclude it from the file_str...Tim Almdal
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
2008-11-10Comment creation controller, helper and test. Add comments from the scaffold.Jozef Selesi
2008-11-10Remove Auth moduleTim Almdal
2008-11-10Reset the links in the header and update the readmeTim Almdal
2008-11-10Add a test to make sure that we have no windows-style line endings.Bharat Mediratta
2008-11-10Add support for multi-file-upload using jquery.MultiFile and modifyBharat Mediratta
2008-11-10The start of the login functionality. It shows the login popup but doesn't d...Tim Almdal
2008-11-10Clean up HTML for adding albums/photos a tad.Bharat Mediratta
2008-11-10Add the ability to create albums to the scaffoldingBharat Mediratta
2008-11-10Tests for Item_ControllerBharat Mediratta
2008-11-10Convert quote stylesBharat Mediratta
2008-11-09Rename tests to make room for controller testsBharat Mediratta
2008-11-09Implement Item_Controller::put() and delete()Bharat Mediratta
2008-11-09style fixBharat Mediratta
2008-11-09Beginnings of the comment module. Install and uninstall.Jozef Selesi
2008-11-09Make Gallery3 more RESTful.Bharat Mediratta
2008-11-08Simplify the CSS a bit.Bharat Mediratta
2008-11-08Restrict our dom traversal to look only for span.gInPlaceEdit for speed.Bharat Mediratta
2008-11-08Add support for in-place editing of data fields.Bharat Mediratta
2008-11-08Tell users to install the user module before installing auth.Bharat Mediratta
2008-11-08Create permanent owner_id column in the item table, and use a softBharat Mediratta
2008-11-08Simplify the way that we find the user id (just look it up, and if there's a ...Bharat Mediratta
2008-11-08Adding user (owner) to items; info moduleFelix Rabinovich
2008-11-0844 --> E_DATABASE_ERRORBharat Mediratta
2008-11-08The start of an authentication module. This provides the installation and a ...Tim Almdal
2008-11-08Change how the modules table doesn't exist is caught. In running unit test, ...Tim Almdal
2008-11-07Change add() to add photos:albums at a ratio of 10:1Bharat Mediratta
2008-11-07move block.html.php into the default themeBharat Mediratta
2008-11-07Add automatic pagination. All you have to do is add <?= $theme->pagerBharat Mediratta
2008-11-07Use get_object_vars to simplify codeBharat Mediratta
2008-11-07Add children_count() to ORM_MPTTBharat Mediratta
2008-11-07Use jquery.cookie to keep the same tab open when you refreshBharat Mediratta
2008-11-07Move default theme up above modules so that it can override module viewsBharat Mediratta
2008-11-06Oops, these files got left out of r18525.Bharat Mediratta