/[drupal]/drupal/modules/user/user.api.php
ViewVC logotype

Log of /drupal/modules/user/user.api.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 7 13:35:21 2009 UTC (2 weeks, 5 days ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.15: +32 -2 lines
Diff to previous 1.15
- Patch #607244 by sun: added permission to decrease performance impact of contextual links.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 21:26:44 2009 UTC (3 weeks, 4 days ago) by webchick
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 10 16:48:39 2009 UTC (6 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.13: +60 -93 lines
Diff to previous 1.13
#118345 by sun: Make user.module conform to standard presave/insert/update/form_alter hook paradigm.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 22 07:50:16 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.12: +1 -64 lines
Diff to previous 1.12
- Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + hook_user_register() DIE!

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 20:25:28 2009 UTC (3 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.11: +61 -1 lines
Diff to previous 1.11
- Patch #300993 by dropcube, Dave Reid: user roles and permission API. Great patch.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 14:34:23 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 12:36:05 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.9: +232 -74 lines
Diff to previous 1.9
- Patch #491972 by Berdir, webchick: clean-up of user/profile related hooks and APIs.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 11:47:58 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
- Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User management' to 'People' in the header -- not anywhere else.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 31 19:01:03 2009 UTC (3 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 15 19:21:54 2009 UTC (5 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
- Patch #350173 by keith.smith: fix corrupted sentence in documentation for hook_user().

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 3 07:28:28 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.5: +14 -1 lines
Diff to previous 1.5
- Patch #479966 by Berdir: document and fix hook_user_categories.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 16:10:10 2009 UTC (6 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.4: +29 -8 lines
Diff to previous 1.4
- Patch #394594 by Berdir: additional conversion to the new database abstraction layer plus clean-up.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 23:01:38 2009 UTC (8 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.3: +20 -1 lines
Diff to previous 1.3
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 12:46:07 2009 UTC (10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 8 08:42:13 2009 UTC (10 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.1: +95 -5 lines
Diff to previous 1.1
#8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 02:37:33 2008 UTC (12 months ago) by webchick
Branch: MAIN
#314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2