summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* ↵webchick2011-07-31
| | | | functions in field.module available for all contrib modules to use.
* - Patch #1174686 by ksenzee: overlay parent improperly opens child overlay ↵Dries Buytaert2011-07-29
| | | | on specific external links.
* - Patch #1226558 by Mark Theunissen: minor typo in docs for function ↵Dries Buytaert2011-07-29
| | | | menu_link_get_preferred().
* - Patch #1228888 by Johnny vd Laar: shortcut_set_unassign_user() deletes in ↵Dries Buytaert2011-07-29
| | | | the wrong table.
* Issue #303189 by Darren Oh, fietserwin, q0rban, bdragon, osopolar, dboulet, ↵webchick2011-07-28
| | | | Peter Törnstrand: Fixed Tabledrag doesn't hide columns when the whole table is initially hidden.
* Issue #123983 by TR, klavs: Fixed PHP memory not allowing color scheme change.webchick2011-07-28
|
* Issue #1067998 by eporama, amanaplan, ceefour: Fixed Warning: Invalid ↵webchick2011-07-28
| | | | argument supplied for foreach() in filter_list_format() (line 675 of /.../modules/filter/filter.module).
* Issue #1067750 by yched, fago: Let Field API fail in a tale-telling way on ↵webchick2011-07-28
| | | | invalid .
* Issue #1177284 by ohnobinki: Fixed Add support to sqlite for char:normal type.webchick2011-07-28
|
* Issue #1062040 by droplet: Fixed role page weight title.webchick2011-07-28
|
* Issue #1227426 by Mark Theunissen: Fixed variable was removed, but is still ↵webchick2011-07-28
| | | | being assigned in template_preprocess_maintenance_page().
* Issue #1096208 by mr.baileys: Fixed PHP notices when creating menu link '#'.webchick2011-07-28
|
* Issue #1194480 by James_Stallings, jhodgdon: Fixed field_default_view() doc ↵webchick2011-07-28
| | | | has problems.
* Issue #1209350 by mdupont: Fixed Node access rights doc should mention how ↵webchick2011-07-28
| | | | to use query tags.
* Issue #1222802 by franz, droplet, jhodgdon, Krasnyj: Fixed ↵webchick2011-07-28
| | | | theme_pager_link() doc missing 'text' variable.
* 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.