Commit Graph

7457 Commits (1163703917828fe47dc6d51eae70a044cd38b3aa)

Author SHA1 Message Date
Gábor Hojtsy b33070d176 #152493 by yched, freeman and pwolanin: Minimalistic approach to node rendering styles for D6 2007-07-01 21:16:09 +00:00
Gábor Hojtsy 4de573cadc #58090 by sime and webchick: add id to dblog HTML output table 2007-07-01 21:01:46 +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
Gábor Hojtsy 7afaf32e6f revert update status changelog message, 'update' module is not yet in Drupal core, but this change slipped in with http://drupal.org/cvs?commit=71956 2007-07-01 18:10:09 +00:00
Gábor Hojtsy 44bf48c1cb revert requirement for 'update' module, which is not yet in Drupal core, but slipped in with http://drupal.org/cvs?commit=71956 2007-07-01 18:07:04 +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
Dries Buytaert c11cb4ec24 - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable. 2007-07-01 15:37:10 +00:00
Gábor Hojtsy a3d75e547f #141996 by Jose A Reyero and myself: translation block to switch interface languages by default, and even content languages, when a translation module provides the alternate links 2007-06-30 21:00:51 +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
Gábor Hojtsy 0995d62be3 #99011 follow up patch my merlinofchaos: inform users if the settings.php or the settings directory in use is not write protected after installation. 2007-06-30 08:17:05 +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 48e13d41f7 - Patch #147767 by Eaton, moshe et al: fixed punctuation error. 2007-06-29 18:17:21 +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 2fe9f45846 - Patch #153535 by traxer: according to the XHTML1 Strict specification, it is not allowed to generate empty <tr></tr> tags. 2007-06-28 09:11:06 +00:00
Dries Buytaert afc700a3f6 - Patch #153364 by webernet: notices and RTL issue with book.module. 2007-06-28 08:56:28 +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 ef9f10dba6 #154594 by drewish: clean up code comments for deletion API 2007-06-28 00:55:10 +00:00
Gábor Hojtsy 03d5ff739e #136585 by hunmonk and pwolanin: fix too tight permissions on admin/content 2007-06-28 00:48:26 +00:00
Gábor Hojtsy 803bbf4f87 #152585 by yched and drewish: fix block module FAPI3 parameters 2007-06-28 00:39:47 +00:00
Gábor Hojtsy 2da0d41ac2 #123577 by spatz4000 (originally by tostinni for Drupal 5): do not allow hidden profile fields to be browsed by non-admins 2007-06-28 00:29:05 +00:00
Gábor Hojtsy 39e9548f8b #75916 follow up patch by Richard Eriksson: allow aggregator pages to be indexed by default 2007-06-27 22:37:44 +00:00
Gábor Hojtsy 3fdddd8e4b #152926 by dww: add hook_system_info_alter() to make .info file data modifiable in PHP code 2007-06-27 21:59:33 +00:00
Gábor Hojtsy 8650d5a77a #154949 by Crell and dww: let modules and themes specify a minimum required PHP version, under which they will not be possible to be turned on 2007-06-27 17:54:49 +00:00
Gábor Hojtsy 358a4dc079 #154941 by hunmonk: fix faulty variable initialization in locale JS parsing 2007-06-27 08:40:58 +00:00
Gábor Hojtsy c362ae539a #153998 by pwolanin: separate edit a delete permissions, so people who can edit a node cannot delete it too automatically 2007-06-26 22:27:25 +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
Gábor Hojtsy a9749f8b72 #154224 by hunmonk: add destination argument to _drupal_delete(), instead of using drupal_goto() directly, so the callback cycle can complete 2007-06-26 20:30:49 +00:00
Gábor Hojtsy 2598d31ef8 #150210 by bjaspan and Frando: explicit table names for create table statements and fixing a schema referencing bug 2007-06-26 20:24:19 +00:00
Gábor Hojtsy 69a9f5f7e6 po -> translations directory rename missing piece, noticed by Alexander Hass 2007-06-25 12:44:11 +00:00
Gábor Hojtsy 7e5b440c10 #154309 by KarenS: language code lost in format_date() when using the 'r' format 2007-06-25 12:42:07 +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 bedf78d558 #152670 by myself: refactor PO generation to decouple data collection, file generation and HTTP download; fix a bug with plural exports along the way 2007-06-23 20:45:36 +00:00
Gábor Hojtsy 17e97036ae #151280 by Rok Žlender, webernet and myself: use the real cache system, once we have the database set up, to get the values set by the configuration form and the install profile to the proper cache values 2007-06-23 13:22:47 +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 6082539532 #133028 by alienbrain and Moshe Weitzman: allow positioned submit buttons in node forms via form_alter by not hard-coding the button order 2007-06-23 13:04:29 +00:00
Gábor Hojtsy 27cad7fcfe #151951 by webernet, slightly modified: enable the garland theme, not just set it as default 2007-06-23 11:15:15 +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 48a04f2648 #153954: Make OpenID module description less technobabble. 2007-06-22 22:26:43 +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 39a0ee0264 #151125: Teaser textarea missing after preview/edit. 2007-06-22 06:30:11 +00:00
Steven Wittens f4e7cabb2b #132226: Single tabs should not appear. 2007-06-22 06:12:09 +00:00
Steven Wittens 71b11a82a8 Keeping changelog up to date 2007-06-22 05:47:29 +00:00
Steven Wittens 38a1300df2 #147723: Deletion API (by hunmonk). Woop woop. 2007-06-22 05:44:21 +00:00
Steven Wittens c5443d739e Removing file that didn't belong in last commit 2007-06-21 04:57:19 +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 aa308028aa - Patch #131026 by James et al: OpenID client support for Drupal!
Let this be the day where we help revolutionize the online society, and the
  way websites and web services interoperate.  Or something.
2007-06-18 16:09:39 +00:00