Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #111011 by Josh Waihi: adding foreign key specifications. | Dries Buytaert | 2009-06-01 |
| | |||
* | - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵ | Dries Buytaert | 2009-05-27 |
| | | | | nominalizations from Docblocks. | ||
* | #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵ | Angie Byron | 2009-05-13 |
| | | | | all .install files. | ||
* | - Patch #394594 by Berdir: additional conversion to the new database ↵ | Dries Buytaert | 2009-04-30 |
| | | | | abstraction layer plus clean-up. | ||
* | - Patch #394594 by ksenzee: converted most of the user module code to the ↵ | Dries Buytaert | 2009-04-13 |
| | | | | new database abstraction layer. | ||
* | - Patch #413382 by brianV: whitespace fixes. | Dries Buytaert | 2009-03-25 |
| | |||
* | - Patch #333156 by stella: add ability to configure the default country. | Dries Buytaert | 2009-03-17 |
| | |||
* | Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. | Angie Byron | 2009-02-26 |
| | |||
* | #330983 by recidive and boombatower: Rename users/users_roles tables to ↵ | Angie Byron | 2009-02-18 |
| | | | | user/user_role for consistency. | ||
* | #357403 by drewish: Make user pictures managed files. | Angie Byron | 2009-01-20 |
| | |||
* | #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing ↵ | Angie Byron | 2009-01-08 |
| | | | | the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D | ||
* | #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings ↵ | Angie Byron | 2008-11-20 |
| | | | | Time? I bet you didn't think Drupal ever would! :) | ||
* | - Patch #332123 by webchick, lilou: remove t() function from schema ↵ | Dries Buytaert | 2008-11-15 |
| | | | | descriptions. | ||
* | #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵ | Angie Byron | 2008-09-20 |
| | | | | absolute paths. | ||
* | - Patch #73874 by pwolanin: normalize the permissions table and wrote ↵ | Dries Buytaert | 2008-05-07 |
| | | | | simpletests for the (new) permission handling. At last. | ||
* | - Patch #175841 by catch et al: remove comment controls for users. Yowza. | Dries Buytaert | 2008-04-16 |
| | |||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | - Patch #228594 by catch et al: removed access rule functionality from core. | Dries Buytaert | 2008-04-08 |
| | | | | | | | | | | | The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings. | ||
* | - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing. | Dries Buytaert | 2008-03-31 |
| | | | | | | | | | | | | | | | | | | | This is a big and important patch for Drupal's security. We are switching to much stronger password hashes that are also compatible with the Portable PHP password hashing framework. The new password hashes defeat a number of attacks, including: - The ability to try candidate passwords against multiple hashes at once. - The ability to use pre-hashed lists of candidate passwords. - The ability to determine whether two users have the same (or different) password without actually having to guess one of the passwords. Also implemented a pluggable password hashing API (similar to how an alternate cache mechanism can be used) to allow developers to readily substitute an alternative hashing and authentication scheme. Thanks all! | ||
* | - Patch #214271 by recidive: improved schema identation. | Dries Buytaert | 2008-03-15 |
| | |||
* | - Patch #181411 by Moshe: use schema API for saving and updating user records. | Dries Buytaert | 2008-02-18 |
| | |||
* | #164532 follow up by pwolanin, David Strauss, catch and myself, testing also ↵ | Gábor Hojtsy | 2008-01-08 |
| | | | | by hswong3i: some indexes added before Drupal 6 RC1 were too unique, and our code did not back them, so we should not add those indexes | ||
* | - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵ | Dries Buytaert | 2007-12-18 |
| | | | | indicies for common queries. | ||
* | #187881 by mooffie: fix misnamed database table names in schema documentation | Gábor Hojtsy | 2007-11-04 |
| | |||
* | #164983 by multiple contributors: document the core database schemas | Gábor Hojtsy | 2007-10-10 |
| | |||
* | - Added missing .install files. Forgot to commit those. | Dries Buytaert | 2007-10-05 |