summaryrefslogtreecommitdiff
path: root/modules/user/helpers/user_installer.php
AgeCommit message (Expand)Author
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-03-10access::allow/deny/reset functions will now throw an exception if youBharat Mediratta
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-02-27Remove commented codeTim Almdal
2009-02-27Continue the journey of replacing raw sql with ORM or Database methodTim Almdal
2009-02-10Move site default_locale into DB (vars) and add a per user locale preference.Andy Staudacher
2009-02-04Complete the Recover Password functionality (Ticket #5).Tim Almdal
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2008-12-31Fully implement the view_full permission.Bharat Mediratta
2008-12-30Make some columns smaller so that multi-column keys don't exceed 1024Bharat Mediratta
2008-12-19Implement admin user editing. It's still very rough. Trying toBharat Mediratta
2008-12-15Update to reflect changes in Kohana ORM relationship code.Bharat Mediratta
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-09Move code to delete users and add/remove users from groups into theBharat Mediratta
2008-12-01Prototype access control model. There's much left to do, but it's aBharat Mediratta
2008-11-27Give the admin user actual admin privilegesBharat Mediratta
2008-11-27Centralize logging around installing/uninstalling modules.Bharat Mediratta
2008-11-26Ignore errors from dropping view columns from the items table.Bharat Mediratta
2008-11-26Add support for marking users as "admin"Bharat Mediratta
2008-11-26Add support in the scaffolding for adding users to groups, adding andBharat Mediratta
2008-11-26group::create() and group::delete() now manage the view_## columns inBharat Mediratta
2008-11-20Add a @todo to change user "joe" in the future.Bharat Mediratta
2008-11-18Synchronize the model rules with the database definitions and vice-versa.Tim Almdal
2008-11-16create a regular user and make scaffolding assign owner to logged in userFelix Rabinovich
2008-11-15Destroy the session on logout, don't just delete the user.Bharat Mediratta
2008-11-15Delete the user from the session when uninstalling the user moduleBharat Mediratta
2008-11-14change the display name to a varcharTim Almdal
2008-11-13Create module helper and refactor all the code that creates, updatesBharat Mediratta
2008-11-13Login is now working, but you can't logoutTim Almdal
2008-11-12Remove user_password class and move the functionality into the user helper classTim Almdal
2008-11-11Correct some missing properties and change the user_model to have a set funct...Tim Almdal
2008-11-11New user module with password support. This supports the same password mechan...Tim Almdal
2008-11-10Remove the complexity of a interface driven user management moduleTim Almdal
2008-11-10Early look at the User/Auth module refactoring. It will look for a driver ba...Tim Almdal
2008-11-09Chain away temporary variablesBharat Mediratta
2008-11-08Create permanent owner_id column in the item table, and use a softBharat Mediratta
2008-11-08Adding user (owner) to items; info moduleFelix Rabinovich
2008-11-0844 --> E_DATABASE_ERRORBharat Mediratta
2008-11-08Change how the modules table doesn't exist is caught. In running unit test, ...Tim Almdal
2008-11-05add installation unit tests and corrected a problem where the groups_users pi...Tim Almdal
2008-11-05actually delete the same tables as we createadTim Almdal
2008-11-05Rename logon_name to name, name to display_name and remove the external id fieldTim Almdal
2008-11-05The start of the user module. At this point, it shows up on the scaffolding ...Tim Almdal