Gábor Hojtsy [Wed, 1 Feb 2012 21:55:24 +0000]
Drupal 6.24
Gábor Hojtsy [Wed, 1 Feb 2012 21:35:41 +0000]
Merge branch '6.22-security' into 6.x
Gábor Hojtsy [Wed, 1 Feb 2012 21:26:13 +0000]
Drupal 6.23
Gábor Hojtsy [Wed, 1 Feb 2012 14:43:44 +0000]
Issue #879270 by Ben Coleman: query in taxonomy_node_get_terms() needs the v.weight field added to the SELECT because it was already present in the ORDER BY; improved PostgreSQL compatibility
Gábor Hojtsy [Wed, 1 Feb 2012 14:38:02 +0000]
Issue #12274 by markoshust, DamienMcKenna, seanbfuller, cburschka, aufumy: do not accept email addresses with dots at the end as valid
Gábor Hojtsy [Wed, 1 Feb 2012 14:27:35 +0000]
Issue #600836 by tim.cosgrove, dww, naxoc, Dave Reid: prevent batches from going indefinitely if their 'finished' value becomes bigger than 1
Gábor Hojtsy [Wed, 1 Feb 2012 14:12:45 +0000]
Issue #289504 by mikeryan, catch, moshe weitzman: backport indexes from Drupal 7 on comments and node_comment_statistics to improve performance of mass-user operations such as deleting users en masse
Gábor Hojtsy [Wed, 1 Feb 2012 14:06:28 +0000]
Issue #1278160 by tim.plunkett: lower the severity level in watchdog() for orphaned actions
Gábor Hojtsy [Wed, 1 Feb 2012 13:50:07 +0000]
Issue #975754 by jhodgdon, Albert Volkman: fix phpdoc about access callback inheritance for menu items
Gábor Hojtsy [Wed, 1 Feb 2012 13:40:53 +0000]
Issue #336483 by brianV, catch: add index for comment_count on column in node_comment_statistics to avoid full table scan when search index is updated for example
Gábor Hojtsy [Wed, 1 Feb 2012 13:38:13 +0000]
Issue #1137848 by pillarsdotnet, BrockBoland, tim.plunkett: hide /filter/tips page from well behaving search engines, it is pointless to be included in search indexes
Gábor Hojtsy [Wed, 1 Feb 2012 13:26:36 +0000]
Issue #648516 by cafuego, williamestrada: node_build_filter_query() should consider the vid of nodes when joining on term_data to consider only current revisions of nodes
Gábor Hojtsy [Wed, 1 Feb 2012 13:23:32 +0000]
Issue #767104 by mgriego, EugenMayer, mkalkbrenner: taxonomy_node_save() should refresh the node terms (especially for free tagging vocabularies) when nodes are updated, so they are kept up to date in the same HTTP request
Gábor Hojtsy [Wed, 1 Feb 2012 13:17:38 +0000]
Issue #720876 by pillarsdotnet: user_register_validate() should invoke user_module_invoke() with an account object rather than an array; improved PHP 5.3 compatibility
Gábor Hojtsy [Wed, 1 Feb 2012 13:06:35 +0000]
Issue #269877 by neochief, roderik, akaliel, mathieu, jct, Jo Wouters, fago, ufku, fmjrey, nonsie, pfournier: avoid duplicate paths (again) in path_set_alias()
Gábor Hojtsy [Wed, 1 Feb 2012 11:34:24 +0000]
Issue #147000 by Berdir, Dave Reid, pwolanin, pillarsdotnet, TR, jbrauer, dstol: rework module_rebuild_cache() and system_theme_data() to support locking, so that concurrent requests will not corrupt the data; fixes an issue where themes got disabled occasionally
Gábor Hojtsy [Fri, 27 Jan 2012 16:10:21 +0000]
Issue #156582 by c960657, drico, pwolanin, townxelliot, Damien Tournoud, kbahey, mikeytown2, jpmckinney, craig_, zyxware: add missing timeout support to drupal_http_request() to avoid Drupal hanging on web service requests
Gábor Hojtsy [Mon, 23 Jan 2012 13:21:54 +0000]
Issue #556842 by mh86, catch, bangpound, wojtha, deviantintegral: optimize taxonomy_get_tree() by building the tree internally instead of recursively to improve performance; especially good for bigger taxonomies
Gábor Hojtsy [Mon, 23 Jan 2012 13:03:11 +0000]
Issue #504506 by andypost, pillarsdotnet, podarok: Drupal.formatPlural() did not pass on extra arguments for translations of some plural values
Gábor Hojtsy [Mon, 23 Jan 2012 12:55:34 +0000]
Issue #1173012 by carlos8f, Fabianx, Gbor Hojtsy: do not remove blocks for disabled modules in _block_rehash() to avoid blocks disappearing for people following the update guide to the letter disabling contrib modules when updating Drupal core
Gábor Hojtsy [Mon, 23 Jan 2012 12:50:22 +0000]
Issue #883038 by pillarsdotnet, ShutterFreak, anarcat: ereg() and ereg_replace() are deprecated but Drupal 6 will not migrate to preg to avoid breaking APIs, so we need to silence the warnings coming out of the use of ereg on PHP 5.3+
Gábor Hojtsy [Mon, 23 Jan 2012 12:44:02 +0000]
Issue #1174496 by Eric_A, grendzy, greg.1.anderson, c31ck: drupal_error_handler() should not assume filter_xss() is available. It might be called before that is loaded. Also fixes Drush compatibility.
Gábor Hojtsy [Mon, 23 Jan 2012 12:40:00 +0000]
Issue #825972 by daniels220, Reidsy, Albert Volkman: add phpdoc documentation to sess_read() and sess_write()
Gábor Hojtsy [Wed, 23 Nov 2011 11:19:43 +0000]
Issue #1260932 by DjebbZ, pwolanin: hook_nodeapi() optional arguments should not be made required by some core modules either
Gábor Hojtsy [Wed, 23 Nov 2011 11:02:17 +0000]
Issue #208793 by Damien Tournoud, kbahey, TR: instead of hardcoding the HTTP protocol version in responses, respond with the HTTP protocol version requested (or fall back to HTTP/1.0 if the requested protocol/version is unknown)
Gábor Hojtsy [Wed, 23 Nov 2011 10:54:23 +0000]
Issue #971812 by mfb, twistor: aggregator ignores Atom id element, which is equivalent to RSS guid element
Gábor Hojtsy [Wed, 23 Nov 2011 10:49:41 +0000]
Issue #845542 by pounard: db_query_temporary() will fail without CREATE TEMPORARY TABLES permission on MySQL, update install documentation for that
Gábor Hojtsy [Wed, 23 Nov 2011 10:46:02 +0000]
Issue #1225364 by sivaji, ull: body field label is configurable but hardcoded in min word count validation error message
Gábor Hojtsy [Wed, 23 Nov 2011 10:43:59 +0000]
Issue #1103310 by c960657: lock_acquire() does not properly extend expired lock due to misuse of db_query() to check for affected rows
Gábor Hojtsy [Wed, 23 Nov 2011 10:13:03 +0000]
Issue #909274 by ergonlogic, franz: user/0/delete should not be accessible even for administrators
Gábor Hojtsy [Wed, 23 Nov 2011 10:08:09 +0000]
Issue #1006938 by dww, westwesterson: avoid PHP warnings in the PHP 4 XML parser caused by the relatively new XML data pieces produced at updates.drupal.org
Gábor Hojtsy [Wed, 23 Nov 2011 10:01:22 +0000]
Issue #480082 by pp: add previously undocumented variables in system_send_email_action_form()'s message field description
Gábor Hojtsy [Wed, 23 Nov 2011 09:55:16 +0000]
Issue #1173012 by carlos8f, Fabianx: fix poll_block() to not wrap the block list operation in permission checks which could result in block placement and configuration lost when block rehashing is run with a user lacking permissions to view content
Gábor Hojtsy [Wed, 23 Nov 2011 09:45:13 +0000]
Issue #1283442 by Ben Coleman, twistor, ggevalt: aggregator_block()'s permission check on the list, configure and save operations could result in loss of aggregator blocks when block rehasing is invoked with a user who has no access to feeds; permissions should only be checked on the view op
Gábor Hojtsy [Wed, 23 Nov 2011 09:37:17 +0000]
Issue #1169034 by mfb: fix notice in file_create_filename() for cases when the ext variable did not exist previously
Gábor Hojtsy [Wed, 23 Nov 2011 09:32:47 +0000]
Issue #1196102 by James_Stallings, noisetteprod: improve phpdoc on taxonomy_check_vocabulary_hierarchy()
Gábor Hojtsy [Wed, 23 Nov 2011 09:31:39 +0000]
Issue #338402 by rocket_nova, jhodgdon: improve documentation on node_get_types()
Gábor Hojtsy [Wed, 23 Nov 2011 09:27:09 +0000]
Issue #1098556 by barbi, rocket_nova, kiamlaluno: search_box() documentation referred to theme_search_box_form() which is in fact implemented in search-block-form.tpl.php in Drupal 6
Gábor Hojtsy [Wed, 23 Nov 2011 09:23:32 +0000]
Issue #1192178 by pillarsdotnet, jhodgdon: fix user_module_invoke() argument names to make more sense and phpdoc to document them (no behavioral change of course)
Gábor Hojtsy [Wed, 23 Nov 2011 09:20:39 +0000]
Issue #1288838 by anrikun: fix bad code indentation in _locale_batch_build()
Gábor Hojtsy [Wed, 23 Nov 2011 09:18:09 +0000]
Issue #1175614 by barbi, oriol_e9g, CashWilliams, aenw: improve phpdoc on block_list()
Gábor Hojtsy [Wed, 23 Nov 2011 09:12:28 +0000]
Issue #1100260 by barbi, jhodgdon: fix phpdoc in batch operations example to have a redirect
Gábor Hojtsy [Wed, 23 Nov 2011 09:09:55 +0000]
Issue #372766 by jhodgdon, jn2: phpdoc improvements to user_save()
Gábor Hojtsy [Wed, 23 Nov 2011 09:07:50 +0000]
Issue #1222802 by franz, droplet, jhodgdon: cleanup for pager phpdoc blocks; add missing text argument doc to theme_pager_link
Gábor Hojtsy [Wed, 23 Nov 2011 09:04:57 +0000]
Issue #1190846 by vitalsouto, ninizik: remove one of two copies of repeated phpdoc documentation on actions
Dries Buytaert [Fri, 12 Aug 2011 13:28:27 +0000]
- Patch #300714 by j0hn-smith, alexjarvis, lilou, linuxbox: sort node revisions by vid not timestamp.
Gábor Hojtsy [Wed, 27 Jul 2011 08:36:09 +0000]
Issue #1149628 by Ben Coleman: fix blog module query to include all ORDER BY fields in select for PostgreSQL compatibility
Gábor Hojtsy [Wed, 27 Jul 2011 08:24:19 +0000]
Issue #201876 by gpk: improve yellow in Garland tabledrag to stand out better for usability
Gábor Hojtsy [Wed, 27 Jul 2011 08:11:41 +0000]
Issue #356359 by mgifford, Agileware: improve accessibility of the search form
Gábor Hojtsy [Wed, 27 Jul 2011 08:08:28 +0000]
Issue #925580 by tbenice, rsevero, marcp: dix upload modules's form altering to be clearly compatible with PHP 5.3
Gábor Hojtsy [Wed, 27 Jul 2011 08:02:12 +0000]
Issue #188947 by lyricnz: date_validate() takes a form element, not a whole form, correct the variable name to clean this up
Gábor Hojtsy [Wed, 27 Jul 2011 07:55:39 +0000]
Issue #1154722 by mattconnolly, barbi, jhodgdon: link Form API reference to Drupal 6 version in Form API docs
Gábor Hojtsy [Wed, 27 Jul 2011 07:52:29 +0000]
Issue #1095066 by drewish, barbi: improve node_build_content() return value documentation
Gábor Hojtsy [Wed, 27 Jul 2011 07:47:10 +0000]
Issue #401266 by pillarsdotnet, jhodgdon: improve documentation on user_mail_tokens() to be more accurate on required account properties
Gábor Hojtsy [Wed, 27 Jul 2011 07:44:08 +0000]
Issue #1184106 by barbi: improve documentation on db_set_active()
Gábor Hojtsy [Wed, 27 Jul 2011 07:41:44 +0000]
Issue #1063636 by barbi, Rob Loach, TR: reference drupal_add_css() in drupal_get_css() docs
Gábor Hojtsy [Wed, 27 Jul 2011 07:39:48 +0000]
Issue #1176524 by andypost, TR, dww: remove leftover CVS ID tags from Drupal core
Gábor Hojtsy [Wed, 27 Jul 2011 07:37:46 +0000]
Issue #1169080 by barbi, csdco: improve documentation of file_set_status()
Gábor Hojtsy [Wed, 27 Jul 2011 07:35:49 +0000]
Issue #623276 by jhodgdon: improve documentation on file_scan_directory()
Gábor Hojtsy [Wed, 27 Jul 2011 07:32:27 +0000]
Issue #1123120 by kiamlaluno, mr.baileys: improve documentation for theme preprocess; hook argument was missing
Gábor Hojtsy [Wed, 25 May 2011 21:26:42 +0000]
Now onto Drupal 6.23-dev
Gábor Hojtsy [Wed, 25 May 2011 20:43:55 +0000]
Drupal 6.22
Gábor Hojtsy [Wed, 25 May 2011 20:02:48 +0000]
Drupal 6.21
Gábor Hojtsy [Mon, 23 May 2011 12:03:11 +0000]
Issue #113611 by crischan, jjrey, JuliaKM, salvis, Offlein: Forum post counts incorrect when using node access control modules
Gábor Hojtsy [Mon, 23 May 2011 11:53:22 +0000]
Issue #321063 by eMPee584, Kars-T, pillarsdotnet: Path book/export/html/N with a non-book nid should abort and return 404 not found.
Gábor Hojtsy [Mon, 23 May 2011 11:29:49 +0000]
Issue #235673 by yched, Damien Tournoud, swentel, pwolanin, redndahead, sun, carlos8f, c960657: Changes to block caching mode not caught
Gábor Hojtsy [Sun, 8 May 2011 18:30:31 +0000]
Issue #384794 by trond, mvc, alduya, intuited, jaydublu, jhedstrom: trim() .po file comments on import, so that custom textgroup imports will find their right database equivalent
Gábor Hojtsy [Thu, 14 Apr 2011 11:10:43 +0000]
Issue #163445 by webengr, mlsamuelson, greg.1.anderson, pescetti: fix issues with IE not being able to download private files served over SSL with additional headers
Gábor Hojtsy [Thu, 14 Apr 2011 10:47:18 +0000]
Issue #118108 by Chris Johnson, cburschka, bleen18: remove node_access table entries when a node is deleted to avoid leftover cruft
Gábor Hojtsy [Thu, 14 Apr 2011 10:39:39 +0000]
Issue #632080 by donquixote, mathieu, jonhattan, andypost: clone return values from _system_theme_data(), so modules careless about lack of object copies will not overwrite the system level cached values
Gábor Hojtsy [Thu, 14 Apr 2011 10:26:19 +0000]
Issue #107051 by webchick, gdevlugt, vladimir.dolgopolov, swentel, Dave Reid, tuffnatty, zyware, crifi, tobiasb: Fix for users showing multiple times in the who's online block
Gábor Hojtsy [Thu, 14 Apr 2011 10:13:48 +0000]
Issue #292790 by ag888, kjay, mr.baileys, recidive, malc0mn, jonathan1055, null: fix menu machine name validation form API constuct, so we don't need to validate it with custom code
Gábor Hojtsy [Thu, 14 Apr 2011 10:01:06 +0000]
Issue #307636 follwup by quicksketch: fix to make image_get_info() on IIS work better had a variable name typo before; now fix that
Gábor Hojtsy [Thu, 14 Apr 2011 09:08:48 +0000]
#1093352 by ohnobinki: fix invalid HTML entity in batch.inc
Gábor Hojtsy [Thu, 14 Apr 2011 09:04:35 +0000]
Issue #905576 by droplet, idflood, tim.plunkett: /contact should not be blocked from search engines
Gábor Hojtsy [Thu, 14 Apr 2011 09:00:45 +0000]
Issue #335621 by Dave Reid, jrguitar21, jhodgdon: fix PHP strict warning by initializing object in template_preprocess_block_admin_display_form()
Gábor Hojtsy [Thu, 14 Apr 2011 08:51:41 +0000]
Issue #977174 by AlexisWilke: Fix minor HTML validity issue in update.php when generating list of results
Gábor Hojtsy [Thu, 14 Apr 2011 08:46:42 +0000]
Issue #690358 by sbrattla, jhodgdon, nenne: overhaul file_check_directory() documentation due to various issues
Gábor Hojtsy [Thu, 14 Apr 2011 08:39:31 +0000]
Issue #1013986 by disturbedmime, jhodgdon: fix unfinished sentence in file_validate_extensions()
Gábor Hojtsy [Thu, 14 Apr 2011 08:36:55 +0000]
Issue #480152 by jhodgdon: filter_filter() docs were incorrect and outdated
Gábor Hojtsy [Thu, 14 Apr 2011 08:33:02 +0000]
Issue #470198 by figaro, ashmiler: fix small typo in menu item description for admin/build/menu
Gábor Hojtsy [Thu, 14 Apr 2011 08:28:44 +0000]
Issue #519362 by mfb, bfoehle: Resolve dc:creator tag as the item author if author tag is not set in aggregator module.
Gábor Hojtsy [Thu, 14 Apr 2011 08:23:10 +0000]
Issue #1105384 by claar: fix system_admin_menu_block_page() first doc line
Gábor Hojtsy [Thu, 14 Apr 2011 08:21:02 +0000]
Issue #1087092 by danillonunes, drewish: fix a tiny misues of @result in drupal_map_assoc() documentation
Gábor Hojtsy [Thu, 14 Apr 2011 08:18:01 +0000]
Issue #1089332 by jeffschuler: fix misuse of @see in db_add_field() documentation
Gábor Hojtsy [Thu, 14 Apr 2011 08:13:56 +0000]
Issue #1103938 by kiamlaluno, jhodgdon, jeffschuler: fix misues of @name in various include files and document theme.inc constants better
The Great Git Migration [Fri, 25 Feb 2011 02:06:00 +0000]
Stripping CVS keywords
Gbor Hojtsy [Wed, 15 Dec 2010 21:34:35 +0000]
Now onto Drupal 6.21-dev
Gbor Hojtsy [Wed, 15 Dec 2010 21:11:23 +0000]
Drupal 6.20
Gbor Hojtsy [Wed, 15 Dec 2010 20:41:10 +0000]
#986682 by pkiraly: improve code documentation for db_table_exists() and db_column_exists()
Gbor Hojtsy [Wed, 15 Dec 2010 14:50:25 +0000]
Roll back #147000, prevented Drupal from being installed.
Gbor Hojtsy [Wed, 15 Dec 2010 14:08:17 +0000]
#307636 by zbricoleur, sreynen, quicksketch: fix file identification bug with image file processing on Microsoft IIS
Gbor Hojtsy [Wed, 15 Dec 2010 13:50:13 +0000]
#212130 by salvis, boydjd, Steven, grendzy, Damien Tournoud: more complete support for unicode entities, to account for previously missing entities in decode_entities()
Gbor Hojtsy [Wed, 15 Dec 2010 13:21:14 +0000]
#772678 by sun, jpmckinney, Berdir, markus_petrux: no way to specify default collation, entirely depended on database configuration (which might be inappropriate)
Gbor Hojtsy [Wed, 15 Dec 2010 13:05:56 +0000]
#881132 by HLopes, Garrett Albright: CSS files with non-UTF-8 characters broke CSS optimization
Gbor Hojtsy [Wed, 15 Dec 2010 12:53:33 +0000]
#488166 by EmanueleQuinto, Damien Tournoud, jhodgdon: search relevance calculation fails if last_comment_timestamp is NULL
Gbor Hojtsy [Wed, 15 Dec 2010 12:37:01 +0000]
#422218 by salvis, jeremiah.snapp: fix a case in forum module where non forum tids might get picked as the forum topic tid
Gbor Hojtsy [Wed, 15 Dec 2010 12:27:56 +0000]
#357785 by arnoldc, gravalsyr, miro_dietiker, plach: retain the tnid value for new nodes saved, so the node object reflects the database
Gbor Hojtsy [Mon, 13 Dec 2010 19:25:52 +0000]
#917670 by mr.baileys, rdrh555: fix documentation for drupal_alter()
Gbor Hojtsy [Mon, 13 Dec 2010 19:21:15 +0000]
#287647 by bjaspan, lilou, mikejoconnor, cafuego, Dja: cast invalid hook_schema() results into arrays at all times