Commit Graph

1127 Commits (abf19a337fcacb8f9eefda79a817c7d9c4c2458a)

Author SHA1 Message Date
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 18a2dfda00 #712598 by add1sun: Added documentation for user_pass_reset_url(). 2010-02-17 03:49:02 +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
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
Dries Buytaert 06daeb7d50 - Patch #607238 by agentrickard: fixed user_modules_uninstalled() calling hook_permission() for already uninstalled modules. 2010-02-05 21:07:56 +00:00
Dries Buytaert ea51c3215b - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files. 2010-01-30 07:59:26 +00:00
Angie Byron 02c1eeee3f #684202 by catch: Added Entity insert/delete/update hooks, to support caching. 2010-01-30 02:01:41 +00:00
Dries Buytaert 212a5e08ad - Patch #660302 by reglogge, samhassell, agentrickard, jhodgdon: registration e-mails should not contain passwords. 2010-01-29 13:50:14 +00:00
Dries Buytaert 78855c2ee5 - Patch #695662 by litwol: fixed user_login_submit() documentation by adjusting the code. 2010-01-27 11:24:32 +00:00
Dries Buytaert dfebdecfa7 - Patch #46149 by Senpai, sun, alexanderpas, hunmonk, ChrisKennedy, tstoeckler, cwgordon7: prevent account cancellation for uid 1. 2010-01-14 19:21:55 +00:00
Dries Buytaert f818dfe908 - Patch #590656 by pwolanin, Pasqualle: harden one-time login links against vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection. 2010-01-14 18:45:17 +00:00
Dries Buytaert a417a986ea - Patch #638070 by carlos8f, Gábor Hojtsy, ksenzee, pwolanin, chx, catch: router loaders causing a lot of database hits for access checks. 2010-01-14 13:45:33 +00:00
Angie Byron b3d9f5fd63 #525622 follow-up by Dave Reid: Added missing path callback property. 2010-01-14 04:08:31 +00:00
Dries Buytaert 1e05ca59fa - Patch #682870 by jhodgdon, asimmonds: fixed UI spelling typos. 2010-01-13 14:25:59 +00:00
Angie Byron 85213d3bee #279851 by catch, et al: Replace LOWER() with db_select() and LIKE() where possible. 2010-01-13 06:44:31 +00:00
Angie Byron 83c97345e8 #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' formatters have a generic way to build the url of an 'entity'. 2010-01-13 06:26:49 +00:00
Angie Byron 3a0f6b3372 #636992 by catch, yched: Fixed Entity loading needs protection from infinite recursion. Prevents unnecessary user_load()s from RDF. 2010-01-13 05:00:25 +00:00
Angie Byron 90b08f2bd8 #620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix inconsistencies in menu description labeling. 2010-01-12 23:04:48 +00:00
Angie Byron 100ec14f14 #604304 by JeremyFrench: Fixed bad query and broken paging on admin/people. 2010-01-12 06:18:58 +00:00
Angie Byron 69ed7f66b8 #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface. 2010-01-11 16:25:16 +00:00
Angie Byron 11b98e4f60 #637712 by c960657 and Dave Reid: Fixed Fieldset is back in user registration form. 2010-01-10 22:45:58 +00:00
Angie Byron 71ee49de3e #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. 2010-01-09 23:03:22 +00:00
Angie Byron 3ede619955 #619666 follow-up by effulgentsia: Make performance-critical usage of drupal_static() grokkable. 2010-01-07 04:54:18 +00:00
Angie Byron ba6ef3017e #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
Angie Byron 8c4b6239b4 #651410 by sun: Fixed error in user_modules_installed() when duplicate permissions are defined. 2010-01-03 20:29:00 +00:00
Dries Buytaert b12d812b93 - Patch #665878 by yched: fixed field_extra_fields() 2010-01-02 15:00:34 +00:00
Dries Buytaert 53748ab5e2 - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
Dries Buytaert 8749a43a54 - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00
Dries Buytaert d1c017660c - Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent. 2009-12-21 13:47:32 +00:00
Dries Buytaert 468cbd7f4a - Patch #502968 by Ryan Palmer: increase maximum allowable length of email addresses. 2009-12-20 20:07:59 +00:00
Dries Buytaert 464b7a3acc - Patch #633616 by arianek, jhodgdon: help text improvements and fixes. 2009-12-18 07:19:49 +00:00
Dries Buytaert ffa47a8ddb - Patch #635378 by sun, sivaji, carlos8f: wrong local task titles for taxonomy term and user account pages. 2009-12-16 19:57:45 +00:00
Angie Byron 21b49cf5e2 #633616 by batigolix, lisarex, arianek, samirnassar, tobiasb, and jhodgdon: Update user module to new help standard. 2009-12-07 03:45:16 +00:00
Dries Buytaert 1da26fadfe - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards. 2009-12-04 16:49:48 +00:00
Dries Buytaert 6083731ce4 - Patch #645374 by sun: make object IDs available to form submit handlers. This should be a best practice, IMO. 2009-12-01 16:03:35 +00:00
Dries Buytaert 5fbaa631cb - Patch #616108 by lisarex, agentrickard, Bojhan: improved (and corrected) help text on roles page. 2009-12-01 13:18:41 +00:00
Dries Buytaert 29368b4664 - Patch #620446 by Xano: rewrite permission titles and descriptions. 2009-12-01 13:14:43 +00:00
Angie Byron 2fad47da01 #619666 follow-up by effulgentsia: Fixed hunk in user_access(). 2009-11-22 04:22:54 +00:00
Angie Byron b14349889e #619666 by effulgentsia, casey, and catch: Changed Introduce new pattern for drupal_static() in performance-critical functions. 2009-11-20 06:12:45 +00:00
Angie Byron cb98091e1b #108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines. 2009-11-19 04:00:47 +00:00
Angie Byron a558be6532 #622136 by brandonojc and mgifford: Fixed user filter accessibility. 2009-11-17 02:50:41 +00:00
Dries Buytaert a6ae1c6cfa - Patch #530652 by sun: _user_password_dynamic_validation() should be a #process of password_confirm(). 2009-11-13 10:21:50 +00:00
Dries Buytaert c62f56c892 - Patch #630864 by Amitaibu: fixed notice when fields were added to user, becuase object was not passed correctly. 2009-11-12 20:43:32 +00:00
Dries Buytaert 2387e71f6d - Patch #614444 by scor, effulgentsia: more consistent RDFa logic for username. 2009-11-12 07:00:48 +00:00