Commit Graph

19353 Commits (ae9f336ed3184625e95f8f33b71f7baa07f1c395)

Author SHA1 Message Date
catch bbcf047060 Issue #611294 by swentel, tsphethean: Refine permissions for Field UI. 2013-01-17 21:37:31 +00:00
catch 5ff1cee383 Issue #1029060 by plopesc, Kars-T: Should allowed options for list fields trim() the strings?. 2013-01-17 21:25:57 +00:00
catch 3af2941e48 Issue #1889244 by klausi: Fixed Remove JSON-LD encoder array as there is only one JSON-LD encoder. 2013-01-17 21:24:05 +00:00
catch 4aaa725268 Issue #1854874 by damiankloip: Add serializer support for XML. 2013-01-17 21:22:08 +00:00
catch 6ffd8c0940 Issue #1810816 by dawehner, damiankloip, fastangel: Fixed Link options for displayPluginBase is still using the display on the storage. 2013-01-17 21:12:38 +00:00
webchick d4f596b220 Issue #1819760 by damiankloip, fastangel, linclark, dawehner: Added a REST export display plugin and serializer integration. 2013-01-17 12:37:14 -08:00
Dries 0cd4bf71b9 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2013-01-17 15:26:06 -05:00
Dries 192986c697 Issue #1446956 by timmillwood, iamEAP: Remove the accesslog from statistics. 2013-01-17 15:24:40 -05:00
webchick b58484d0ca Issue #1891324 by alexpott, chx: Minimal lost its blocks. 2013-01-17 12:01:13 -08:00
webchick 4fff39498a Issue #1832872 follow-up by dawehner: Fixed JS bug in Views UI. 2013-01-17 11:59:05 -08:00
webchick 5e63f15e35 Issue #1867096 by linclark, scor: Rewrite RdfaMarkupTest to parse RDFa. 2013-01-17 11:58:08 -08:00
Dries 9e565e584c Issue #1878344 by quicksketch, sun: added CKEditor JS library to core. 2013-01-17 11:52:36 -05:00
catch a20c323eb3 Issue #1831802 by znerol: Fixed Allow implementors of hook_search_admin() to add #submit on the form. 2013-01-17 10:01:22 +00:00
catch 27743bd8ca Issue #1788060 by BarisW, swentel: Fixed Translatable string <Hidden> cannot imported if translated. 2013-01-17 09:43:55 +00:00
catch 5225d82aa0 Issue #1886812 by kiamlaluno: Fixed theme_form_element() initialize a variable that is never used. 2013-01-17 09:41:01 +00:00
catch 1fdb3eea36 Issue #1884176 by dawehner, damiankloip: Fixed Exposed form ajax does not work. 2013-01-17 09:40:15 +00:00
webchick a0529f5004 Issue #1856178 by swentel, sun, ry5n: '#group' Form API property only works with <details> elements. 2013-01-17 00:06:42 -08:00
Larry Garfield a6b80d6583 Docs improvements and remove unnecessary "use" statements. 2013-01-17 00:11:34 -06:00
Larry Garfield f5769e0acf Move routing services to their own utility method for tidiness. 2013-01-16 23:57:25 -06:00
Larry Garfield ef577f3931 Various minor documentation cleanups. 2013-01-16 23:57:25 -06:00
Larry Garfield a16eecd307 Small cleanups per reviews. 2013-01-16 23:57:25 -06:00
Larry Garfield 435f48428e Add an alias-capable UrlGenerator and use that in Drupal. 2013-01-16 23:57:25 -06:00
Larry Garfield 229dde1d9f Remove workaround in NullGenerator. 2013-01-16 23:57:25 -06:00
Larry Garfield 765b50b5f4 Tweak REST module tests to account for quirks of the new matcher's ordering. 2013-01-16 23:57:25 -06:00
Larry Garfield 811bf09c11 Use the new router first, then the legacy router. 2013-01-16 23:57:25 -06:00
Larry Garfield 4feeb0dce4 Explicitly ignore legacy routes that are defined as not used when matching. 2013-01-16 23:57:25 -06:00
Larry Garfield f2b8e20c57 Correct service tag name. 2013-01-16 23:57:25 -06:00
Larry Garfield 3319584a06 Wire up route filters by tag in the container. 2013-01-16 23:57:24 -06:00
Larry Garfield b0a1269f6c Documentation improvements. 2013-01-16 23:57:24 -06:00
Larry Garfield dcac21ebe8 Remove more now-unused code. 2013-01-16 23:57:24 -06:00
Larry Garfield 6f83335fc6 Convert MimeTypeMatcher into a RouteFilter, not a PartialMatcher. 2013-01-16 23:57:24 -06:00
Larry Garfield 3b03b7207f Remove now-redundant NestedMatcher-based code. 2013-01-16 23:57:24 -06:00
Larry Garfield 06ad3b5e76 Configure the new routing system in the DIC so that all requests route through it. 2013-01-16 23:57:24 -06:00
Larry Garfield c864ab6cfb Merge the Symfony and Drupal route compilers so that we only need to keep track of one. The Drupal compiler now returns a compiled object that contains all of the Symfony information as well. 2013-01-16 23:57:24 -06:00
Larry Garfield 54740be85c Prefix with a leading /. 2013-01-16 23:57:24 -06:00
Larry Garfield 35230f21ec Our UrlMatcher has no need for the constructor parameters, so eliminate them entirely to simplify matters. 2013-01-16 23:57:24 -06:00
Larry Garfield ed9c2a50f5 Make NullGenerator fail gracefully, since we can't yet avoid it being called at all. 2013-01-16 23:57:24 -06:00
Larry Garfield 99e068c486 Configure the legacy matcher together with a null generator to form a legacy router, which can be included in the Chain Router. 2013-01-16 23:57:24 -06:00
Larry Garfield b3e0af846d Add a Null Generator implementation. 2013-01-16 23:57:24 -06:00
Larry Garfield 67cf57fde9 Assemble the new router in the DIC. 2013-01-16 23:57:24 -06:00
Larry Garfield 83c95d7c62 Add a Drupal-overriding UrlMatcher Final Matcher. 2013-01-16 23:57:24 -06:00
Larry Garfield 960f926ebe Add a route provider object, based off of the old PathMatcher. 2013-01-16 23:57:24 -06:00
webchick 6baf46137f Issue #1841896 by TravisCarden: Fixed file permissions in core/misc/ui/themes/base/images/. 2013-01-16 21:16:37 -08:00
webchick bd4bd8e5e8 Issue #1888744 by nick_schuch: Fixed text.module missing text_library_info() - does not explicitly declare js dependencies. 2013-01-16 21:10:56 -08:00
webchick 3422b7b5d0 Issue #1873574 by David_Rothstein: Fixed Cron URL on status report page is no longer an absolute URL. 2013-01-16 21:09:51 -08:00
webchick d9e12a26cc Issue #1890762 by nick_schuch: Fixed Update exception message 'Value is no valid entity.'. 2013-01-16 21:08:27 -08:00
webchick e6892cd516 Issue #1889376 by Wim Leers, grisendo: Fixed Field label not sanitized. 2013-01-16 20:50:42 -08:00
webchick e5e3445021 Revert "Issue #1875948 by chx, fabpot: set sensible default values for Kernel default directories."
The 700 directory permissions are breaking Drush. Temporarily rolling back while we figure that out.

This reverts commit 595459b327.
2013-01-16 20:41:11 -08:00
webchick 91479f4278 Issue #1885644 by andypost, tim.plunkett: Fixed ImageStyle::uri() is broken and has no coverage. 2013-01-16 20:35:08 -08:00
webchick 34453e5e0c Issue #1871696 by tim.plunkett, xjm, sun, msonnabaum, EclipseGc: Convert block instances to configuration entities to resolve architectural issues. 2013-01-16 20:03:30 -08:00