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
/
controllers
/
admin_dashboard.php
Age
Commit message (
Expand
)
Author
2009-03-26
Rename $block_id to $id to fix ticket #192
Bharat Mediratta
2009-03-16
Get rid of obsolete/undefined $block_adder
Bharat Mediratta
2009-01-18
Drag and drop in the admin dashboard now saves the location.
Bharat Mediratta
2009-01-18
Refactor dashboard -> block_manager since it'll manage blocks site
Bharat Mediratta
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-12
Refactor dashboard block handling out into a dashboard helper so that
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-12
Only the admin dashboard has a sidebar now.
Bharat Mediratta
2008-12-24
Normalize our Admin controllers so that functions always print out
Bharat Mediratta
2008-12-22
Normalize CSRF handling into the access helper. Probably not the best
Bharat Mediratta
2008-12-20
Collapse Admin_Dashboard_Controller down into a single theme call, since now
Bharat Mediratta
2008-12-19
Create a new pattern for Site Admin controllers:
Bharat Mediratta