summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* - Patch #169627 by JirkaRybka: improved logging of mail problems.Dries Buytaert2007-08-26
|
* - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵Dries Buytaert2007-08-26
| | | | functions and templates may need include files. Flush your caches.
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* #163191 follow up patch by hswong3i and pwolanin: use a has_rows flag where ↵Gábor Hojtsy2007-08-18
| | | | we dont need a counter
* #156796 by webernet, asimmonds and pwolanin: user editing forms cleanup and ↵Gábor Hojtsy2007-08-16
| | | | fixing deletion API remainings
* #162050 by dvessel: user_comment() now modifies the comment, although ↵Gábor Hojtsy2007-08-16
| | | | hook_comment() was not intended to modify the comment, so we need to pass it in by reference to get modified
* #166688 by pwolanin: user_build_content() needs to have the account passed ↵Gábor Hojtsy2007-08-12
| | | | by reference
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement. (Correct version this time.)
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* #165358 by John Morahan: do not regenerate the session when the user is ↵Gábor Hojtsy2007-08-09
| | | | saved without a password specified
* - I forgot to remove these earlier when we renamed them.Dries Buytaert2007-08-08
|
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-08-07
| | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added
* - Patch #161510 by dvessel: tplified user.module.Dries Buytaert2007-08-02
|
* - Patch #156553 by AjK: fixed E_NOTICEDries Buytaert2007-08-02
|
* - Patch #162486 by Eaton: user/%user/edit/foo tabs only appear if additional ↵Dries Buytaert2007-07-27
| | | | profile categories have been defined.
* #149092 by Gurpartap Singh slightly modified: Usability: generalize timezone ↵Gábor Hojtsy2007-07-25
| | | | discovery to use on user registration
* 161496 by meba: display message about successful login, if registration ↵Gábor Hojtsy2007-07-25
| | | | verification is not required
* #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵Gábor Hojtsy2007-07-16
| | | | 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')
* - Rollback of patch #147947: lacks proper upgrade path.Dries Buytaert2007-07-15
|
* - Patch #159332 by jakeg: can't save roles on user_save().Dries Buytaert2007-07-14
|
* #158289 by merlinofchaos: Remove paragraph tag from drupal_set_message()Gábor Hojtsy2007-07-11
|
* #156910 by asimmonds: fix code indentation problems introduced with new code ↵Gábor Hojtsy2007-07-05
| | | | in this development cycle; only whitespace changes
* #156812 by tangent: coding style issues corrected in user.module, identified ↵Gábor Hojtsy2007-07-04
| | | | with coder module
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵Gábor Hojtsy2007-07-01
| | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail()
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
* - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable.Dries Buytaert2007-07-01
|
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* - Patch #130108 by webchick: link to newly created account in admin panel.Dries Buytaert2007-06-29
|
* - Patch #148410 by jvandyk: added rewrite of the actions module!Dries Buytaert2007-06-29
| | | | | | | | | | This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;)
* - Patch #118730 by kaerast, kkaefer and webchick: subltle but important ↵Dries Buytaert2007-06-29
| | | | documentation improvement
* - Patch #147662 by Gordon et al: add new #pre_render callback to ↵Dries Buytaert2007-06-28
| | | | drupal_render().
* #154218 by Steven: HTML to text email converter, centralizing email wrapping ↵Gábor Hojtsy2007-06-26
| | | | in Drupal core and providing a solid conversion function for contributed modules
* #154046: Optimize confirm_form syntax for common usage (and fix some ↵Steven Wittens2007-06-24
| | | | $form_state bugs).
* #148678: Fix notices/warnings on invalid paths like 'node/zzz'. ↵Steven Wittens2007-06-24
| | | | (chx/pwolanin/webernet)
* #113983 by damien_vancouver and myself: allow administrators to search users ↵Gábor Hojtsy2007-06-23
| | | | by e-mail too
* #152492 by JohnAlbin: clean up global user setting, which is done alreadyGábor Hojtsy2007-06-23
|
* #153372 by bjaspan: fix user login form values and openid interacionGábor Hojtsy2007-06-23
|
* #115139: Add centralized json handler (and send text/javascript content-type ↵Steven Wittens2007-06-22
| | | | header).
* #153781: Convert all remaining confirm_forms() to deletion api.Steven Wittens2007-06-22
|
* #144397: Use drupal_render for user profiles and convert to themer-friendly ↵Steven Wittens2007-06-21
| | | | .tpl.php files.
* - Patch #149692 by asimmonds: fixed FAPI breakage.Dries Buytaert2007-06-17
|
* - Patch #147947 by hswong3i: some files shouldn't defined as text:big for ↵Dries Buytaert2007-06-15
| | | | Oracle compatibility.
* - Patch #148419 by Moshe, bjaspan et al: refactor distributed auth out of ↵Dries Buytaert2007-06-15
| | | | user.module.
* - Patch #151270 by moshe: fixed braino.Dries Buytaert2007-06-12
|
* - Patch #143532 by Gurpartap: don't redirect to 'my account' after editing ↵Dries Buytaert2007-06-11
| | | | profiles.
* - Patch #150167 by fwalch: fixed problem with fapi migration -- one-time ↵Dries Buytaert2007-06-11
| | | | login not working.
* - Patch #143026 by ChrisKennedy and Steven: dynamically check password ↵Dries Buytaert2007-06-08
| | | | strength and confirmation.
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵Dries Buytaert2007-06-05
| | | | using db_last_insert_id() instead of db_next_id().