summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, ↵Dries Buytaert2010-10-04
| | | | katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework.
* #928790 by David_Rothstein: Make menu descriptions consistent.Angie Byron2010-10-04
|
* #930708 by catch, dww: Fixed taxonomy_update_7005() can go on an infinite ↵Angie Byron2010-10-04
| | | | search.
* #902798 by tobiasb: Fix notice in _batch_process().Angie Byron2010-10-04
|
* #929756 by dww: Fixed Update manager UI uses stale project data.Angie Byron2010-10-04
|
* #929188 by Beanjammin, EvanDonovan: Improve UPGRADE.txt instructions.Angie Byron2010-10-04
|
* #864464 follow-up by David_Rothstein: Move notice about requiring latest ↵Angie Byron2010-10-03
| | | | version of Drupal so it only comes up the first time update.php is ran.
* - Patch #904994 by Dave Reid: fix watchdog behavior.Dries Buytaert2010-10-03
|
* - Patch #930116 by Benjamin Melançon: remove orphaned line of code from ↵Dries Buytaert2010-10-03
| | | | menu_get_active_help().
* #895176 by ksenzee, dereine, mongolito404, Berdir, moshe weitzman, chx: ↵Angie Byron2010-10-03
| | | | Fixed upgrade fails because of integrity constraint violation in system_update_7060.
* - Patch #827150 by dww: use a reliable queue.Dries Buytaert2010-10-03
|
* - Patch #762304 by tobiasb, dww: theme_update_version() function broken.Dries Buytaert2010-10-03
|
* #914226 by grendzy: Remove unused cruft from image.module.Angie Byron2010-10-03
|
* #901062 by effulgentsia, ygerasimov, et al: Fixed regression: themes can no ↵Angie Byron2010-10-03
| | | | longer remove stylesheets by overriding them in .info files.
* - Patch #922380 by Berdir: custom PagerDefault count queries getter method ↵Dries Buytaert2010-10-03
| | | | is protected.
* - Patch #924040 by dstol, Jeff Burnz: fix misalignment of content types on ↵Dries Buytaert2010-10-03
| | | | 'create new content'.
* - Patch #853030 by Stevel: revision_id() is part of a primary key, but is ↵Dries Buytaert2010-10-03
| | | | not marked as NOT NULL.
* - Patch #600836 by tim.cosgrove, dww, naxoc: batch API never terminates if ↵Dries Buytaert2010-10-03
| | | | you set ['finished'] > 1.
* - Patch #917134 by hbergin: dblog_cron() deletes too many records when ↵Dries Buytaert2010-10-03
| | | | auto_increment() is larger than 1.
* - Patch #917670 by mr.baileys: improve drupal_alter() documentation.Dries Buytaert2010-10-03
|
* - Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB ↵Dries Buytaert2010-10-03
| | | | driver interface that reports the server version.
* - Patch #922824 by plach: no way to specify the language to view entities in.Dries Buytaert2010-10-03
|
* - Patch #891476 by solotandem: improved code commentsDries Buytaert2010-10-03
|
* - Patch #894614 by boombatower: PHP incompatibility message is not complete.Dries Buytaert2010-10-03
|
* - Patch #821672 by dereine, mgifford, andypost, Damien Tournoud: forum icons ↵Dries Buytaert2010-10-03
| | | | not accessible to screen-reader users and forum icons not using sprites.
* - Patch #922836 by reglogge, Jeff Burnz: content in vertical tabs is ↵Dries Buytaert2010-10-03
| | | | mis-aligned.
* - Patch #896494 by Jeff Burnz: #dashboard doesn't wrap around ↵Dries Buytaert2010-10-03
| | | | .dashboard-region's.
* - Patch #852394 by Jody Lynn, reglogge: minimal profile + seven leads to ↵Dries Buytaert2010-10-03
| | | | broken 'node/add' link.
* - Patch #923242 by reglogge, Jeff Burnz: search button has no hover state.Dries Buytaert2010-10-02
|
* - Patch #896956 by tim.plunkett, Jeff Burnz: featured region should expand ↵Dries Buytaert2010-10-02
| | | | to full width.
* - Patch #929178 by carlos8f, chx: module_list() kills system_list() caching.Dries Buytaert2010-10-02
|
* #864464 follow-up: Fix minor indentation issues.Angie Byron2010-10-02
|
* #864464 by heyrocker, Beanjammin: Ensure people using Drupal < 6.16 that ↵Angie Byron2010-10-02
| | | | they must upgrade to latest version, rather than showing them a WSOD.
* - Patch #870922 by David_Rothstein: removing unnecessary code.Dries Buytaert2010-10-02
|
* - Patch #925490 by David_Rothstein: list_themes() should not call ↵Dries Buytaert2010-10-02
| | | | file_exists() on each theme's info file.
* #862854 by theresaanna, yoroy, rjgoldsborough, tim.plunkett, Jeff Burnz, ↵Angie Byron2010-10-02
| | | | Bojhan: Style sticky nodes in Bartik.
* - Patch #924956 by swentel, Jeff Burnz: using bullets reduces reading ↵Dries Buytaert2010-10-02
| | | | performance of listings.
* - Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods.Dries Buytaert2010-10-02
|
* #917220 by Everett Zufelt, mgifford: Invisible elements should appear before ↵Angie Byron2010-10-01
| | | | form elements.
* #926794 by ksenzee, moshe weitzman, Jody Lynn: Fixed revisions of ↵Angie Byron2010-10-01
| | | | unpublished nodes lose their body field on upgrade.
* #915216 by catch, Damien Tournoud: Fixing update.php cannot apply updates error.Angie Byron2010-10-01
|
* #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess.Angie Byron2010-10-01
|
* #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix ↵Angie Byron2010-10-01
| | | | 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.
* #660614 by Arancaytar, Jeff Burnz, reglogge, et al: Remove ↵Angie Byron2010-10-01
| | | | #block-system-main dependency, fix font sizes, remove crufty CSS in Bartik.
* #883400 follow-up by chx: Re-remove silly dsm() for file_unmanaged_copy() ↵Angie Byron2010-10-01
| | | | that was removed in a previous patch.
* #815866 by scor: Improve RDF documentation.Angie Byron2010-10-01
|
* #881530 by yhahn: Fix exportability of vocabularies by using machine names ↵Angie Byron2010-10-01
| | | | in taxonomy field's 'allowed values' setting.
* #913846 by Bevan, grendzy, bleen18, rfay, et al: Fixed Image/file field ↵Angie Byron2010-10-01
| | | | breaks after uploading two files.
* #927652 by Gábor Hojtsy, carlos8f: Drupal *always* installs without clean ↵Angie Byron2010-10-01
| | | | URLs on the UI.
* - Patch #927036 by Jeff Burnz: maintainers role for Seven, Co-maintainer for ↵Dries Buytaert2010-09-30
| | | | Bartik.