summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #839524 by jhodgdon, pwolanin: search results are themed too early.Dries Buytaert2010-08-18
|
* - Patch #667012 by ksenzee, casey, David_Rothstein: remove the opening of ↵Dries Buytaert2010-08-18
| | | | external links in a new browser window.
* - Patch #881540 by bjaspan: openlog() identity argument and unrelated bug fixes.Dries Buytaert2010-08-18
|
* - Rollback of #447816 -- didn't meant to commit that just yet.Dries Buytaert2010-08-18
|
* - Patch #879536 by tim.plunkett: improve Bartik's 'Blue Lagoon' color scheme.Dries Buytaert2010-08-18
|
* - Patch #443286 by c960657, Damien Tournoud, drifter, webkenny, scor: ↵Dries Buytaert2010-08-17
| | | | international characters break file handling.
* - Patch #735426 by yched, mr.baileys: fields with select widget: first ↵Dries Buytaert2010-08-17
| | | | option is selected by default even if no 'default value' set for the field.
* - Patch #821290 by marcingy, aspilicious, scor, catch, ronald_istos: ↵Dries Buytaert2010-08-17
| | | | unexpected error after disabling - unistalling - re-enabling forum module.
* - Patch #829822 by pwolanin, tstoeckler: check Drupal 7 core for ↵Dries Buytaert2010-08-17
| | | | vulnerabilities in SA-CONTRIB-2010-066.
* - Patch #879910 by plach: fixed text_field_prepare_translation() broken.Dries Buytaert2010-08-17
|
* - Patch #858528 by Damien Tournoud, chx: file_uri_target() purpose is unclear.Dries Buytaert2010-08-17
|
* - Patch #721754 by Shellingfox, lotyrin, Damien Tournoud, chx, hefox, Gábor ↵Dries Buytaert2010-08-17
| | | | Hojtsy, puregin: a node cannot be displayed in different view mode on its own page.
* - Patch #156582 by c960657, pwolanin, townxelliot, Damien Tournoud, kbahey, ↵Dries Buytaert2010-08-17
| | | | mikeytown2, drico, jpmckinney: drupal_http_request() should support timeout setting.
* - Patch #857206 by Stevel: fixed database autoloader.Dries Buytaert2010-08-17
|
* - Patch #884718 by ctmattice1: documentation problem with hook_schema().Dries Buytaert2010-08-17
|
* - Patch #885000 by cwgordon7: drupal_placeholder() takes an array as an ↵Dries Buytaert2010-08-17
| | | | argument.
* - 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.