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
Angie Byron
ea1bd5606c
#606526 by axyjo and scor: Remove trailing whitespace and add newlines at end of files. Sorry, folks! But it is after code freeze. :)
2009-11-10 17:27:54 +00:00
Angie Byron
5007ba8a6d
#525504 follow-up by andypost: Fixed PHPDoc typo.
2009-11-07 14:27:20 +00:00
Dries Buytaert
a8ec4e1d50
- Patch #607244 by sun: added permission to decrease performance impact of contextual links.
2009-11-07 13:35:21 +00:00
Angie Byron
ae842168f9
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.
2009-11-03 05:27:18 +00:00
Angie Byron
ca8eee7545
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
2009-11-01 21:26:44 +00:00
Dries Buytaert
66b7e4f95a
- Patch #616616 by sime: add warning to 'Administer users' permission.
2009-10-31 18:04:01 +00:00
Angie Byron
ca7b56e735
#561452 follow-up by David_Rothstein: Use helper functions rather than file scans to retrieve module data on permissions page.
2009-10-27 04:08:42 +00:00
Angie Byron
a7149821d6
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
2009-10-23 22:24:19 +00:00
Dries Buytaert
0d2b7fe81b
- Patch #443200 by c960657: fixed user pictures not working with private files.
2009-10-20 00:55:30 +00:00
Dries Buytaert
24669bfb50
- Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my.
2009-10-19 18:28:16 +00:00
Dries Buytaert
2dc3c05a2b
- Patch #589126 by mfb: fixed bug with user module using a flood window of 6 hours, but flood events more than 1 hour old being deleted by cron. Improved API documentation, and added tests.
2009-10-18 11:34:45 +00:00
Dries Buytaert
d0280b78ab
- Patch #550718 by sun, alexanderpas: admin/people needs to have default tab so it looks consistent on ?q=admin.
2009-10-18 11:08:00 +00:00
Angie Byron
3dddaa3e6f
#356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
2009-10-18 06:56:24 +00:00
Dries Buytaert
045074d4c5
- Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript States system.
2009-10-16 19:20:34 +00:00
Dries Buytaert
f46e6626cd
- Patch #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie information.
2009-10-16 15:54:33 +00:00
Dries Buytaert
5a89fef970
- Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings.
2009-10-16 13:20:16 +00:00
Angie Byron
087a47ba5c
#493314 by yched and catch: Add multiple hook for formatters.
2009-10-16 03:21:23 +00:00
Dries Buytaert
13d3072f41
- Patch #356074 by chx, Damien Tournoud: provide a sequences API.
2009-10-16 03:01:55 +00:00
Angie Byron
e1642603ea
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
2009-10-15 16:18:46 +00:00
Dries Buytaert
f42bca3bd4
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.
2009-10-15 14:07:30 +00:00
Dries Buytaert
dbac31e066
- Patch #601586 by Xano: do not require permission.
2009-10-15 13:35:06 +00:00
Dries Buytaert
c5c46c739c
- Patch #594650 by sun, c960657: provide central ()['values'] clearance.
2009-10-15 11:47:25 +00:00
Dries Buytaert
c5fe1d16f7
- Patch #590092 by baldwinlouie: who's online block should never report anonymous users.
2009-10-12 18:37:31 +00:00
Angie Byron
7ed3cf3b13
#569238 by sun, swentel, catch: Changed Make check_markup() not cache by default.
2009-10-10 21:39:03 +00:00
Dries Buytaert
e419a37e84
- Patch #525504 by Dave Reid, gpk: anonymous user should not have contact form.
2009-10-10 19:54:15 +00:00
Angie Byron
d16bead147
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.
2009-10-10 16:48:39 +00:00
Dries Buytaert
a5dba069fb
- #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie information for contact forms.
2009-10-09 15:39:12 +00:00
Angie Byron
0e98ff2018
#589160 by Amitaibu: Use user_load_multiple() in user operations.
2009-10-09 08:13:17 +00:00
Dries Buytaert
c05f2181dc
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
2009-10-09 01:00:08 +00:00
Dries Buytaert
dcdb584f33
- Patch #595982 by moshe, chx: use #tableselect instead of ugly theming on admin users and admin nodes.
2009-10-08 18:26:33 +00:00
Dries Buytaert
f2b51238b4
- Patch #554088 by mr.baileys, sun | eaton: Changed Move user_mail_tokens() and emails to token system.
2009-10-02 14:49:10 +00:00
Dries Buytaert
1983aed44b
- Patch #590014 by sun, mr.baileys | Dries: fixed undefined language when language is specified in .
2009-09-30 18:37:30 +00:00
Dries Buytaert
579173deca
- Patch #563526 by jhodgdon | anschinsan: fixed broken see also link in user-profile.tpl.php doc and re-organized some of the documentation.
2009-09-30 00:46:35 +00:00
Dries Buytaert
598e739208
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
2009-09-29 15:31:17 +00:00
Dries Buytaert
cef1089389
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
2009-09-29 15:13:57 +00:00
Dries Buytaert
92278086bb
- Patch #118345 by sun: code clean-up and removed extra condition that slipped in.
2009-09-25 15:14:18 +00:00
Dries Buytaert
5679074858
- Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: tabs on admin pages are not accessible from overviews and menus.
2009-09-22 15:26:46 +00:00
Dries Buytaert
a4b833b6de
- Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + hook_user_register() DIE!
2009-09-22 07:50:16 +00:00
Dries Buytaert
4deee69d6e
- Patch #581760 by yoroy: by default, don't center-align the user login form in the block. It is still center-aligned in Garland.
2009-09-22 07:25:10 +00:00
Dries Buytaert
aca54cc198
Patch #331893 by mgifford, nigel, Xano, Everett Zufelt | Cliff, Bojhan, mcrittenden, webchick, Josh Waihi, alpritt, heather: improved the password checker.
2009-09-21 08:52:41 +00:00
Dries Buytaert
ef33d44f66
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.
2009-09-21 07:56:09 +00:00
Dries Buytaert
ee8aa910b9
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
2009-09-21 06:44:14 +00:00
Dries Buytaert
652f90d1c0
- Patch #576302 by joachim | lambic: improved rewording of user admin help text.
2009-09-19 11:18:32 +00:00
Dries Buytaert
fd1c63b5c0
- Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks.
2009-09-19 11:07:37 +00:00
Dries Buytaert
a557b0de2a
- Patch #300993 by sun: extended the roles and permissions API so we can revoke permissions from a role etc.
2009-09-19 10:54:36 +00:00
Angie Byron
df02fa3ca4
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
...
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Angie Byron
e18feedfdb
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
2009-09-18 00:04:24 +00:00