| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-07 | * Don't call _getadd_photo_html() when we don't have an items table. | Bharat Mediratta | |
| * Guard against errors when uninstalling modules that don't have any code left (eg: carousel) * Create the var/uploads dir automatically. | |||
| 2008-12-06 | Implemented photo::_get_photo_add(). You need to create the var/uploads ↵ | Tim Almdal | |
| directory and make it writable by the server. The location of the temporary upload directory is specified in config/upload.php | |||
| 2008-12-05 | Fix a bug where any uninstall removed the entire database. | Bharat Mediratta | |
| 2008-12-04 | Moving albums around with a drag and drop interface seems to work and ↵ | Tim Almdal | |
| preserve the left right pointers. * changed _lock and _unlock to protected methods lock and lock respectively * added a moveTo method on the Item_Model * Corrected the hole closure on delete. * added moveTo on the ORM_MTPP class * Changed the rearrange javascript to do moves with ajax | |||
| 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 | Get rid of the rearrange helper as the code could be inlined | Tim Almdal | |
| 2008-12-03 | Add /welcome/form/add/photos to give you the add photo form. | Bharat Mediratta | |
| 2008-12-01 | Fix profiler settings in the scaffolding | 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 | 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-28 | Dynamically create the list of available modules. This permits new modules ↵ | Tim Almdal | |
| to be added without having to update the config.php file | |||
| 2008-11-28 | Add an easy way to add a bunch of servers from the server side | Bharat Mediratta | |
| 2008-11-27 | Make tags look a little better. | Bharat Mediratta | |
| 2008-11-27 | Centralize logging around installing/uninstalling modules. | 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-26 | Use lorem2 words as inputs to generateTags. Limiting the number of | Bharat Mediratta | |
| tags results in a better distribution of the tags (so the cloud looks nicer). | |||
| 2008-11-26 | Create user/group create/delete functions and have the scaffolding use them. | Bharat Mediratta | |
| 2008-11-25 | 1) Changed how the test tags are generated to be able to create a better ↵ | Tim Almdal | |
| distribution 2) Added a new helper function "load_buckets" assign the class suffix to each tag 3) Created a unit test to test the load_buckets function | |||
| 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 | tag::add_tag() -> tag::add | Bharat Mediratta | |
| 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-24 | Moved the creation of tags into the tag helper library. Added a count field ↵ | Tim Almdal | |
| to the tags table. Bharat, I know you said not to worry about caching, but I want to explore what are some of the issues with keeping track of the counts as we go. (i.e. is it a pain in the a__) | |||
| 2008-11-24 | Show a link to the item with the most tags. | Bharat Mediratta | |
| 2008-11-24 | Show the tag count, too. | Bharat Mediratta | |
| Try using array_rand to simplify tag creation logic. Is it better? Maybe. | |||
| 2008-11-24 | Remove the has_many_and_belongs_to_many relations from the item model | Tim Almdal | |
| 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 | 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-21 | Revert module block approach | Tim Almdal | |
| 2008-11-18 | Fix a typo user_id -> owner_id | Bharat Mediratta | |
| 2008-11-16 | create a regular user and make scaffolding assign owner to logged in user | Felix Rabinovich | |
| 2008-11-12 | Code cleanup, add test for time formatting function. | Jozef Selesi | |
| 2008-11-12 | aliasing owner to user | Felix Rabinovich | |
| 2008-11-12 | Create a simple benchmark that loads 500 localized messages and performs | Bharat Mediratta | |
| 500 localizations on them. | |||
| 2008-11-11 | Move scaffolding code out of the comments controller to welcome.php. | Jozef Selesi | |
| 2008-11-10 | Manually delete the auth table and module entry to ease transitions for devs. | Bharat Mediratta | |
| 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 way that we find the user id (just look it up, and if there's a ↵ | Bharat Mediratta | |
| database exception use the null value) | |||
| 2008-11-08 | Adding user (owner) to items; info module | Felix Rabinovich | |
| 2008-11-07 | Change add() to add photos:albums at a ratio of 10:1 | 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 | album::set_thumbnail is now part of Item_Model so it can go. | Bharat Mediratta | |
| Fix a bug in the scaffolding where we weren't saving the album after adding its thumbnail (so its dimensions weren't getting set). | |||
| 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-06 | When uninstalling the core, uninstall all the other modules first. | Bharat Mediratta | |
| Otherwise, when you reinstall the other module's tables are still hanging around and interfere with their install. | |||
