Commit Graph

329 Commits (c1450062c8a5daa00f400dfa729f248972c25656)

Author SHA1 Message Date
Alex Pott 588e6783d2 Issue #2146733 by andypost, chx, InternetDevels, bohart: Select queries should not use rowCount() to calculate number of rows. 2013-12-27 11:23:31 +00:00
catch c049f3f1d6 Issue #2005644 by Wim Leers, damiankloip, beejeebus, amateescu: Use client-side cache tags & caching to eliminate 1 HTTP requests/page for in-place editing metadata, introduce drupalSettings.user.permissionsHash. 2013-12-22 21:58:10 +00:00
catch 3e27ebdea5 Issue #1786490 by Berdir, amateescu, damiankloip, Wim Leers, dawehner: Add caching to the state system. 2013-12-12 00:00:09 +00:00
Nathaniel Catchpole 51560a3a04 Revert "Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system."
This reverts commit 8ec847cc7c.
2013-12-11 14:37:58 +00:00
Nathaniel Catchpole 8ec847cc7c Issue #1786490 by Berdir, amateescu, damiankloip, dawehner: Add caching to the state system. 2013-12-11 12:00:10 +00:00
webchick d370d5f6cf Issue #2048379 by Xen, andypost, niko-: Multilingual first time admin/config exception Field 'uri' doesn't have a default value into {locale_file}. 2013-12-10 22:42:54 -08:00
webchick da7d7a95e2 Issue #2143093 by vijaycs85, Gábor Hojtsy | ti2m: Remove translation update for uninstalled modules and themes. 2013-12-10 22:25:43 -08:00
Nathaniel Catchpole 0375b2cd63 Issue #2119045 by borisbaldinger: Unused variable in LocaleUpdateBase class. 2013-12-10 14:07:40 +00:00
Alex Pott 560e5afd66 Issue #2145007 by tim.plunkett, h3rj4n: Convert form_set_error() in FormBase classes to use FormErrorInterface. 2013-12-10 00:45:01 +00:00
Nathaniel Catchpole e8c263c4a5 Issue #2112239 by amateescu: Convert base field and property definitions. 2013-12-06 10:56:29 +00:00
Jennifer Hodgdon 80fbd33d97 Issue #2145077 by TR, longwave: Fix about a zillion spelling errors, mostly in comments 2013-12-03 07:54:20 -08:00
Nathaniel Catchpole 72a600a198 Issue #2080527 by chertzog: Remove Unused local variable $base_url from /core/modules/locale/lib/Drupal/locale/Tests/LocaleContentTest.php. 2013-12-03 13:36:13 +00:00
webchick beee5c272a Issue #2003812 by jsbalsera, Xano, mducharme, NonProfit, shixish | dagmita: Reorder element under configuration => Regional and language. 2013-11-28 00:55:52 -08:00
webchick 063b5cd333 Issue #2143933 by tim.plunkett, pwolanin, dawehner: Add _title and _title_callback to all routes. 2013-11-27 23:44:52 -08:00
webchick 9bcaedec15 Issue #2047229 by fago, smiletrl, Berdir, effulgentsia, amateescu: Make use of classes for entity field and data definitions. 2013-11-27 13:55:54 -08:00
webchick a83becbdea Issue #1255696 by dagmar, lslinnet, swentel, jenlampton, sun: Move field type modules into separate 'Field type' package. 2013-11-24 13:29:58 -08:00
webchick df1a669b77 Issue #2131851 by tim.plunkett: Form errors must be specific to a form and not a global. 2013-11-23 12:57:04 -08:00
webchick 744309f9f2 Issue #2125253 by tim.plunkett: Convert ()['redirect'] to ()['redirect_route()']. 2013-11-13 21:31:49 -08:00
Nathaniel Catchpole c543ca71ff Issue #2019055 by plach, fago, berdir, yched, Gábor Hojtsy, kfritsche, jibran: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:44:42 +00:00
Nathaniel Catchpole 38fdf67298 Revert "Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback."
This reverts commit 46942cd373.
2013-11-06 14:44:17 +00:00
Nathaniel Catchpole 46942cd373 Issue #2019055 by plach, fago, kfritsche: Switch from field-level language fallback to entity-level language fallback. 2013-11-06 14:39:07 +00:00
webchick a145652886 Issue #2098089 by penyaskito, Schnitzel, tim.plunkett, YesCT, EllaTheHarpy, Gábor Hojtsy: Fixed Date formats cannot be translated (the core UIs are useless). 2013-10-29 14:29:39 -07:00
webchick d3e4632ad7 Issue #2121953 by TR: Fixed Use existing $config variable instead of Drupal::config(). 2013-10-29 13:44:27 -07:00
Alex Pott 270708d58a Issue #2102125 followup by tim.plunkett, Gábor Hojtsy: Big Local Task Conversion. 2013-10-25 10:16:02 -07:00
Nathaniel Catchpole 516affdf43 Issue #2102125 by dawehner, tim.plunkett, neclimdul, pwolanin, YesCT, damiankloip, Tim Bozeman: Big Local Task Conversion. 2013-10-24 13:04:38 +01:00
webchick 9b8d32396b Issue #2112711 by tim.plunkett: Provide an easier mechanism for using drupal_get_form() directly. 2013-10-17 21:26:38 -07:00
Alex Pott b201c0546c Issue #2111209 by Xano: Fixed Rename FormInterface::getFormID() to FormInterface::getFormId(). 2013-10-16 13:37:27 +01:00
Nathaniel Catchpole 24f3e119dd Issue #2047227 by StephaneQ, SeanKelly, richardj: Update templates to leverage support for the Twig {% trans %} tag extension. 2013-10-16 12:10:59 +01:00
Jennifer Hodgdon fa841b8092 Issue #2105065 by tim.plunkett, dawehner: Standards cleanup for null and other types in API docs 2013-10-15 09:48:37 -07:00
webchick 7e0cb37d84 Issue #2080459 by mrsinguyen: Remove Unused local variable () from /core/modules/locale/locale.install. 2013-10-14 22:00:09 -07:00
Nathaniel Catchpole cc36f2cabc Issue #2099541 by stefan.r, Schnitzel, Gábor Hojtsy: Fixed ConfigEntities should not load the Entity translated on Edit Forms. 2013-10-13 13:03:10 +01:00
Nathaniel Catchpole fd6f4ff917 Issue #1998088 by ParisLiakos, alexpott, ebrowet, plopesc, dawehner, Gábor Hojtsy: Convert locale_translate_english variable to CMI. 2013-10-11 14:13:43 +01:00
webchick cb8406205d Issue #1827038 by japicoder, Albert Volkman, dawehner, vijaycs85, penyaskito, tim.plunkett, catch: Remove stale references to language_content_type() variable. 2013-10-10 07:48:20 -07:00
webchick 5dd5b0c9b1 Issue #2061923 by likin, sergeypavlenko, pfrenssen, joelpittet: Remove calls to deprecated global in locale module. 2013-10-08 22:10:42 -07:00
webchick ae7c20c7b5 Issue #2106459 by chx: Fixed core config has everything as string. 2013-10-07 17:32:28 -07:00
Jennifer Hodgdon f4c5be06a4 Issue #1969256 by zhuber, ronan.orb: Replace stdClass with object in param docs, as per standards 2013-10-04 06:24:54 -07:00
webchick 4f59f9746f Issue #2049207 by dlu, blakehall, janstoeckler, ramlev, Moderate | Cottser: Replace .tpl.php with .html.twig in documentation. 2013-10-03 15:08:29 -07:00
webchick 3b39053d01 Issue #2098697 by tstoeckler, sxnc, Gábor Hojtsy: Provide a LocaleConfigManager::hasTranslation(). 2013-10-03 08:15:13 -07:00
Alex Pott 3cee107ce5 Issue #2100329 by cosmicdreams: Use \Drupal instead of Drupal to make IDEs and static code analyse tools happy. 2013-10-03 12:26:25 +01:00
Alex Pott a34cb25102 Issue #2002650 by mrsinguyen, chertzog, legolasbo, Erik Erskine, rhm50, sandergo90, grisendo, targoo, janstoeckler, maximpodorov, beowulf1416: Improve maintainability by removing unused local variables. 2013-10-02 14:52:21 +01:00
Alex Pott fb007a52ac Issue #2080655 by chertzog: Remove Unused local variable from /core/modules/locale/lib/Drupal/locale/Tests/LocaleConfigTranslationTest.php. 2013-09-29 13:42:26 +02:00
webchick bb29548d19 Issue #1793648 by nod_, kmox83, droplet, rteijeiro: Follow-up: replace all occurence of Drupal.settings with drupalSettings. 2013-09-22 01:39:42 +02:00
webchick bb92523035 Issue #2094797 by dawehner, Gábor Hojtsy, webflo: Fixed Config entities upcast from the request always get default language context. 2013-09-22 00:03:20 +02:00
Alex Pott 523c8b6cb0 Issue #2089671 by disasm, tim.plunkett: Convert non-test form callbacks to new form controller. 2013-09-21 13:42:43 +02:00
Dries 65b155d9c2 Issue #1199946 by alexpott, fubhy, bojanz, steinmb, chx, catch: Fixed Disabled modules are broken beyond repair so the 'disable' functionality needs to be removed. 2013-09-19 18:22:53 +02:00
webchick 4b7a30edd0 Issue #2089627 by tim.plunkett: Move \Drupal\system\SystemConfigFormBase to \Drupal\Core\Form\ConfigFormBase. 2013-09-16 08:43:28 -07:00
Nathaniel Catchpole 3a7bfeac10 Issue #1983554 by plach, effulgentsia, Berdir: Remove BC-mode from EntityNG . 2013-09-16 12:28:20 +01:00
webchick 8347b04c34 Issue #2051097 follow-up by tim.plunkett: Remove silly spacing errors. 2013-09-15 22:06:19 -07:00
webchick 7cfa38d01a Issue #2051097 by dawehner, Manuel Garcia, tlattimore, neclimdul: Change 'pattern' to 'path' in *.routing.yml files. 2013-09-15 21:47:28 -07:00
webchick 874690a37b Issue #1614186 by RobLoach, tim.plunkett, msonnabaum, Crell, jhodgdon, Niklas Fiekas: Update coding standards for using 'native' PHP classes like stdClass in namespaced code. 2013-09-15 21:02:23 -07:00