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-25
Ajaxify 'add users'
Felix Rabinovich
2008-12-24
Normalize our Admin controllers so that functions always print out
Bharat Mediratta
2008-12-23
Reload parent after adding a new item since the left/right pointers have chan...
Bharat Mediratta
2008-12-22
Add messaging system for reporting actions back to the user. Make
Bharat Mediratta
2008-12-22
Normalize CSRF handling into the access helper. Probably not the best
Bharat Mediratta
2008-12-22
Add some admin theme callbacks and make them explicitly admin_xxx for consist...
Bharat Mediratta
2008-12-20
Add admin sidebar blocks, and move the stats block into that pattern.
Bharat Mediratta
2008-12-20
Create a pattern for admin dashboard blocks and make the "welcome"
Bharat Mediratta
2008-12-19
Add session based CSRF protection to all forms
Bharat Mediratta
2008-12-18
Refactor site admin menu into a theme function and build the menus in
Bharat Mediratta
2008-12-17
Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...
Bharat Mediratta
2008-12-16
Remove all caching from ORM_MPTT. This was premature optimization: it
Bharat Mediratta
2008-12-16
Various optimizations:
Bharat Mediratta
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
[next]