| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2008-11-08 | Tell users to install the user module before installing auth. | Bharat Mediratta | |
| 2008-11-07 | move block.html.php into the default theme | Bharat Mediratta | |
| 2008-11-07 | Use jquery.cookie to keep the same tab open when you refresh | Bharat Mediratta | |
| Add a switch to turn profiling on/off | |||
| 2008-11-06 | Add quick-link to the deepest photo to test hierarchical navigation | Bharat Mediratta | |
| 2008-11-06 | spruce up the display of commands | Chad Kieffer | |
| 2008-11-05 | replaced Feature URLs with new one | Chris Kelly | |
| 2008-11-05 | Add info section with MPTT graphs | Bharat Mediratta | |
| 2008-11-05 | * Add thumbnail and resize dimensions to the item table and use them | Bharat Mediratta | |
| properly in the theme. * Move thumbnail and resize generation down into the model for consistency. * Add a sample thumbnail for albums * Fix a bug in the ORM to clear the cache when we reload an object. * Add Kohana docs to the scaffold. | |||
| 2008-11-05 | Report the number of photos/albums | Bharat Mediratta | |
