summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #1174602 by jn2: Node_block_view() should use render arrays.Dries Buytaert2011-08-08
|
* - Patch #1056416 by bfroehle, Devin Carlson: Strings in hook_requirements() ↵Dries Buytaert2011-08-08
| | | | api example not using .
* - Patch #1234316 by agi.novanta: fixed Notice: Undefined property: ↵Dries Buytaert2011-08-07
| | | | stdClass:: in forum_node_update() (line 373 of /.../modules/forum/forum.module).
* - Patch #1239376 by Dave Reid: .ogg file extension incorrectly mapped to ↵Dries Buytaert2011-08-07
| | | | 'application/ogg' in file_default_mimetype_mapping().
* - Patch #711842 by Devin Carlson: documentation missing for () in ↵Dries Buytaert2011-08-07
| | | | taxonomy-term.tpl.php.
* - Patch #1236594 by linclark: node_page_edit() doc has wrong information.Dries Buytaert2011-08-07
|
* Issue #717834 by David_Rothstein, clemens.tolboom, catch: Fixed The ↵webchick2011-08-06
| | | | dependencies declared in core's hook_update_dependencies() implementations aren't actually correct.
* Issue #981524 by das-peter, Pisco, sun: Fixed system_date_format_save() ↵webchick2011-08-01
| | | | doesn't save localized date formats.
* Issue #1185780 by Damien Tournoud: Fixed Make transactions more flexible and ↵webchick2011-08-01
| | | | useful.
* - Patch #1235266 by rbayliss: color_scheme_form_submit() has typo in code ↵Dries Buytaert2011-08-01
| | | | comment.
* - Patch #1221214 by chx: file_download() returns 404 instead of 403.Dries Buytaert2011-08-01
|
* - Patch #1198088 by Jacine: obsolete .clearfix in default ↵Dries Buytaert2011-07-31
| | | | taxonomy-term.tpl.php template.
* 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.
* Oopsie. Wrong patch.webchick2011-07-31
|
* 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 #1228888 by Johnny vd Laar: shortcut_set_unassign_user() deletes in ↵Dries Buytaert2011-07-29
| | | | the wrong table.
* 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 #1062040 by droplet: Fixed role page weight title.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 #1196102 by James_Stallings, jhodgdon: Fixed ↵webchick2011-07-28
| | | | taxonomy_check_vocabulary_hierarchy() doc lacks return value.
* 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.
* 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
| |