| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-11 | A a script block to the <head> of the page that creates a javascript ↵ | Tim Almdal | |
| variable (base_url) such that javascript on the page can find the base url of the site in order to generate ajax callbacks. | |||
| 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-11 | Correct test | Tim Almdal | |
| 2008-12-11 | Change the name of the implmentation of module parameters to module vars | Tim Almdal | |
| 2008-12-10 | Fix problem with access::can, where the $item->id was being passed to the ↵ | Tim Almdal | |
| access_group::can method. | |||
| 2008-12-10 | Create a module parameter table. This will be useful if a module wants to ↵ | Tim Almdal | |
| store information, but is not enough to warrant a table of its own | |||
| 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-10 | Remove navigation_top() and navigation_bottom() as they're subsumed by the ↵ | Bharat Mediratta | |
| new menu code | |||
| 2008-12-10 | Put profiler into page_bottom() | Bharat Mediratta | |
| 2008-12-09 | Check view permissions before allowing view access to albums/photos. | Bharat Mediratta | |
| 2008-12-09 | Move code to delete users and add/remove users from groups into the | Bharat Mediratta | |
| model. | |||
| 2008-12-09 | update call from access::can() -> access::group_can() | Bharat Mediratta | |
| 2008-12-09 | move user::delete() to User_Model::delete() | Bharat Mediratta | |
| 2008-12-09 | Add access::can() which verifies that the user belongs to a group that has the | Bharat Mediratta | |
| given permission. | |||
| 2008-12-08 | Rename access::can() to access::group_can() | Bharat Mediratta | |
| 2008-12-08 | Ignore gallery_unit_test/views/kohana_*.php | Bharat Mediratta | |
| 2008-12-08 | Only add the unit_test and gallery_unit_test modules if we're in TEST_MODE | Bharat Mediratta | |
| 2008-12-08 | Refactor Menu code to create allow you to create menus using a | Bharat Mediratta | |
| chainable factory interface and retrieve them by ids. Streamlined the HTML creation code a little bit in the process, moved the basic menu functionality into Theme_View and created the option to have different menus other than site_navigation(). | |||
| 2008-12-08 | Replace protected array and __get() with just class variables. This is ↵ | Bharat Mediratta | |
| faster and tighter. | |||
| 2008-12-08 | Minor cleanups. | Bharat Mediratta | |
| 2008-12-08 | Minor cleanups. | Bharat Mediratta | |
| 2008-12-08 | Tighten up head() | Bharat Mediratta | |
| 2008-12-08 | Restructure Menu processing to respect the differnent types of menu items ↵ | Tim Almdal | |
| (Menu's, Menu_Link, Menu_Dialog) | |||
| 2008-12-07 | Move form.html.php from themes/default/views to core/views | Tim Almdal | |
| 2008-12-07 | correct menu processing such that urls=# aren't given class gDialogLink | Tim Almdal | |
| 2008-12-07 | Change the menu processing to add the gDialogLink class if the url starts ↵ | Tim Almdal | |
| with a #. this results in a modal dialog box being opened. At this point the url is not retrieved and the text just shows up in the dialog box... need to look at that | |||
| 2008-12-07 | Remove debugging code | Tim Almdal | |
| 2008-12-07 | Merge gallery3/branches/menus back into gallery3/trunk | Tim Almdal | |
| 2008-12-07 | 1) Change the photo description field to a text area | Tim Almdal | |
| 2) Added a 'type' data element to both forge/Form_Textarea and forge/Form_Upload The second change allows the drawForm to correctly render both of these elements enclosed in a <li>...</li> html blocl | |||
| 2008-12-07 | Finish writing unit tests for Access. No bugs found! | Bharat Mediratta | |
| 2008-12-07 | Leave all locking in ORM_MPTT::move_to, don't worry about it in | Bharat Mediratta | |
| Item_Model::move_to, unless it turns out that we really need to. | |||
| 2008-12-07 | Change ORM_MPTT::add_to_parent() to take an ORM instead of an id so | Bharat Mediratta | |
| that it's consistent with ORM_MPTT::move_to() | |||
| 2008-12-07 | Adjust exception text to our normal form. | Bharat Mediratta | |
| 2008-12-07 | fix a couple of typos. | Bharat Mediratta | |
| 2008-12-07 | Rename moveTo to move_to and extend the test a bit. | Bharat Mediratta | |
| 2008-12-07 | Style cleanups to make File_Structure_Test pass. | Bharat Mediratta | |
| 2008-12-07 | Fix a bug in the redirect after adding photos. | Bharat Mediratta | |
| 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-06 | Correct @todo's in Item_Controller | Tim Almdal | |
| 2008-12-05 | Fix a bug where any uninstall removed the entire database. | Bharat Mediratta | |
| 2008-12-05 | * Add a moveTo unit test | Tim Almdal | |
| * Pass the module::event(..., $data) by reference to the handlers | |||
| 2008-12-04 | Tweak some issues with the moveTo Processing | Tim Almdal | |
| 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 | Improvements to access helper. | Bharat Mediratta | |
| o Rename access::remove_group() to access::delete_group() for consistency. o Wrote more unit tests o Tests found a bug in access::remove_item() .. yay! | |||
| 2008-12-04 | Get rid of the rearrange helper as the code could be inlined | Tim Almdal | |
| 2008-12-04 | Fix indentation | Bharat Mediratta | |
| 2008-12-04 | Implement ORM_MPTT::delete() properly. | Bharat Mediratta | |
| Inline ORM_MPTT::_grow() for now Rewrite ORM_MPTT tests to be domain specific; they no longer use album/photo helpers. | |||
| 2008-12-04 | Rename Directory_Helper_Test to Dir_Helper_Test | Bharat Mediratta | |
