Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
- Patch #552958 by Gábor Hojtsy: create 'regional and language' section in 'configuration and modules'.
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
Drupal 6.13
- Patch #111011 by Josh Waihi: adding foreign key specifications.
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
#320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files.
- Patch #394594 by Berdir: additional conversion to the new database abstraction layer plus clean-up.
- Patch #394594 by ksenzee: converted most of the user module code to the new database abstraction layer.
- Patch #413382 by brianV: whitespace fixes.
- Patch #333156 by stella: add ability to configure the default country.
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
#357403 by drewish: Make user pictures managed files.
#8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
#332123 by webchick, lilou, andypost: backport of removal of t() around schema desciptions
#11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :)
- Patch #332123 by webchick, lilou: remove t() function from schema descriptions.
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
- Patch #73874 by pwolanin: normalize the permissions table and wrote simpletests for the (new) permission handling. At last.
- Patch #175841 by catch et al: remove comment controls for users. Yowza.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long 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. 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.
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.
- Patch #181411 by Moshe: use schema API for saving and updating user records.
#164532 follow up by pwolanin, David Strauss, catch and myself, testing also 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 indicies for common queries.
#187881 by mooffie: fix misnamed database table names in schema documentation
#164983 by multiple contributors: document the core database schemas
- Added missing .install files. Forgot to commit those.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |