summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
...
* 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.
* Merge branch '7.4-security' into 7.xwebchick2011-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 #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 #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 #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.
* | 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 #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 #360377 by deviantintegral, janusman: Fixed book_get_books() cache ↵webchick2011-07-04
| | | | | | | | becomes stale when batch-inserting book pages.
* | And the .install file for the test. You'd think I wouldn't forget that ↵webchick2011-07-04
| | | | | | | | TWICE, but you would be wrong.
* | Issue #1169564 by FreekyMage, jhodgdon: Fixed hook_file_download() - sample ↵webchick2011-07-03
| | | | | | | | function body not updated for d7/8.
* | Issue #879076 by alex_b, pillarsdotnet, ceardach: Fixed Do not set expired=0 ↵webchick2011-07-03
| | | | | | | | where expired is already 0 (performance).
* | Issue #978028 by Dave Reid: Fixed File token fixes: [file:description] does ↵webchick2011-07-03
| | | | | | | | not exist and [file:owner] not using format_username().
* | Issue #1103590 by dcrocks: Fixed blocks being added to 'hidden' region when ↵webchick2011-07-03
| | | | | | | | theme first enabled.
* | Issue #1205882 by Psikik, rbayliss: Fixed hook_delete() function body has typo.webchick2011-07-03
| |
* | Issue #1204844 by good_man: Fixed User module lacks a little RTL.webchick2011-07-03
| |
* | Issue #1203766 by sun, lyricnz: Fixed With large number of permissions ↵webchick2011-07-03
| | | | | | | | /admin/people/permissions becomes unusable.
* | Issue #1192178 by pillarsdotnet: Changed The user_module_invoke() function ↵webchick2011-06-29
| | | | | | | | lacks documentation of parameters.
* | Issue #813052 by lyricnz, droplet, dinknaround: Fixed Undefined index: ↵webchick2011-06-29
| | | | | | | | format in comment_preview() line 2065 and line 2183.
* | Issue #1198396 by pillarsdotnet, jhodgdon: Fixed Add required docs to ↵webchick2011-06-29
| | | | | | | | user_pass_rehash() function.
* | Issue #1101678 by cwells73, jhodgdon: Fixed documentation for ↵webchick2011-06-29
| | | | | | | | hook_search_status()
* | Issue #1049462 by rfay: Fixed Usage of deprecated ↵webchick2011-06-29
| | | | | | | | form_state['clicked_button'] causes bugs during AJAX submissions by non-buttons.
* | Issue #1130198 by pillarsdotnet, Damien Tournoud: Fixed Regression: ↵webchick2011-06-29
| | | | | | | | line-breaks are mangled by drupal_html_to_text().
* | Issue #1083982 by Damien Tournoud: Fixed support for remote streamwrappers.webchick2011-06-29
|/
* Issue #1204648 by webchick: Fixed Tests added for SA-2011-CORE-002 broke ↵webchick2011-06-29
| | | | testbot.