Commit Graph

325 Commits (5fdcfc74d6d0bcd6b69ff0b079135514ef69742c)

Author SHA1 Message Date
Alex Pott e01fb4e948 Issue #2346323 by webflo: Fixed Set default language during installation. 2014-09-28 22:44:40 +02:00
webchick 035393d8c2 Issue #2336743 by webflo, penyaskito, YesCT, Gábor Hojtsy: Fixed When more than one language is added in the profile, the installer ignores those. 2014-09-28 05:03:05 -07:00
Nathaniel Catchpole 03aa67036e Issue #2343607 by alexpott, dawehner: Cleanup UrlGenerator. 2014-09-24 15:38:10 +01: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
Nathaniel Catchpole 669ba7bb3e Issue #2319487 by tim.plunkett, Cottser, larowlan: Remove ajax.inc. 2014-09-22 12:42:26 +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 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
Jennifer Hodgdon 73c66d4dec Issue #2329703 by maximpodorov: Fix spelling in varous files 2014-09-18 07:21:39 -07:00
catch 21a11cf58f Issue #2336177 by alexpott, YesCT: Fixed ConfigurableLanguage cannot be created/removed directly, integrate language_save() and language_delete(). 2014-09-14 15:27:33 +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 ee6ddbe8ac Issue #2332389 by tim.plunkett: Finish adding methods to FormStateInterface. 2014-09-10 09:53:11 +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 bae17d1322 Issue #2333293 by ThomWilhelm: Fixed /sites/default/files/translations directory requirements messages during install. 2014-09-09 15:28:19 +01:00
Nathaniel Catchpole 6aeb7e9a32 Issue #2325197 by tstoeckler, sun: Remove drupal_classloader(). 2014-09-03 14:02:51 +01: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 4fb0f9d8fd Issue #2251113 by alexpott, damiankloip, Crell, Wim Leers, dawehner, sun: Use container parameters instead of settings. 2014-08-23 13:19:53 -07:00
Alex Pott 8196034a57 Issue #2316533 by tim.plunkett: Add getValue/setValue/hasValue and isValueEmpty to FormState. 2014-08-08 11:25:54 -05: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
Nathaniel Catchpole 050ce49fec Issue #2312671 by olli: Fixed Typo langauge. 2014-07-31 11:50:21 +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 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
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
Dries e45c1eade3 Issue #2239969 by znerol, alexpott, neclimdul, sun: Fixed session of (UI) test runner leaks into web tests. 2014-07-09 11:43:26 -04:00
Nathaniel Catchpole cebfd8ec54 Issue #2272987 by znerol, alexpott: Fixed Do not persist session manager. 2014-07-03 13:49:37 +01: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
Alex Pott fce11dd725 Issue #2285795 by Gábor Hojtsy: Fixed Drupal 8 loads alpha2 translations instead of alpha12. 2014-06-17 12:54:22 +01:00
Alex Pott 17ccb8b1da Issue #2240021 by BMDan, quartsize: Fixed Improve Installer REQUIREMENT_WARNING Messaging. 2014-06-09 18:00:31 -05:00
Alex Pott 9b821cd3fe Issue #2272201 by kim.pepper: Move drupal_match_path in path.inc to a service. 2014-06-08 17:13:36 -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
Alex Pott da026cf53c Issue #2116363 by Berdir, jessebeach | fago: Unified repository of field definitions (cache + API). 2014-05-15 12:26:18 -05:00
Alex Pott 902098c765 Issue #2249113 by tstoeckler, jessebeach: Use an entity save instead of db_insert() in user_install(). 2014-05-14 16:10:04 -05:00
Dries 2b9cec6dbe Issue #2176621 by sun, alexpott: Remove global . 2014-05-05 07:30:43 -04:00
webchick ace0879436 Issue #2240007 by sun, YesCT, mr.baileys | Gábor Hojtsy: Regression: early installer is not in RTL after selecting RTL language. 2014-05-04 09:52:12 -07:00
Alex Pott 8a56782390 Issue #2208475 by sun, Xano, Jalandhar, andrei.dincu: Move Settings into Drupal\Core\Site\Settings. 2014-04-25 20:13:44 +01:00
Nathaniel Catchpole 9aeaf29f0f Issue #2247281 by sun, pwolanin: Installer checks wrong config storage to verify installation state. 2014-04-25 14:41:12 +01:00
Nathaniel Catchpole e866c4cfcf Issue #2201785 by sun, Berdir: Remove drupal_flush_all_caches() from installer. 2014-04-25 12:34:12 +01:00
webchick 16f07ea547 Issue #2245249 by tim.plunkett: Convert installer forms to FormInterface. 2014-04-22 21:03:50 -07:00
webchick 2c90c67c4e Issue #1067408 by alexpott, Jalandhar, jessebeach, Désiré, neetu morwani, dawehner, sun: Themes do not have an installation status. 2014-04-22 11:37:12 -07:00
webchick 1521f98cd9 Issue #2218039 by dawehner, sun: Render the maintenance/install page like any other HTML page. 2014-04-17 13:12:22 -07:00
Nathaniel Catchpole 17561142cb Issue #2221695 by brantwynn, ianthomas_uk, grom358, ParisLiakos, Jalandhar: Remove uses of deprecated URL functions. 2014-04-16 16:05:41 +01:00
Dries abc7e15fa6 Issue #2161591 by pwolanin, beejeebus, sun: Change default active config from file storage to DB storage. 2014-04-14 22:23:05 +02:00
webchick e84971c526 Issue #2210637 by damiankloip | Crell: Upgrade to Guzzle 4. 2014-04-11 10:58:24 -04:00
Alex Pott 12abe621e1 Issue #2228341 by sun, znerol, skipyT, ParisLiakos: Objectify session management functions + remove session.inc. 2014-04-10 13:30:54 -04:00
webchick 4f4b457d6b Revert "Issue #2218039 by sun, dawehner: Render the maintenance/install page like any other HTML page."
Broke update.php.

This reverts commit 10b0389066.
2014-04-03 21:41:54 -07:00
Alex Pott 10b0389066 Issue #2218039 by sun, dawehner: Render the maintenance/install page like any other HTML page. 2014-04-03 14:59:23 +01:00
Nathaniel Catchpole 7b392ea69e Issue #2229223 by sun: RequestStack is not persisted across kernel rebuilds. 2014-03-31 20:29:13 +01:00
catch 766586b804 Issue #2108623 by valthebald: Installing via the UI no longer logs in user 1 every time. 2014-03-30 13:50:57 +02:00
catch d43ffb1faa Issue #2169765 by philipz, Sutharsan, ckrina, c_lehel, LewisNyman: Redesign update.php to be more consistent with the installation process. 2014-03-26 13:26:11 +01:00