Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.
- Patch #594650 by sun, c960657: provide central ()['values'] clearance.
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
- Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + hook_user_register() DIE!
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
#360605 by Berdir et al.: make Drupal core work with PHP 5.3.0 out of the box (fixes for incompatibilities introduced with PHP 5.3.0)
#564632 by moshe weitzman: Unify various _build() functions and remove duplicate copy of content.
#564582 by Damien Tournoud: Remove dead code user_edit_submit() and user_edit_validate(). Yay for patches that remove old crufty crap.
#545230 by rfay: Fixed one-time login link error messages.
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.
- Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User management' to 'People' in the header -- not anywhere else.
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
- Patch #477944 by DamZ: more streamlining and clean-up of session handling code.
- Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API. Complete commit now. Thank you, thank you.
- Rollback of #497612: broke CVS HEAD.
- Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API.
- Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment!
#455844 by yched, JohnAlbin, moshe weitzman, Frando, et al: Allow more granular theming of drupal_render()ed elements.
- Patch #481794 by mr.baileys: made the one-time link be active immediately so we can remove a hack from the tests.
- Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding a file field.
- Patch #471070 by stella: millions of code style fixes.
- Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API.
- Patch #453720 by yched: fixed the display of user fields.
#368559 by moshe weitzman: Return renderable arrays from profile pages.
- Patch #394594 by ksenzee: converted most of the user module code to the new database abstraction layer.
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
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.
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
#357591 by sun: Add watchdog calls for user cancel operations.
#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.
Removing #137932 which was committed prematurely.
#337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency.
Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default.
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.
Drupal 6.5
- Patch #310212 by justinrandell, catch, et all: killed in _user hook, as well as two small kittens.
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
- 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 #181411 by Moshe: use schema API for saving and updating user records.
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
- Patch #206434 by meba: added missing doc in string.
#135329 follow up: rolling back some of the user password request form 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 year. Fiew. Thanks all, and see you on the other side. :)
#201725 by bdragon: access control was renamed to permissions but this was not reflected in two remaining permission checks
#152497 by JohnAlbin, bdragon, moshe weitzman, chx and myself: several user login tasks, such as session id regeneration were not performed in all cases, so centralize this
#190164 by John Morahan: user_autocomplete returns JSON, not a pipe delimited list
- Patch #162381 by Heine et al: properly escape strings.
#182528 by RobRoy: move drupal_set_message() out of user deletion API function to UI function
#179276 by JirkaRybka: (regression) fix profile field sections to order properly by weight.
#166742 by Crell and dvessel: split user module (for performance reasons)
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 |