Commit Graph

636 Commits (e4e416d1f7037dbee8e06096a6c41368d011599c)

Author SHA1 Message Date
Dries Buytaert 58752cfaa2 - Patch #72284 by me:
+ reorganized ?q=admin/settings
   + deprecated the _settings hook
2006-07-10 19:27:52 +00:00
Dries Buytaert af976d339f - Patch #71194 by Goba: introducing hook_mail_alter(), chaning user_mail() to drupal_mail(). 2006-07-10 08:12:31 +00:00
Dries Buytaert 9d5d9ab009 - Patch #72137 by Ber: improved Doxygen of user_mail(). 2006-07-07 18:49:13 +00:00
Dries Buytaert e93f8be871 - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. 2006-07-05 11:45:51 +00:00
Neil Drumm 899123af50 #70302 by adixon and killes, avoid deleting uid 0 on duplicate deletions. 2006-06-23 07:06:17 +00:00
Dries Buytaert c0c172bb02 - Patch #67036 by naudefj and ajk: fixed some warnings. 2006-06-16 07:23:39 +00:00
Dries Buytaert e5de216aab - Patch #68553 by Neil: logout -> log out. 2006-06-12 11:02:44 +00:00
Dries Buytaert a3667dc567 - Patch #67036 by naudefj: make it possible to add roles from the user creation page. 2006-06-11 19:23:47 +00:00
Dries Buytaert e1a55712ca - Patch #67425 by webchick: usability improvement: improved the label of the 'register' tab. 2006-06-09 08:11:57 +00:00
Dries Buytaert 30ac7b496c - Patch #66777 by greggles: remove references to drop.org/drupal.org from welcome message. 2006-06-09 05:43:48 +00:00
Dries Buytaert 87dca6df9a - Patch #62855 by webchick: admin/user/create should redirect back to admin/user/create 2006-05-29 13:02:14 +00:00
Neil Drumm ff6a9390f0 #64893 by beginner, deny access to new accounts for non-administrators 2006-05-24 05:51:10 +00:00
Neil Drumm 9eed2da5ab #29147 by naudefj, markus_petrux, and Moshe:
- Clean up API for authenticating users.
- Default distributed authentication server.
2006-05-23 02:37:48 +00:00
Neil Drumm 2d9eaf01cf #61150 by Zen, hook_user categories type should pass $account 2006-05-16 07:17:40 +00:00
Neil Drumm b090fc1a21 #49403 by Bèr and jvandyk, improve documentation for user_save. 2006-05-16 02:13:44 +00:00
Dries Buytaert 49b90a5d04 - Patch #57993 by Neil: clarified a status message. 2006-05-12 18:14:50 +00:00
Neil Drumm b3c245ecbc #62061 by KarenS, Modules cannot set form attributes on edit form 2006-05-07 03:52:34 +00:00
Neil Drumm b6ff48e8e7 #61992 by chx (modified), Provide an 'after_update' op on hook_user. 2006-05-07 03:08:34 +00:00
Neil Drumm 9cff02e91b #61802 by Zen, Double spaced sentences clean up 2006-05-07 00:08:36 +00:00
Dries Buytaert 0f7ed2a590 - Patch #59346 by DriesK: incorrect defailt "who's online block" setting. 2006-05-04 18:57:21 +00:00
Neil Drumm 0906c80d20 Removing a stray ; 2006-05-03 09:22:05 +00:00
Dries Buytaert d761ded1f2 - Patch #59763 by Ber: doxygen for user_roles(). 2006-05-02 13:26:30 +00:00
Neil Drumm 806d0f5393 Forward prot from 4.7
#60907, better patch by Zen and dww
2006-05-01 08:04:08 +00:00
Neil Drumm f0cd92ddde Forward port from 4.7
#60907, don't use t() during user submit, neede for external auth, patch by Moshe
2006-04-30 00:37:44 +00:00
Dries Buytaert adb88830d8 - Patch #43818 by Derek: make user/0 result in a 404. 2006-04-27 05:43:31 +00:00
Gerhard Killesreiter 7af9e6cfdd #60476, simplify frontpage related code, leftovers from #59222, patch by Zen 2006-04-26 15:07:12 +00:00
Gerhard Killesreiter dc4acbcb93 #59763, doxygen for user_roles, patch by Ber 2006-04-26 11:07:25 +00:00
Gerhard Killesreiter ce1d915a26 #60458, remove notice and not needed variable, patch by Zen 2006-04-26 10:36:22 +00:00
Dries Buytaert d071f99172 - Removing trailing whitespace. 2006-04-17 20:48:26 +00:00
Gerhard Killesreiter b9d3b47ec6 #55096, don't show online users in block if nobody online, patch by tenrapid 2006-04-13 18:17:07 +00:00
Gerhard Killesreiter d6a164c400 #5371, drupal_get_destination, pager and tablesort array handling, patch by Steven 2006-04-13 08:25:27 +00:00
Steven Wittens 1cf1772be1 - Missing filter_xss_admin() for user_registration_help 2006-04-10 19:11:25 +00:00
Gerhard Killesreiter d37485699e #54294, don't show DA stuff, if disabled. Patch by Moshe 2006-04-09 08:48:50 +00:00
Steven Wittens 4821200689 #57415: Replace drupal_implode_autocomplete() by drupal_to_js() 2006-04-06 02:41:48 +00:00
Gerhard Killesreiter 8447307ed2 #48714, theme_user_picture should take "access user profiles" in to account, patch by frjo 2006-03-28 12:40:13 +00:00
Gerhard Killesreiter 0a8da7fb97 #42119, notify user of admin created accounts. Patch by m3avrck 2006-03-27 20:28:10 +00:00
Gerhard Killesreiter 5885925b0d #53348, Handling of deleted/blocked user accounts, patch by jreyero and Zen 2006-03-26 19:31:00 +00:00
Gerhard Killesreiter c529d247ff #53489, New User == Query failed: ERROR: invalid input syntax for integer: "", patch by Cvbge 2006-03-25 19:50:48 +00:00
Gerhard Killesreiter 4b84de9a0c #14591, User.module links for blocked/non-existant accounts + menu 403/404 issue, patch by Steven and merlinofchaos 2006-03-17 18:56:25 +00:00
Steven Wittens e4a27b8f34 - sa-2006-003: Session fixation issue 2006-03-13 21:48:55 +00:00
Steven Wittens 2fb572d002 - Rollback 2006-03-13 21:35:31 +00:00
Steven Wittens 0539f5483b - sa-2006-001: Custom menu items are accessible to anyone 2006-03-13 21:33:18 +00:00
Steven Wittens 9c944c2d58 - Code cleanup 2006-03-10 15:11:07 +00:00
Dries Buytaert 189ad85bcd - Patch #52433 by Zen: removed redundant db_escape_string(). 2006-03-04 18:00:55 +00:00
Gerhard Killesreiter a1e932f733 #51127, hook_user submit passes incorrect values, patch by wtanaka 2006-02-27 22:51:31 +00:00
Gerhard Killesreiter bf8b6a531a #46617, Restore some module listings, partially applied, I've omitted places where I felt that sortign by weight would be wanted.
We can discuss those on the issue. Patch by chx.
2006-02-27 15:04:45 +00:00
Gerhard Killesreiter 72a73fedbd #51125, _user_forms: change array_merge to array_merge_recursive, patch by wtanaka 2006-02-27 14:15:41 +00:00
Dries Buytaert 58d9b02e3e - Patch #51189: fixed submit redirects. 2006-02-26 19:44:45 +00:00
Dries Buytaert 9e7ecfa1f9 - Patch #48313 by Tobias: added missing t() function. 2006-02-23 12:52:02 +00:00
Dries Buytaert 3603fe1bd8 - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.) 2006-02-21 18:46:54 +00:00