| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-12 | Remove the attempt at a local import module | Tim Almdal | |
| 2008-12-12 | Get rid of all pseudo users and pseudo groups, while preserving all | Bharat Mediratta | |
| other functionality. This makes our user/group and access code fully consistent. | |||
| 2008-12-11 | 1) Begins the creation of the local import module by adding the ↵ | Tim Almdal | |
| administation component to the scaffolding Actions tab. The importing functionality will follow shortly. 2) Defines a routining pattern for module administration controllers. URI's of the form admin/module/method/parameters gets remapped into module_admin/method/parameters. This will result in the lookup of the the controller Module_Admin_Controller | |||
| 2008-12-10 | Change all access API methods to take ORMs instead of ids. This will | Bharat Mediratta | |
| minimize reloading objects from the database. | |||
| 2008-12-09 | update call from access::can() -> access::group_can() | Bharat Mediratta | |
| 2008-12-07 | Move form.html.php from themes/default/views to core/views | Tim Almdal | |
| 2008-12-04 | Change the startup code to only put installed modules on the autoload | Bharat Mediratta | |
| path. This breaks a bunch of places where we had hardcoded dependencies, so guard all of those cases. Restructure module::available() a bit and the way that we do install/uninstall in the scaffolding. | |||
| 2008-12-04 | Fix indentation | Bharat Mediratta | |
| 2008-12-03 | Move the form html into the controller | Bharat Mediratta | |
| 2008-12-02 | The rearrange module will now add an album if you drag the "new album" onto ↵ | Tim Almdal | |
| the album tree. I haven't had a chance to figure out why the form does get any styling or why a textarea is no included as a list item. | |||
| 2008-12-01 | Tighten up ul.permissions | Bharat Mediratta | |
| 2008-12-01 | Fix profiler settings in the scaffolding | Bharat Mediratta | |
| 2008-12-01 | style the permission tree a little tighter | Bharat Mediratta | |
| 2008-12-01 | Add access::reset() so that you can specify your intent to use the | Bharat Mediratta | |
| parent's permissions. Update scaffolding to demonstrate that it works. | |||
| 2008-12-01 | Clean up styles a bit to make it more obvious what's going on. Show | Bharat Mediratta | |
| edit permissions too to demonstrate that we're doing something different for the different type of permissions. | |||
| 2008-12-01 | Prototype access control model. There's much left to do, but it's a | Bharat Mediratta | |
| working implementation. | |||
| 2008-11-30 | Move rearrange HTML generation into welcome.php so that we gracefully | Bharat Mediratta | |
| handle the case where the DB is not installed yet. | |||
| 2008-11-29 | Add access model (not fully baked yet). | Bharat Mediratta | |
| Update scaffolding to allow addition of just albums (helpful for testing permissions) | |||
| 2008-11-29 | The gui part of rearranging albums and photos on the welcome page. Haven't ↵ | Tim Almdal | |
| finished the ajax back end to actually do the move, but thought i'd put the gui up so people can play | |||
| 2008-11-28 | Add an easy way to add a bunch of servers from the server side | Bharat Mediratta | |
| 2008-11-26 | Link to the albums in the album tree. | Bharat Mediratta | |
| 2008-11-26 | Draw an album tree in the access -> permissions tab. | Bharat Mediratta | |
| 2008-11-26 | Add support for marking users as "admin" | Bharat Mediratta | |
| 2008-11-26 | Add support in the scaffolding for adding users to groups, adding and | Bharat Mediratta | |
| removing users and groups. | |||
| 2008-11-25 | The scaffolding can now add and delete users and groups. Yippee! | Bharat Mediratta | |
| 2008-11-25 | Add a "Access" tab to the scaffolding and list users and groups. | Bharat Mediratta | |
| Refactor welcome.php a little bit to make index() more readable. | |||
| 2008-11-25 | Add theme debugging. Activate it in the [info] tab in the | Bharat Mediratta | |
| scaffolding, then browse around your Gallery3 to see where you can add visible elements via modules. | |||
| 2008-11-25 | Escape CDATA blocks to avoid JS errors | Bharat Mediratta | |
| 2008-11-24 | Show a link to the item with the most tags. | Bharat Mediratta | |
| 2008-11-24 | Add the creation of tags to the scaffolding code | Tim Almdal | |
| 2008-11-23 | Show the # of comments | Bharat Mediratta | |
| 2008-11-23 | Escape Javascript to avoid validation errors. | Bharat Mediratta | |
| 2008-11-23 | Add a button to install all plugins at once, now that we have so many. | Bharat Mediratta | |
| Improve the style a bit, sort the plugins, put core first and make it stand out so that you don't accidentally uninstall it. | |||
| 2008-11-19 | Fix some broken-ness: | Bharat Mediratta | |
| 1) Item_Controller::_create() and _update() were swapped 2) _create() was redirecting to the wrong urls on success 3) Change in-place return parameter from __return to _return 4) Change in-place code to tunnel _put via POST | |||
| 2008-11-19 | Fix /item -> /items to conform to new REST api. | Bharat Mediratta | |
| 2008-11-19 | * Renamed the album, item and photo controllers to albums, items and photos ↵ | Jozef Selesi | |
| in order to follow the convention that controllers that refer to a collection of resources have plural names. * Added a bug workaround to routes.php | |||
| 2008-11-18 | Fix a typo in the text MPTT link | Bharat Mediratta | |
| 2008-11-12 | Create a simple benchmark that loads 500 localized messages and performs | Bharat Mediratta | |
| 500 localizations on them. | |||
| 2008-11-11 | Change the PUT/DELETE tunneling param from __action to _method | Bharat Mediratta | |
| to be like Rails. | |||
| 2008-11-11 | Move scaffolding code out of the comments controller to welcome.php. | Jozef Selesi | |
| 2008-11-10 | Comment creation controller, helper and test. Add comments from the scaffold. | Jozef Selesi | |
| 2008-11-10 | Remove Auth module | Tim Almdal | |
| 2008-11-10 | Add support for multi-file-upload using jquery.MultiFile and modify | Bharat Mediratta | |
| Item_Controller to accept it. | |||
| 2008-11-10 | Clean up HTML for adding albums/photos a tad. | Bharat Mediratta | |
| 2008-11-10 | Add the ability to create albums to the scaffolding | Bharat Mediratta | |
| Revert $_POST back to $this->input->post() because that supports default values. | |||
| 2008-11-09 | Implement Item_Controller::put() and delete() | Bharat Mediratta | |
| Adjust/simplify photo::create Add image uploading to the scaffolding | |||
| 2008-11-09 | Make Gallery3 more RESTful. | Bharat Mediratta | |
| Create Item_Controller as a common superclass for Album_Controller and Photo_Controller. Change routes to route requests to Item_Controller for dispatching, which in turn will generate get/post/put/delete requests to the controlller so that each controller has a RESTful surface. Change in_place editing to take advantage of this. | |||
| 2008-11-08 | Simplify the CSS a bit. | Bharat Mediratta | |
| 2008-11-08 | Restrict our dom traversal to look only for span.gInPlaceEdit for speed. | Bharat Mediratta | |
| 2008-11-08 | Add support for in-place editing of data fields. | Bharat Mediratta | |
