summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #882666 by mgifford: filtered description shouldn't use a label when ↵Dries Buytaert2010-08-17
| | | | not associated with a form.
* - Patch #883400 by catch: file_unmanaged_copy() spits useless error message ↵Dries Buytaert2010-08-16
| | | | on fail.
* - Patch #862078 by gustavb, Damien Tournoud: PDO coerceing empty strings to ↵Dries Buytaert2010-08-16
| | | | NULL when target is a Postgres bytea.
* - Patch #883998 by Berdir: node_default_page() query fails on PostgreSQL ↵Dries Buytaert2010-08-16
| | | | when having node_access() modules enabled.
* - Patch #877690 by das-peter, mfer: missing dependency 'text'.Dries Buytaert2010-08-16
|
* - Patch #791490 by chx: contextual module calls menu_get_item() for unsaved ↵Dries Buytaert2010-08-16
| | | | nodes, resulting in pdo exception on postgresql.
* - Patch #878752 by heather: mis-matched text on maintenance mode ↵Dries Buytaert2010-08-15
| | | | administration page.
* - Patch #883440 by hefox: fixed user_account_form() @see's ↵Dries Buytaert2010-08-15
| | | | user_validate_email() instead of user_validate_mail() (extra e).
* - Patch #881536 by sun, pwolanin: cannot pass drupal_http_request() options ↵Dries Buytaert2010-08-14
| | | | into xmlrpc() function.
* - Patch #882520 by David_Rothstein: field_bundle_settings() API ↵Dries Buytaert2010-08-14
| | | | documentation doesn't format its code example correctly.
* - Patch #849642 by Jeff Burnz, mgifford, Damien Tournoud: absolute ↵Dries Buytaert2010-08-14
| | | | font-sizes used in Seven.
* - Patch #882748 by Jeff Burnz: typo in template.php comment.Dries Buytaert2010-08-14
|
* - Patch #778406 by torelad, jhodgdon, DyanneNova: improve doc and examples ↵Dries Buytaert2010-08-13
| | | | for hook_block_info() and friends.
* - Patch #419388 by jhodgdon, David Lesieur, Garrett Albright: ↵Dries Buytaert2010-08-13
| | | | search_query_insert() breaks down when the value of key is 0.
* - Patch #881540 by bjaspan: syslog.module should support openlog() identity ↵Dries Buytaert2010-08-12
| | | | argument.
* - Patch #864252 by cwgordon7, andypost: code cleanup for Bartik color module ↵Dries Buytaert2010-08-12
| | | | implementation.
* - Patch #629826 by Jody Lynn: theme setting toggles for comments appear when ↵Dries Buytaert2010-08-12
| | | | the comment module is disabled.
* - Patch #864252 by cwgordon7: code cleanup for Bartik color module ↵Dries Buytaert2010-08-11
| | | | implementation.
* - Patch #497206 by jhodgdon, pwolanin, Island Usurper, YannickD: avoid ↵Dries Buytaert2010-08-11
| | | | search conflicts with other forms, use menu API instead of search_get_keys().
* - Patch #878408 by pwolanin, Damien Tournoud: replace decode_entities() with ↵Dries Buytaert2010-08-11
| | | | built-in html_entity_decode().
* - Patch #878198 by pwolanin: add back a method to the DB driver interface ↵Dries Buytaert2010-08-11
| | | | that reports the server version.
* - Patch #853896 by Stevel: type field is part of primary key but not marked ↵Dries Buytaert2010-08-11
| | | | as NOT NULL.
* - Patch #850112 by aaronbauman, riccardoR: overlay breaks secondary tabs for ↵Dries Buytaert2010-08-11
| | | | some themes.
* - Patch #870594 by marcingy, moshe weitzman, Josh Waihi: user_update_7004 ↵Dries Buytaert2010-08-11
| | | | fail during upgrade from Drupal 6 to 7.
* - Patch #865072 by bleen18, jhodgdon: Bartik is default theme now ... ↵Dries Buytaert2010-08-11
| | | | documentation & tests need to be changed.
* #878294 by yched: Fixed Field UI reorder on 'Manage fields' affects ordering ↵Angie Byron2010-08-10
| | | | on 'Manage display'.
* - Patch #269911 by jhodgdon, Freso, kiamlaluno, mradcliffe: search result ↵Dries Buytaert2010-08-10
| | | | trimming should not fall inside HTML entities/tags.
* - Patch #605552 by dereine, mr.baileys: function l() fragment 0 return not #0.Dries Buytaert2010-08-10
|
* - Patch #857296 by yched: comment fields not displaying in proper order.Dries Buytaert2010-08-10
|
* - Patch #877986 by tim.plunkett: RSS link in Syndicate block has path of ↵Dries Buytaert2010-08-09
| | | | //rss.xml.
* - Patch #812688 by andypost, Damien Tournoud: organize image formatters ↵Dries Buytaert2010-08-09
| | | | around settings.
* - Patch #607238 by agentrickard, catch, salvis: permissions are assumed to ↵Dries Buytaert2010-08-09
| | | | be unique among modules, but uniqueness is not enforced.
* #876966 by dmitrig01: Fixed Warning message sits hard on top of tables.Angie Byron2010-08-09
|
* #845928 by JohnAlbin: Fixed System menu blocks don't get the same styling as ↵Angie Byron2010-08-09
| | | | menu module blocks.
* #877020 follow-up by andypost: Updated hotfix for _forum_topics_unread() ↵Angie Byron2010-08-09
| | | | tests to fix testbot.
* - Patch #797680 by lyricnz, jbrown: drupal_write_record() unnecessarily sets ↵Dries Buytaert2010-08-09
| | | | primary keys while updating.
* - Patch #876116 by jbrown: too many spaces.Dries Buytaert2010-08-08
|
* - Patch #875162 by ctmattice1: documentation improvement for ↵Dries Buytaert2010-08-08
| | | | hook_theme_registry_alter().
* - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is ↵Dries Buytaert2010-08-08
| | | | default theme now.
* - Patch #850690 by salvis: set the tid of the newly created forum or container.Dries Buytaert2010-08-08
|
* #877020 follow-up by andypost: Hot-fix for tests in _forum_topics_unread() ↵Angie Byron2010-08-08
| | | | to get testbot working again.
* - Patch #504564 by tic2000, andypost, catch: the 'Length of trimmed content'Dries Buytaert2010-08-08
| | | | | | | | | | | | 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
* - Patch #877020 by andypost: Fixed _forum_topics_unread() broken.Dries Buytaert2010-08-08
|
* - Patch #870594 by marcingy, moshe weitzman: user_update_7004 fail during ↵Dries Buytaert2010-08-08
| | | | upgrade from Drupal 6 to 7.
* - Patch #843272 by David_Rothstein: overlay does a bunch of unnecessary form ↵Dries Buytaert2010-08-08
| | | | redirect handling in JavaScript.
* - Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ↵Dries Buytaert2010-08-08
| | | | ->countQuery(), at least for MySQL.
* - Patch #870528 by Dave Reid: taxonomy fixes.Dries Buytaert2010-08-08
|
* - Patch #710640 by jhodgdon, torelad: improve documentation for ↵Dries Buytaert2010-08-08
| | | | file_munge_filename().
* #873174 by bleen18: Fixed button spacing in Bartik and Seven.Angie Byron2010-08-06
|
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|