summaryrefslogtreecommitdiff
path: root/core/libraries
AgeCommit message (Expand)Author
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
2008-11-23Add a site-config parameter to the config.php file. Created a core_block:hea...Tim Almdal
2008-11-23Remove extra quotes around variable that already contained a string valueTim Almdal
2008-11-22Create thumbnail insertion points (top/bottom/info) and moveBharat Mediratta
2008-11-22Pass extra args on to the block function.Bharat Mediratta
2008-11-22Move all block callbacks from View::block_type() toBharat Mediratta
2008-11-22Convert gmaps, info, and tag modules to the new block moduleTim Almdal
2008-11-21Convert the carousel module to provide its block through the new apiTim Almdal
2008-11-21Be consistent in naming the album_top blockTim Almdal
2008-11-212nd attempt at inserting html by modules.Tim Almdal
2008-11-21Revert module block approachTim Almdal
2008-11-20A look at away to allow modules to define html head contents (links and js) a...Tim Almdal
2008-11-20Add unittest and caching for ORM_MTPP::descendantsTim Almdal
2008-11-20Add unittest and caching to ORM_MTPP::descendants_countTim Almdal