summaryrefslogtreecommitdiff
path: root/modules/user
Commit message (Collapse)AuthorAge
...
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* - Patch #329646 by Damien Tournoud: properly reset user_access().Dries Buytaert2008-11-05
|
* - Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.Dries Buytaert2008-10-29
|
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* - Patch #322781 by Damien Tournoud: incorrect call to file_check_directory.Dries Buytaert2008-10-19
|
* - Patch #199870 by alpritt et al: beter password strength checker. Really cool.Dries Buytaert2008-10-19
|
* - Patch #293078 by lilou: correction for user-profile.tpl.php documentation.Dries Buytaert2008-10-15
|
* - Patch #320000 by lilou: unify doxygen @file documentation in tpl.Dries Buytaert2008-10-13
|
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #320024 by Dave Reid: Replace hardcoded drupal_required_modules() with ↵Angie Byron2008-10-12
| | | | required = TRUE in .info files.
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #319699 follow-up by Dave Reid: Simplify required module hiding in ↵Angie Byron2008-10-11
| | | | admin/build/modules.
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #284887 by Dave Reid and dww: Disable autocomplete if user does not have ↵Angie Byron2008-10-10
| | | | access to the callback.
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* #317831 by sun: Fix a bug in permissions table CSS.Angie Byron2008-10-09
|
* #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵Angie Byron2008-10-09
| | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
* - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵Dries Buytaert2008-10-06
| | | | well as two small kittens.
* #299290 by c960657 and drewish: Clean up user test exceptions with certain ↵Angie Byron2008-10-01
| | | | versions of GD.
* - Patch #305236 by crell: made OpenID work again. We need tests for this.Dries Buytaert2008-09-21
|
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #108979 by ewhipple, catch, and sun: Order permissions consistently, keep ↵Angie Byron2008-09-17
| | | | node type related permissions together.
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* - Patch #253702 by Damien Tournoud et al: further clean-up of the session ↵Dries Buytaert2008-09-15
| | | | handling code.
* #308434 by drewish, dopry, quicksketch, aaron, jhedstrom, and friends: ↵Angie Byron2008-09-15
| | | | Massive file.inc cleanup aaaaaand... tests! Yay! :D
* #259679 by Damien Tournoud: Fix user/X/edit tab on user tracker page.Angie Byron2008-09-08
|
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #276583 by pwolanin, with minor changes by me: tests for the user ↵Dries Buytaert2008-09-05
| | | | administration pages.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #265899 by mfb: uri_brief mail token did not support https URLs.Dries Buytaert2008-08-17
|
* - Patch #237381 by beeradb, flobruit: renamed () parameter from user_save() to .Dries Buytaert2008-08-14
|
* - Patch #165642 by Damien Tournoud et al: fixed SQL error.Dries Buytaert2008-08-08
|
* - Patch #218189 by Arancaytar, fago, et al: invoke hook_user before deleting ↵Dries Buytaert2008-08-02
| | | | user from database.
* - Patch #286378 by TapocoL: fixed undefined index warning.Dries Buytaert2008-07-24
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #266488 by Damien Tournoud: cleanup for user_validate_name().Dries Buytaert2008-06-27
|
* - Patch #266488 by Damien Tournoud, nbz, Heine, MadHarold, et al: clean-up ↵Dries Buytaert2008-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 Buytaert2008-06-18
|
* - Patch #151902 by MadHarold et al: a better format_size() (and removed some ↵Dries Buytaert2008-06-09
| | | | excessive white space).
* - Patch #267813 by alpritt: fixed some user module tests.Dries Buytaert2008-06-08
|
* - Patch #253506 by flobruit, catch et al: removed duplicate upload.test.Dries Buytaert2008-06-06
|
* - Patch #253506 by Daniel, flobruit and catch: made the upload tests work.Dries Buytaert2008-06-06
|
* - Patch #260505 by flobruit: updated the user module tests to be consistent ↵Dries Buytaert2008-06-02
| | | | with the code.
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Patch #101543 by webchick: document all constants.Dries Buytaert2008-05-26
|
* - Patch #259463 by dmitrig01: notification e-mail for pending user ↵Dries Buytaert2008-05-17
| | | | registrations had blank subject line.