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-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
2008-12-12
Randomly choose images from core/tests/images as test images
Tim Almdal
2008-12-12
Remove the attempt at a local import module
Tim Almdal
2008-12-12
Get rid of all pseudo users and pseudo groups, while preserving all
Bharat Mediratta
2008-12-11
1) Begins the creation of the local import module by adding the administation...
Tim Almdal
2008-12-10
Change all access API methods to take ORMs instead of ids. This will
Bharat Mediratta
2008-12-09
Check view permissions before allowing view access to albums/photos.
Bharat Mediratta
2008-12-09
Move code to delete users and add/remove users from groups into the
Bharat Mediratta
2008-12-09
move user::delete() to User_Model::delete()
Bharat Mediratta
2008-12-07
Fix a bug in the redirect after adding photos.
Bharat Mediratta
2008-12-07
* Don't call _getadd_photo_html() when we don't have an items table.
Bharat Mediratta
[next]