Commit Graph

927 Commits (2a0f65a7420b7d1bb032d3b2691f74b6ddb4cdb8)

Author SHA1 Message Date
Gábor Hojtsy ba5468e508 #119038 by ximo, Pancho: user role editing usability: include disabled checkbox for authenticated role 2008-01-22 07:51:56 +00:00
Gábor Hojtsy 5ecb68806b #210211 by chx, theborg: removing the broken admin user search, which would provide the same as the public facing user search anyway 2008-01-16 22:54:41 +00:00
Gábor Hojtsy 33633c5c59 #18954 follow up by myself: restore user role name editing 2008-01-10 21:42:59 +00:00
Gábor Hojtsy b17cd3b613 #18954 by kkaefer, Pancho: built-in role names were not translated and some user_roles() call cleanups 2008-01-10 20:22:57 +00:00
Gábor Hojtsy a816feaddf #206078 by Pancho, traxer: order roles with system roles first (usability) 2008-01-10 16:00:44 +00:00
Gábor Hojtsy c5aa55b38e #204705 by pwolanin: abort user_save on SQL errors, to avoid data corruption 2008-01-10 15:03:53 +00:00
Gábor Hojtsy b78a990270 #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks 2008-01-08 10:35:43 +00:00
Gábor Hojtsy 0ab0b1d65f #164532 follow up by pwolanin, David Strauss, catch and myself, testing also by hswong3i: some indexes added before Drupal 6 RC1 were too unique, and our code did not back them, so we should not add those indexes 2008-01-08 07:46:41 +00:00
Dries Buytaert a67e33054c - Patch #206434 by meba: added missing doc in string. 2008-01-05 22:34:54 +00:00
Gábor Hojtsy 33e8024752 #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 2008-01-02 12:57:37 +00:00
Dries Buytaert 178c28535b - Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :) 2007-12-31 08:54:37 +00:00
Dries Buytaert a88c178b91 - Patch #204221 by webernet: code style fixes. 2007-12-28 12:02:52 +00:00
Gábor Hojtsy 79d927f7aa #152497 by bjaspan, with more docs from myself: user_external_login() was not updated to latest login process 2007-12-27 16:00:09 +00:00
Gábor Hojtsy 34afaf8f28 #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles 2007-12-27 14:03:37 +00:00
Gábor Hojtsy a8e1fb4351 #191914 by chx: admin check was missing from menu user_register_access() 2007-12-27 12:21:58 +00:00
Dries Buytaert 2a1e980cdd - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace. 2007-12-26 19:02:24 +00:00
Gábor Hojtsy e08abdd252 #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues fixed) 2007-12-23 13:17:20 +00:00
Gábor Hojtsy ac4c8f7ab0 #203274 by Pasqualle: remove excessive witespace from our code (minor) 2007-12-22 23:24:26 +00:00
Gábor Hojtsy 374a452738 #172993 by drewish, Lynn: remove old user picture even when the newly uploaded one uses a different format 2007-12-20 21:59:17 +00:00
Dries Buytaert 100329ad03 - Patch #201894 by David Rothstein: fixed typo in user output. 2007-12-18 19:20:01 +00:00
Dries Buytaert c8b1ddf26a - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table indicies for common queries. 2007-12-18 12:59:22 +00:00
Gábor Hojtsy b86bb52620 #201725 by bdragon: access control was renamed to permissions but this was not reflected in two remaining permission checks 2007-12-17 17:06:16 +00:00
Gábor Hojtsy 81ecb970bc #199387 by Pancho: revert user login/register/request password page titles to 'User account' as it was in Drupal 5, instead of the bugos 'Log in' 2007-12-17 13:46:36 +00:00
Gábor Hojtsy 7bcd7429df #110474 by dww and keith.smith: passwords are not sent in welcome mails, so do not mislead our users 2007-12-14 18:29:59 +00:00
Gábor Hojtsy b6532a4fdb #200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed 2007-12-14 18:08:50 +00:00
Gábor Hojtsy 7b52f8d52e #131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field description wording in installer and runtime interface 2007-12-14 16:07:42 +00:00
Gábor Hojtsy ce3542d8ab #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 2007-12-13 12:53:47 +00:00
Gábor Hojtsy c6d841c096 #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc 2007-12-13 09:34:40 +00:00
Gábor Hojtsy 5622bce2d5 #198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy e90c16ee9a #190164 by John Morahan: user_autocomplete returns JSON, not a pipe delimited list 2007-12-04 18:34:44 +00:00
Dries Buytaert 7a47bef514 - Patch #162381 by Heine et al: properly escape strings. 2007-11-28 10:29:21 +00:00
Gábor Hojtsy f77b60f291 #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files 2007-11-27 12:09:27 +00:00
Dries Buytaert 9a96837b89 - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. 2007-11-26 16:36:44 +00:00
Gábor Hojtsy 045002e25c #111481 by chx and pwolanin: profile categories may contain slashes, but this was not yet supported by the user object menu loader 2007-11-26 08:15:32 +00:00
Gábor Hojtsy 2fe5e3b6eb #194859 by Rob Loach: missing brackets around table names in user.admin.inc 2007-11-24 20:13:43 +00:00
Dries Buytaert a1e5ac031e - Patch #192110 by profix898: fixed hook_profile_alter API. 2007-11-20 13:44:38 +00:00
Gábor Hojtsy b0676c8f27 #192692 by jrbeeman and mfer: (security) protect profile category page menu items with the visibility settings already available 2007-11-19 11:24:11 +00:00
Dries Buytaert 8ebc345b9d - Patch #191914 by chx: you cannot add user/register to a menu. Also removed some whitespace. 2007-11-17 14:25:23 +00:00
Gábor Hojtsy db2c726a4a #192659 by quicksketch: center table headers for checkbox columns, where checkboxes are also centered 2007-11-16 13:16:50 +00:00
Gábor Hojtsy 2d8259c764 #25605 by Rob Loach et al: disallow editing user data of uid 0 2007-11-14 16:01:30 +00:00
Gábor Hojtsy ecf6c8de03 #165924 by odious and drumm: add count query for pager in user_admin_account() 2007-11-10 10:15:21 +00:00
Gábor Hojtsy 69da830ced #171117 by JirkaRybka: set access time for admin created or edited accounts so they are exempt from the spam protection we have for accounts never logged in 2007-11-06 12:20:14 +00:00
Gábor Hojtsy 235621a072 #185209 by ChrisKennedy: only provide picture deletion option if there is an actual user picture present 2007-11-06 08:53:52 +00:00
Gábor Hojtsy 856ae39d35 #186903 by marcingy, Rob Loach and chx: (regression) restore my recent posts functionality in tracker 2007-11-06 08:51:23 +00:00
Gábor Hojtsy 207e6f145f #184729 by hazexp: remove duplicate wording about the username in mail sent out to new users 2007-11-04 16:02:32 +00:00
Gábor Hojtsy 0d58aae221 #176342 by dmhouse, spatz4000 and Wim Leers: add reset parameter to user_access() 2007-11-04 15:42:52 +00:00
Gábor Hojtsy 91e980a271 #187881 by mooffie: fix misnamed database table names in schema documentation 2007-11-04 14:33:07 +00:00
Gábor Hojtsy cb9fc93e32 #186899 by keith.smith: user registration settings typo fix 2007-10-27 15:28:43 +00:00
Gábor Hojtsy 8dcb5ab976 #182528 by RobRoy: move drupal_set_message() out of user deletion API function to UI function 2007-10-27 14:01:12 +00:00
Gábor Hojtsy 53b540f6ee #100584 by keith.smith: simplify and standardize text used on user settings page 2007-10-27 13:33:21 +00:00