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-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
2008-12-06
Implemented photo::_get_photo_add(). You need to create the var/uploads dire...
Tim Almdal
2008-12-06
Correct @todo's in Item_Controller
Tim Almdal
2008-12-05
Fix a bug where any uninstall removed the entire database.
Bharat Mediratta
2008-12-04
Moving albums around with a drag and drop interface seems to work and preserv...
Tim Almdal
2008-12-04
Change the startup code to only put installed modules on the autoload
Bharat Mediratta
2008-12-04
Get rid of the rearrange helper as the code could be inlined
Tim Almdal
2008-12-03
Rename file::unlink() to dir::unlink(). This creates an API that is
Bharat Mediratta
2008-12-03
Add a MY_file class that extends the file helper by creating an unlink method...
Tim Almdal
2008-12-03
Add /welcome/form/add/photos to give you the add photo form.
Bharat Mediratta
2008-12-02
The rearrange module will now add an album if you drag the "new album" onto t...
Tim Almdal
2008-12-01
Fix profiler settings in the scaffolding
Bharat Mediratta
2008-12-01
Add access::reset() so that you can specify your intent to use the
Bharat Mediratta
2008-12-01
Prototype access control model. There's much left to do, but it's a
Bharat Mediratta
2008-11-30
Move rearrange HTML generation into welcome.php so that we gracefully
Bharat Mediratta
2008-11-29
Add access model (not fully baked yet).
Bharat Mediratta
2008-11-29
Insure that the page and offset refere to valid items
Tim Almdal
2008-11-28
Dynamically create the list of available modules. This permits new modules t...
Tim Almdal
2008-11-28
Create module::event() which runs Gallery events. It works by
Bharat Mediratta
2008-11-28
Add an easy way to add a bunch of servers from the server side
Bharat Mediratta
2008-11-28
Rename item events and create events for comment create, login, logout, user ...
Tim Almdal
2008-11-27
1) Create a Theme_View class that combines the functionality of the Theme cla...
Tim Almdal
2008-11-27
Make tags look a little better.
Bharat Mediratta
[next]