Commit Graph

26027 Commits (cf83a52a6443e1abc5ebce4569e502386935bc7a)

Author SHA1 Message Date
Alex Pott 61150517df Issue #2302563 by chx, dawehner: Fixed Access check Url objects. 2014-09-08 11:13:35 +01:00
Nathaniel Catchpole 12bb051bcf Issue #2332295 by Berdir: Fixed Unicode requirement check not working with PHP 5.6. 2014-09-08 11:03:57 +01:00
Nathaniel Catchpole ae5d5c8460 Issue #2250315 by dawehner, pwolanin: Fixed Regression: Bring back node access optimization to menu trees. 2014-09-08 11:01:26 +01:00
webchick f3296754d1 Issue #2330751 by dawehner, chx: Fixed Random test failures everywhere due to ->with(Request::create()). 2014-09-06 20:14:42 -07:00
Dries e52aaf1e6c Issue #2241275 by Wim Leers: DateFormat cache tag: don't set the cache tag, but invalidate the entire render cache?. 2014-09-05 12:57:27 -04:00
Dries ca85441da2 Issue #2260121 by sun: PHPUnit Tests namespace of modules is ambiguous with regular runtime namespace (+ Simpletest tests). 2014-09-05 12:40:22 -04:00
Dries ebace9e86b Issue #2285413 by andypost: [Meta] Standardize entity route names. 2014-09-05 12:35:07 -04:00
Dries 05212a9727 Issue #2271349 by Berdir, Arla, blueminds, larowlan, Dave Reid: Node and Comment ops links should be display components (which can be disabled). 2014-09-05 12:31:15 -04:00
Alex Pott 0ede95dd0b Issue #2293205 by Berdir | tim.plunkett: Consider removing usage of DataDefinition in ContextHandler. 2014-09-05 17:15:29 +01:00
Alex Pott 5c3b66c8c9 Issue #2330121 by plach, effulgentsia, fago: Replace ContentEntityDatabaseStorage::getSchema() with a new EntityTypeListenerInterface implemented by SqlContentEntityStorageSchema. 2014-09-05 16:08:01 +01:00
Nathaniel Catchpole c08a915d7c Issue #2331991 by Gábor Hojtsy, vijaycs85, dawehner: Tests for Theme missing when installing in non-English language. 2014-09-05 12:19:33 +01:00
Nathaniel Catchpole 08b92945d3 Issue #2317557 by dawehner, Cottser, joelpittet, jhodgdon: Fixed renderInline not compatible with twig_auto_reload. 2014-09-05 11:21:01 +01:00
Nathaniel Catchpole 57fc261527 Issue #2329795 by fietserwin, bzitzow, alexrayu, tstoeckler | illutek, dawehner: Fixed Make it possible to add information to theme info files during development. 2014-09-05 11:11:16 +01:00
webchick 285df2c54d Issue #2323721 follow-up by David_Rothstein: Restore missing test. 2014-09-03 22:13:27 -07:00
Dries 5ef912e965 Issue #2303673 by dawehner, damiankloip, effulgentsia, Fabianx: Implement stackphp; cleanup handlePageCache() and preHandle() 2014-09-03 22:58:45 -04:00
webchick f4d528ca8b Issue #2332299 by dawehner: Fixed Strict failures in TestRunnerKernel. 2014-09-03 15:12:12 -07:00
webchick 7c79e1c4cf Issue #2329765 by tim.plunkett | sun: Remove all @backup* annotations from (pure) unit tests. 2014-09-03 14:49:51 -07:00
webchick cc87280b47 Issue #2320037 by Gábor Hojtsy: Fixed Non-fieldable entities (with only base fields) cannot be configured translatable, eg. shortcuts. 2014-09-03 08:34:18 -07:00
webchick a222458520 Issue #2074203 by cilefen, Wim Leers, Gábor Hojtsy: Add changed time tracking to menu links. 2014-09-03 08:32:04 -07:00
webchick 8bce36ba7e Issue #2330465 by rachel_norfolk: Fixed Remove entity_reference.admin.css. 2014-09-03 08:30:11 -07:00
webchick 8f18b14c9e Revert "Issue #2154775 by er.pushpinderrana, barnettech, kirkkala, InternetDevels | Wim Leers: Fixed In-place editing of title: works, but cursor is invisible."
This reverts commit 3973634d14.
2014-09-03 08:22:36 -07:00
webchick c4934bd9e3 Issue #2332049 by Wim Leers: Silliest, most trivial clean-up of drupal_render() EVER. 2014-09-03 08:19:08 -07:00
Nathaniel Catchpole 6aeb7e9a32 Issue #2325197 by tstoeckler, sun: Remove drupal_classloader(). 2014-09-03 14:02:51 +01:00
webchick 5289c3e3ce Issue #2326949 by plach, effulgentsia: Move entity-type-specific schema information from the storage class to a schema handler. 2014-09-02 14:58:04 -07:00
Nathaniel Catchpole 72450c6aad Issue #2330503 by pfrenssen, dawehner: Fixed [sechole] Inline templates pass through unsafe strings. 2014-09-02 12:51:31 +01:00
Nathaniel Catchpole c1f444b1b0 Issue #2248767 by effulgentsia, beejeebus, alexpott: Use fast, local cache back-end (APCu, if available) for low-write caches (bootstrap, discovery, and config). 2014-09-02 12:17:53 +01:00
Nathaniel Catchpole 30cad25c71 Issue #2031717 by Berdir, swentel, fago: Make entity module not required. 2014-09-02 10:36:57 +01:00
Nathaniel Catchpole 3afec501d4 Issue #2250119 by ParisLiakos, Devin Carlson: Run updates in a full environment. 2014-09-02 10:28:33 +01:00
webchick f6312b85d2 Issue #2202185 by Wim Leers, effulgentsia, msonnabaum, damiankloip, alexpott: Statically cache Role entities to speed up (User|UserSession)::hasPermission(). 2014-08-29 23:11:29 -07:00
webchick 9528aedfcf Issue #2329653 by znerol: Remove left over abstract class PathListenerBase. 2014-08-29 23:09:36 -07:00
webchick 408458672c Issue #2330043 by andypost: Theme handler is not needed for theme manager. 2014-08-29 23:08:36 -07:00
webchick d1670a7bdf Issue #2246679 by YesCT, alimac, Michelle, martin107, eugenesia: Make Language module's LanguageInterface (to be ConfigurableLanguageInterface) extend Core's LanguageInterface. 2014-08-29 23:07:25 -07:00
webchick 0025ee452f Issue #2315459 by herom, seiplax: Fixed RTL for config translation form. 2014-08-29 23:05:46 -07:00
webchick 6db8d05664 Issue #2309671 by herom: Fixed admin configuration page RTL CSS. 2014-08-29 23:04:23 -07:00
webchick 6f9fc447bb Issue #2037979 by Gábor Hojtsy, Sweetchuck, jhodgdon, dawehner: Fixed 'Current user's language' views filter label is named very misleading. 2014-08-29 22:17:55 -07:00
webchick 84dfd06d59 Issue #1966436 by follow-up by sun: Move tests to proper directory. 2014-08-29 21:31:44 -07:00
webchick 8c68491896 Issue #2273277 by Wim Leers, effulgentsia, Fabianx: Fixed Figure out a solution for the problematic interaction between the render system and the theme system when using #pre_render. 2014-08-29 16:37:14 -07:00
webchick dcc880bc10 Issue #2326719 by plach, effulgentsia: Move pseudo-private table mapping functions from ContentEntityDatabaseStorage to public API of DefaultTableMapping. 2014-08-29 15:38:20 -07:00
Dries ec2b048e1c Issue #2224761 by Gábor Hojtsy, alexpott, pfrenssen, effulgentsia, xjm, mlncn: Add a generic way to add third party configuration on configuration entities and implement for field configuration. 2014-08-29 12:48:20 -04:00
webchick 68755a3bbf Issue #2188675 by Gábor Hojtsy, marthinal, fran seva, robertdbailey, Jalandhar, vijaycs85, dlu, kfritsche, YesCT, pfrenssen: Fixed Translate local task always visible, leads to WSOD. 2014-08-28 23:56:26 -07:00
webchick 777bc650e4 Issue #2327373 by dawehner: Standardize view entity route names. 2014-08-28 23:53:38 -07:00
webchick c16c1c7153 Issue #2328629 by Berdir: Fixed Comment::hasParentComment() tries to load comment with ID 0. 2014-08-28 23:51:32 -07:00
webchick 7a6154927d Issue #2270323 by sun, dawehner, neclimdul: Remove DRUPAL_ROOT constant redefinitions from unit tests. 2014-08-28 23:48:21 -07:00
webchick 8391e273b8 Issue #2318429 by janoka: Fixed Language condition / block language visibility includes useless options. 2014-08-28 23:46:09 -07:00
webchick 1dd9406b86 Issue #1842362 by vijaycs85, Sutharsan, Berdir, ocsilalala, skipyT: Replace locale_project table and improve caching. 2014-08-28 23:43:16 -07:00
webchick 06adfe58db Issue #2310415 by cilefen, ednawig, TravisCarden: Fixed run-tests.sh does not handle the error when invalid test groups/classes are specified. 2014-08-28 23:38:35 -07:00
webchick 403b56bb19 Issue #2329009 by znerol: Fixed SummaryLengthTest::testSummaryLength() must not alter WebTestBase::loggedInUser. 2014-08-28 23:36:15 -07:00
webchick 68cd18cec3 Issue #2328995 by znerol: Remove unused and defective WebTestBase::drupalGetToken(). 2014-08-28 23:33:53 -07:00
webchick 7d5884101a Issue #1974048 by Gábor Hojtsy, vijaycs85, er.pushpinderrana, Sutharsan, penyaskito, bserem: Fixed Limited display of languages when going back in installer is confusing. 2014-08-28 23:29:55 -07:00
webchick 68f576fe81 Issue #2323721 by dawehner, chx: Fixed [sechole] Link field item and menu link information leakage. 2014-08-28 23:13:46 -07:00