Commit Graph

13935 Commits (80d436ba861fb35e8a72c297c36f65d78ffaef9d)

Author SHA1 Message Date
Dries Buytaert 5a23b3fdb9 - Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework. 2010-10-04 17:46:01 +00:00
Angie Byron a50d47f959 #928790 by David_Rothstein: Make menu descriptions consistent. 2010-10-04 14:54:10 +00:00
Angie Byron a1cbd75545 #930708 by catch, dww: Fixed taxonomy_update_7005() can go on an infinite search. 2010-10-04 14:51:16 +00:00
Angie Byron 522c052fad #902798 by tobiasb: Fix notice in _batch_process(). 2010-10-04 07:34:26 +00:00
Angie Byron 28d4753598 #929756 by dww: Fixed Update manager UI uses stale project data. 2010-10-04 07:26:25 +00:00
Angie Byron ad19ce7a0b #929188 by Beanjammin, EvanDonovan: Improve UPGRADE.txt instructions. 2010-10-04 07:20:38 +00:00
Angie Byron 5e52176157 #864464 follow-up by David_Rothstein: Move notice about requiring latest version of Drupal so it only comes up the first time update.php is ran. 2010-10-03 23:33:15 +00:00
Dries Buytaert ae28425926 - Patch #904994 by Dave Reid: fix watchdog behavior. 2010-10-03 23:32:55 +00:00
Dries Buytaert 6fb8d182f8 - Patch #930116 by Benjamin Melançon: remove orphaned line of code from menu_get_active_help(). 2010-10-03 23:29:09 +00:00
Angie Byron 5926980b96 #895176 by ksenzee, dereine, mongolito404, Berdir, moshe weitzman, chx: Fixed upgrade fails because of integrity constraint violation in system_update_7060. 2010-10-03 23:19:52 +00:00
Dries Buytaert f1a6b0e926 - Patch #827150 by dww: use a reliable queue. 2010-10-03 22:44:48 +00:00
Dries Buytaert 762f5b0527 - Patch #762304 by tobiasb, dww: theme_update_version() function broken. 2010-10-03 22:43:16 +00:00
Angie Byron 0f11c85333 #914226 by grendzy: Remove unused cruft from image.module. 2010-10-03 05:14:58 +00:00
Angie Byron 6b2b3eb931 #901062 by effulgentsia, ygerasimov, et al: Fixed regression: themes can no longer remove stylesheets by overriding them in .info files. 2010-10-03 05:11:16 +00:00
Dries Buytaert 3e05ba7bcc - Patch #922380 by Berdir: custom PagerDefault count queries getter method is protected. 2010-10-03 02:47:30 +00:00
Dries Buytaert 893a70b62d - Patch #924040 by dstol, Jeff Burnz: fix misalignment of content types on 'create new content'. 2010-10-03 02:46:12 +00:00
Dries Buytaert c4d1e88a85 - Patch #853030 by Stevel: revision_id() is part of a primary key, but is not marked as NOT NULL. 2010-10-03 02:43:47 +00:00
Dries Buytaert 10244a9d78 - Patch #600836 by tim.cosgrove, dww, naxoc: batch API never terminates if you set ['finished'] > 1. 2010-10-03 02:42:25 +00:00
Dries Buytaert f45d9a2892 - Patch #917134 by hbergin: dblog_cron() deletes too many records when auto_increment() is larger than 1. 2010-10-03 02:14:23 +00:00
Dries Buytaert 33695f71f3 - Patch #917670 by mr.baileys: improve drupal_alter() documentation. 2010-10-03 02:04:55 +00:00
Dries Buytaert fc2839047e - Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB driver interface that reports the server version. 2010-10-03 01:29:41 +00:00
Dries Buytaert 8ec40cc27a - Patch #922824 by plach: no way to specify the language to view entities in. 2010-10-03 01:15:34 +00:00
Dries Buytaert 69e9e3e3a2 - Patch #891476 by solotandem: improved code comments 2010-10-03 01:04:51 +00:00
Dries Buytaert 9a0b424407 - Patch #894614 by boombatower: PHP incompatibility message is not complete. 2010-10-03 00:47:51 +00:00
Dries Buytaert af7acb3d70 - Patch #821672 by dereine, mgifford, andypost, Damien Tournoud: forum icons not accessible to screen-reader users and forum icons not using sprites. 2010-10-03 00:41:14 +00:00
Dries Buytaert b77618ce67 - Patch #922836 by reglogge, Jeff Burnz: content in vertical tabs is mis-aligned. 2010-10-03 00:29:01 +00:00
Dries Buytaert c4be0967e9 - Patch #896494 by Jeff Burnz: #dashboard doesn't wrap around .dashboard-region's. 2010-10-03 00:14:57 +00:00
Dries Buytaert 413d51ebc5 - Patch #852394 by Jody Lynn, reglogge: minimal profile + seven leads to broken 'node/add' link. 2010-10-03 00:09:28 +00:00
Dries Buytaert fd88765575 - Patch #923242 by reglogge, Jeff Burnz: search button has no hover state. 2010-10-02 23:56:29 +00:00
Dries Buytaert 5f482ee3d6 - Patch #896956 by tim.plunkett, Jeff Burnz: featured region should expand to full width. 2010-10-02 23:42:47 +00:00
Dries Buytaert 5d7a735643 - Patch #929178 by carlos8f, chx: module_list() kills system_list() caching. 2010-10-02 23:40:58 +00:00
Angie Byron 99ccb2e572 #864464 follow-up: Fix minor indentation issues. 2010-10-02 02:59:55 +00:00
Angie Byron bc41e4054b #864464 by heyrocker, Beanjammin: Ensure people using Drupal < 6.16 that they must upgrade to latest version, rather than showing them a WSOD. 2010-10-02 02:56:19 +00:00
Dries Buytaert 53302b2654 - Patch #870922 by David_Rothstein: removing unnecessary code. 2010-10-02 02:52:21 +00:00
Dries Buytaert 7ed77852bd - Patch #925490 by David_Rothstein: list_themes() should not call file_exists() on each theme's info file. 2010-10-02 02:50:02 +00:00
Angie Byron 8759646676 #862854 by theresaanna, yoroy, rjgoldsborough, tim.plunkett, Jeff Burnz, Bojhan: Style sticky nodes in Bartik. 2010-10-02 01:42:53 +00:00
Dries Buytaert e682c02e01 - Patch #924956 by swentel, Jeff Burnz: using bullets reduces reading performance of listings. 2010-10-02 01:27:52 +00:00
Dries Buytaert 579310a4ba - Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods. 2010-10-02 01:22:41 +00:00
Angie Byron 96672deebf #917220 by Everett Zufelt, mgifford: Invisible elements should appear before form elements. 2010-10-01 22:28:55 +00:00
Angie Byron 3858e1a19f #926794 by ksenzee, moshe weitzman, Jody Lynn: Fixed revisions of unpublished nodes lose their body field on upgrade. 2010-10-01 22:03:29 +00:00
Angie Byron 7f5caaacdc #915216 by catch, Damien Tournoud: Fixing update.php cannot apply updates error. 2010-10-01 19:52:28 +00:00
Angie Byron bf751d9a94 #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess. 2010-10-01 18:37:23 +00:00
Angie Byron 0223bf1dc2 #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix admin/by-task is confusing because it looks too similar to admin/config. Makes admin/by-task a very minimal view, and makes admin/by-module a more fully fledged index. 2010-10-01 15:24:18 +00:00
Angie Byron 337dbc4f8d #660614 by Arancaytar, Jeff Burnz, reglogge, et al: Remove #block-system-main dependency, fix font sizes, remove crufty CSS in Bartik. 2010-10-01 07:05:22 +00:00
Angie Byron 0cd152a72c #883400 follow-up by chx: Re-remove silly dsm() for file_unmanaged_copy() that was removed in a previous patch. 2010-10-01 06:37:39 +00:00
Angie Byron 6ab87819a0 #815866 by scor: Improve RDF documentation. 2010-10-01 01:44:39 +00:00
Angie Byron 823c0a0a55 #881530 by yhahn: Fix exportability of vocabularies by using machine names in taxonomy field's 'allowed values' setting. 2010-10-01 01:37:13 +00:00
Angie Byron 6d2573e201 #913846 by Bevan, grendzy, bleen18, rfay, et al: Fixed Image/file field breaks after uploading two files. 2010-10-01 01:32:59 +00:00
Angie Byron fb6b16d172 #927652 by Gábor Hojtsy, carlos8f: Drupal *always* installs without clean URLs on the UI. 2010-10-01 01:29:42 +00:00
Dries Buytaert 6bf090d570 - Patch #927036 by Jeff Burnz: maintainers role for Seven, Co-maintainer for Bartik. 2010-09-30 13:28:08 +00:00