The Great Git Migration
79bcdb8b7d
Stripping CVS keywords
2011-02-25 02:06:03 +00:00
Angie Byron
46808e29c1
#705306 follow-up by sun: Improved documentation for hook_user_cancel().
2010-12-01 00:29:41 +00:00
Angie Byron
bb9e871f7c
#853954 by Gábor Hojtsy, joachim: Fix misleading 'all content' on user cancellation operations.
2010-11-24 03:21:36 +00:00
Dries Buytaert
6a15a73bd2
- Patch #924154 by fago: user account fields appear on all categories.
2010-10-25 00:15:11 +00:00
Angie Byron
d7d9587d6a
#892950 by reglogge, scor, McGo, brian_c, Volx, fago: Fixed No welcome mail sent to new users after site administrator approval.
2010-08-27 11:28:45 +00:00
Dries Buytaert
756cafc1eb
- Patch #678668 by jbrown: fixed required radio buttons.
2010-07-11 22:14:28 +00:00
Dries Buytaert
cb043e8c48
- Patch #735800 by effulgentsia, fago, Frando: node form triggers form level submit functions on button level submits, without validation. Oh yeah.
2010-06-17 13:44:45 +00:00
Angie Byron
ed86172814
#331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting.
2010-05-06 05:59:31 +00:00
Dries Buytaert
71713081a2
- Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 and sha1.
2010-05-01 08:12:23 +00:00
Dries Buytaert
45f4a1e166
- Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit buttons.
2010-04-24 14:49:14 +00:00
Dries Buytaert
06fe6cae2d
- Patch #763048 by catch: critical bug: remove drupal_unpack()() due to namespacing collisions.
2010-04-13 15:13:41 +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
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
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
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
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
08dd25895e
#560608 by pounard, plach, and yched: Fixed missing calls to field_attach_preprocess().
2010-01-10 00:41:28 +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
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
c5c46c739c
- Patch #594650 by sun, c960657: provide central ()['values'] clearance.
2009-10-15 11:47:25 +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
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
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
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
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
Angie Byron
7f88540b4b
#564632 by moshe weitzman: Unify various _build() functions and remove duplicate copy of content.
2009-09-10 12:33:46 +00:00
Angie Byron
701d065217
#564582 by Damien Tournoud: Remove dead code user_edit_submit() and user_edit_validate(). Yay for patches that remove old crufty crap.
2009-08-31 18:18:44 +00:00
Angie Byron
c1755a8250
#545230 by rfay: Fixed one-time login link error messages.
2009-08-23 04:50:25 +00:00
Dries Buytaert
06fbe8e90c
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.
2009-08-12 12:36:05 +00:00
Dries Buytaert
ef5c041534
- Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User management' to 'People' in the header -- not anywhere else.
2009-08-11 11:47:58 +00:00
Dries Buytaert
d422853504
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
2009-07-31 19:01:03 +00:00
Dries Buytaert
5962cc5ab2
- Patch #477944 by DamZ: more streamlining and clean-up of session handling code.
2009-07-01 12:47:30 +00:00
Dries Buytaert
00fc298163
- Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API. Complete commit now. Thank you, thank you.
2009-06-30 11:32:08 +00:00
Dries Buytaert
e4857747ca
- Rollback of #497612 : broke CVS HEAD.
2009-06-30 11:30:27 +00:00
Dries Buytaert
8f817bf9a8
- Patch #497612 by Moshe Weitzman et al: harden user login by correctly using the form API.
2009-06-30 09:52:54 +00:00
Dries Buytaert
daa0ec1684
- Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment!
2009-06-24 18:16:38 +00:00
Angie Byron
4d202669af
#455844 by yched, JohnAlbin, moshe weitzman, Frando, et al: Allow more granular theming of drupal_render()ed elements.
2009-06-18 21:19:02 +00:00
Dries Buytaert
5feda4e2a8
- Patch #481794 by mr.baileys: made the one-time link be active immediately so we can remove a hack from the tests.
2009-06-05 09:26:06 +00:00
Dries Buytaert
edeea95f5e
- Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding a file field.
2009-05-25 18:22:31 +00:00
Dries Buytaert
a24a6c2bba
- Patch #471070 by stella: millions of code style fixes.
2009-05-24 17:39:35 +00:00
Dries Buytaert
02c8592759
- Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API.
2009-05-21 21:12:25 +00:00
Dries Buytaert
511115f6b8
- Patch #453720 by yched: fixed the display of user fields.
2009-05-06 11:31:44 +00:00
Angie Byron
d91848a92a
#368559 by moshe weitzman: Return renderable arrays from profile pages.
2009-04-20 04:41:35 +00:00
Dries Buytaert
a85971199d
- Patch #394594 by ksenzee: converted most of the user module code to the new database abstraction layer.
2009-04-13 12:14:57 +00:00
Angie Byron
eecab1083a
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.
2009-03-26 13:31:28 +00:00
Angie Byron
3b30509599
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
2009-03-14 23:01:38 +00:00
Angie Byron
665c9fdc2c
Roll-back of users -> user table name change in #330983 : Broken pgsql is no fun.
2009-02-26 07:30:29 +00:00