Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #266488 by Damien Tournoud: cleanup for user_validate_name(). | Dries Buytaert | 2008-06-27 |
| | |||
* | - Patch #266488 by Damien Tournoud, nbz, Heine, MadHarold, et al: clean-up ↵ | Dries Buytaert | 2008-06-26 |
| | | | | user_validate_name(), allow astrophes, removed some cruft and made the tests more compact. | ||
* | - Patch #270045 by drewish, Susurrus: clean up return values. | Dries Buytaert | 2008-06-18 |
| | |||
* | - Patch #151902 by MadHarold et al: a better format_size() (and removed some ↵ | Dries Buytaert | 2008-06-09 |
| | | | | excessive white space). | ||
* | - Patch #267813 by alpritt: fixed some user module tests. | Dries Buytaert | 2008-06-08 |
| | |||
* | - Patch #253506 by flobruit, catch et al: removed duplicate upload.test. | Dries Buytaert | 2008-06-06 |
| | |||
* | - Patch #253506 by Daniel, flobruit and catch: made the upload tests work. | Dries Buytaert | 2008-06-06 |
| | |||
* | - Patch #260505 by flobruit: updated the user module tests to be consistent ↵ | Dries Buytaert | 2008-06-02 |
| | | | | with the code. | ||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - Patch #101543 by webchick: document all constants. | Dries Buytaert | 2008-05-26 |
| | |||
* | - Patch #259463 by dmitrig01: notification e-mail for pending user ↵ | Dries Buytaert | 2008-05-17 |
| | | | | registrations had blank subject line. | ||
* | - Patch #73874 by pwolanin: normalize the permissions table and wrote ↵ | Dries Buytaert | 2008-05-07 |
| | | | | simpletests for the (new) permission handling. At last. | ||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-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 Buytaert | 2008-05-02 |
| | |||
* | - Patch #249608 by boombatower: user registration test doesn't set required ↵ | Dries Buytaert | 2008-04-30 |
| | | | | variables. | ||
* | - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵ | Dries Buytaert | 2008-04-23 |
| | | | | committed to D6. | ||
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-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 Buytaert | 2008-04-19 |
| | |||
* | - 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 #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵ | Dries Buytaert | 2008-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 Buytaert | 2008-04-10 |
| | | | | accomplished using hook form_alter. | ||
* | - 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 #226501 by webchick: permission descriptions were used incorrectly ↵ | Dries Buytaert | 2008-03-19 |
| | | | | at admin/user/user. | ||
* | - Patch #214271 by recidive: improved schema identation. | Dries Buytaert | 2008-03-15 |
| | |||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | - Patch #181578 by Moshe: removed distributed authentication code from ↵ | Dries Buytaert | 2008-02-18 |
| | | | | user_save(). Factored the relevant code out to a separate function. | ||
* | - Patch #221384 by webernet: update core compatibility to Drupal 7. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #181411 by Moshe: use schema API for saving and updating user records. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. | Dries Buytaert | 2008-02-06 |
| | |||
* | #216858 by jvandyk, moshe weitzman: fix plain wrong and misleading user ↵ | Gábor Hojtsy | 2008-02-03 |
| | | | | module phpdoc blocks | ||
* | #215335 by jvandyk: fix user_login_submit() phpdoc | Gábor Hojtsy | 2008-01-29 |
| | |||
* | #208888 by jvandyk: set access time when externally authenticated user first ↵ | Gábor Hojtsy | 2008-01-27 |
| | | | | logs in | ||
* | #119038 by ximo, Pancho: user role editing usability: include disabled ↵ | Gábor Hojtsy | 2008-01-22 |
| | | | | checkbox for authenticated role | ||
* | #210211 by chx, theborg: removing the broken admin user search, which would ↵ | Gábor Hojtsy | 2008-01-16 |
| | | | | provide the same as the public facing user search anyway | ||
* | #18954 follow up by myself: restore user role name editing | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #18954 by kkaefer, Pancho: built-in role names were not translated and some ↵ | Gábor Hojtsy | 2008-01-10 |
| | | | | user_roles() call cleanups | ||
* | #206078 by Pancho, traxer: order roles with system roles first (usability) | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #204705 by pwolanin: abort user_save on SQL errors, to avoid data corruption | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #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 #206434 by meba: added missing doc in string. | Dries Buytaert | 2008-01-05 |
| | |||
* | #135329 follow up: rolling back some of the user password request form ↵ | Gábor Hojtsy | 2008-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 Buytaert | 2007-12-31 |
| | | | | year. Fiew. Thanks all, and see you on the other side. :) | ||
* | - Patch #204221 by webernet: code style fixes. | Dries Buytaert | 2007-12-28 |
| | |||
* | #152497 by bjaspan, with more docs from myself: user_external_login() was ↵ | Gábor Hojtsy | 2007-12-27 |
| | | | | not updated to latest login process | ||
* | #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles | Gábor Hojtsy | 2007-12-27 |
| | |||
* | #191914 by chx: admin check was missing from menu user_register_access() | Gábor Hojtsy | 2007-12-27 |
| | |||
* | - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace. | Dries Buytaert | 2007-12-26 |
| |