summaryrefslogtreecommitdiff
path: root/core/libraries
AgeCommit message (Expand)Author
2008-12-25Ajaxify 'add users'Felix Rabinovich
2008-12-24Normalize our Admin controllers so that functions always print outBharat Mediratta
2008-12-23Reload parent after adding a new item since the left/right pointers have chan...Bharat Mediratta
2008-12-22Add messaging system for reporting actions back to the user. MakeBharat Mediratta
2008-12-22Normalize CSRF handling into the access helper. Probably not the bestBharat Mediratta
2008-12-22Add some admin theme callbacks and make them explicitly admin_xxx for consist...Bharat Mediratta
2008-12-20Add admin sidebar blocks, and move the stats block into that pattern.Bharat Mediratta
2008-12-20Create a pattern for admin dashboard blocks and make the "welcome"Bharat Mediratta
2008-12-19Add session based CSRF protection to all formsBharat Mediratta
2008-12-18Refactor site admin menu into a theme function and build the menus inBharat Mediratta
2008-12-17Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...Bharat Mediratta
2008-12-16Remove all caching from ORM_MPTT. This was premature optimization: itBharat Mediratta
2008-12-16Various optimizations:Bharat Mediratta
2008-12-15Add Admin_ViewBharat Mediratta
2008-12-15Refactor admin dashboard.Bharat Mediratta
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-11Convert a stray <li> to </li>Bharat Mediratta
2008-12-11Changes to the Menu.php:Tim Almdal
2008-12-10Remove navigation_top() and navigation_bottom() as they're subsumed by the ne...Bharat Mediratta
2008-12-08Refactor Menu code to create allow you to create menus using aBharat Mediratta
2008-12-08Replace protected array and __get() with just class variables. This is faste...Bharat Mediratta
2008-12-08Restructure Menu processing to respect the differnent types of menu items (Me...Tim Almdal
2008-12-07correct menu processing such that urls=# aren't given class gDialogLinkTim Almdal
2008-12-07Change the menu processing to add the gDialogLink class if the url starts wit...Tim Almdal
2008-12-07Remove debugging codeTim Almdal
2008-12-07Merge gallery3/branches/menus back into gallery3/trunkTim Almdal
2008-12-07Leave all locking in ORM_MPTT::move_to, don't worry about it inBharat Mediratta
2008-12-07Change ORM_MPTT::add_to_parent() to take an ORM instead of an id soBharat Mediratta
2008-12-07Adjust exception text to our normal form.Bharat Mediratta
2008-12-07fix a couple of typos.Bharat Mediratta
2008-12-07Rename moveTo to move_to and extend the test a bit.Bharat Mediratta
2008-12-04Tweak some issues with the moveTo ProcessingTim Almdal
2008-12-04Moving albums around with a drag and drop interface seems to work and preserv...Tim Almdal
2008-12-04Implement ORM_MPTT::delete() properly.Bharat Mediratta
2008-12-04Add unit tests to test growing and contracting the left and right pointersTim Almdal
2008-11-28Rename module::get_list() to module::installed()Bharat Mediratta
2008-11-28Add credits theme callback, point the powered-by link at GMCBharat Mediratta
2008-11-28Add tag() functionBharat Mediratta
2008-11-271) Create a Theme_View class that combines the functionality of the Theme cla...Tim Almdal
2008-11-27Add navigation_top() and navigation_bottom() insertion pointsBharat Mediratta
2008-11-27Add page_type() functionBharat Mediratta
2008-11-26Add a new "tag" page type.Bharat Mediratta
2008-11-26NULL -> nullBharat Mediratta
2008-11-26Initial commit of the translation class, I18n_Core and some tests.Andy Staudacher
2008-11-25Change url() to use url::file() since it's more concise.Bharat Mediratta
2008-11-25Remove module() since it's now unused. We can add it back if we decide that ...Bharat Mediratta
2008-11-25Move the in-place-edit JS into the page_footer callback and out ofBharat Mediratta
2008-11-25Add gClearFix to the annotated theme elements, which makes the box surround i...Bharat Mediratta
2008-11-25Add theme debugging. Activate it in the [info] tab in theBharat Mediratta
2008-11-24Don't bother trying to check if the class file exists, just use method_exists...Tim Almdal