index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
libraries
Age
Commit message (
Expand
)
Author
2008-12-15
Add Admin_View
Bharat Mediratta
2008-12-15
Refactor admin dashboard.
Bharat Mediratta
2008-12-12
Get rid of all pseudo users and pseudo groups, while preserving all
Bharat Mediratta
2008-12-11
Convert a stray <li> to </li>
Bharat Mediratta
2008-12-11
Changes to the Menu.php:
Tim Almdal
2008-12-10
Remove navigation_top() and navigation_bottom() as they're subsumed by the ne...
Bharat Mediratta
2008-12-08
Refactor Menu code to create allow you to create menus using a
Bharat Mediratta
2008-12-08
Replace protected array and __get() with just class variables. This is faste...
Bharat Mediratta
2008-12-08
Restructure Menu processing to respect the differnent types of menu items (Me...
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 wit...
Tim Almdal
2008-12-07
Remove debugging code
Tim Almdal
2008-12-07
Merge gallery3/branches/menus back into gallery3/trunk
Tim Almdal
2008-12-07
Leave all locking in ORM_MPTT::move_to, don't worry about it in
Bharat Mediratta
2008-12-07
Change ORM_MPTT::add_to_parent() to take an ORM instead of an id so
Bharat Mediratta
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-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 preserv...
Tim Almdal
2008-12-04
Implement ORM_MPTT::delete() properly.
Bharat Mediratta
2008-12-04
Add unit tests to test growing and contracting the left and right pointers
Tim Almdal
2008-11-28
Rename module::get_list() to module::installed()
Bharat Mediratta
2008-11-28
Add credits theme callback, point the powered-by link at GMC
Bharat Mediratta
2008-11-28
Add tag() function
Bharat Mediratta
2008-11-27
1) Create a Theme_View class that combines the functionality of the Theme cla...
Tim Almdal
2008-11-27
Add navigation_top() and navigation_bottom() insertion points
Bharat Mediratta
2008-11-27
Add page_type() function
Bharat Mediratta
2008-11-26
Add a new "tag" page type.
Bharat Mediratta
2008-11-26
NULL -> null
Bharat Mediratta
2008-11-26
Initial commit of the translation class, I18n_Core and some tests.
Andy Staudacher
2008-11-25
Change url() to use url::file() since it's more concise.
Bharat Mediratta
2008-11-25
Remove module() since it's now unused. We can add it back if we decide that ...
Bharat Mediratta
2008-11-25
Move the in-place-edit JS into the page_footer callback and out of
Bharat Mediratta
2008-11-25
Add gClearFix to the annotated theme elements, which makes the box surround i...
Bharat Mediratta
2008-11-25
Add theme debugging. Activate it in the [info] tab in the
Bharat Mediratta
2008-11-24
Don't bother trying to check if the class file exists, just use method_exists...
Tim Almdal
2008-11-23
Add a site-config parameter to the config.php file. Created a core_block:hea...
Tim Almdal
2008-11-23
Remove extra quotes around variable that already contained a string value
Tim Almdal
2008-11-22
Create thumbnail insertion points (top/bottom/info) and move
Bharat Mediratta
2008-11-22
Pass extra args on to the block function.
Bharat Mediratta
2008-11-22
Move all block callbacks from View::block_type() to
Bharat Mediratta
2008-11-22
Convert gmaps, info, and tag modules to the new block module
Tim Almdal
2008-11-21
Convert the carousel module to provide its block through the new api
Tim Almdal
2008-11-21
Be consistent in naming the album_top block
Tim Almdal
2008-11-21
2nd attempt at inserting html by modules.
Tim Almdal
2008-11-21
Revert module block approach
Tim Almdal
2008-11-20
A look at away to allow modules to define html head contents (links and js) a...
Tim Almdal
2008-11-20
Add unittest and caching for ORM_MTPP::descendants
Tim Almdal
2008-11-20
Add unittest and caching to ORM_MTPP::descendants_count
Tim Almdal
[next]