Commit Graph

15342 Commits (b1f01b20ea67f6494421765b17afa17394e7a4b0)

Author SHA1 Message Date
webchick b1f01b20ea Back to 7.x-dev. 2012-02-01 14:04:50 -08:00
webchick 4d4080b176 Oops. Not yet. ;) Revert "Back to 7.13-dev."
This reverts commit f1a8bf1344.
2012-02-01 14:03:14 -08:00
webchick f1a8bf1344 Back to 7.13-dev. 2012-02-01 14:00:39 -08:00
webchick 7bb06635ee Drupal 7.12 2012-02-01 13:46:20 -08:00
webchick 40093b2fa7 SA-CORE-2012-001 2012-02-01 13:29:51 -08:00
webchick 52ffc1eae3 Rollback of Issue #1397882, pending further clean-up. 2012-02-01 11:24:33 -08:00
webchick 4c8c6eefb8 Issue #336483 by brianV, catch: Fixed Performance: SELECT MAX(comment_count()) FROM node_comment_statistics() does full table scan. 2012-02-01 09:12:19 -08:00
webchick df99795a5d Issue #289504 by catch, mikeryan, moshe weitzman: Fixed user_delete() performance: index comment uid columns. 2012-02-01 09:09:46 -08:00
webchick d0dc85e555 Issue #1326482 by ryanissamson: Clean up minor code style issues in archiver.inc. 2012-01-31 02:52:56 -08:00
webchick 4dafc577cc Issue #996236 by fago, sun, pillarsdotnet, xjm: Fixed drupal_flush_all_caches() does not clear entity info cache. 2012-01-31 02:51:45 -08:00
webchick c12fac5669 Rollback of Issue #1280792 by andypost: Key length too long error. 2012-01-31 02:50:11 -08:00
webchick ae277600fb Issue #569076 by rocket_nova, wamilton, alonpeer: Test that taxonomy term page contains a link to parent terms in the breadcrumbs. 2012-01-31 00:23:01 -08:00
webchick 67c4a08284 Issue #1367000 by chris.leversuch, oriol_e9g, David_Rothstein: Clean up API docs for php module. 2012-01-31 00:20:48 -08:00
webchick f1603539f9 Issue #1421330 by heyrocker: Fixed Add @see for cache_set() and cache_get() . 2012-01-31 00:19:49 -08:00
webchick f8a051b1a4 Issue #1415794 by Zen Master: Fixed node_access_test_form_node_form_alter() has wrong documentation header. 2012-01-31 00:19:08 -08:00
webchick 2c51f2d61d Issue #1409052 by mkadin: Fixed hook_menu() should state that auto-loaders should return FALSE to indicate nothing found and trigger a 404. 2012-01-31 00:14:31 -08:00
webchick 8abbf61f0e Issue #1372280 by sven.lauer: Document that field_info_field_by_id() may also be used for deleted fields. 2012-01-31 00:13:12 -08:00
webchick 56234fa8eb Issue #1416212 by pontus_nilsson: Fixed _user_mail_notify() -- options for need to be a list. 2012-01-31 00:11:46 -08:00
webchick 4bfd0a68b6 Issue #1045786 by Désiré, Albert Volkman, droplet: Fixed Length of Aggregator Trimmed Description. 2012-01-31 00:07:27 -08:00
webchick 9f1ec4fb60 Issue #1025286 by Tor Arne Thune, Devin Carlson, swentel: Fixed logo_upload() in form_set_error() instead of favicon_upload() in system.admin.inc. 2012-01-31 00:06:33 -08:00
webchick 1fab19f3f3 Issue #1360416 by droplet, LSU_JBob: Fixed Document that the page_bottom() region is hidden from the blocks UI. 2012-01-30 23:52:47 -08:00
webchick 60c65b1cb3 Issue #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to nonexistent function. 2012-01-30 23:51:33 -08:00
webchick 184545b331 Issue #1405260 by skottler: Clarify the language around non-reliable queue examples. 2012-01-30 23:49:11 -08:00
webchick 97791517f8 Issue #984874 by LSU_JBob, dalin, Albert Volkman, sun: Use DrupalUnitTestCase where possible. 2012-01-30 23:46:54 -08:00
webchick a66c4bbbd3 Issue #1280792 by julien, xjm, pingers, Niklas Fiekas: Fixed {trigger_assignments()}.hook has only 32 characters, is too short. 2012-01-30 23:04:21 -08:00
webchick 060b016ae0 Issue #1110650 follow-up by sun: Oops. No entity_create() in 7.x. :) 2012-01-30 22:40:44 -08:00
webchick 07c5fbae1d Issue #1110650 follow-up by grendzy, oriol_e9g, sun: Fixed comment-by-anonymous class never appears. 2012-01-30 20:59:06 -08:00
webchick bbede7f650 Issue #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private properties in abstract class DrupalCacheArray. 2012-01-30 20:24:49 -08:00
webchick c367b7d954 Issue #1411592 by dadikof, Niklas Fiekas: Fixed func_get_args() can't be used as a function parameter before PHP 5.3. 2012-01-30 20:15:24 -08:00
Dries 1dc0815d47 - Patch #1420048 by nod_, droplet: fixed menu* JS indention. 2012-01-29 16:13:03 -05:00
Dries 92dee11b7b - Patch #1099062 by nod_, droplet: Autocomplete.js micro optimization. 2012-01-29 16:09:22 -05:00
Dries 14e1deb866 - Patch #1399496 by droplet: JS semicolon to following code standard . 2012-01-29 08:25:27 -05:00
Dries 055da3f730 - Patch #1354852 by marvil07, 30equals: hook_node_type_insert() has no sample function body. 2012-01-27 12:11:30 -05:00
Dries 56b02b5b27 - Patch #1394790 by joachim: explain system_admin_compact_mode(). 2012-01-27 10:37:31 -05:00
Dries 3b1050aecd - Patch #1377544 by kotnik: hook_update_N documentation uses dead links. 2012-01-27 10:26:07 -05:00
Dries 89b7752334 - Patch #852524 by plach, oriol_e9g: include language provider files only when they are needed. 2012-01-26 11:10:14 -05:00
Dries 85a23905e3 - Patch #1416218 by scorchio: Improve variable naming in format_interval(). 2012-01-25 08:19:45 -05:00
Dries 7361ef66a5 - Patch #736556 by daniels220, jeckman, Albert Volkman: fixed theme_links() doc needs expansion. 2012-01-24 21:12:09 -05:00
Dries b0ac4796a6 - Patch #1346166 by Dave Reid: Improve performance of token_replace() if there are no tokens to replace. 2012-01-24 20:18:44 -05:00
Dries b7d049cae3 - Patch #1387572 by pbull, tarekdj: Fixed node links are not left aligned in bartik theme on RTL direction. 2012-01-24 17:31:19 -05:00
Dries b6d921764f - Patch #1387098 by LSU_JBob, nburles: bug in ajax.js when minified. 2012-01-24 17:24:37 -05:00
Dries 1cb7758a76 - Patch #1000074 by naxoc: node_permission() uses check_plain() without a purpose. 2012-01-24 17:21:47 -05:00
Dries 3e65eb9687 - Patch #666854 by TR, JacobSingh: fixed E_NOTICE warnings in run_tests().sh . 2012-01-24 14:25:45 -05:00
Dries d7946ebdda - Patch #1386514 by pflame, nod_, David_Rothstein: Fixed Dragging and dropping a shortcut from disabled to enabled doesn't switch the status if the dragging happens fast. 2012-01-24 14:01:57 -05:00
Dries af8bd61872 - Patch #1330554 by oriol_e9g, fiftyz, richthegeek: Fixed taxonomy_get_tree() incorrect depth on multiple parents. 2012-01-23 09:01:44 -05:00
webchick 9318096df2 Issue #1160928 follow-up by sun: Commit missing file. Oops. 2012-01-21 14:00:27 -08:00
webchick 27910871de Issue #987930 by David_Rothstein, Tor Arne Thune: Fixed The obsolete 'site_offline_message' variable is not always deleted during the D6->D7 upgrade. 2012-01-21 12:47:45 -08:00
webchick 12a722cb3c Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace. 2012-01-21 11:09:14 -08:00
webchick a26956ed2b Issue #1386976 by nburles, LSU_JBob: Fixed Bug in drupal.js when minified. 2012-01-21 11:02:35 -08:00
webchick 6972dd4615 Issue #1402962 by xjm, marcingy, oriol_e9g, msonnabaum: Fixed Render cache shouldn't treat empty strings as a cache miss. 2012-01-21 11:00:42 -08:00