Commit Graph

2827 Commits (b56c5f87928ee4867f18e7c6bac1389a30ae49a2)

Author SHA1 Message Date
Alex Pott feaabe2bcd Issue #2358993 by rpayanm, JeroenT: Remove usage of drupal_mail_system() 2014-11-20 10:31:25 +00:00
Nathaniel Catchpole edd7889694 Issue #2376791 by dawehner, Wim Leers: Move all _content routing definitions to _controller 2014-11-20 09:47:06 +00:00
Nathaniel Catchpole df19f0b723 Issue #2373735 by joelpittet, dawehner: Simplify/clean up BareHtmlPageRenderer 2014-11-20 09:37:59 +00:00
Alex Pott 633d84281a Issue #2339151 by EclipseGc, tim.plunkett, Gábor Hojtsy, effulgentsia: Conditions / context system does not allow for multiple configurable contexts, eg. language types 2014-11-19 21:03:06 +00:00
webchick 87b2e6e28e Issue #2372323 by alexpott, amateescu: Static loaders on entity types don't return a properly typed object 2014-11-19 07:39:49 -08:00
Nathaniel Catchpole adc46c869e Issue #2376147 by alexpott, joelpittet, amateescu: Installer is missing all of the global Seven theme stylesheets 2014-11-19 12:28:06 +00:00
Nathaniel Catchpole 03d3d538c5 Issue #2368349 by Gábor Hojtsy, alexpott: Entity view and form display configuration schemas are too verbose / key ones missing 2014-11-19 12:26:05 +00:00
Alex Pott 5ddf7c26a0 Issue #2288911 by znerol, effulgentsia: Use route name instead of system path in user maintenance mode subscriber 2014-11-19 09:33:54 +00:00
Alex Pott a5c5b25d68 Issue #2354275 by slashrsm: There are functions in AliasStorage that are not in AliasStorageInterface 2014-11-19 09:09:47 +00:00
Alex Pott 547a1a0de7 Issue #2358995 by rpayanm, JeroenT, Alienpruts, gaurav.pahuja, er.pushpinderrana | Les Lim: Remove usage of drupal_wrap_mail(). 2014-11-18 12:24:36 +00:00
Nathaniel Catchpole 3b945fe250 Issue #2366043 by dawehner: Upgrade to Symfony 2.6 2014-11-18 11:26:57 +00:00
Alex Pott ef5b0e3401 Issue #287292 by almaudoh, mr.baileys, drewish, Berdir, znerol, boombatower, dawehner, jpetso, floretan: Add functionality to impersonate a user 2014-11-18 09:15:31 +00:00
Nathaniel Catchpole 75d9d82631 Issue #2303777 by sun, jhedstrom: Fixed Allow drupal components to depend on other components outside Drupal. 2014-11-17 13:19:02 +00:00
Alex Pott 91c38c8f98 Issue #2328111 by dawehner, martin107, neclimdul: Replace most instances of the DRUPAL_ROOT constant with the app.root container parameter. 2014-11-17 12:20:57 +00:00
Alex Pott c18ba6aad5 Issue #2370703 by amateescu, yched: Fixed ER's "autocreate" feature is mostly broken (and untested). 2014-11-17 12:05:26 +00:00
Nathaniel Catchpole 1397bd65bc Revert "Issue #2232477 by tstoeckler, a 'fliptable' mateescu, plach: Fixed Fatal when adding new fields with NOT NULL constraints in a base table that contains existing entities."
This reverts commit 08d3ebba69.
2014-11-14 11:00:50 +00:00
Nathaniel Catchpole 488116d759 Issue #2352155 by Wim Leers: Remove HtmlFragment/HtmlPage. 2014-11-14 10:43:20 +00:00
Alex Pott 9f035188ea Issue #2342377 by david_garcia: Fixed Non database agnostic expression in SQLContentEntityStorage. 2014-11-13 08:47:07 -08:00
Nathaniel Catchpole 89b4f966d6 Issue #2364647 by chx, alexpott: Fixed [sechole] Remove blacklist mode from Filter:XSS. 2014-11-13 13:07:09 +00:00
Nathaniel Catchpole 55b8558084 Issue #2371141 by pfrenssen: Fixed XSS vulnerability when displaying exception backtrace. 2014-11-13 13:01:52 +00:00
Alex Pott 74eb2b9ba0 Issue #2371725 by dawehner: Fixed Don't use theme negotiation all over the place. 2014-11-12 23:26:51 -08:00
Alex Pott 08d3ebba69 Issue #2232477 by tstoeckler, a 'fliptable' mateescu, plach: Fixed Fatal when adding new fields with NOT NULL constraints in a base table that contains existing entities. 2014-11-12 23:24:17 -08:00
Nathaniel Catchpole 121bbc14fe Issue #2371843 by alexpott: Add event listener to check schema on config save. 2014-11-12 14:27:43 +00:00
Alex Pott 5c3a1c67ad Issue #2322509 by prics, cilefen, gaurav.goyal, harijari, Temoor: Replace all instances of node_load(), node_load_multiple(), entity_load('node') and entity_load_multiple('node') with static method calls. 2014-11-09 23:40:48 -08:00
Alex Pott 92c251415f Issue #2178703 by ultimike, chx, penyaskito: Migrate D6 menu links. 2014-11-09 23:31:29 -08:00
Alex Pott ae6e7af65a Issue #2372201 by chx: Fixed FakeDelete is missing. 2014-11-09 22:33:28 -08:00
Alex Pott 80c7322768 Issue #2325517 by lauriii, Alienpruts, Tom Verhaeghe, joelpittet, rteijeiro | Cottser: Add methods for adding/removing attributes (not classes) on Attribute objects. 2014-11-09 21:23:46 -08:00
Alex Pott 44f8f7872a Issue #2371875 by chx: Fixed session_manager can't be reasonably overridden. 2014-11-09 21:03:29 -08:00
Alex Pott 635988ffa4 Issue #2371479 by DuaelFr: Replace inelegant string in core/lib/Drupal/Core/Database/Install/Tasks.php. 2014-11-09 15:14:05 -08:00
Alex Pott b0c49c821f Issue #2368975 by damiankloip: Fixed ElementInfoManager::buildInfo() processes info data on every request. 2014-11-08 16:11:40 -08:00
Alex Pott 957078ec26 Issue #2105693 by cilefen | jhodgdon: Fixed ContainerInjectionInterface docs need update. 2014-11-08 12:44:46 -08:00
Alex Pott 0506d2cb3b Issue #2370733 by chx: Fixed Contrib can not provide config storage. 2014-11-07 14:01:50 -08:00
Alex Pott 338c7914d2 Issue #2350507 by hussainweb, hctom, jbrown: Fixed \Drupal\Core\Url has no __toString() magic method. 2014-11-07 13:39:24 -08:00
Alex Pott ca4a7b8294 Issue #2370801 by chx: Fixed Deleting nothing from K-V DB is broken. 2014-11-07 12:26:19 -08:00
Alex Pott 1d8f7c546e Issue #2347511 by davidhernandez, lauriii, rpayanm, kasn: Add method to test if class attribute has class on Attribute object. 2014-11-07 12:21:55 -08:00
Alex Pott 789de472d0 Issue #2354597 by esod, YesCT, vadim.hirbu, ashutoshsngh: Remove usage of form_set_value(). 2014-11-07 12:05:32 -08:00
Alex Pott 6c72b9e1c3 Issue #2369933 by amateescu: Fixed Remove references to an exception class that doesn't exist (\Drupal\entity_reference\Exception\MissingDefaultValueException). 2014-11-07 12:01:06 -08:00
Alex Pott 12ba160d0a Issue #2361797 by rpayanm, Palashvijay4O, er.pushpinderrana: Remove usage of drupal_strlen(). 2014-11-05 09:24:11 +00:00
Alex Pott 55286952b6 Issue #2358999 by rpayanm, JeroenT, er.pushpinderrana, javivf, Ec1ipsis, aczietlow | Les Lim: Remove usage of drupal_html_to_text(). 2014-11-05 09:22:25 +00:00
webchick f0b86ce9dd Issue #2363537 by dawehner, znerol: Update CMF routing to 1.3 and remove old code. 2014-11-05 00:36:38 -08:00
webchick 38fa239076 Issue #2368957 by mikispeed: Fixed Set class on MoreLink as array instead as string. 2014-11-05 00:11:58 -08:00
Alex Pott 46e6a32911 Issue #2364161 by dawehner, mpdonadio, Wim Leers: Replace nearly all existing _l calls. 2014-11-04 08:30:21 +00:00
Alex Pott d3b5655486 Issue #2367557 by mpdonadio: Fixed Update TestKernel to match class loader changes in Drupal Kernel. 2014-11-03 17:51:26 +00:00
Alex Pott 80eccb1896 Issue #2361823 by rpayanm, javivf: Remove usage of drupal_strtolower(). 2014-11-03 16:13:43 +00:00
Nathaniel Catchpole 51fcd31ce5 Issue #1879930 by fran seva, Gábor Hojtsy, martin107, markie, Schnitzel, alexpott, Sutharsan, mon_franco, YesCT, spearhead93, herom, Désiré: Fixed Language selectors are not showing localized to the page language. 2014-11-03 13:33:38 +00:00
Alex Pott 914b78de24 Issue #2282673 by stevepurkiss, ParisLiakos, mgifford: Add a PHPunit test for not using Drupal\Core code in Drupal\Component. 2014-11-03 10:47:06 +00:00
Alex Pott f98cf1f60c Issue #2361809 by rpayanm, nlisgo: Remove usage of drupal_strtoupper(). 2014-11-03 10:40:47 +00:00
Alex Pott 6db76f529f Issue #2367661 by swentel: Fixed Follow up: ThirdPartySettingsTraitInterface missing getThirdPartySettings() method. 2014-11-03 10:21:13 +00:00
Alex Pott fa1b5ba598 Issue #2346763 by yched, msonnabaum: Improve views field rendering performance by caching entity display objects. 2014-11-03 08:39:33 +00:00
Alex Pott 32913b0f12 Issue #2361789 by rpayanm, jamesdixon, javivf: Remove usage of decode_entities(). 2014-11-02 22:19:56 +00:00
Alex Pott dda70f7112 Issue #2230121 by znerol, dawehner | sun: Fixed Remove exit() from FormBuilder. 2014-11-02 21:56:08 +00:00
Alex Pott 29b678c0d5 Issue #2278403 by Xano, JeroenT: Remove uses of form_execute_handlers(). 2014-11-01 22:04:15 +00:00
catch 150893931e Issue #2271419 by alexpott, larowlan: Fixed Allow field types, widgets, formatters to specify config dependencies. 2014-11-01 09:42:21 +00:00
Alex Pott 8f89d7b9ee Issue #2361615 by Gábor Hojtsy: Fixed Field type config schemas are not in the base schema. 2014-10-31 10:32:24 +00:00
Alex Pott 87cb9a69fb Issue #2052751 by tim.plunkett, oriol_e9g, yched | alexpott: Fixed WidgetFactory is not used anywhere so it should be removed. 2014-10-29 09:34:38 +00:00
Alex Pott 40db9b983c Issue #2364127 by Wim Leers: Merge AjaxResponseRenderer into AjaxController. 2014-10-29 08:47:26 +00:00
Alex Pott ffe035e68f Issue #2363025 by Wim Leers, dawehner, larowlan: Push usage of drupal_set_page_content() higher: out of blocks and page display variants. 2014-10-28 16:37:25 +00:00
Dries ccbe585f89 Issue #2221577 by andypost, alexpott, yched: Fix assumption that field settings is not a nested array. 2014-10-27 15:47:59 +01:00
Alex Pott 961f188881 Issue #2363139 by Wim Leers, dawehner, larowlan: _content controllers may only return render arrays, not strings. 2014-10-27 14:13:28 +00:00
Alex Pott 4838c5d590 Issue #2362517 by Wim Leers: Improve default 403/404 exception HTML subscriber: don't duplicate the page render pipeline, use the routing system — add system.403 and system.404 routes. 2014-10-27 10:50:44 +00:00
Alex Pott 56af6886be Issue #2324371 by lauriii, aneek, chx, joelpittet, webflo, Fabianx, rteijeiro: Fix common HTML escaped render #key values due to Twig autoescape. 2014-10-27 09:47:54 +00:00
Alex Pott fa3b0568b7 Issue #2361757 by rpayanm: Remove usage of mime_header_encode(). 2014-10-27 08:29:43 +00:00
catch c40f08f350 Issue #2361843 by rpayanm: Remove usage of drupal_substr(). 2014-10-24 22:22:33 +01:00
Alex Pott 61f3fce382 Issue #2239003 by Wim Leers, dawehner | effulgentsia: Remove the '_http_statuscode' request attribute. 2014-10-24 20:45:54 +01:00
Alex Pott 7171beba62 Revert "git commit -m Issue"
This reverts commit 0faa5ce3c3.
2014-10-24 20:45:31 +01:00
Nathaniel Catchpole a2551812f5 Issue #2183075 by valderama, dinarcon, er.pushpinderrana, amitgoyal, umar-ahmad: Tidy up css.gzip and js.gzip configuration. 2014-10-24 16:58:22 +01:00
Nathaniel Catchpole 2d3266e61f Issue #2361681 by Wim Leers: drupal_render(): invert second argument ($is_recursive_call -> $is_root_call) => more strict, better DX/TX. 2014-10-24 15:51:28 +01:00
Nathaniel Catchpole abcfdc177f Issue #2294571 by znerol, effulgentsia: Redirect anonymous users to login page from an exception listener instead of in MaintenanceModeSubscriber and restrict access to the my-account link to authenticated users. 2014-10-24 12:21:06 +01:00
Nathaniel Catchpole 2acc93b960 Issue #2357937 by Wim Leers: Remove {{ feed_icons }} from page template (page.html.twig). 2014-10-24 12:18:42 +01:00
Nathaniel Catchpole c999c2d43b Issue #2227731 by webflo, mtift: Fixed Normalize configuration data during config writes. 2014-10-23 22:23:25 +01:00
Nathaniel Catchpole c2125b059c Issue #2282519 by alexpott, cilefen: Fixed Add content dependency information to configuration entities. 2014-10-23 21:22:34 +01:00
Nathaniel Catchpole 0faa5ce3c3 git commit -m Issue 2014-10-23 20:32:54 +01:00
Alex Pott 0dfd0cadbd Issue #1186582 by Albert Volkman, chx: Fixed rollback and and pushTransaction is not consistent. 2014-10-23 12:26:04 +01:00
Alex Pott 388758f46a Issue #2359449 by Jose Reyero: Fixed TypedData calls onChange() parent's method that is not part of the interface. 2014-10-23 12:20:53 +01:00
Alex Pott 03662aa5e5 Issue #2278583 by nlisgo, Berdir, joshi.rohit100 | Fabianx: Fixed field_has_data looks at current data instead of revisioning data: this can lead to data loss. 2014-10-23 12:14:40 +01:00
Nathaniel Catchpole 6d3e577f5d Issue #2361693 by Wim Leers: Fixed AjaxEnhancer is dead code, remove it. 2014-10-22 21:11:03 +01:00
Nathaniel Catchpole eeca610415 Issue #2360241 by martin107: Fixed MenuLinkManager uses PluginNotFoundException incorrectly. 2014-10-22 10:59:33 +01:00
Nathaniel Catchpole 0c11136455 Issue #2224581 by alexpott, larowlan, jhodgdon, mgifford: Delete forum data on uninstall. 2014-10-22 10:52:29 +01:00
Nathaniel Catchpole fdb67c2857 Issue #2065485 by tim.plunkett, Xano: Document that PluginFormInterface should use #process to solve nesting issues. 2014-10-21 10:29:31 +01:00
Nathaniel Catchpole 8e0e7d3b12 Issue #2358333 by mikey_p: Fixed ConfigManager should use interface for translation manager type hint. 2014-10-21 10:08:10 +01:00
Nathaniel Catchpole cecf4ea7cf Issue #2226533 by martin107, filijonka, YesCT, Xano, jmolivas, Chris Dart, alexpott, tstoeckler, visabhishek | csg: Changes to the Language class due to the LanguageInterface (followup). 2014-10-21 10:05:08 +01:00
Nathaniel Catchpole 3d98fc4727 Issue #1825466 by justafish, tstoeckler, alexpott, sun: [docs follow-up, then backport to D7] Allow NestedArray::mergeDeepArray() to preserve integer keys. 2014-10-21 10:03:24 +01:00
Nathaniel Catchpole 985edb1548 Issue #2351847 by damiankloip: Fixed Rename getCacheTag() to getCacheTags(). 2014-10-21 09:46:57 +01:00
webchick 8431924993 Issue #1856262 by chx, pwolanin: Raise MySQL requirement to 5.1.21 to support caching of prepared statements. 2014-10-20 11:53:17 -07:00
Alex Pott e775d664ab Issue #1971208 by calebtr, dsayswhat, metzlerd, agentrickard: Replace "utilize" with a proper verb. 2014-10-20 09:30:46 +01:00
Alex Pott 2681e4b10a Issue #2332935 followup by plach: Allow code to respond to entity/field schema changes. 2014-10-18 15:00:20 +01:00
Alex Pott a88f8e1946 Issue #2358147 by DuttonMa: Fixed Code improvement in install. 2014-10-18 14:41:26 +01:00
Alex Pott e41f90fa7e Issue #2215345 by jhodgdon, paulh | joachim: Fixed docs for MenuLinkTreeInterface unclear. 2014-10-18 13:06:59 +01:00
Nathaniel Catchpole 47e0030705 Issue #2332935 by plach, alexpott, dawehner: Allow code to respond to entity/field schema changes. 2014-10-17 23:10:00 +01:00
Alex Pott 22c82583c9 Issue #2246647 by mpdonadio, cilefen, YesCT, tim.plunkett: Rename PluginBag to LazyPluginCollection. 2014-10-17 22:06:53 +01:00
Nathaniel Catchpole 848dbc5531 Issue #2341341 by YesCT, martin107, vijaycs85, fran seva: Change public 'name' property access on languages to getName() and add back setName(). 2014-10-16 14:45:53 +01:00
Nathaniel Catchpole 6cbb5d9e1e Issue #2350949 by Wim Leers: Add hook_page_attachments(_alter)() and deprecate hook_page_build/alter(). 2014-10-16 13:36:06 +01:00
Nathaniel Catchpole e83d8970a4 Issue #2351777 by chx, claudiu.cristea: Do not depend on event subscribers for security: Replace AccessRouteSubscriber with build-in checks. 2014-10-16 10:57:22 +01:00
Nathaniel Catchpole 19b32a3ab4 Issue #2357249 by Stefan Horst, greggles, larowlan, David_Rothstein, klausi: Fixed SA-CORE-2014-005 (SQL injection). 2014-10-15 17:39:53 +01:00
Alex Pott 6a1b562b2a Issue #2356509 by neclimdul: Fixed Remove extra param doc from QueueDatabaseFactory. 2014-10-15 11:59:40 +01:00
Alex Pott 8f3f79ad34 Issue #2304969 by pwolanin, cilefen, Berdir, Devin Carlson, klausi: Fixed Port private files access bypass from SA-CORE-2014-003. 2014-10-15 11:24:55 +01:00
Nathaniel Catchpole d3f8b78c00 Issue #1003788 by stefan.r, Alan D., JimmyAx, Josh Waihi, john_brown, bellHead, twistor, wiifm, bzrudi71, pwolanin, gngn, Gisle, robhardwick: Fixed PostgreSQL: PDOException:Invalid text representation when attempting to load an entity with a string or non-scalar ID. 2014-10-15 11:06:55 +01:00
Alex Pott 7189de5dba Issue #2063373 by mondrake, claudiu.cristea, larowlan, arunvs: Fixed Cannot save image created from scratch. 2014-10-14 23:21:30 +01:00
webchick ba1393b7b7 Issue #2355573 by YesCT: Use English or in some LanguageInterface copy and paste docs. 2014-10-14 09:19:29 -07:00
Nathaniel Catchpole fdcf584b37 Issue #2340701 by prics, martin107: Use array_diff_key() more in core. 2014-10-14 14:09:47 +01:00
Nathaniel Catchpole c6f0238182 Issue #2354657 by chx, dawehner: Separate access manager from loading checks. 2014-10-14 13:57:25 +01:00
Nathaniel Catchpole e8d6588e14 Issue #2355001 by ashutoshsngh, dinarcon, er.pushpinderrana: Remove form.inc form_builder(). 2014-10-14 13:55:12 +01:00
Alex Pott a9f0c068cb Issue #2267545 followup: Standardize to RFC 5424 log levels. 2014-10-14 12:33:06 +01:00
Nathaniel Catchpole bf49837832 Issue #2028109 by tim.plunkett, almaudoh, twistor, larowlan, slashrsm, Berdir, Arla, neclimdul, Cottser: Convert hook_stream_wrappers() to tagged services. 2014-10-14 12:06:10 +01:00
Nathaniel Catchpole 6ba1da1c63 Issue #2205527 by cilefen, alexpott, martin107, Xen, Gaelan, clintrandall777@gmail.com: Fixed Move configuration import lock to lock.persistent service since a lock can not exist beyond a single request. 2014-10-14 12:04:33 +01:00
Alex Pott cfd30d63e8 Issue #2232425 followup by danblack, stefan.r: Fixed Database Schema field/column default value is not properly quoted via PDO::quote(). 2014-10-14 10:10:12 +01:00
Alex Pott 221a48c14e Issue #2346129 by tstoeckler: Introduce a TraversableTypedDataInterface and use that for typehinting instead of ArrayElement. 2014-10-14 09:55:35 +01:00
Alex Pott b82e28d5e4 Issue #2267545 by ParisLiakos: Standardize to RFC 5424 log levels. 2014-10-14 09:43:11 +01:00
Alex Pott 49caf9dea5 Issue #2296115 by jhodgdon, hussainweb: Fixed Several entity loadRevision() methods do not obey the interface contract. 2014-10-14 09:32:57 +01:00
webchick f803d64bfb Issue #2355179 by legolasbo, er.pushpinderrana: Remove usage of form_get_cache() and form_set_cache(). 2014-10-13 21:49:28 -07:00
webchick 1efaefb15c Issue #2235363 by jhodgdon, jessebeach, alexpott, Gábor Hojtsy: Document config dependencies. 2014-10-13 21:21:27 -07:00
Nathaniel Catchpole 66762a5361 Issue #2340667 by YesCT, Pedro Lozano, alexpott, martin107: Protect Drupal\Core\Language\Language::id, and use getId(). 2014-10-13 10:10:32 +01:00
Alex Pott 7340fee0c2 Issue #2349605 by larowlan: Fixed EntityReferenceItem is fragile about entity save order. 2014-10-12 21:52:45 +01:00
Alex Pott c2ac32c9dc Issue #2226323 by kpv | danylevskyi: Fixed CompositeFormElementTrait causes identical HTML ids for element and its wrapper. 2014-10-12 21:11:50 +01:00
Alex Pott 3fb2ec3fe6 Issue #2242749 by znerol, torotil, rszrama, larowlan, dawehner, penyaskito, tim.plunkett, sun, Damien Tournoud, David_Rothstein, effulgentsia: Fixed Port Form API security fix SA-CORE-2014-002 to Drupal 8. 2014-10-12 11:00:04 +01:00
Nathaniel Catchpole 4e0e15b201 Issue #2352641 by chx, alexpott: Break router.builder dependency. 2014-10-10 20:41:01 +01:00
webchick 06e18f51fa Issue #998898 follow-up by kpv: Fix grammar/spelling/spacing in code comment. 2014-10-10 11:56:43 -07:00
Nathaniel Catchpole ac9054bed0 Issue #2310093 by alexpott, hussainweb : Fixed Config install and import should map from storage record not set properties directly. 2014-10-10 19:47:54 +01:00
webchick c8eae506e3 Issue #998898 by stefan.r, mradcliffe, Damien Tournoud, bzrudi71, Josh Waihi, chalet16, Stevel, chx: Fixed Make sure that the identifiers are not more the 63 characters on PostgreSQL. 2014-10-10 09:20:12 -07:00
webchick 0366f4be91 Issue #2330899 by attiks, Jelle_S, fietserwin: Allow image effects to change the MIME type + extension, add a convert image effect. 2014-10-10 08:26:40 -07:00
Nathaniel Catchpole 257b73e1ba Issue #1972300 by znerol, chx, dawehner: Write a more scalable dispatcher. 2014-10-10 16:08:04 +01:00
Nathaniel Catchpole 85145ba9e3 Issue #2350877 by dawehner, Wim Leers, hussainweb: Deprecate/rename drupal_add_feed(), drupal_add_html_head(), drupal_add_html_head_link(), drupal_add_http_header(), and allow to be set declaratively in #attached. 2014-10-10 12:49:31 +01:00
webchick 68f7879952 Issue #2353393 by tstoeckler: Use LanguageInterface::DIRECTION_LTR instead of 'ltr' directly. 2014-10-09 11:35:43 -07:00
webchick 5c60849194 Issue #2313883 by alexpott: Fixed Minor code flow improvements to SessionHandler::write(). 2014-10-09 11:28:52 -07:00
Nathaniel Catchpole 7476af9004 Issue #2070737 by herom, EllaTheHarpy, alexpott: Change values of LanguageInterface::DIRECTION_(LTR/RTL) to ('ltr'/'rtl'). 2014-10-09 12:17:44 +01:00
Alex Pott 71acfa69dd Issue #2352073 by penyaskito: Fixed Undefined property in UrlCacheContext. 2014-10-09 11:53:39 +01:00
Alex Pott fa1d2c3c9c Issue #2322037 by oenie, Temoor, jepSter, rpayanm: Replace all instances of responsive_image_mapping_load(), entity_load('responsive_image_mapping') and entity_load_multiple('responsive_image_mapping') with static method calls. 2014-10-09 07:52:56 +01:00
Alex Pott 195d49998a Issue #2347465 by tim.plunkett, dawehner, cilefen: Convert all instances of #type link/links to convert to use routes. 2014-10-09 07:39:37 +01:00
Alex Pott d3f105ed86 Issue #2226207 by lauriii, mgbellaire, Cottser, m1r1k, Mark Carver, LinL, rachel_norfolk, rteijeiro, skwashd, davidhernandez, euphoric_mv: Make 'template' the default output option for hook_theme(). 2014-10-08 12:06:17 +01:00
Alex Pott 5379041ffe Issue #2343677 by damiankloip, znerol, Fabianx, pounard: Fixed Stack middleware suffers from incomplete service construction.
This reverts commit 39eb84fc38.
2014-10-08 11:44:13 +01:00
Alex Pott 39eb84fc38 Revert "Issue #2343677 by damiankloip, znerol, Fabianx: Fixed Stack middleware suffers from incomplete service construction."
This reverts commit c033857b11.
2014-10-08 11:43:47 +01:00
Alex Pott c033857b11 Issue #2343677 by damiankloip, znerol, Fabianx: Fixed Stack middleware suffers from incomplete service construction. 2014-10-08 10:43:36 +01:00
catch 46ec5d9b72 Issue #2350835 by pwolanin: Mark EntityInterface::getSystemPath() as deprecated. 2014-10-07 23:14:22 +01:00
Alex Pott 7cb842584f Issue #2349789 by markus_g: Fixed Responsive Image Mappings are not listed with sqlite. 2014-10-07 17:29:30 +01:00
Alex Pott 15cc5bd85a Issue #2345879 by marcvangend: Added Enhance ThirdPartySettingsTrait with a get-all-settings method. 2014-10-07 17:26:04 +01:00
Alex Pott 2c88a12810 Issue #2350461 by mradcliffe, chx, David_Rothstein: Fixed issues with UpdateComplexTest in PostgreSQL driver. 2014-10-07 16:53:53 +01:00
Alex Pott f33b510365 Issue #2347711 by yched, undertext: Fixed FieldItemlListInterface::processDefaultValue($default_value) is expected to massage polymorphic data. 2014-10-07 16:49:44 +01:00
Alex Pott c52c5f9ace Issue #2304403 by martin107, YesCT, Désiré: Convert language:weight into a protected property. 2014-10-07 13:45:13 +02:00
Nathaniel Catchpole 6ef8ba7909 Issue #2248297 by Berdir: Fixed Ensure routes are rebuilt when install modules. 2014-10-07 11:15:45 +01:00
Nathaniel Catchpole 5a85df4c19 Issue #2230091 by dawehner, Berdir, marthinal, martin107: Fixed Route rebuilding is not guaranteed to finish in time for the next request. 2014-10-06 11:53:27 +01:00
Nathaniel Catchpole 0ce0a35635 Issue #2300131 by Berdir, alexpott: Fixed EntityResolverManager instantiates objects unnecessarily. 2014-10-06 11:40:32 +01:00
webchick 1b21ebf347 Issue #2294313 by Ieva Uzule, rachel_norfolk, nathanlawson91, xadag, er.pushpinderrana, Dominique CLAUSE, marcus7777: Email is asked before user name in SiteConfigureForm. 2014-10-05 09:27:56 -07:00
Alex Pott 7e02386586 Issue #2123867 by plach, vijaycs85, kfritsche, YesCT, LinL, larowlan | yched: Simplify/cleanup language handling in EntityFormController. 2014-10-05 18:05:29 +02:00
Alex Pott 10cfcd6a6c Issue #2302021 by swentel, yched, undertext: Move options.module widgets in Core. 2014-10-05 17:08:45 +02:00
Alex Pott ebdca18dc3 Issue #2324791 by Michael Hodge Jr, ParisLiakos: Remove watchdog(). 2014-10-05 14:07:07 +02:00
catch 6d58240b22 Issue #2195957 by alexpott, tagini: Fixed Only install profile configuration when installing that profile, not when enabling associated modules. 2014-10-05 14:03:15 +02:00
catch 5f38198ef5 Revert "Issue #2195957 by Wim Leers, alexpott: Fixed Only install profile configuration when installing that profile, not when enabling associated modules."
This reverts commit 5ab43b6a1a.
2014-10-05 14:01:45 +02:00
catch 5ab43b6a1a Issue #2195957 by Wim Leers, alexpott: Fixed Only install profile configuration when installing that profile, not when enabling associated modules. 2014-10-05 14:00:39 +02:00
Alex Pott b35d190d28 Issue #2160965 by herom, dawehner, robertdbailey, Berdir, fran seva: Fixed Content entities are not upcast in the page language, inconsistent with config entities. 2014-10-05 12:03:46 +02:00
Alex Pott 4fc159c65b Issue #2349839 by seanB: Fixed Code comment change for delete() in EntityStorageBase. 2014-10-04 18:49:26 +02:00
Alex Pott 0e17d97837 Issue #1160764 by Désiré, Dave Reid, SebCorbin, agentrickard: Fixed URL alias load is inconsistent if there are more then one aliases. 2014-10-04 18:40:06 +02:00
Alex Pott 5a52005026 Issue #2328573 by el7cosmos, jhodgdon, YesCT: 'site_default' needs to be a language constant. 2014-10-04 17:33:46 +02:00
Alex Pott 9315a45e01 Issue #2338759 by StryKaizer, tom_ek | alexpott: Fixed core/update.php is now just update.php. 2014-10-04 17:29:36 +02:00
Alex Pott e114ff92f1 Issue #2268467 followup by fago: Document foreseeable changes to conditions and action APIs. 2014-10-04 16:25:10 +02:00
Alex Pott 82d059aaef Issue #2248505 by leevingo, Berdir: Improve property definition labels. 2014-10-04 13:54:49 +02:00
Alex Pott 4014b744a0 Issue #2344491 by tim.plunkett: Move ControllerBase::redirect() to UrlGeneratorTrait. 2014-10-02 14:52:28 +02:00
Alex Pott 393fccc7f3 Issue #1847932 by skwashd: Added Make the UUID pattern a constant. 2014-10-02 13:57:39 +02:00
catch 4e5c1c2bef Issue #2345753 by tim.plunkett, dawehner, Wim Leers, damiankloip: Remove url(current_path()) and url(NULL) with <current> and <none>. 2014-10-02 13:39:56 +02:00
Alex Pott 96dd466f8e Issue #2249303 by larowlan, tim.plunkett, vijaycs85: Implement fallback plugin for Block plugins. 2014-10-02 13:27:07 +02:00
Alex Pott d805ed7b09 Issue #2268467 by fago: Document foreseeable changes to conditions and action APIs. 2014-10-01 17:50:23 +02:00
Alex Pott ba2b869092 Issue #2275659 by fago, pgautam: Separate FieldableEntityInterface out of ContentEntityInterface. 2014-10-01 16:11:14 +02:00
catch abf6332f7e Issue #2346421 by yched: Improve documentation of getTargetBundle() 2014-10-01 11:51:03 +02:00
catch 9c4c34a2ed Issue #2346035 by tstoeckler: Fixed ModuleHandler::install() should re-register stream wrappers. 2014-10-01 11:42:59 +02:00
catch 173fca3fe0 Issue #2313135 by Berdir: Fixed setting page_cache_without_database in settings.php prevents the container from being dumped. 2014-10-01 10:59:14 +02:00
catch de5830d665 Issue #2346283 by damiankloip: Add route name parameter to OutboundRouteProcessorInterface. 2014-10-01 10:53:56 +02:00
catch a21acb3b7d Issue #2278353 by cilefen, dawehner, hussainweb, jibran, andyceo: Update to Symfony 2.5. 2014-10-01 10:50:10 +02:00
webchick 0189add1e3 Issue #2304987 by Berdir, Wim Leers: Fixed Don't invalidate cache tags of referenced entities, use entity list cache tags correctly, add test coverage for entity list cache tags. 2014-10-01 01:20:51 -07:00
webchick cf44d3882f Issue #2181291 by lokapujya, ricardoamaro, mradcliffe, fvideon, Damien Tournoud, Crell, bzrudi71, steinmb, grom358, jaredsmith: Fixed Prevent a query from aborting the entire transaction in pgsql. 2014-10-01 01:16:23 -07:00
Alex Pott 64de978a08 Issue #2347831 by xjm, effulgentsia: Fix documentation for \Drupal::url(), \Drupal::l(), etc. (and fix the change record). 2014-10-01 08:10:05 +02:00
Alex Pott 002ae719c9 Issue #2343661 by larowlan, tim.plunkett | xjm: Rename l() to _l() and url() to _url(), and document replacements. 2014-09-30 10:10:00 +02:00
Alex Pott 31022924e1 Issue #2343759 by pwolanin, larowlan, dawehner, tim.plunkett, effulgentsia, xjm, Wim Leers: Provide an API function to replace url()/l() for external urls. 2014-09-30 08:50:14 +02:00
Alex Pott 5fdcfc74d6 Issue #2346911 by larowlan, vijaycs85, Berdir | sihv: Fixed Base field overrides have incorrect default value callable properties. 2014-09-30 08:42:48 +02:00
webchick 96cde6e398 Issue #2277103 follow-up by mradcliffe, alexpott, jaredsmith: Fix ambiguous Url reference. 2014-09-29 09:20:33 -07:00
Alex Pott 4f49087b71 Issue #2277103 by tim.plunkett, pwolanin, Wim Leers, dawehner, hotpizzas: Switch Drupal::l() and LinkGenerator to expect a Url object. 2014-09-29 15:41:29 +02:00
Alex Pott f085b7b698 Issue #2346635 by fago: Fixed Content entities are iteratable but do not implement Traversable. 2014-09-29 12:39:53 +02:00
Alex Pott 27636950ac Issue #2340571 by Désiré | YesCT: LanguageInterface needs isLocked method for the locked property. 2014-09-29 08:10:45 +02:00
webchick daaccc3b3d Issue #1869476 by rteijeiro, LewisNyman, lauriii, Wim Leers, mdrummond, swentel, hosef, cbiggins, larowlan, sun, EclipseGc, Gábor Hojtsy: Convert global menus (primary links, secondary links) into blocks. 2014-09-28 18:25:41 -07:00
webchick ccede8293e Issue #2346187 by Yaron Tal | tstoeckler: ConfigFactory and CongfigFactoryInterface should be @ingroup config_api. 2014-09-28 16:53:35 -07:00
webchick 0d9e300fcc Issue #2346433 by yched: Fixed iterators omit computed fields by default. 2014-09-28 16:49:46 -07:00
webchick e18b616131 Issue #2346297 by fago: Move getting option providers to field definitions. 2014-09-28 16:14:33 -07:00
webchick 64d6915d5b Issue #2346249 by rteijeiro: Fixed wrong escaped errors in Installer - Database settings. 2014-09-28 16:10:42 -07:00
webchick 8ea359c440 Issue #2346421 by yched: Fixed WTF with getTargetEntityId() / getBundle(). 2014-09-28 16:08:28 -07:00
webchick 6d27e11a37 Issue #2100343 by Berdir, fago, martin107, visabhishek, sriharsha.uppuluri, Yorirou: Remove 'fieldable' key in entity definitions in favour of 'field_ui_base_route'. 2014-09-28 16:04:00 -07:00
webchick d97f60e3f8 Issue #2346371 by effulgentsia: Add docs warning to some APIs we know we'll break after beta. 2014-09-28 15:43:46 -07:00
webchick 8a1502882a Issue #1986640 by Wim Leers, chx, dawehner, effulgentsia: Support AND/OR conjunctions for permission checks. 2014-09-28 15:41:35 -07:00
webchick 9801d9a5c9 Issue #2345793 by tim.plunkett | xjm: Entities should provide a method for a properly generated link to the entity. 2014-09-28 14:36:09 -07:00
webchick da1b66428a Issue #2346361 by pwolanin, dawehner: Add a UnroutedUrlAssembler and put it into the container. 2014-09-28 14:11:52 -07:00
webchick 6caeaf03f3 Issue #2002138 by yched, Jose Reyero, xjm, andypost, fago, msonnabaum, Berdir, dixon_: Use adapters for supporting typed data. 2014-09-28 14:09:08 -07:00
Alex Pott 62b9d58451 Issue #2297993 by cilefen, marthinal, ivanjaros: Fixed MySQL column and table comments are not truncated properly. 2014-09-28 18:37:07 +02:00
webchick 145dfbe2e1 Issue #2175517 by chx, benjy, alimac: Fixed Entity displays are themselves config entities. 2014-09-28 00:30:15 -07:00
webchick a6492ce9d9 Issue #2343651 by xjm, tim.plunkett, Wim Leers, dinarcon, dawehner: Remove most remaining l() calls. 2014-09-28 00:21:34 -07:00
webchick 35fcfc4dbb Issue #1777332 by hass, Cottser, mike.roberts, joelpittet, dawehner | jenlampton: Replace theme_menu_link() and menu-tree.html.twig with a single Twig template. 2014-09-27 00:28:57 -07:00
webchick f6183952c3 Issue #2337653 by swentel: Fixed DraggableListBuilder should dynamically calculate a delta for configuration entities weight field. 2014-09-27 00:24:19 -07:00
webchick d4b7bc7890 Issue #2341927 by martin107: Language module annotation improvements [ plus minor followup ]. 2014-09-27 00:19:16 -07:00
webchick 0eda196d46 Issue #2340251 by iMiksu, alexpott, tim.plunkett, dawehner, Wim Leers: Remove most remaining url() calls. 2014-09-27 00:03:46 -07:00
webchick 8bd63769fa Issue #2344487 by tim.plunkett, dawehner: Provide special route names for <current> and <none>. 2014-09-26 23:47:52 -07:00
Nathaniel Catchpole ca2b563073 Issue #863594 by David_Rothstein, mbrett5062: Fixed Strange first paragraph in the installer database error message. 2014-09-26 13:35:29 +01:00
catch 2c6cd92958 Issue #2340123 by Wim Leers: Setting cache tags can be tricky: use strings instead of nested arrays to improve DX. 2014-09-25 08:30:31 +01:00
Nathaniel Catchpole 03aa67036e Issue #2343607 by alexpott, dawehner: Cleanup UrlGenerator. 2014-09-24 15:38:10 +01:00
Nathaniel Catchpole 4691e432d5 Issue #2293501 by dawehner, Wim Leers, znerol: Use route name and params instead of _system_path in CsrfAccessCheck. 2014-09-24 15:31:54 +01:00
Jennifer Hodgdon c303b2ce95 Issue #2343631 by chx, Wim Leers: Improve AccessResultInterface andIf()/orIf() docs. 2014-09-23 14:22:03 -07:00
Alex Pott ac0cee8f45 Issue #2038275 by tim.plunkett, mr.baileys, Sam Hermans: Convert hook_queue_info() to plugin system. 2014-09-23 10:47:47 +01:00
webchick f57fa98616 Issue #2326885 by tim.plunkett, sidharthap: Convert language_element_info() to Element classes. 2014-09-22 22:52:53 -07:00
webchick 5baf8db0d3 Issue #2342925 by tim.plunkett: Simplify url() in order for the installer to function without it. 2014-09-22 20:55:51 -07:00
webchick 4bd133d3f2 Issue #2339373 by Wim Leers, effulgentsia: Remove getCacheBin() from CacheableInterface. 2014-09-22 20:43:59 -07:00
Alex Pott ff035fc4fa Issue #2340507 by chx, Wim Leers: Make the new AccessResult API and implementation even better. 2014-09-22 22:08:27 +01:00
Nathaniel Catchpole e6681d4ecb Issue #2256365 by Crell, Wim Leers, dawehner: Factor render->fragment code out to a service. 2014-09-22 15:55:54 +01:00
Alex Pott c554974c9c Issue #2261425 by ParisLiakos, alexpott: Streamline aggregator's entities rendering with rest of core. 2014-09-22 12:51:00 +01:00
Nathaniel Catchpole 669ba7bb3e Issue #2319487 by tim.plunkett, Cottser, larowlan: Remove ajax.inc. 2014-09-22 12:42:26 +01:00
Nathaniel Catchpole ae1a1d80bb Issue #2336355 by alexpott, Cottser: Fixed Refactor Attribute rendering so that class= is not printed. 2014-09-22 12:35:49 +01:00
Alex Pott 2c35927494 Issue #2333465 by marcvangend: Fixed Confusing exception message when Deriver plugin does not exist. 2014-09-22 12:24:56 +01:00
Nathaniel Catchpole c0a7453aef Issue #2339435 by YesCT, alexpott: Default no longer needs to be a property on Language or ConfigurableLanguage. 2014-09-22 11:43:19 +01:00
Alex Pott e3f8efb8e2 Issue #2321809 by undertext, JeroenT | dawehner: Put the access manager onto \Drupal. 2014-09-22 11:29:44 +01:00
Alex Pott 099e0fa77c Issue #1822048 by dawehner, tim.plunkett, damiankloip, EclipseGc, martin107, neclimdul: Introduce a generic fallback plugin mechanism. 2014-09-22 11:06:47 +01:00
Alex Pott 0096eb0839 Issue #2211633 by EclipseGc: Provide a composer.json file for Drupal\Component\Plugin. 2014-09-22 10:24:30 +01:00
Alex Pott f61ad20b84 Issue #2332885 by cs_shadow, Berdir, fago: Rename AllowedValuesInterface to OptionsProviderInterface. 2014-09-20 11:17:43 +01:00
Alex Pott fb6c562c9e Issue #2263981 by znerol, beejeebus: Introduce a robust and extensible page cache-policy framework. 2014-09-20 11:14:29 +01:00
webchick 1476c56c62 Issue #2312093 by alexpott, yched, andypost, swentel | xjm: Rename FieldInstanceConfig to FieldConfig. 2014-09-19 19:45:52 -07:00
Nathaniel Catchpole 7fa6684f7f Issue #2063303 by dawehner, damiankloip, Wim Leers: Fixed A Drupal 8 AjaxResponse that must return a 403, returns a 403 and prints 'A fatal error occurred: ' 2014-09-19 20:24:52 +01:00
Alex Pott 305b2f38da Issue #2309889 by tim.plunkett, dawehner: Fixed DrupalKernel requires a Drupal\Core\*\Plugin directory for annotated classes to be discovered. 2014-09-19 10:49:07 +01:00
Alex Pott 195503e2bf Issue #2338571 by znerol: Remove SessionManager::startLazy(). 2014-09-19 10:40:50 +01:00
Nathaniel Catchpole 2a0254f973 Issue #2232605 by alexpott, dawehner, martin107, Cottser, sun: Fixed Themes cannot be uninstalled. 2014-09-19 10:25:26 +01:00
Alex Pott f27fd1f598 Issue #2337927 by effulgentsia, plach, fago: Fixed SqlContentEntityStorage::onFieldStorageDefinition(Create|Update|Delete)() is broken for base fields. 2014-09-19 07:57:48 +01:00
Jennifer Hodgdon 9cf1459a30 Issue #2329703 by maximpodorov: Fix spelling in varous files 2014-09-18 08:54:40 -07:00
Alex Pott 748ef5bb02 Issue #2334785 by znerol: Remove _maintenance request attribute from SpecialAttributesRouteSubscriber. 2014-09-18 14:50:44 +01:00
Nathaniel Catchpole 801d850a06 Issue #2337847 by alexpott, YesCT, martin107: The negotiated method_id does not need to be sorted on the Language or ConfigurableLanguage object. 2014-09-18 12:04:44 +01:00
Alex Pott 966aed8f90 Issue #2340379 by larowlan: Allow PathValidator::getUrlIfValid to support paths with leading /. 2014-09-18 08:35:46 +01:00
Alex Pott d617be8cba Issue #2331079 by znerol, dawehner: Use RouteMatch in access-checks and remove RequestHelper::duplicate(). 2014-09-17 23:14:49 +01:00
Alex Pott 57926bf527 Issue #2313757 by Berdir, Wim Leers, dawehner: Remove text_processing option from text fields, expose existing string field types as plain text in UI. 2014-09-17 21:59:08 +01:00
Alex Pott 55ef0e86e0 Issue #2339665 by larowlan: Fixed EntityForm::submitForm docblock refers to non-existent CommentFormController. 2014-09-17 21:15:58 +01:00
Nathaniel Catchpole 735f55e56b Issue #2319177 by swentel, fago: Fixed Cron lock time limit is too short and does not prevent multiple, concurrent cron runs. 2014-09-17 15:44:35 +01:00
Nathaniel Catchpole 0f28b515f8 Issue #2287071 by Wim Leers, alexpott, chx: Add cacheability metadata to access checks. 2014-09-17 15:39:29 +01:00
Alex Pott 179e7c2bd1 Issue #2337709 by tim.plunkett: Convert form_state_values_clean() to FormStateInterface::cleanValues(). 2014-09-16 12:16:27 +01:00
Nathaniel Catchpole f022decb56 Issue #2260457 by alexpott, beejeebus: Fixed Allow config entities to remove dependent configuration keys when dependencies are deleted due to module uninstall. 2014-09-16 10:05:37 +01:00
Alex Pott 32d5530e58 Issue #2333113 by effulgentsia, plach: Add an EntityDefinitionUpdateManager so that entity handlers can respond (e.g., by updating db schema) to code updates in a controlled way (e.g., from update.php). 2014-09-15 21:37:27 +01:00
Alex Pott 073c00bb2e Issue #2337735 by leslieg, cilefen: ConfigImporter::finish() reads 'Finalising configuration synchronisation.', is UK English. 2014-09-15 13:52:02 +01:00
Nathaniel Catchpole 1e95f6364f Issue #2337591 by swentel, mikeker: Fixed Install failure on Windows: ThirdPartySettingsTrait::getThirdPartySetting not compatible with ThirdPartySettingsInterface::getThirdPartySetting error during install. 2014-09-15 11:21:23 +01:00
Nathaniel Catchpole 1bf3b8dc0a Issue #2334763 by alexpott: Tidy up of LanguageInterface - removal of setters and other unnecessary methods. 2014-09-15 10:42:29 +01:00
Alex Pott d96020c0dc Issue #2337827 by colbol, cilefen | YesCT: Language locked is a boolean, use TRUE FALSE not 0. 2014-09-15 10:31:08 +01:00
Alex Pott 51a27d107f Issue #2323759 by Crell, dawehner: Modularize kernel exception handling. 2014-09-15 10:22:01 +01:00
Alex Pott 2735f129a5 Issue #2333501 by swentel | marcvangend: Implement ThirdPartySettingsInterface in EntityView|FormDisplay. 2014-09-14 22:10:16 +01:00
Alex Pott 47480954d9 Issue #2337833 by martin107 | YesCT: Return should not have a variable name in LanguageMangagerInterface. 2014-09-14 21:59:48 +01:00
Alex Pott 5de9e40727 Issue #2199637 by Berdir, sun, swentel: Replace "required" flag of Field module with proper dependencies. 2014-09-13 15:22:42 +01:00
Alex Pott 22bb037025 Issue #2336443 by almaudoh: NumericItemBase uses '#type' => 'textfield' for numeric 'min' and 'max' form fields. 2014-09-12 19:59:24 +01:00
Alex Pott d39c014754 Issue #2334383 by jbrown, ashutoshsngh, er.pushpinderrana: Remove usage of form_error(). 2014-09-12 19:57:00 +01:00
Alex Pott 35b3d0faeb Issue #1740492 by dawehner, damiankloip, dasjo, xjm: Implement a default entity views data handler. 2014-09-12 19:44:03 +01:00
Alex Pott e8b5a655a3 Issue #2334689 by er.pushpinderrana | joachim: Fixed lock_acquire() should give the character limit for the lock name. 2014-09-12 17:33:36 +01:00
Alex Pott deb2590044 Issue #2332295 followup by klausi: Fixed Unicode requirements check not working with PHP 5.6. 2014-09-12 17:07:43 +01:00
Alex Pott c78a5c29d9 Issue #1854284 by Berdir, mikeryan | Dave Reid: Fixed Path aliases are no longer arrays and cannot pass additional data to path hooks. 2014-09-12 15:46:40 +01:00
Alex Pott 304d50a71a Issue #2330279 by znerol: Fixed When operating in mixed mode SSL: data from anonymous non-HTTP session is still available after login. 2014-09-12 13:19:49 +01:00
Alex Pott d76697cd33 Issue #1182850 by xjm, Stefan Lehmann, jmcintyre, Bojhan: Remove full stops at the end of checkbox options. 2014-09-12 12:32:10 +01:00
Alex Pott 86922ace3f Issue #2330363 by dawehner: Enhance the controller resolver to get a route match class. 2014-09-12 11:43:29 +01:00
Alex Pott bfe397f9f9 Issue #2324365 by jhodgdon: DisplayVariant plugin class needs more info added. 2014-09-12 11:27:18 +01:00
webchick dbed0b48cd Issue #2335659 by tim.plunkett, dawehner, effulgentsia, sun: Remove FormState ArrayAccess usage from core. 2014-09-11 23:41:27 -07:00
Alex Pott 949cb6313b Issue #2336405 by tim.plunkett: Fixed Follow-up: FormStateInterface::getGroups() should return by reference. 2014-09-11 00:46:36 +01:00
Jennifer Hodgdon 1f380d8853 Issue #2334405 by almaudoh, drunken monkey: Clean up documentation links to functions moved to render element classes 2014-09-10 14:56:14 -07:00
Alex Pott 840cd4c885 Issue #2318281 by tim.plunkett, dawehner | kim.pepper: Provide a standard way to check a plugin is an instance of the required interface. 2014-09-10 12:58:56 +01:00
Alex Pott 67c8a34c07 Issue #2107427 by penyaskito, dclavain, Gábor Hojtsy, mashermike, Aron Novak, YesCT, szato, Wim Leers, mikispeed, vijaycs85: Fixed Regression: Language names should display in their native names in the language switcher block. 2014-09-10 12:02:58 +01:00
Nathaniel Catchpole f98fd49d73 Issue #2332427 by neclimdul: Fixed APCUBackend makes incorrect assumptions about apc_fetch return type. 2014-09-10 10:29:25 +01:00
Alex Pott ee6ddbe8ac Issue #2332389 by tim.plunkett: Finish adding methods to FormStateInterface. 2014-09-10 09:53:11 +01:00
Alex Pott fe85f9be3c Issue #2320157 by moshe weitzman, Wim Leers, penyaskito, tim.plunkett: Generate placeholder content for Field types. 2014-09-09 22:15:21 +01:00
Alex Pott 0a12d85e1c Issue #2256257 by znerol, cosmicdreams | YesCT: Move token seed in SessionManager in isSessionObsolete() and regenerate() to the MetadataBag. 2014-09-09 20:03:13 +01:00
Alex Pott 0acde173af Issue #1949204 by moshe weitzman | RobLoach: Remove path_inc and menu_inc Settings. 2014-09-09 17:20:21 +01:00
Alex Pott cff05b2e53 Issue #1898478 by joelpittet, Cottser, lokapujya, m1r1k, jstoller, er.pushpinderrana, duellj, organicwire, jessebeach, idflood, Jalandhar, Risse, derheap, galooph, mike.roberts, tlattimore, nadavoid, LinL, steveoliver, chakrapani, likin, killerpoke, EVIIILJ, vlad.dancer, podarok, m86 | c4rl: Menu.inc - Convert theme_ functions to Twig. 2014-09-09 17:12:26 +01:00
Alex Pott ce8dcd40d1 Issue #2321745 by larowlan, tim.plunkett: Add #type => 'path' that accepts path but optionally stores URL object or route name and parameters. 2014-09-09 16:26:50 +01:00
Alex Pott 9617c20364 Issue #2319171 by andypost, swentel | yched: Move entity_invoke_bundle_hook() to EntityManager. 2014-09-09 16:10:42 +01:00
Alex Pott 078f09a588 Issue #2332989 by Cottser: Fixed Twig trans tag debug is still hooked up to Settings. 2014-09-09 15:11:04 +01:00
Alex Pott 055aac105d Issue #2332577 by Berdir: Remove EntityDatabaseStorage. 2014-09-09 14:27:04 +01:00
Alex Pott e4750a75ad Issue #2330943 by herom: Remove mention of hook_date_format_types() in docs. 2014-09-09 14:22:57 +01:00
Nathaniel Catchpole 4c8576c3f0 Issue #2022875 by Berdir, alexpott, Xano, swentel, tim.plunkett, vladan.me: Resolve difference between submitForm(), submit(), and save() in EntityFormController. 2014-09-09 14:01:03 +01:00
Alex Pott b55880f89a Issue #2149257 by lokapujya, krlucas, kay_v | scor: Support RDFa output in number field formatter. 2014-09-09 12:25:34 +01:00
Nathaniel Catchpole 2d6516afec Issue #2288123 by Berdir, dawehner: Fixed Basic authentication broken for non-english sites. 2014-09-09 11:34:38 +01:00
Alex Pott e3e03023f0 Issue #474004 by mdrummond, kim.pepper, Wim Leers, jibran, tim.plunkett, joachim | JohnAlbin: Add options to system menu block so primary and secondary menus can be blocks rather than variables. 2014-09-09 10:18:49 +01:00
Alex Pott 4697eb9ca5 Issue #2330731 by Sutharsan: Fixed Attribute::addClass() adds empty class. 2014-09-09 00:01:02 +01:00
Alex Pott 2b0be1d8b7 Issue #2226493 by Berdir, Wim Leers, m1r1k, mr.baileys, andypost, scor, cbr, joelpittet: Apply formatters and widgets to Node base fields. 2014-09-08 22:00:57 +01:00
webchick 946aee4fab Issue #2031301 by andypost, Cottser, xjm, mark.labrecque, mariacha1, joelpittet, robynlgreen, danquah, trogels, Eric_A, thedavidmeister, jenlampton: Replace theme_more_link() and replace with #type 'more_link'. 2014-09-08 11:05:43 -07:00
webchick 9cd14f7b2c Issue #2328785 follow-up by andypost: Fix docs. 2014-09-08 10:15:18 -07:00
webchick a2facd2f1b Issue #2333353 by ashutoshsngh: Remove usage of form_get_errors(). 2014-09-08 09:01:19 -07:00
webchick 7a9f3fbf80 Issue #2142441 by Garrett Albright: Fixed CSS aggregator prepends data: URLs with paths. 2014-09-08 08:52:46 -07:00
Nathaniel Catchpole 12feabd38c Issue #2330929 by znerol: Remove the request from parameter converters. 2014-09-08 14:20:21 +01:00
Nathaniel Catchpole 71d247919f Issue #2330091 by plach: Rename ContentEntityDatabaseStorage to SqlContentEntityStorage. 2014-09-08 13:12:45 +01:00
Nathaniel Catchpole edafea1f78 Issue #2332739 by YesCT, alexpott: Remove SortArray::sortByWeightAndTitle. 2014-09-08 11:39:01 +01:00
Alex Pott 34246f4373 Issue #2096703 by mondrake, tim.plunkett | tstoeckler: Image toolkits should use PluginFormInterface and ContainerFactoryPluginInterface. 2014-09-08 11:27:18 +01:00
Alex Pott 6d8b0b81d3 Issue #2321393 by damiankloip, undertext: Fixed Unable to pass function name to '_content' property of the route. 2014-09-08 11:21:55 +01:00
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
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
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 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
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
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