Commit Graph

15086 Commits (fa5a4a74c835e8542c91eda3edbf8ca5bb0f03c1)

Author SHA1 Message Date
Dries Buytaert 3af0b234d2 - Patch #1184082 by googletorp: like queries failing on postgres with standard_conforming_strings() turned on. 2011-08-06 06:57:07 -04:00
webchick 05030fd940 Issue #1240824 by chx: Add chx as database update system maintainer. 2011-08-05 22:48:25 -07:00
webchick 115fb7545c Issue #981524 by das-peter, Pisco, sun: Fixed system_date_format_save() doesn't save localized date formats. 2011-08-01 21:08:34 -07:00
webchick d676fe412c Issue #1185780 by Damien Tournoud: Fixed Make transactions more flexible and useful. 2011-08-01 20:51:29 -07:00
Dries Buytaert a6d722568f - Patch #1235266 by rbayliss: color_scheme_form_submit() has typo in code comment. 2011-08-01 21:04:28 -04:00
Dries Buytaert 5546648d90 - Patch #1221214 by chx: file_download() returns 404 instead of 403. 2011-08-01 20:25:52 -04:00
Dries Buytaert f60942fed0 - Patch #1216886 by pounard: _lock_id() shouldn't use drupal_static(), any cache clear would potentially make locks stall. 2011-07-31 23:34:22 -04:00
Dries Buytaert 452d443c22 - Patch #1224802 by kiamlaluno: DrupalLocalStreamWrapper::stream_open() uses a local variable instead of the argument passed by reference. 2011-07-31 23:30:39 -04:00
Dries Buytaert 33acc6a804 - Patch #1198088 by Jacine: obsolete .clearfix in default taxonomy-term.tpl.php template. 2011-07-31 23:25:28 -04:00
Dries Buytaert 781b8961c6 - Patch #774040 by B-Prod, mattyoung: theme_item_list() function duplicates last value when dealing with children. 2011-07-31 22:49:48 -04:00
webchick 8cba9e72b1 Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* functions in field.module available for all contrib modules to use. 2011-07-31 19:41:58 -07:00
webchick fb55033fff Oopsie. Wrong patch. 2011-07-31 19:41:30 -07:00
webchick 9c85b350d1 Issue #1174444 by Boobaa, xjm, Dave Reid: Make the _element_validate_()* functions in field.module available for all contrib modules to use. 2011-07-31 19:39:41 -07:00
Dries Buytaert 5aca26cc08 - Patch #1174686 by ksenzee: overlay parent improperly opens child overlay on specific external links. 2011-07-29 14:54:27 -04:00
Dries Buytaert 110712521c - Patch #1226558 by Mark Theunissen: minor typo in docs for function menu_link_get_preferred(). 2011-07-29 14:39:36 -04:00
Dries Buytaert 5fea4ed4f4 - Patch #1228888 by Johnny vd Laar: shortcut_set_unassign_user() deletes in the wrong table. 2011-07-29 14:33:59 -04:00
webchick 3a45b53736 Issue #303189 by Darren Oh, fietserwin, q0rban, bdragon, osopolar, dboulet, Peter Törnstrand: Fixed Tabledrag doesn't hide columns when the whole table is initially hidden. 2011-07-28 18:15:34 -04:00
webchick a2d21fd739 Issue #123983 by TR, klavs: Fixed PHP memory not allowing color scheme change. 2011-07-28 17:40:33 -04:00
webchick 91c37eaaeb Issue #1067998 by eporama, amanaplan, ceefour: Fixed Warning: Invalid argument supplied for foreach() in filter_list_format() (line 675 of /.../modules/filter/filter.module). 2011-07-28 17:33:40 -04:00
webchick e7faaccb16 Issue #1067750 by yched, fago: Let Field API fail in a tale-telling way on invalid . 2011-07-28 17:31:28 -04:00
webchick 18777c174e Issue #1177284 by ohnobinki: Fixed Add support to sqlite for char:normal type. 2011-07-28 17:05:42 -04:00
webchick 8460430504 Issue #1062040 by droplet: Fixed role page weight title. 2011-07-28 16:39:32 -04:00
webchick dc669853e6 Issue #1227426 by Mark Theunissen: Fixed variable was removed, but is still being assigned in template_preprocess_maintenance_page(). 2011-07-28 16:27:55 -04:00
webchick 3ed6929fde Issue #1096208 by mr.baileys: Fixed PHP notices when creating menu link '#'. 2011-07-28 16:15:36 -04:00
webchick 73db412ca9 Issue #1194480 by James_Stallings, jhodgdon: Fixed field_default_view() doc has problems. 2011-07-28 15:50:58 -04:00
webchick c6cc662e2d Issue #1209350 by mdupont: Fixed Node access rights doc should mention how to use query tags. 2011-07-28 15:42:27 -04:00
webchick 4f972ee66f Issue #1222802 by franz, droplet, jhodgdon, Krasnyj: Fixed theme_pager_link() doc missing 'text' variable. 2011-07-28 15:36:00 -04:00
webchick ffb3b76c81 Issue #1196102 by James_Stallings, jhodgdon: Fixed taxonomy_check_vocabulary_hierarchy() doc lacks return value. 2011-07-28 15:34:06 -04:00
webchick 13f4debe2b Issue #1222794 by gapple, jhodgdon: Fixed drupal_add_css() support for stream wrappers not documented. 2011-07-28 15:32:11 -04:00
webchick 1b7c290435 Issue #1100260 by barbi, massimoi: Fixed Batch operations example needs redirect. 2011-07-28 15:29:59 -04:00
webchick 7dc6896abf Issue #1196116 by James_Stallings, foobar3000: Fixed taxonomy_vocabulary_save() doc needs more detail. 2011-07-28 15:28:20 -04:00
webchick 0f399a6dbf Issue #1228920 by pp: Fixed hook_field_extra_fields_alter() functions example code is wrong. 2011-07-28 15:27:02 -04:00
webchick cba22e6b13 Issue #1196108 by James_Stallings, foobar3000: Fixed taxonomy_get_children() return value doc is not complete. 2011-07-28 15:22:36 -04:00
webchick 43b125e883 Issue #936686 by David_Rothstein, Einewton: Fixed 'Installation failed' errors when installing modules from Update Manager w/ Overlay. 2011-07-28 15:06:12 -04:00
webchick b3e2b2ad52 Issue #276153 by pwolanin, das-peter: Fixed Testing does not work at all when locale of host session is not English. 2011-07-28 14:55:57 -04:00
webchick 4f833a7e0a Issue #1167458 by yoroy, David_Rothstein, dcmistry: New users do not know to click on 'Modules' to extend their site. 2011-07-28 14:49:13 -04:00
webchick daebd99b7b Back to 7.x-dev 2011-07-27 17:31:07 -07:00
webchick ca9434462a Drupal 7.7 2011-07-27 17:02:24 -07:00
webchick ad16e8ffb5 Back to 7.x-dev 2011-07-27 13:24:10 -07:00
webchick 1f124bf1ac Merge branch '7.4-security' into 7.x 2011-07-27 13:19:38 -07:00
webchick eabb023933 Changelog updates, increasing version number. 2011-07-27 13:17:40 -07:00
webchick b38a806c16 Drupal 7.5 2011-07-27 13:16:17 -07:00
webchick bdc2373eab Issue #1000736 by fangel, stBorchert, adorsk: Fixed Term reference autocomplete widget having problems handling terms with commas. 2011-07-25 11:48:52 -07:00
webchick 102630219a - #1218954 by Mark Theunissen: Fixed Path aliases broken after upgrade. 2011-07-25 11:31:26 -07:00
webchick 349ce13e39 Issue #634616 follow-up by sun: Documentation and bug fix for 'prevent' AJAX property. 2011-07-21 23:46:38 -07:00
webchick 0fc439edd3 Issue #1164852 follow-up by plach: Fix node module update which was hard-coding translatable to TRUE. 2011-07-20 19:30:47 -07:00
webchick d2f75bfe92 Issue #1206200 follow-up by chx: Commit missing hunk from 7.x version. 2011-07-20 02:30:14 -07:00
webchick be1bb23a1e Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE for fields created in the UI, to match those created by the API. 2011-07-20 01:20:33 -07:00
webchick ee8670c295 Issue #1206200 by plach, chx: Add support for field meta conditions in EntityFieldQuery to allow for field language updates. 2011-07-20 01:02:18 -07:00
webchick 1e99f4819e Issue #822054 by agentrickard: Remove site_mission() cruft in system.test. 2011-07-18 22:58:15 -07:00