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
/
modules
/
user
/
helpers
/
user_installer.php
Age
Commit message (
Expand
)
Author
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-02-18
Revert "Fix for ticket #491: Make user and group names translatable."
Bharat Mediratta
2010-02-18
Revert "Never assign a SafeString instance to a Model member (or hell will br...
Bharat Mediratta
2010-02-15
Never assign a SafeString instance to a Model member (or hell will break loose).
Andy Staudacher
2010-02-14
Fix for ticket #491: Make user and group names translatable.
Andy Staudacher
2010-01-31
Force all non-guest users to have an email address since that's
Bharat Mediratta
2010-01-25
Use ORM to create the users since now our validation can handle doing
Bharat Mediratta
2010-01-23
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2010-01-22
Change the check_environment method in the module helper and the module insta...
Tim Almdal
2010-01-22
Refactor the identity provider installation in to a common helper method (cha...
Tim Almdal
2010-01-22
Treat identity providers just like other modules and use the admin_module to
Tim Almdal
2010-01-17
Use an empty password for the guest user.
Bharat Mediratta
2010-01-17
Adjust installers to work with model based validation.
Bharat Mediratta
2009-10-31
Don't specify the default identity provider in the gallery installer. Let th...
Tim Almdal
2009-10-27
Set the minimum password length to 5. The gallery owner can change this in t...
Tim Almdal
2009-10-26
Upgrade the gallery module to version 16 to reflect the refactoring of the us...
Tim Almdal
2009-10-23
Change the Admin_Identity_Controller to not destroy the session until after t...
Tim Almdal
2009-10-22
Change Identity adminstration to use the uninstall/install methods when chang...
Tim Almdal
2009-10-21
Make sure we set the active identity provider when the user module is install...
Tim Almdal
2009-10-20
Changes to Identity interface to allow for multiple Identity providers. What...
Tim Almdal
2009-08-27
Remove 'ENGINE=InnoDB' specification from tables that we create. Use
Bharat Mediratta
2009-06-23
Refactor the install/upgrade code to be more flexible.
Bharat Mediratta
2009-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-03-10
access::allow/deny/reset functions will now throw an exception if you
Bharat Mediratta
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
2009-02-27
Remove commented code
Tim Almdal
2009-02-27
Continue the journey of replacing raw sql with ORM or Database method
Tim Almdal
2009-02-10
Move site default_locale into DB (vars) and add a per user locale preference.
Andy Staudacher
2009-02-04
Complete the Recover Password functionality (Ticket #5).
Tim Almdal
2009-01-14
Make sure that helper functions are all static. Add new
Bharat Mediratta
2009-01-10
Big set of changes to comments, with related changes to akismet and
Bharat Mediratta
2008-12-31
Fully implement the view_full permission.
Bharat Mediratta
2008-12-30
Make some columns smaller so that multi-column keys don't exceed 1024
Bharat Mediratta
2008-12-19
Implement admin user editing. It's still very rough. Trying to
Bharat Mediratta
2008-12-15
Update to reflect changes in Kohana ORM relationship code.
Bharat Mediratta
2008-12-12
Get rid of all pseudo users and pseudo groups, while preserving all
Bharat Mediratta
2008-12-09
Move code to delete users and add/remove users from groups into the
Bharat Mediratta
2008-12-01
Prototype access control model. There's much left to do, but it's a
Bharat Mediratta
2008-11-27
Give the admin user actual admin privileges
Bharat Mediratta
2008-11-27
Centralize logging around installing/uninstalling modules.
Bharat Mediratta
2008-11-26
Ignore errors from dropping view columns from the items table.
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
group::create() and group::delete() now manage the view_## columns in
Bharat Mediratta
2008-11-20
Add a @todo to change user "joe" in the future.
Bharat Mediratta
2008-11-18
Synchronize the model rules with the database definitions and vice-versa.
Tim Almdal
2008-11-16
create a regular user and make scaffolding assign owner to logged in user
Felix Rabinovich
2008-11-15
Destroy the session on logout, don't just delete the user.
Bharat Mediratta
[next]