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
Age
Commit message (
Expand
)
Author
2008-12-25
Reload the parent before using when adding albums/photos since it may have in...
Bharat Mediratta
2008-12-25
Big round of normalization of the way that our controllers
Bharat Mediratta
2008-12-25
Rest_Controller -> REST_Controller everywhere, for consistency.
Bharat Mediratta
2008-12-24
Normalize our Admin controllers so that functions always print out
Bharat Mediratta
2008-12-24
Lots of deltas rolled up into a bigger change. Sorry for the mess.
Bharat Mediratta
2008-12-23
Clean up the way that we upload via dialogs:
Bharat Mediratta
2008-12-23
Update to reflect change in album::create API
Bharat Mediratta
2008-12-23
Change photo::create() and album::create() to take ORM instances
Bharat Mediratta
2008-12-23
Add very simple graphics toolkits.
Bharat Mediratta
2008-12-22
Add messaging system for reporting actions back to the user. Make
Bharat Mediratta
2008-12-22
Remove module.info from infrastructure modules that are effectively
Bharat Mediratta
2008-12-22
Normalize CSRF handling into the access helper. Probably not the best
Bharat Mediratta
2008-12-22
Support proper rendering of locked modules, add a submit button, point it at ...
Bharat Mediratta
2008-12-22
Change the way that we track modules.
Bharat Mediratta
2008-12-21
Add some more logging code. Now the site admin has some log entries to look at.
Bharat Mediratta
2008-12-21
create a more generic random_phrase() function
Bharat Mediratta
2008-12-20
Update view counts for albums also
Bharat Mediratta
2008-12-20
Add view counts and show them properly.
Bharat Mediratta
2008-12-20
Collapse Admin_Dashboard_Controller down into a single theme call, since now
Bharat Mediratta
2008-12-19
Fix a bug in admin delegation.
Bharat Mediratta
2008-12-19
Create a new pattern for Site Admin controllers:
Bharat Mediratta
2008-12-19
We always have at least 1 page in an album.
Bharat Mediratta
2008-12-19
Allow server-side adding of images to other albums than the root
Bharat Mediratta
2008-12-17
Add Item_Model::viewable() which we can use to restrict any query to
Bharat Mediratta
2008-12-17
Switch from cookie sessions to database sessions. We can't use cookie
Bharat Mediratta
2008-12-17
Improve performance by finding the item without walking the tree.
Bharat Mediratta
2008-12-17
Change the album thumbnail/resize from _album.jpg to .album.pjg
Bharat Mediratta
2008-12-17
Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...
Bharat Mediratta
2008-12-16
Add file_proxy. This is controller gets triggered by .htaccess
Bharat Mediratta
2008-12-16
1) Remove the load watermark from the scaffolding... use the menu option
Tim Almdal
2008-12-16
Fix a bug where we were using module::set_var() instead of module::get_var() ...
Bharat Mediratta
2008-12-15
Update to reflect changes in Kohana ORM relationship code.
Bharat Mediratta
2008-12-15
Rename default_admin to admin_default.
Bharat Mediratta
2008-12-15
Refactor admin dashboard.
Bharat Mediratta
2008-12-15
mark unauthorized exception w/ a @todo
Bharat Mediratta
2008-12-14
Change the watermark module to use forge.
Tim Almdal
2008-12-14
load admin subpages AJAXy way
Felix Rabinovich
2008-12-14
convert single quotes to double quotes for consistency.
Bharat Mediratta
2008-12-14
The start of the watermark module. It doesn't save the watermark at this poi...
Tim Almdal
2008-12-14
refactored admin views and added 'List User'
Felix Rabinovich
2008-12-14
clean the links and require authorization before showing admin pages
Felix Rabinovich
2008-12-14
1. fix up the <link> and <script> elements in the dashboard <head>.
Felix Rabinovich
2008-12-14
Fixed tabs and line endings
Felix Rabinovich
2008-12-14
Created admin controller and made admin obey admin theme settings
Felix Rabinovich
2008-12-13
Set the resize and thumbnail maximum dimension into the module vars table
Tim Almdal
2008-12-12
Change the check from class_exists to module::is_installed
Tim Almdal
2008-12-12
Remove a couple of todo's by store the "theme name", "admin theme name" and "...
Tim Almdal
2008-12-12
If the user class doesn't exist, then just set the owner_id to null. Another ...
Tim Almdal
2008-12-12
Refaactor module::install() and module::uninstall() out of the
Bharat Mediratta
2008-12-12
Use restore_error_handler() instead of a second set_error_handler() call
Bharat Mediratta
[next]