Commit Graph

372 Commits (dc11fb9a368669c1b95d8ef0f23b747fc9954043)

Author SHA1 Message Date
Alex Pott 18ddb0044c Issue #2315807 by tim.plunkett: Remove support for path-based form redirects. 2014-08-07 21:43:27 +01:00
Alex Pott 9eac446013 Issue #1676910 by cs_shadow, penyaskito, lokeoke | xjm: Rename randomName() to randomMachineName(). 2014-08-06 09:50:23 +01:00
Alex Pott 627a719a7f Issue #2189661 by tim.plunkett: Replace $form_state['redirect_route'] with setRedirect(). 2014-08-06 09:05:02 +01:00
Alex Pott 8f04acbb77 Issue #2309221 by mikey_p: Drupal\Core\Datetime\Date should be renamed to DateFormatter. 2014-08-05 11:39:21 +01:00
webchick a115d7cc03 Issue #2310371 by dawehner: Replace Views::getApplicableViews('uses_hook_menu') with Views::getApplicableViews('uses_menu_links'). 2014-08-04 09:27:46 -07:00
Alex Pott 769ab39e01 Issue #2307629 by olli | jhodgdon: Fixed Views UI "Add" dialog - Submit pops you back to same dialog. 2014-08-04 12:56:23 +01:00
Alex Pott 5f4bbab95c Issue #2313823 by tim.plunkett, martin107: Use FormStateInterface for all typehints. 2014-08-04 12:21:15 +01:00
Alex Pott 2896f4a861 Issue #2207695 by Manuel Garcia, LewisNyman, pakmanlh, mitsuroseba, Sam152: Expand the throbber API to include a 'full screen' option. 2014-08-04 11:51:12 +01:00
Alex Pott 537457b512 Issue #2308821 by tim.plunkett: Replace FormErrorInterface with $form_state->setErrorByName() and $form_state->setError(). 2014-08-04 11:19:36 +01:00
Alex Pott 76608ff7d4 Issue #2289999 by dawehner, Cottser | Fabianx: Add an easy way to create HTML on the fly without having to create a theme function / template. 2014-08-03 23:45:41 +01:00
Dries fc5e111aca Issue #2225353 by tim.plunkett: Convert to an object and provide methods like setError(). 2014-07-30 20:50:42 -04:00
Alex Pott b01522995b Issue #2309137 by longwave, sqndr | LewisNyman: Remove quotes from all background-image: url() properties. 2014-07-29 11:01:33 +01:00
Alex Pott 0d99a0ca07 Issue #2304399 by er.pushpinderrana, undertext | samuel.mortenson: Fixed "class" attribute in drupal_render should be an array. 2014-07-28 22:30:41 +01:00
Alex Pott 59c3c9757c Issue #2305023 by dawehner: Fixed Rename getCancelRoute to getCancelUrl. 2014-07-25 15:44:31 +01:00
Alex Pott 5783e08f16 Issue #2149197 by penyaskito, mikey_p, vijaycs85, herom: Replace format_interval with \Drupal::service('date')->formatInterval(). 2014-07-24 15:54:28 +01:00
Alex Pott 6fb3b61f36 Issue #2307231 by olli | Charles Belov: Fixed Deleted views display not struck through. 2014-07-23 16:42:29 +01:00
Alex Pott 77b61671ca Issue #2305807 by amitgoyal, olli | jhodgdon: Fixed Clicking "Add" filter and then canceling dialog results in "You have unsaved changes.". 2014-07-22 21:17:28 +01:00
Nathaniel Catchpole d526f0de4e Issue #2212081 by dawehner: Remove views optional handler handling. 2014-07-22 10:27:41 +01:00
Nathaniel Catchpole a57630c83d Issue #2287727 by yched, swentel, alexpott: Rename Field[instance]Config classes and entity types (again). 2014-07-18 19:56:27 +01:00
Alex Pott 87e675f09b Issue #1825952 by Fabianx, joelpittet, bdragon, heddn, chx, xjm, pwolanin, mikey_p, ti2m, bfr, dags, cilefen, scor, mgifford: Turn on twig autoescape by default 2014-07-18 10:05:22 +01:00
Alex Pott b560f348bd Issue #2303605 by cilefen: Rename *.menu_links.yml to *.links.menu.yml files to improve DX. 2014-07-16 23:39:40 +01:00
Alex Pott fc939d4e6c Issue #2268761 by tim.plunkett: Remove support for function-based forms. 2014-07-16 23:26:38 +01:00
Alex Pott f2b6aa7a75 Issue #2291137 by cilefen | webchick: Rename various *links.yml files to improve DX. 2014-07-15 12:29:14 +01:00
Nathaniel Catchpole 02a32e3ff5 Issue #2284103 by alexpott, fabpot, damiankloip, Xano, Xen, Berdir: Fixed Remove the request from the container. 2014-07-14 15:58:53 +01:00
Alex Pott 40723e192e Issue #2302511 by Elijah Lynn: (optional) improvements in docblock for Drupal.viewsUi.FormFieldFiller in views-admin.js. 2014-07-14 10:17:54 +01:00
webchick 808eb743c8 Issue #2301953 by er.pushpinderrana | scor: Fixed Update 'element-invisible' and 'element-hidden' to valid Drupal 8 CSS classes. 2014-07-13 13:29:09 -07:00
Alex Pott 3c30539329 Issue #2208893 by ngocketit, longwave: Remove unused functions from Views. 2014-07-13 10:32:02 +01:00
webchick 883577b673 Issue #2286923 by cs_shadow, alayham: Fixed views_ui dropbuttons are not RTL friendly. 2014-07-11 22:46:25 -07:00
webchick 30c2afed20 Issue #697760 by sun: Replace getInfo() in tests with native phpDoc + annotations (following PHPUnit). 2014-07-10 20:50:37 -07:00
Alex Pott 4f8cf7086f Issue #2287381 by alayham: Fixed views_ui dropbuttons display is not RTL friendly. 2014-07-10 10:51:34 +01:00
webchick 090d1b3e7e Issue #2294771 by tim.plunkett | anavarre: Fixed Add views display always defaults to attachment. 2014-07-08 14:47:10 -07:00
Alex Pott fea90901e1 Issue #2293825 by sun: Fixed Various test classes do not have a "Test" suffix. 2014-07-07 17:06:42 +01:00
webchick 9c16305b36 Issue #2212283 by nod_: Auto-format JS files. 2014-07-02 11:48:06 -07:00
webchick 94e0188a10 Issue #2294129 by xjm, tim.plunkett: Switch hook_help() to use RouteMatch instead of Request. 2014-06-29 20:33:08 -07:00
webchick 1a993dbb84 Issue #2288185 by typhonius: Fixed Typos around the codebase for OPML. 2014-06-26 23:48:18 -07:00
Nathaniel Catchpole 5e58da00e6 Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel. 2014-06-26 11:47:01 +01:00
Nathaniel Catchpole 0f752ca609 Issue #1906810 by dawehner, damiankloip, tstoeckler, kgoel, fubhy, jrglasgow, xjm, Gaelan, socketwench: Require type hints for automatic entity upcasting. 2014-06-20 18:38:26 +01:00
Nathaniel Catchpole a4d7fad2ae Revert "Issue #1906810 by dawehner, damiankloip, tstoeckler, kgoel, fubhy, jrglasgow, xjm, Gaelan, socketwench: Require type hints for automatic entity upcasting."
This reverts commit c9e73f7def.
2014-06-20 18:38:00 +01:00
Nathaniel Catchpole c9e73f7def Issue #1906810 by dawehner, damiankloip, tstoeckler, kgoel, fubhy, jrglasgow, xjm, Gaelan, socketwench: Require type hints for automatic entity upcasting. 2014-06-20 13:21:57 +01:00
webchick 1228438e65 Issue #2278541 by tim.plunkett, kim.pepper, Bojhan, EclipseGc: Refactor block visibility to use condition plugins. 2014-06-17 10:53:40 -07:00
Alex Pott 8fd6225e30 Issue #2282477 by tim.plunkett: Fixed ViewListBuilder::getDisplaysList() does not handle empty admin strings. 2014-06-11 23:34:42 +01:00
Nathaniel Catchpole 4f086d1f7e Issue #2252743 by amitgoyal, er.pushpinderrana, jonreid, lexfunk: Rename 'clone' to 'duplicate' for displays in Views UI. 2014-06-11 11:35:46 +01:00
webchick 49a900460d Issue #2246665 by jaredsmith, martin107, YesCT, filijonka, tstoeckler: Typehint with Drupal\Core\Language\LanguageInterface instead Drupal\Core\Language\Language. 2014-06-10 09:53:32 -07:00
Alex Pott 22b7b7e903 Issue #2113911 by LewisNyman, Manuel Garcia, longwave, nod_, Rajendar Reddy, pakmanlh, olemedia, rteijeiro: Modal style update. 2014-06-08 18:30:42 -05:00
Alex Pott 94d95e5b4d Issue #2154957 by ParisLiakos, xjm: Add OPML functionality to views. 2014-06-08 18:22:25 -05:00
Nathaniel Catchpole 0a7f5b8443 Issue #2244447 by alexpott, sun, Berdir: Translation of low-level info/annotations leads to circular dependencies. 2014-06-07 11:24:02 +01:00
Alex Pott c42dc37658 Issue #2276439 by clintrandall777@gmail.com, tim.plunkett: Remove obsolete method implementations from ViewUI. 2014-06-06 16:31:49 -05:00
Alex Pott 6d2ce628bc Revert "Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel."
This reverts commit cda051c425.
2014-06-05 12:53:24 -05:00
Nathaniel Catchpole cda051c425 Issue #2016629 by larowlan, neclimdul, sun, alexpott, jibran, ParisLiakos, donquixote, effulgentsia, msonnabaum: Refactor bootstrap to better utilize the kernel. 2014-06-05 11:30:04 +01:00
Nathaniel Catchpole 3bbaaa9b39 Issue #2116341 by fago, tim.plunkett: Apply defaults to definition objects. 2014-06-05 11:27:09 +01:00