Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#622136 by brandonojc and mgifford: Fixed user filter accessibility.
#606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :)
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
- Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings.
- Patch #590092 by baldwinlouie: who's online block should never report anonymous users.
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
- Patch #300993 by sun: extended the roles and permissions API so we can revoke permissions from a role etc.
- Patch #574002 by sun: remove argument from user_access().
- Patch #550210 by boombatower: added test for admin/people/create.
- Patch #565290 by flobruit, chx: fixed user register when configured not to use e-mails.
- Patch ##239676 by v1nce, pwolanin, mfb: fixed SA-CORE-2009-001: missing validation for hook_user().
#492186 by catch, mfb, BTMash, TheRec, and rainbreaw: Fixed bug causing authoring information to never be updated (with tests).
- Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' 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://.
#545952 by yoroy and Gábor Hojtsy: move modules to config/modules.
- Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User management' to 'People' in the header -- not anywhere else.
#485974 by pwolanin, Damien Tournoud, mr.baileys: Improved security by limiting the number of allowed login attempts.
- Patch by chx and DamZ: fixed a failing test.
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
- Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort.
- Patch #503496 by deekayen, boombatower, Dave Reid: better sid generation in tests to help us make progress on PIFR 2.x
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
#500866 by boombatower: Remove t() from getInfo in tests.
- Patch #491456 by quicksketch, drewish, et al: image effects and actions.
- Patch #506218 by catch: remove collapsed comments as is and tidy up comment settings.
- Patch #391412 by JamesAn et al: move contact form, post, and user settings below Site configuration.
- Patch #486274 by mr.baileys: fixed typo.
- Patch #486274 by mr.baileys: fixed typo.
- Patch #481794 by mr.baileys: made the one-time link be active immediately so we can remove a hack from the tests.
- Patch #480660 by catch, brianV, et al: add an administrator role to core.
- Patch #471070 by stella: millions of code style fixes.
#398902 by kscheirer and alexanderpas: Type-check passwords.
#292565 follow-up by Jody Lynn: Remove ['destination'] hacks to get login redirection working again.
#453962 by neclimdul: Change all instances of getInfo() to static functions.
#303965 by moshe weitzman and snufkin: Allow data import scripts to set /->is_new programmatically.
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
- Patch #413382 by brianV: whitespace fixes.
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
- Patch #395228 by c960657: fixed sorting order in drupalGetTestFiles().
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().
#371327 by quicksketch: Fix user picture rendering (with fixed tests).
#88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.
#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
- Patch #352470 by scor: fixed typos and grammar in comments.
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block().
- Patch #338403 by drewish: code comments clean-up.
#336596 by Dave Reid: Tests for who's online block so it continues to stay fixed. :)
#11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :)
- Rollback of patch #334671 by Steve Dondley: still tests failing.
- Patch #334671 by Steve Dondley: users cannot be assigned to roles or removed from them -- comes with tests. Yay.
#284887 by Dave Reid and dww: Disable autocomplete if user does not have access to the callback.
#299290 by c960657 and drewish: Clean up user test exceptions with certain versions of GD.
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
#308534 by Dave Reid: Remove stray whitespace core-wide.
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
- Patch #276583 by pwolanin, with minor changes by me: tests for the user administration pages.
- Patch #266488 by Damien Tournoud: cleanup for user_validate_name().
- Patch #266488 by Damien Tournoud, nbz, Heine, MadHarold, et al: clean-up user_validate_name(), allow astrophes, removed some cruft and made the tests more compact.
- Patch #151902 by MadHarold et al: a better format_size() (and removed some excessive white space).
- Patch #267813 by alpritt: fixed some user module tests.
- Patch #253506 by Daniel, flobruit and catch: made the upload tests work.
- Patch #260505 by flobruit: updated the user module tests to be consistent with the code.
- Patch #247423 by boombatower: code style fixes for the tests.
- Patch #73874 by pwolanin: normalize the permissions table and wrote simpletests for the (new) permission handling. At last.
- Patch #249608 by boombatower: user registration test doesn't set required variables.
- Added a test framework to Drupal along with a first batch of tests for
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 ...
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 |