Commit Graph

6690 Commits (ce8541b281785afad055e4fac56367333033af0d)

Author SHA1 Message Date
Alex Pott bb78e06d83 Issue #2228129 by Berdir: Unnecessary separate config load call to load languages. 2014-04-06 22:00:06 +01:00
Alex Pott 5364b20d02 Issue #2100311 by killua99, yannickoo: Allow filtering of modules by arbitrary search strings on the uninstall page. 2014-04-06 21:59:26 +01:00
Alex Pott 4b6ba9f079 Issue #2207229 by larowlan, jibran: Attempt to use 'Parent Term' relationship results in broken/missing handler. 2014-04-06 21:46:19 +01:00
Alex Pott 8d98947271 Issue #1957152 by brantwynn: Replace calls to the flood service with Drupal::flood(). 2014-04-06 21:34:23 +01:00
Alex Pott 2176bfda8c Issue #2217783 by mondrake: Remove $extension and $mimeType from Image, use image_type_to_xxx function in the getters instead. 2014-04-06 21:02:56 +01:00
Alex Pott c1cf341bdd Issue #2222169 by David Hernández: Add skip_row option to StaticMap. 2014-04-06 20:03:12 +01:00
webchick 515639d354 Issue #2234047 by cs_shadow | Cottser: Missing space after hook_theme() in theme.api.php. 2014-04-06 09:27:23 -07:00
Alex Pott e74db803c2 Issue #2195959 by LewisNyman: Tab-select renders grippie white on white. 2014-04-06 14:55:41 +01:00
Alex Pott 407f1d1180 Issue #2185617 by Wim Leers, voidberg, drifter: Each page cache entry should have a theme cache tag. 2014-04-06 14:06:13 +01:00
Alex Pott f130cc3e7b Issue #70719 by neclimdul, superspring, longwave, kscheirer, InternetDevels: Add Unicode::ucwords() and Unicode::lcfirst() implementation and make use of them in core. 2014-04-05 06:38:16 +01:00
Alex Pott cdcbb9d516 Issue #1662954 by balis_m, mjonesdinero, kalpaitch, IshaDakota, kerasai, ckrina, BarisW | ZenDoodles: Use less-specific tabledrag selectors. 2014-04-05 06:36:13 +01:00
Alex Pott d726c5f562 Issue #2223951 by damiankloip: Move Sql::getEntityTableInfo() to QueryPluginBase. 2014-04-05 06:33:11 +01:00
webchick 9c56b518c3 Issue #2230955 by brantwynn: Move block.js to correct /js folder. 2014-04-04 14:54:21 -07:00
Nathaniel Catchpole ae702dc56d Issue #1808248 by alexpott, beejeebus, tayzlor, Nitesh Sethia: Add a separate module install/uninstall step to the config import process. 2014-04-04 14:49:13 +01:00
Nathaniel Catchpole 8866760fca Issue #2224861 by Wim Leers, dawehner, pwolanin: Cache SystemMenuBlock and BookNavigationBlock per active trail (currently cached per URL, this breaks on very long URLs). 2014-04-04 12:48:14 +01:00
Alex Pott 3c89fb90c3 Issue #2219689 followup by damiankloip: Separate out logic for getPluginTypes/viewsHandlerTypes from ViewExecutable. 2014-04-04 11:48:00 +01:00
Nathaniel Catchpole ac120e26d9 Issue #2209145 by slashrsm, fgm, chx: Move all path alias SQL queries to a single storage controller. 2014-04-04 10:47:13 +01:00
Alex Pott 55b0a054a8 Issue #2219689 by damiankloip: Separate out logic for getPluginTypes/viewsHandlerTypes from ViewExecutable. 2014-04-04 09:07:43 +01:00
webchick 4f4b457d6b Revert "Issue #2218039 by sun, dawehner: Render the maintenance/install page like any other HTML page."
Broke update.php.

This reverts commit 10b0389066.
2014-04-03 21:41:54 -07:00
webchick 6edcdee3e6 Issue #1709960 by Berdir, zserno, jessebeach | joachim: Declare a maximum length for entity and bundle machine names. 2014-04-03 14:38:51 -07:00
webchick f5e0c1729c Issue #2151123 by joelpittet | Cottser: Remove theme_system_modules_incompatible(). 2014-04-03 14:25:02 -07:00
webchick cd94c10589 Issue #2002246 by tompagabor, floretan, lauriii, pakmanlh, rbomhof | pixelite: Capitalize operations links in the comment and taxonomy term admin UI. 2014-04-03 10:19:15 -07:00
webchick 9442bea3c7 Issue #2227687 by cs_shadow, Cottser: Slightly ugly error message if a module is incompatible with the version of core and the PHP version. 2014-04-03 10:13:21 -07:00
webchick f923acdb79 Issue #2130461 by Alan D.: Tracker pager is inconsistent with every other pager in core. 2014-04-03 10:10:03 -07:00
Alex Pott ddc0b0b878 Issue #2218313 by jessebeach, dawehner: Toolbar subtree is broken if you use a different language. 2014-04-03 16:13:13 +01:00
Alex Pott 10b0389066 Issue #2218039 by sun, dawehner: Render the maintenance/install page like any other HTML page. 2014-04-03 14:59:23 +01:00
Alex Pott 719b36a492 Issue #2208631 by slashrsm: Rename \Drupal\Core\Path\Path to \Drupal\Core\Path\AliasStorage. 2014-04-03 14:20:20 +01:00
Nathaniel Catchpole ef2563979a Issue #2211949 by chx, Berdir, fago, benjy: Support keeping new revision id for migrate. 2014-04-03 12:10:25 +01:00
Alex Pott 4511dc22e6 Issue #2228921 by sun: Consolidate system.module + system.theme + system.theme.disabled into core.extension config. 2014-04-02 08:05:28 +01:00
Alex Pott b3df95c534 Issue #2200333 by Xano: Content_translation_view_access() is invoked as a hook_ENTITY_TYPE_access() hook implementation. 2014-04-01 22:16:38 +01:00
Alex Pott 41b6df5888 Issue #1991442 by tim.plunkett, benjy: Remove 'module' from block plugin configuration. 2014-04-01 22:14:13 +01:00
Dries bf4a582850 Issue #2054011 by amateescu, pwolanin, dawehner, YesCT, tim.plunkett, blueminds, Berdir, das-peter, effulgentsia: Implement built-in support for internal URLs. 2014-04-01 14:55:13 -04:00
Nathaniel Catchpole a7fccaae12 Issue #2230055 by tim.plunkett: Views handlers should not be initialized during route building. 2014-04-01 14:09:28 +01:00
Nathaniel Catchpole a83352a1b4 Issue #2174443 by mr.baileys, David_Rothstein: Add security hardening protection option for programmatic form submissions to Drupal 8 (and backport to Drupal 6?). 2014-04-01 12:40:27 +01:00
Jennifer Hodgdon 270afb9d54 Issue #1816760 by SV, DeimoS, aellison, Mark Carver, yanniboi: Fix up docs in ColorTest 2014-03-31 12:41:56 -07:00
Nathaniel Catchpole 7b392ea69e Issue #2229223 by sun: RequestStack is not persisted across kernel rebuilds. 2014-03-31 20:29:13 +01:00
webchick e16cbbe245 Issue #2224427 by Wim Leers, tim.plunkett: Filter order no longer respected. 2014-03-31 10:59:05 -07:00
webchick 40f818bbe6 Issue #2221755 by grom358, ianthomas_uk: Remove uses of deprecated Element functions. 2014-03-31 10:37:55 -07:00
webchick be83ed2bbc Issue #2166915 by ianthomas_uk, sun | plach: Remove uses of deprecated language functions in tests and procedural code. 2014-03-31 10:29:01 -07:00
webchick 7a91c2e8ed Issue #2121175 by Codenator, tim.plunkett, cosmicdreams, jayeshanandani, grom358, ianthomas_uk, Xano: Remove usage of drupal_get_form(). 2014-03-31 10:26:19 -07:00
webchick 204ecf18cd Issue #2229123 by brantwynn, Berdir: Wrong @covers definition in MenuTreeTest. 2014-03-31 09:52:12 -07:00
webchick c0d5ab21ed Issue #2220757 by Karol Haltenberger, xjm, drifter, zserno: Limit length of Config:: to something <= 166 characters. 2014-03-31 09:06:41 -07:00
webchick 660165cce6 Issue #2226171 by LinL, valthebald: Preview in Create Article gives error. 2014-03-31 08:58:19 -07:00
webchick 5efa7d55ca Issue #2130205 by damiankloip, rbayliss, olli: Unable to "Expose this filter to visitors, to allow them to change it". 2014-03-31 08:27:18 -07:00
Nathaniel Catchpole 3a5e997452 Issue #2221065 by damiankloip, Wim Leers, Berdir: Rename default 'cache' cache bin to 'default'. 2014-03-31 10:49:28 +01:00
catch 979bb625ce Issue #2226027 by tim.plunkett: ConfigEntityBase::preSave() tries to load the original entity but instead loads itself. 2014-03-30 15:02:28 +02:00
catch 669b898b86 Issue #2227465 by gremy, rbmboogie: comment_user_cancel() uses COMMENT_NOT_PUBLISHED. 2014-03-30 14:55:20 +02:00
catch 8f028bb7d6 Issue #2225371 by mr.baileys, Wim Leers: Apply formatters and widgets to Custom Block base fields. 2014-03-30 13:26:57 +02:00
catch d19928b695 Issue #2225431 by mr.baileys, Wim Leers, swentel: Apply formatters and widgets to Taxonomy Term base fields. 2014-03-30 13:24:35 +02:00
catch 63375a5e7b Issue #2203411 by dawehner, Wim Leers, damiankloip: Convert drupal_get_library() into a service. 2014-03-30 13:15:47 +02:00