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
/
welcome.php
Age
Commit message (
Expand
)
Author
2009-01-21
Fix bug in add_to_group / remove_from_group where we were looking up users us...
Bharat Mediratta
2009-01-20
Web based installer. It's still got some rough edges, but you can now
Bharat Mediratta
2009-01-19
Fix up various little things to get File_Structure_Test to pass.
Bharat Mediratta
2009-01-19
Packager now does a clean reinstall of just the packages we want, then
Bharat Mediratta
2009-01-18
Drag and drop in the admin dashboard now saves the location.
Bharat Mediratta
2009-01-18
Correct the mkdir for the sub directories in var
Tim Almdal
2009-01-18
Change the database unload to unload all the tables instead of fooling
Tim Almdal
2009-01-18
Clean up the var directory creation script
Tim Almdal
2009-01-18
Here's the rest of the change, new tool and forgot to add some files :-)
Tim Almdal
2009-01-17
The Packager now copies all the directories properly, ignoring all the
Tim Almdal
2009-01-17
We can now build ar tar.gz file with the gallery installation. Still
Tim Almdal
2009-01-17
Generate a single sql install file.
Tim Almdal
2009-01-17
Change the scaffolding packaging to set auot-render to false so the
Tim Almdal
2009-01-16
Add a scaffolding tab that allows packaging up the installation for installat...
Tim Almdal
2009-01-10
Big set of changes to comments, with related changes to akismet and
Bharat Mediratta
2009-01-08
Don't toggle akismet::test_mode if akismet isn't installed.
Bharat Mediratta
2009-01-08
Add akismet::$test_mode, initialize it to TEST_MODE and don't contact
Bharat Mediratta
2009-01-02
trim() the path in add_photos
Bharat Mediratta
2009-01-01
Add deepest album link
Bharat Mediratta
2008-12-30
Update user::create() scaffolding for changes in the user module: can't set t...
Andy Staudacher
2008-12-26
Fix a typo.
Bharat Mediratta
2008-12-25
Rework log and message helpers to be parallel, but separate.
Bharat Mediratta
2008-12-25
Reload the parent before using when adding albums/photos since it may have in...
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
Remove module.info from infrastructure modules that are effectively
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-19
Allow server-side adding of images to other albums than the root
Bharat Mediratta
2008-12-17
Switch from cookie sessions to database sessions. We can't use cookie
Bharat Mediratta
2008-12-17
Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...
Bharat Mediratta
2008-12-16
1) Remove the load watermark from the scaffolding... use the menu option
Tim Almdal
2008-12-15
Update to reflect changes in Kohana ORM relationship code.
Bharat Mediratta
2008-12-14
Change the watermark module to use forge.
Tim Almdal
2008-12-14
The start of the watermark module. It doesn't save the watermark at this poi...
Tim Almdal
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
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
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
* 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
[next]