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
2009-01-16
Rename Task to Task_Definition to avoid confusion with Task_Model.
Bharat Mediratta
2009-01-16
Break task definitions out into the <module>_task helper and create a
Bharat Mediratta
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-15
Simplifying the way t() is called. Refactoring localization function t($messa...
Andy Staudacher
2009-01-13
Change admin/themes to show both styles of themes side by side. This
Bharat Mediratta
2009-01-13
Reverse the last change; forgot that {$key} is treated specially
Bharat Mediratta
2009-01-13
Use variable interpolation to reduce code size
Bharat Mediratta
2009-01-13
Models should be named in adjective_noun form to make pluralizatoin
Bharat Mediratta
2009-01-12
Implement deleting dashboard blocks.
Bharat Mediratta
2009-01-12
Dashboard blocks are now data driven, and you can add new blocks to
Bharat Mediratta
2009-01-11
Deleted unused MY_Form_Radio
Bharat Mediratta
2009-01-11
Let admins override the theme with a query param
Bharat Mediratta
2009-01-10
Use the theme's avatar as the default if Gravatar doesn't have one.
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-08
First step of i18n refactoring:
Andy Staudacher
2009-01-07
Properly implement 'root' as a legal factory type
Bharat Mediratta
2009-01-07
Add 'root' as a legal factory type
Bharat Mediratta
2009-01-06
Tabs -> spaces
Bharat Mediratta
2009-01-04
Extend Theme_View to look in modules for photo and album menus. Move
Bharat Mediratta
2009-01-04
Started to wire up album and photo view menus. Need photo's parent album link...
Chad Kieffer
2009-01-02
fix line endings
Bharat Mediratta
2009-01-01
Standard Forge Library doesn't support radio buttons.
Felix Rabinovich
2009-01-01
Move debug CSS into core/css/debug.css, and enable it for admin themes also
Bharat Mediratta
2008-12-30
Add a "Graphics Settings" page that lets admins choose which graphics
Bharat Mediratta
2008-12-30
Add site_status() to the regular Theme_View
Bharat Mediratta
2008-12-29
Separate permanent messages out of the message helper and put them
Bharat Mediratta
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
[next]