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
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
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
Add /welcome/form/add/photos to give you the add photo form.
Bharat Mediratta
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-28
Dynamically create the list of available modules. This permits new modules t...
Tim Almdal
2008-11-28
Add an easy way to add a bunch of servers from the server side
Bharat Mediratta
2008-11-27
Make tags look a little better.
Bharat Mediratta
2008-11-27
Centralize logging around installing/uninstalling modules.
Bharat Mediratta
2008-11-26
Draw an album tree in the access -> permissions tab.
Bharat Mediratta
2008-11-26
Add support for marking users as "admin"
Bharat Mediratta
2008-11-26
Add support in the scaffolding for adding users to groups, adding and
Bharat Mediratta
2008-11-26
Use lorem2 words as inputs to generateTags. Limiting the number of
Bharat Mediratta
2008-11-26
Create user/group create/delete functions and have the scaffolding use them.
Bharat Mediratta
2008-11-25
1) Changed how the test tags are generated to be able to create a better dist...
Tim Almdal
2008-11-25
The scaffolding can now add and delete users and groups. Yippee!
Bharat Mediratta
2008-11-25
Add a "Access" tab to the scaffolding and list users and groups.
Bharat Mediratta
2008-11-25
tag::add_tag() -> tag::add
Bharat Mediratta
2008-11-25
Add theme debugging. Activate it in the [info] tab in the
Bharat Mediratta
2008-11-24
Moved the creation of tags into the tag helper library. Added a count field ...
Tim Almdal
2008-11-24
Show a link to the item with the most tags.
Bharat Mediratta
2008-11-24
Show the tag count, too.
Bharat Mediratta
2008-11-24
Remove the has_many_and_belongs_to_many relations from the item model
Tim Almdal
2008-11-24
Add the creation of tags to the scaffolding code
Tim Almdal
2008-11-23
Show the # of comments
Bharat Mediratta
2008-11-23
Add a button to install all plugins at once, now that we have so many.
Bharat Mediratta
2008-11-21
Revert module block approach
Tim Almdal
2008-11-18
Fix a typo user_id -> owner_id
Bharat Mediratta
2008-11-16
create a regular user and make scaffolding assign owner to logged in user
Felix Rabinovich
[next]