Commit Graph

1343 Commits (44a487f2c6fa50f7d46e9791e5d33de3a06fbc2c)

Author SHA1 Message Date
Dries Buytaert fe26a90789 - Patch #755870 by David_Rothstein: fixed PHP notice for undefined variable in user_roles(). 2010-04-01 12:22:39 +00:00
Dries Buytaert 17a505d6cb - Patch #570430 by jhodgdon: hook_user() and hook_user_categories() doc missing components. 2010-03-31 13:56:59 +00:00
Angie Byron 72bffa0278 #594908 by Berdir, Bojhan, mrfelton, yoroy, catch: Changed Weight categories on Configuration & Modules correctly. 2010-03-30 07:17:19 +00:00
Dries Buytaert a08c969669 - Patch #728338 by sun, Crell: standardize on 'field' in function names. 'It has to get worse before it can get better.' 2010-03-28 11:45:11 +00:00
Angie Byron 7d4b84b878 #707724 follow-up by yched: Fix more confusing field/entity api arguments. 2010-03-27 05:52:50 +00:00
Dries Buytaert b5757ec182 - Patch #750290 by sivaji: add a confirm form for role deletion and cleaned up form handling. 2010-03-26 22:24:31 +00:00
Dries Buytaert ad9c37ffd4 - Patch #747464 by andypost: fixed wrong usage of hook_file_references(). 2010-03-25 12:19:34 +00:00
Dries Buytaert dc17b0f2cd - Patch #721436 by eojthebrave: fixes double serialization issue. 2010-03-25 10:31:23 +00:00
Dries Buytaert 739cc9851f - Patch #745668 by catch: remove pointless user_load() from user_save(). 2010-03-24 10:13:26 +00:00
Dries Buytaert 8258959e94 - Patch #588480 by aspilicious, droplet: fixed interface string space issues. 2010-03-24 09:27:14 +00:00
Dries Buytaert 32566aaee4 - Patch #228061 by quicksketch: usability fix: allow roles to be weighted. 2010-03-24 07:34:10 +00:00
Dries Buytaert 58ea109dcd - Patch #619584 by sivaji, mr.baileys, David_Rothstein, gcopenhaver: deleting a user role throws PHP notices and prevents delete operation. 2010-03-23 19:22:58 +00:00
Dries Buytaert 9b4274e8c7 - Patch #742366 by moshe weitzman: better UX for OpenID users. 2010-03-22 18:55:45 +00:00
Dries Buytaert 25feb96f6d - Patch #248598 by David_Rothstein, pwolanin, aspilicious: improved warning about dangerous permissions. 2010-03-21 21:20:43 +00:00
Dries Buytaert e1799e761b - Patch #747464 by andypost: wrong usage of hook_file_references(). 2010-03-21 20:28:28 +00:00
Dries Buytaert b0be4e7234 - Patch #300478 by mr.baileys: remove user_load_self() as it is not used. 2010-03-20 19:06:12 +00:00
Dries Buytaert 3b3f096668 - Patch #721436 by catch, chx, moshe weitzman: remove magical fairy saving of cruft from user_save(). 2010-03-20 14:55:06 +00:00
Dries Buytaert 1adb7e9749 - Patch #745680 by catch: remove pointless db_delete()('user_roles()') for new users. 2010-03-18 06:43:41 +00:00
Dries Buytaert 2c3c1a9303 - Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a 'standard' user_delete_multiple() API. 2010-03-12 15:56:30 +00:00
Angie Byron 5d0cacf825 #86299 follow-up by coltrane and clojel: Stop users' passwords from being stored in users.data in plain-text. Ouch. 2010-03-12 05:20:29 +00:00
Angie Byron 58e98669a0 #735354 by Dave Reid: Don't nest User token types. 2010-03-07 23:18:06 +00:00
Angie Byron d1f26518a3 #677766 by matason and atheneus: Fixed Account gets blocked when user edits their profile. (with tests) 2010-03-07 18:46:55 +00:00
Angie Byron 1ba21f9bd8 #734878 by Dave Reid: Fixed [user:name] tokens should be using format_username(). 2010-03-07 17:56:20 +00:00
Angie Byron c4ed4523bf #728434 by NEOatNHNG: Fixed Default template for 'Account activation' mail doesn't contain one-time-login link. 2010-03-07 07:56:24 +00:00
Angie Byron 8894138027 #676800 follow-up by sun: More fieldset fixes. 2010-03-07 06:49:10 +00:00
Dries Buytaert 72df65d1e0 - Patch #731426 by fago: recursed entity loading didn't work. 2010-03-05 13:41:04 +00:00
Dries Buytaert 7818e2d460 - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: made fieldsets work on all browser. 2010-03-03 19:46:26 +00:00
Dries Buytaert 6980775436 - Patch #539320 by Zarabadoo, Jacine, stephthegeek: added missing paragraph tag. 2010-03-02 09:12:31 +00:00
Dries Buytaert d77c04f015 - Patch #704158 by marvil07, mikeytown2, Gábor Hojtsy: fixed warning. 2010-03-01 11:33:55 +00:00
Dries Buytaert 1c26e2cee1 - Patch #728820 by David_Rothstein: clean up installation of required modules. 2010-03-01 07:39:12 +00:00
Dries Buytaert 897817eb0c - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible. 2010-02-28 20:10:34 +00:00
Dries Buytaert 19aaebcbe2 - Patch #721010 by jhodgdon: actions topic group needs more functions included and better doc header. 2010-02-26 16:55:18 +00:00
Dries Buytaert 72b60ed444 - Patch #724788 by boombatower: improved code style of some tests in user.test. 2010-02-25 10:00:38 +00:00
Dries Buytaert de8761eb24 - Patch #721436 by chx, moshe weitzman: improved performance of user_save() by removing and reworking some code. 2010-02-22 19:51:15 +00:00
Dries Buytaert 8ee010911c - Patch #699842 by jhodgdon: corrected help texts and links that were broken with moving the permissions-page. 2010-02-17 08:54:51 +00:00
Angie Byron fd7a324437 #645374 follow-up by sun: Make entity ids available to confirm form submit handlers. 2010-02-17 05:42:42 +00:00
Angie Byron 18a2dfda00 #712598 by add1sun: Added documentation for user_pass_reset_url(). 2010-02-17 03:49:02 +00:00
Angie Byron 48ada25146 #325877 by alpritt: Fixed Password checker breaks if no description. 2010-02-16 01:05:52 +00:00
Dries Buytaert 6d68dd8c2a - Patch #337947 by codycraven, cwgordon7, axyjo, Jacine, grndlvl, seutje, ksenzee, Jaza, chx, sun, JacobSingh, yoroy, peximo: fixed whitespace issue for 'recent content block' in dashboard. 2010-02-13 21:19:16 +00:00
Dries Buytaert 4592b617f8 -Patch #712580 by litwol: fixed user_file_references() 2010-02-12 16:08:50 +00:00
Angie Byron 7562a8efb3 #707724 by chx: Rename confusing arguments in field/entity APIs. 2010-02-11 17:44:47 +00:00
Angie Byron 52195a6b1d #525622 by scor, catch, and yched: Allow Entity path callback to deal with options. 2010-02-11 15:52:13 +00:00
Angie Byron 29adf425b5 #663006 by chx: Fixed Error message on edit profile: rebuild in field_multiple_value_form() 2010-02-11 03:41:36 +00:00
Angie Byron d1c261a8c5 #86299 by pwolanin, neochief, fwalch, thePanz, et al: Security hardening: Add 'current password' field to 'change password form'. 2010-02-11 03:19:21 +00:00
Dries Buytaert 3340e8cfa5 - Patch #521904 by Everett Zufelt: changed aria-live attribute from polite to assertive. 2010-02-10 19:57:48 +00:00
Dries Buytaert a2c946e5e9 - Patch #709000 by Pasqualle: fixed param in hook_x_view_alter() function passed by reference. 2010-02-09 22:30:30 +00:00
Angie Byron 6a9475ec27 #699842 follow-up by Damien Tournoud: Test fix, take 3... 2010-02-09 19:06:52 +00:00
Angie Byron c70251d6f9 #699842 follow-up by Berdir and Damien Tournoud: Better fix for test fix. 2010-02-09 18:23:19 +00:00
Angie Byron 8339e790ed #699842 follow-up by Berdir: Adjust failing test. 2010-02-08 22:17:27 +00:00
Angie Byron 92ad427474 #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at admin/people. 2010-02-07 17:29:09 +00:00