Commit Graph

13667 Commits (3702347af9760797e05c3c9c9c9d78dae3a3f75c)

Author SHA1 Message Date
Dries Buytaert 5d6bc299ff - Patch #882666 by mgifford: filtered description shouldn't use a label when not associated with a form. 2010-08-17 13:41:02 +00:00
Dries Buytaert 88b2d8ed94 - Patch #883400 by catch: file_unmanaged_copy() spits useless error message on fail. 2010-08-16 21:06:53 +00:00
Dries Buytaert 03630c12e5 - Patch #862078 by gustavb, Damien Tournoud: PDO coerceing empty strings to NULL when target is a Postgres bytea. 2010-08-16 21:01:23 +00:00
Dries Buytaert b82715c333 - Patch #883998 by Berdir: node_default_page() query fails on PostgreSQL when having node_access() modules enabled. 2010-08-16 20:59:34 +00:00
Dries Buytaert 82ddaf7e7e - Patch #877690 by das-peter, mfer: missing dependency 'text'. 2010-08-16 20:57:23 +00:00
Dries Buytaert 0fad2a3df0 - Patch #791490 by chx: contextual module calls menu_get_item() for unsaved nodes, resulting in pdo exception on postgresql. 2010-08-16 12:32:32 +00:00
Dries Buytaert 9239621a0b - Patch #878752 by heather: mis-matched text on maintenance mode administration page. 2010-08-15 02:01:50 +00:00
Dries Buytaert 37ba2fa49e - Patch #883440 by hefox: fixed user_account_form() @see's user_validate_email() instead of user_validate_mail() (extra e). 2010-08-15 01:49:45 +00:00
Dries Buytaert 0a481a7899 - Patch #881536 by sun, pwolanin: cannot pass drupal_http_request() options into xmlrpc() function. 2010-08-14 03:15:01 +00:00
Dries Buytaert 8f7eae302e - Patch #882520 by David_Rothstein: field_bundle_settings() API documentation doesn't format its code example correctly. 2010-08-14 03:10:04 +00:00
Dries Buytaert f91e5d2fee - Patch #849642 by Jeff Burnz, mgifford, Damien Tournoud: absolute font-sizes used in Seven. 2010-08-14 03:01:11 +00:00
Dries Buytaert 668630abbb - Patch #882748 by Jeff Burnz: typo in template.php comment. 2010-08-14 00:43:24 +00:00
Dries Buytaert c243f9ae2d - Patch #778406 by torelad, jhodgdon, DyanneNova: improve doc and examples for hook_block_info() and friends. 2010-08-13 12:25:14 +00:00
Dries Buytaert 7fc91af20f - Patch #419388 by jhodgdon, David Lesieur, Garrett Albright: search_query_insert() breaks down when the value of key is 0. 2010-08-13 01:05:36 +00:00
Dries Buytaert 7d388de9b1 - Patch #881540 by bjaspan: syslog.module should support openlog() identity argument. 2010-08-12 21:32:31 +00:00
Dries Buytaert e3450c8125 - Patch #864252 by cwgordon7, andypost: code cleanup for Bartik color module implementation. 2010-08-12 16:59:04 +00:00
Dries Buytaert 3d62d3703b - Patch #629826 by Jody Lynn: theme setting toggles for comments appear when the comment module is disabled. 2010-08-12 00:34:25 +00:00
Dries Buytaert d5c460ea28 - Patch #864252 by cwgordon7: code cleanup for Bartik color module implementation. 2010-08-11 23:53:18 +00:00
Dries Buytaert 2141a64e34 - Patch #497206 by jhodgdon, pwolanin, Island Usurper, YannickD: avoid search conflicts with other forms, use menu API instead of search_get_keys(). 2010-08-11 14:21:39 +00:00
Dries Buytaert 5fcf1eda32 - Patch #878408 by pwolanin, Damien Tournoud: replace decode_entities() with built-in html_entity_decode(). 2010-08-11 10:58:22 +00:00
Dries Buytaert 3f83c075a4 - Patch #878198 by pwolanin: add back a method to the DB driver interface that reports the server version. 2010-08-11 02:17:39 +00:00
Dries Buytaert b45bda8d7b - Patch #853896 by Stevel: type field is part of primary key but not marked as NOT NULL. 2010-08-11 02:14:23 +00:00
Dries Buytaert b7aa69ed24 - Patch #850112 by aaronbauman, riccardoR: overlay breaks secondary tabs for some themes. 2010-08-11 02:08:09 +00:00
Dries Buytaert 3647670d40 - Patch #870594 by marcingy, moshe weitzman, Josh Waihi: user_update_7004 fail during upgrade from Drupal 6 to 7. 2010-08-11 01:49:41 +00:00
Dries Buytaert f469a9082d - Patch #865072 by bleen18, jhodgdon: Bartik is default theme now ... documentation & tests need to be changed. 2010-08-11 01:06:44 +00:00
Angie Byron 53650d6992 #878294 by yched: Fixed Field UI reorder on 'Manage fields' affects ordering on 'Manage display'. 2010-08-10 17:05:18 +00:00
Dries Buytaert bdb91dbe95 - Patch #269911 by jhodgdon, Freso, kiamlaluno, mradcliffe: search result trimming should not fall inside HTML entities/tags. 2010-08-10 01:11:36 +00:00
Dries Buytaert a2d78da0c2 - Patch #605552 by dereine, mr.baileys: function l() fragment 0 return not #0. 2010-08-10 01:00:42 +00:00
Dries Buytaert 3968a954e8 - Patch #857296 by yched: comment fields not displaying in proper order. 2010-08-10 00:55:38 +00:00
Dries Buytaert 02262dec24 - Patch #877986 by tim.plunkett: RSS link in Syndicate block has path of //rss.xml. 2010-08-09 19:57:24 +00:00
Dries Buytaert 619c35992e - Patch #812688 by andypost, Damien Tournoud: organize image formatters around settings. 2010-08-09 19:55:57 +00:00
Dries Buytaert 0777093053 - Patch #607238 by agentrickard, catch, salvis: permissions are assumed to be unique among modules, but uniqueness is not enforced. 2010-08-09 19:49:40 +00:00
Angie Byron fe97bfefc5 #876966 by dmitrig01: Fixed Warning message sits hard on top of tables. 2010-08-09 16:58:15 +00:00
Angie Byron a4df7936bb #845928 by JohnAlbin: Fixed System menu blocks don't get the same styling as menu module blocks. 2010-08-09 16:54:50 +00:00
Angie Byron 8db34bb271 #877020 follow-up by andypost: Updated hotfix for _forum_topics_unread() tests to fix testbot. 2010-08-09 01:18:46 +00:00
Dries Buytaert e60d38c781 - Patch #797680 by lyricnz, jbrown: drupal_write_record() unnecessarily sets primary keys while updating. 2010-08-09 00:13:06 +00:00
Dries Buytaert 786ba6e88a - Patch #876116 by jbrown: too many spaces. 2010-08-08 23:55:30 +00:00
Dries Buytaert 03d4cbdbad - Patch #875162 by ctmattice1: documentation improvement for hook_theme_registry_alter(). 2010-08-08 19:45:37 +00:00
Dries Buytaert e3a52979f6 - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is default theme now. 2010-08-08 19:35:49 +00:00
Dries Buytaert 1c4b5b9f44 - Patch #850690 by salvis: set the tid of the newly created forum or container. 2010-08-08 19:21:25 +00:00
Angie Byron 8e1432cfe8 #877020 follow-up by andypost: Hot-fix for tests in _forum_topics_unread() to get testbot working again. 2010-08-08 16:09:26 +00:00
Dries Buytaert f0b3fa4b1b - Patch #504564 by tic2000, andypost, catch: the 'Length of trimmed content'
form input in the 'node type' edit form was way too harsh (affects the
  display of all 'trimmed / summary_or_trimmed' formatters on all text
  fields in all view modes), and irrelevant for text fields on non-node
  entities, which are currently all blocked to 'trim to 600 chars'.

   * Added field formatter settings for 'text_trimmed' and 'text_summary_or_trimmed' formatters
   * Removed 'teaser_length' settings for node types
   * Added upgrade path for 'teaser_length' variable in node_update_7011()
   * Fixed a test
2010-08-08 13:02:37 +00:00
Dries Buytaert f885d9f7dc - Patch #877020 by andypost: Fixed _forum_topics_unread() broken. 2010-08-08 12:47:00 +00:00
Dries Buytaert b537c30be5 - Patch #870594 by marcingy, moshe weitzman: user_update_7004 fail during upgrade from Drupal 6 to 7. 2010-08-08 03:12:11 +00:00
Dries Buytaert be614da01f - Patch #843272 by David_Rothstein: overlay does a bunch of unnecessary form redirect handling in JavaScript. 2010-08-08 03:05:26 +00:00
Dries Buytaert 66d31c52ba - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ->countQuery(), at least for MySQL. 2010-08-08 02:18:53 +00:00
Dries Buytaert a9c9ef2d30 - Patch #870528 by Dave Reid: taxonomy fixes. 2010-08-08 02:06:56 +00:00
Dries Buytaert 2aee69c3ce - Patch #710640 by jhodgdon, torelad: improve documentation for file_munge_filename(). 2010-08-08 01:37:34 +00:00
Angie Byron 552acd74ae #873174 by bleen18: Fixed button spacing in Bartik and Seven. 2010-08-06 01:40:29 +00:00
Angie Byron 25171a17f6 Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00