Commit Graph

15227 Commits (fa4d4c5ce3c9e2d156ea00ca3d3299ac90d37a3b)

Author SHA1 Message Date
webchick 72ef1daad0 Reverting accidental commit with last patch. 2011-10-17 10:28:23 -07:00
webchick 89ad342620 Oops. Forgot a file. 2011-10-17 09:49:19 -07:00
webchick 36dfb0797b Issue #1310164 by sven.lauer: Documentation missing for #object in Field API. 2011-10-17 09:24:23 -07:00
webchick 242bf227bb Issue #1234848 by mr.baileys, xjm: Fixed language_list() doc is missing return value. 2011-10-17 09:22:34 -07:00
webchick 9ebcbc701b Issue #1021568 by skottler, sven.lauer, jhodgdon: Fixed hook_theme() variables vs render elements. 2011-10-17 09:21:09 -07:00
webchick 34f117b103 Issue #221712 by Damien Tournoud, Gábor Hojtsy, iliphil, Bodo Maass, idflood, loganfsmyth: Fixed locale_language_from_browser() doesn't parse language tags correctly, has a broken logic. 2011-10-17 09:14:30 -07:00
webchick d548e9b4e4 Oops. Correcting spacing error with previous patch. 2011-10-17 09:08:32 -07:00
webchick 79346644a3 Issue #943924 by Merco, lotyrin, eojthebrave: Fixed Allow preview of private image on node add form. 2011-10-17 09:07:18 -07:00
webchick 5c9eab059c Issue #1041906 by Monochrome, bobodrone, ELC, ctibor, DamienMcKenna: Fixed Taxonomy term menu link title overrides term page title. 2011-10-17 09:04:20 -07:00
webchick 0710e3cd5e Issue #1002734 by pillarsdotnet, yched: Fixed Multiple 'Undefined index' notices in modules/field/modules/number/number.module. 2011-10-17 08:45:00 -07:00
webchick a545c30809 Issue #1281932 by loganfsmyth, bfroehle, Gábor Hojtsy: Convert Drupal.t and Drupal.formatPlural regular expressions to extended form. 2011-10-17 08:40:18 -07:00
webchick 6f300a6cd7 Issue #1268234 by derjochenmeyer: Move out rendering image from aggregator parser. 2011-10-17 08:38:48 -07:00
webchick 24d994f688 Issue #262498 by EugenMayer, DjebbZ: Fixed Error in content administration using taxonomy filter. 2011-10-17 08:37:22 -07:00
webchick bc3aeb2523 Issue #1183430 by TR, oriol_e9g: Fixed t function strings should not have whitespaces at beginning or end. 2011-10-17 08:35:22 -07:00
webchick 5bb2dcc1da Issue #1299046 by beltofte: Fixed Secondary tabs order reversed in LTR. 2011-10-17 08:30:25 -07:00
webchick 1f434f652e Issue #1191614 by Gábor Hojtsy: Added Make t() formatter available as its own function. 2011-10-17 08:28:42 -07:00
Dries cca33d7255 - Patch #1311490 by skottler: remove dl.multiselect remnants. 2011-10-16 15:35:25 -04:00
Dries edcf08249a - Patch #1309298 by sven.lauer: document that hook_(en|dis)able implementations should live in .install files. 2011-10-16 15:32:58 -04:00
Dries fecc8efa5f - Patch #1309750 by kiamlaluno: wrong spelling in the hook_search_execute() documentation. 2011-10-16 12:55:03 -04:00
Dries 1c5d72c84f - Patch #1307332 by pillarsdotnet: improve the docs for DrupalLocalStreamWrapper::getLocalPath() function. 2011-10-16 12:52:29 -04:00
Dries a11b4c6147 - Patch #1081266 by mfb: avoid re-scanning module directory when multiple modules are missing. 2011-10-16 12:43:15 -04:00
webchick 19ac9357bb Issue #1258176 by sven.lauer: API doc for element_children() is only useful for people who already know what 'children' are. 2011-10-16 02:07:57 -07:00
webchick 73da458f28 Issue #1220602 by catch: Fixed Call to undefined function _update_7000_field_read_fields() during Forum update 7003. 2011-10-14 17:03:59 -04:00
Dries Buytaert eb82ee8611 - Patch #1308994 by Devin Carlson: certain Field UI messages have the wrong type. 2011-10-13 20:26:15 -04:00
Dries Buytaert 1d9c067a64 - Patch #341038 by jhodgdon, kathyh, sdboyer: Docblock for DatabaseStatementInterface is a bit off. 2011-10-13 20:20:02 -04:00
webchick 4c90f539bd Issue #1115106 by Damien Tournoud: Fixed Failures to update a field are not properly handed in SQL Storage and Field UI. 2011-10-09 07:55:41 -07:00
webchick f429c2716e Issue #673020 by mgifford, attiks: Added the Content-Language HTTP header to the generated page. 2011-10-09 07:52:01 -07:00
webchick a375b7e565 Issue #1253828 by sven.lauer: Fixed drupal_render() doc should explain what 'child' means. 2011-10-09 07:49:44 -07:00
webchick 8ab4dbc3cb Issue #743234 by mr.baileys, twistor, Berdir, mgifford: Fixed /aggregator does not use pagination. 2011-10-09 07:45:30 -07:00
webchick fe1461efbc Issue #1300482 by pillarsdotnet: Fixed Remove cruft function_exists() from _field_filter_items() leftover from the (removed) function registry. 2011-10-06 10:36:07 -07:00
webchick 1961c11175 Issue #1292922 by loganfsmyth, plach: Fixed EntityFieldQuery count query broken for translatable fields. 2011-10-05 17:55:07 -07:00
webchick 18fb44809f Issue #1248940 by yched: Fixed 'Manage fields' screens : broken table layout. 2011-10-05 17:53:30 -07:00
webchick a78b13d02c Issue #1300496 by Dave Reid: Fixed VERSION constant was not updated to '7.9-dev' after 7.8 release. 2011-10-05 12:00:01 -07:00
webchick 334f2a7d05 Issue #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock for timer_start(), timer_read(), and timer_stop() functions. 2011-10-05 08:49:34 -07:00
webchick a9e52c0503 Issue #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock for timer_start(), timer_read(), and timer_stop() functions. 2011-10-05 08:43:48 -07:00
webchick 63885573b6 Issue #1079966 by dereine, catch: Fixed Notice when renaming bundles. 2011-10-05 07:56:13 -07:00
webchick fae103736b Issue #1167218 by droplet, kathyh: Fixed DatabaseStatementInterface::fetch* - document what empty return value is. 2011-10-05 07:53:07 -07:00
webchick 85875f3ac9 Issue #1244116 by catch: Fixed Feed items with title longer than 255 characters fail to insert into aggregator_item(). 2011-10-04 14:45:04 -07:00
webchick d967abdf1d Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
webchick 9c42142614 Issue #1274674 by karschsp, pgrond, mdupont, aroq | Lars Toomre: Added static caching to taxonomy_vocabulary_get_names(). 2011-10-02 11:07:45 -07:00
webchick faf20e4dc7 Issue #859970 by jn2, sun, rfay: Cleanup form_api() () docs - keys in 2 places, missing some. 2011-10-02 11:06:03 -07:00
webchick fa5a4a74c8 Issue #1273206 by droplet: Access global when it essentially needed. 2011-10-02 11:04:56 -07:00
webchick f3268d135d Issue #1178580 by Dave Reid: Fixed PHP notices with [node:summary], [node:body], or [comment:body] if there is no body field or language mismatch. 2011-10-01 23:38:23 -07:00
webchick de26c88c28 Issue #1252768 by vegantriathlete: Fixed Misnomer in the text supplied for configuring cron. 2011-10-01 13:12:53 -07:00
Dries Buytaert c8e7100a06 - Patch #1250800 by attiks, dereine: language domain should work regardless of ports or protocols. 2011-10-01 15:44:35 -04:00
webchick 6395a07329 Oops. Rollback of #951644 which was accidentally committed. 2011-09-30 19:49:01 -07:00
webchick 3a449f3caa Issue #1120290 by wojtha: Provide transition for accounts with incompletely stored OpenIDs. 2011-09-30 15:23:39 -07:00
webchick 0b19df68bd Issue #1205138 by pwolanin, Dave Reid: Do not blow away non-MD5 password hashes in user_update_7000(). 2011-09-30 15:15:54 -07:00
webchick aed4de70c7 Issue #1057242 by drunken monkey: Change notice for entity_uri() should not use ->uri (was ->uri doesn't match the contract for uri callbacks). 2011-09-30 15:13:38 -07:00
webchick 777322657a Issue #1122584 by 10oclock, Rob Loach: Fixed Use #attached for block_admin_display_form() instead of drupal_add_css(). 2011-09-30 15:10:01 -07:00