Commit Graph

820 Commits (84a4eed40d66c2de233a0ff0db5320bd5aed3bdd)

Author SHA1 Message Date
Dries Buytaert 83654b3dd9 - Patch #159332 by jakeg: can't save roles on user_save(). 2007-07-14 15:21:38 +00:00
Gábor Hojtsy e4c7378ef3 #158289 by merlinofchaos: Remove paragraph tag from drupal_set_message() 2007-07-11 19:59:11 +00:00
Gábor Hojtsy 806d0a3dee #156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes 2007-07-05 08:48:58 +00:00
Gábor Hojtsy 92a32a8676 #156812 by tangent: coding style issues corrected in user.module, identified with coder module 2007-07-04 21:42:39 +00:00
Dries Buytaert ee701b3336 - Patch #155986 by Uwe: fixed typos. 2007-07-02 14:41:37 +00:00
Gábor Hojtsy 8caf4da7f1 #82499 by Jose A Reyero and a little bit from myself: send emails localized in the language needed in specific situations, and centralize mail composing operations with hook_mail() 2007-07-01 19:49:19 +00:00
Dries Buytaert e59852d336 - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we
unanimously agreed to rollback the deletion API.  We all support the
  features this patch added, yet not its actual design and implementation.
  After some talk, we decided that it would be better for Drupal -- in the
  long term -- not to go with a solution that isn't 100%. We also recognize
  that in the short term, this patch would have been useful addition. So
  let's figure out how we can implement this properly in D7.
2007-07-01 17:41:16 +00:00
Gábor Hojtsy 9e6ef53c2c #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array 2007-06-30 19:46:58 +00:00
Dries Buytaert 15bf4681c2 - Patch #130108 by webchick: link to newly created account in admin panel. 2007-06-29 18:19:25 +00:00
Dries Buytaert 2348e7de6f - Patch #148410 by jvandyk: added rewrite of the actions module!
This is a very important patch, but one that is merely an enabler.
  Hopefully we'll see more people submitting "action patches" in the
  near future.

  Thanks for the hard work and persistence, John.  *If* you decide
  to update the Drupal Pro Development book to Drupal 6, make sure
  to add a chapter on actions. ;)
2007-06-29 18:06:51 +00:00
Dries Buytaert 8dd8b0c223 - Patch #118730 by kaerast, kkaefer and webchick: subltle but important documentation improvement 2007-06-29 11:18:40 +00:00
Dries Buytaert 2bf7c1c0e3 - Patch #147662 by Gordon et al: add new #pre_render callback to drupal_render(). 2007-06-28 07:48:41 +00:00
Gábor Hojtsy cc9f167e49 #154218 by Steven: HTML to text email converter, centralizing email wrapping in Drupal core and providing a solid conversion function for contributed modules 2007-06-26 22:21:08 +00:00
Steven Wittens 7093495f7c #154046: Optimize confirm_form syntax for common usage (and fix some $form_state bugs). 2007-06-24 10:09:53 +00:00
Steven Wittens 028c8e6050 #148678: Fix notices/warnings on invalid paths like 'node/zzz'. (chx/pwolanin/webernet) 2007-06-24 00:38:40 +00:00
Gábor Hojtsy b1d45297e7 #113983 by damien_vancouver and myself: allow administrators to search users by e-mail too 2007-06-23 21:35:08 +00:00
Gábor Hojtsy 68e7598b87 #152492 by JohnAlbin: clean up global user setting, which is done already 2007-06-23 13:15:49 +00:00
Gábor Hojtsy 1d6be6f0b7 #153372 by bjaspan: fix user login form values and openid interacion 2007-06-23 08:58:31 +00:00
Steven Wittens 569ede574f #115139: Add centralized json handler (and send text/javascript content-type header). 2007-06-22 08:46:16 +00:00
Steven Wittens fe8b35f527 #153781: Convert all remaining confirm_forms() to deletion api. 2007-06-22 08:32:28 +00:00
Steven Wittens e7d31327cf #144397: Use drupal_render for user profiles and convert to themer-friendly .tpl.php files. 2007-06-21 04:38:41 +00:00
Dries Buytaert 6102d02d21 - Patch #149692 by asimmonds: fixed FAPI breakage. 2007-06-17 11:59:05 +00:00
Dries Buytaert dbaddb73c3 - Patch #148419 by Moshe, bjaspan et al: refactor distributed auth out of user.module. 2007-06-15 06:53:26 +00:00
Dries Buytaert 727304d03d - Patch #151270 by moshe: fixed braino. 2007-06-12 20:37:07 +00:00
Dries Buytaert 2290800c78 - Patch #143532 by Gurpartap: don't redirect to 'my account' after editing profiles. 2007-06-11 15:27:52 +00:00
Dries Buytaert bc1c4defa2 - Patch #150167 by fwalch: fixed problem with fapi migration -- one-time login not working. 2007-06-11 15:01:32 +00:00
Dries Buytaert 9e0da3dc7c - Patch #143026 by ChrisKennedy and Steven: dynamically check password strength and confirmation. 2007-06-08 06:04:15 +00:00
Dries Buytaert 27388f6655 - Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id(). 2007-06-05 12:13:23 +00:00
Dries Buytaert e629deb94d - Patch #146667 by Jeff Eaton: form API fixes. 2007-06-04 15:56:34 +00:00
Dries Buytaert 19b8132289 - Patch #148974 by hunmonk: fixed whois online block on PostgreSQL. 2007-06-04 07:24:53 +00:00
Dries Buytaert 1fe90cba4f - Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments 2007-06-04 07:22:23 +00:00
Dries Buytaert 712c5758ff - Patch #148744 by catch: fixed some code comments. 2007-06-03 06:17:58 +00:00
Dries Buytaert 4fd54aabc5 - Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews. 2007-05-30 08:08:59 +00:00
Dries Buytaert 96926ca047 - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. 2007-05-28 06:08:47 +00:00
Dries Buytaert 5b45c4afc5 - Patch #146313 by walkah: _user_edit_validate assumes arg(1) == 'register' when being called for the user_register form 2007-05-25 12:52:16 +00:00
Dries Buytaert 5094312d3b - Patch #140218 by Crell et al: make it possible to move page callbacks to their own include files. 2007-05-22 05:52:17 +00:00
Dries Buytaert d79082769a - Patch #144919 by dww: hide user picture settings when possible. 2007-05-20 16:38:19 +00:00
Dries Buytaert 2934a3d9bd - Patch #144859 by dww: added optional e-mail notifications when user are approved, blocked, or deleted. 2007-05-20 12:34:48 +00:00
Dries Buytaert 99338b7896 - Patch #144676 by webchick and dww: form API-fied user settings. 2007-05-17 21:33:59 +00:00
Dries Buytaert a243145d3f - Patch #137767 by chx and pwolanin: multiple menu support. 2007-05-16 13:45:17 +00:00
Dries Buytaert ac65ff9074 - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) 2007-05-14 13:43:38 +00:00
Dries Buytaert 258c653f56 - Patch #141637 by merlinofchaos, gabor, et al: provide a site config form at the end of install to collect data, plus allow profiles to modify and add more. 2007-05-10 19:55:24 +00:00
Dries Buytaert 571013af8c - Patch #142619 by erdemkose: fixed E_ALL warnings. 2007-05-10 10:00:50 +00:00
Dries Buytaert 7d4f2836ba - Patch #128082 by Goba et al: Allow localization of built-in menu items. 2007-04-30 17:03:29 +00:00
Dries Buytaert 248703477d - Patch #76588 by kbahey and RobRoy: made the syslog deamon strip HTML tags. 2007-04-30 14:25:14 +00:00
Dries Buytaert 9a6099c234 - Patch #76588 by Gabor: made log messages translatable. Yay. 2007-04-24 13:55:36 +00:00
Dries Buytaert 2a2b767239 - Patch #138531 by bjaspan: destroy existing sessions when a user password is changed. 2007-04-23 17:07:57 +00:00
Dries Buytaert 61f46c6aa9 - Patch #138234 by webchick: Missing theme_user_signature from user_theme(). 2007-04-23 16:58:10 +00:00
Gábor Hojtsy 45aa7f61ac #136250: The upload directory might exist, but is not writable. Fix error message. Investigated with Moshe Weitzman and Gerhard Killesreiter. 2007-04-21 20:47:30 +00:00
Dries Buytaert e675979091 - Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot. 2007-04-13 08:56:59 +00:00