summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #1196102 by James_Stallings, jhodgdon: Fixed ↵webchick2011-07-28
| | | | taxonomy_check_vocabulary_hierarchy() doc lacks return value.
* Issue #1222794 by gapple, jhodgdon: Fixed drupal_add_css() support for ↵webchick2011-07-28
| | | | stream wrappers not documented.
* Issue #1100260 by barbi, massimoi: Fixed Batch operations example needs ↵webchick2011-07-28
| | | | redirect.
* Issue #1196116 by James_Stallings, foobar3000: Fixed ↵webchick2011-07-28
| | | | taxonomy_vocabulary_save() doc needs more detail.
* Issue #1228920 by pp: Fixed hook_field_extra_fields_alter() functions ↵webchick2011-07-28
| | | | example code is wrong.
* Issue #1196108 by James_Stallings, foobar3000: Fixed taxonomy_get_children() ↵webchick2011-07-28
| | | | return value doc is not complete.
* Issue #936686 by David_Rothstein, Einewton: Fixed 'Installation failed' ↵webchick2011-07-28
| | | | errors when installing modules from Update Manager w/ Overlay.
* Issue #276153 by pwolanin, das-peter: Fixed Testing does not work at all ↵webchick2011-07-28
| | | | when locale of host session is not English.
* Issue #1167458 by yoroy, David_Rothstein, dcmistry: New users do not know to ↵webchick2011-07-28
| | | | click on 'Modules' to extend their site.
* Back to 7.x-devwebchick2011-07-27
|
* Drupal 7.7webchick2011-07-27
|
* Back to 7.x-devwebchick2011-07-27
|
* Merge branch '7.4-security' into 7.xwebchick2011-07-27
|\
| * Changelog updates, increasing version number.webchick2011-07-27
| |
| * Drupal 7.5webchick2011-07-27
| |
* | Issue #1000736 by fangel, stBorchert, adorsk: Fixed Term reference ↵webchick2011-07-25
| | | | | | | | autocomplete widget having problems handling terms with commas.
* | - #1218954 by Mark Theunissen: Fixed Path aliases broken after upgrade.webchick2011-07-25
| |
* | Issue #634616 follow-up by sun: Documentation and bug fix for 'prevent' AJAX ↵webchick2011-07-21
| | | | | | | | property.
* | Issue #1164852 follow-up by plach: Fix node module update which was ↵webchick2011-07-20
| | | | | | | | hard-coding translatable to TRUE.
* | Issue #1206200 follow-up by chx: Commit missing hunk from 7.x version.webchick2011-07-20
| |
* | Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE ↵webchick2011-07-20
| | | | | | | | for fields created in the UI, to match those created by the API.
* | Issue #1206200 by plach, chx: Add support for field meta conditions in ↵webchick2011-07-20
| | | | | | | | EntityFieldQuery to allow for field language updates.
* | Issue #822054 by agentrickard: Remove site_mission() cruft in system.test.webchick2011-07-18
| |
* | Issue #898634 by catch, alex_b, chx: Fixed install_drupal(): call to ↵webchick2011-07-18
| | | | | | | | menu-touching functions results in SQL syntax error.
* | Issue #1179426 by chx, xjm: Added tests for SA-CORE-2011-001.webchick2011-07-18
| |
* | Issue #348448 follow-up by jbrown: Coding standard fixes to E_STRICT tests.webchick2011-07-18
| |
* | Issue #952970 by clemens.tolboom, yched: Fixed Undefined index: required in ↵webchick2011-07-17
| | | | | | | | field_default_form().
* | Issue #931512 by ahwebd, catch, tobiasb: Fixed Node body 'description' and ↵webchick2011-07-17
| | | | | | | | 'required' are missed on nodes upgraded from D6 to D7.
* | Issue #1019470 by benjamin.wss, bfroehle: Ensure that file_directory_temp() ↵webchick2011-07-14
| | | | | | | | works on Windows.
* | Issue #771448 by Damien Tournoud, attiks: Changed Use proc_open() instead of ↵webchick2011-07-14
| | | | | | | | pcntl_fork() in simpletest.
* | Issue #929166 by dww, deviantintegral, yoroy: Add warning if private files ↵webchick2011-07-13
| | | | | | | | are accessible over the web.
* | Issue #348448 follow-up by jrchamp, catch: Fix E_STRICT errors.webchick2011-07-13
| |
* | Issue #1010480 by catch: Optimize _menu_navigation_links_rebuild().webchick2011-07-13
| |
* | Issue #1187906 by David_Rothstein, tstoeckler: Fixed Shortcut module cannot ↵webchick2011-07-11
| | | | | | | | be installed via an install profile if the menu module wasn't installed first.
* | Issue #1196310 by barbi, JamesK: Fixed node_feed() doc does not conform to ↵webchick2011-07-10
| | | | | | | | standards.
* | - #1180100 by barbi: Fixed drupal_attributes() doc should mention the space ↵webchick2011-07-10
| | | | | | | | at beginning of return value.
* | Issue #949616 by catch, a.mikheychik, adamdicarlo, dixon_, anavarre: Fixed ↵webchick2011-07-07
| | | | | | | | Multiple parent relations confirmation form loses term description.
* | Issue #1040262 by tsi: Fixed locale-rtl.css.webchick2011-07-07
| |
* | Issue #1040262 by tsi: Fixed locale-rtl.css.webchick2011-07-07
| |
* | Issue #237634 by salvis: Document that node_access_write_grants() should not ↵webchick2011-07-06
| | | | | | | | be called directly.
* | Issue #1047070 by douggreen, marcingy, yched: Fixed ↵webchick2011-07-06
| | | | | | | | list_field_update_forbid() logic is backwards.
* | Issue #1209470 by Damien Tournoud: Fixed REQUEST_TIME is a float with ↵webchick2011-07-06
| | | | | | | | microseconds on PHP 5.4.
* | Issue #1181576 by James_Stallings: Fixed node_get_recent() doc needs to ↵webchick2011-07-06
| | | | | | | | clarify what 'recent' means.
* | Issue #1007910 by lyricnz, idflood: Fixed D6->D7 update doesn't convert ↵webchick2011-07-04
| | | | | | | | 'primary-links' menu to 'main-menu'.
* | Issue #1190110 by oriol_e9g: Fixed hook_theme() has error in the 'function' ↵webchick2011-07-04
| | | | | | | | section of return value.
* | Issue #983632 by peterpoe, marcingy, catch: Fixed 'New' comment marker does ↵webchick2011-07-04
| | | | | | | | not work.
* | Issue #1136130 follow-up by pillarsdotnet: Document why WATCHDOG_* constants ↵webchick2011-07-04
| | | | | | | | are necessary.
* | Issue #1007830 follow-up by bfroehle: Better fix for nested transactions ↵webchick2011-07-04
| | | | | | | | throw exceptions on ddl changes in MySQL.
* | Issue #360377 by deviantintegral, janusman: Fixed book_get_books() cache ↵webchick2011-07-04
| | | | | | | | becomes stale when batch-inserting book pages.
* | Issue #1162022 by sun: Ensure #validate and #submit keys always exist in ↵webchick2011-07-04
| | | | | | | | drupal_prepare_form().