summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* - Patch #73874 by pwolanin: normalize the permissions table and wrote ↵Dries Buytaert2008-05-07
| | | | simpletests for the (new) permission handling. At last.
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly.Dries Buytaert2008-05-02
|
* - Patch #249608 by boombatower: user registration test doesn't set required ↵Dries Buytaert2008-04-30
| | | | variables.
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
* - Patch #228594 by catch and flobruit: some code clean-up.Dries Buytaert2008-04-19
|
* - Patch #175841 by catch et al: remove comment controls for users. Yowza.Dries Buytaert2008-04-16
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵Dries Buytaert2008-04-10
| | | | | | | | | | | from numeric block IDs to string IDs. The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers: block-user-0.tpl.php --> block-user-navigation.tpl.php block-user-1.tpl.php --> block-user-login.tpl.php You get the picture.
* - Patch #244597 by drumm: remove login form text as this can now be ↵Dries Buytaert2008-04-10
| | | | accomplished using hook form_alter.
* - Patch #228594 by catch et al: removed access rule functionality from core.Dries Buytaert2008-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 Buytaert2008-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 #226501 by webchick: permission descriptions were used incorrectly ↵Dries Buytaert2008-03-19
| | | | at admin/user/user.
* - Patch #214271 by recidive: improved schema identation.Dries Buytaert2008-03-15
|
* - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵Dries Buytaert2008-02-20
| | | | descriptions for permissions on the permission administration page.
* - Patch #181578 by Moshe: removed distributed authentication code from ↵Dries Buytaert2008-02-18
| | | | user_save(). Factored the relevant code out to a separate function.
* - Patch #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* - Patch #181411 by Moshe: use schema API for saving and updating user records.Dries Buytaert2008-02-18
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #216858 by jvandyk, moshe weitzman: fix plain wrong and misleading user ↵Gábor Hojtsy2008-02-03
| | | | module phpdoc blocks
* #215335 by jvandyk: fix user_login_submit() phpdocGábor Hojtsy2008-01-29
|
* #208888 by jvandyk: set access time when externally authenticated user first ↵Gábor Hojtsy2008-01-27
| | | | logs in
* #119038 by ximo, Pancho: user role editing usability: include disabled ↵Gábor Hojtsy2008-01-22
| | | | checkbox for authenticated role
* #210211 by chx, theborg: removing the broken admin user search, which would ↵Gábor Hojtsy2008-01-16
| | | | provide the same as the public facing user search anyway
* #18954 follow up by myself: restore user role name editingGábor Hojtsy2008-01-10
|
* #18954 by kkaefer, Pancho: built-in role names were not translated and some ↵Gábor Hojtsy2008-01-10
| | | | user_roles() call cleanups
* #206078 by Pancho, traxer: order roles with system roles first (usability)Gábor Hojtsy2008-01-10
|
* #204705 by pwolanin: abort user_save on SQL errors, to avoid data corruptionGábor Hojtsy2008-01-10
|
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* #164532 follow up by pwolanin, David Strauss, catch and myself, testing also ↵Gábor Hojtsy2008-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 #206434 by meba: added missing doc in string.Dries Buytaert2008-01-05
|
* #135329 follow up: rolling back some of the user password request form ↵Gábor Hojtsy2008-01-02
| | | | changes, so user names in email address format (eg. site_network module) will still work
* - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵Dries Buytaert2007-12-31
| | | | year. Fiew. Thanks all, and see you on the other side. :)
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* #152497 by bjaspan, with more docs from myself: user_external_login() was ↵Gábor Hojtsy2007-12-27
| | | | not updated to latest login process
* #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titlesGábor Hojtsy2007-12-27
|
* #191914 by chx: admin check was missing from menu user_register_access()Gábor Hojtsy2007-12-27
|
* - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.Dries Buytaert2007-12-26
|
* #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵Gábor Hojtsy2007-12-23
| | | | fixed)
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #172993 by drewish, Lynn: remove old user picture even when the newly ↵Gábor Hojtsy2007-12-20
| | | | uploaded one uses a different format
* - Patch #201894 by David Rothstein: fixed typo in user output.Dries Buytaert2007-12-18
|
* - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵Dries Buytaert2007-12-18
| | | | indicies for common queries.
* #201725 by bdragon: access control was renamed to permissions but this was ↵Gábor Hojtsy2007-12-17
| | | | not reflected in two remaining permission checks
* #199387 by Pancho: revert user login/register/request password page titles ↵Gábor Hojtsy2007-12-17
| | | | to 'User account' as it was in Drupal 5, instead of the bugos 'Log in'
* #110474 by dww and keith.smith: passwords are not sent in welcome mails, so ↵Gábor Hojtsy2007-12-14
| | | | do not mislead our users
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field ↵Gábor Hojtsy2007-12-14
| | | | description wording in installer and runtime interface
* #152497 by JohnAlbin, bdragon, moshe weitzman, chx and myself: several user ↵Gábor Hojtsy2007-12-13
| | | | login tasks, such as session id regeneration were not performed in all cases, so centralize this