webchick
|
13928d366f
|
Issue #1921818 by chx: Modify drupal_rewrite_settings() to allow writing $settings values.
|
2013-03-09 19:09:03 -08:00 |
webchick
|
f9a068e55e
|
Issue #1875086 by Crell, plach, effulgentsia, sun, msonnabaum, Rob Loach, quicksketch, David_Rothstein: Change notice: Improve DX of drupal_container()->get().
|
2013-03-08 20:15:31 -08:00 |
Dries
|
6bf13bd87b
|
Issue #1793074 by cweagans, sun, chx: Convert .info files to YAML.
|
2013-03-06 17:51:39 -05:00 |
catch
|
0612c664da
|
Issue #1763640 by beejeebus, alexpott, Jose Reyero, c31ck, das-peter, YesCT, heyrocker, Gábor Hojtsy: Introduce config context to make original config and different overrides accessible.
|
2013-02-27 09:49:26 +00:00 |
webchick
|
b0e08e4280
|
Issue #1515312 by heyrocker, beejeebus, alexpott, xjm, realityloop, sun: Added snapshots of last loaded config for tracking whether config has changed.
|
2013-02-18 21:08:21 -08:00 |
Dries
|
466fac1e68
|
Issue #783812 by chx: Allow db drivers outside of 'core'.
|
2013-02-15 14:08:38 -05:00 |
catch
|
298db7a05b
|
Issue #1887046 by Sutharsan: Convert drupal_http_request() usage in install.core.inc to Guzzle.
|
2013-02-13 12:28:12 +00:00 |
Dries
|
4112202cb7
|
Issue #1881992 by mitron, karschsp: Remove () global.
|
2013-02-09 13:11:05 +11:00 |
webchick
|
167e70ba00
|
Issue #1496480 by mrf, disasm, kbasarab, pfrenssen, cam8001, typhonius, Letharion, ACF, vijaycs85, heyrocker, Berdir, alexpott: Convert file system settings to the new configuration system.
|
2013-02-08 15:36:06 -08:00 |
catch
|
5106e36c9c
|
Issue #1887046 by Sutharsan: Convert drupal_http_request() usage in install.core.inc to Guzzle.
|
2013-02-04 14:53:17 +00:00 |
Dries
|
1f5e126d29
|
Issue #1852104 by sun, nod_, Cottser, swentel: #type details: Remove #collapsible property.
|
2013-02-01 16:48:05 -05:00 |
Dries
|
3e478b0362
|
Issue #1899994 by katbailey, plach, YesCT: Disentangle language initialization from path resolution.
|
2013-02-01 15:29:29 -05:00 |
webchick
|
a1ce6942fa
|
Issue #1811216 by sebsebseb123, mgifford, David_Rothstein, falcon03: Fixed Missing labels for profile and language selectors.
|
2013-01-29 19:38:25 -08:00 |
webchick
|
5431503e0a
|
Issue #1889720 by YesCT, alexpott: Fixed drush does not like when Import translations automatically during installation passes () by ref.
|
2013-01-29 19:16:22 -08:00 |
catch
|
dcfdede780
|
Revert "Issue #1887046 by Sutharsan: Convert drupal_http_request() usage in install.core.inc to Guzzle."
This reverts commit bab6874e84 .
|
2013-01-28 22:00:02 +00:00 |
catch
|
bab6874e84
|
Issue #1887046 by Sutharsan: Convert drupal_http_request() usage in install.core.inc to Guzzle.
|
2013-01-28 13:47:44 +00:00 |
webchick
|
d65429656e
|
Issue #1885510 by YesCT, aspilicious: Fixed Can't install on some systems (like windows) due to folder permissions (executable check not needed).
|
2013-01-24 23:16:02 -08:00 |
catch
|
10ab47224d
|
Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class.
|
2013-01-21 19:21:34 +00:00 |
catch
|
2cf9e49ebc
|
Revert "Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class. Broke core tests after commit."
This reverts commit c80c3e18f1 .
|
2013-01-21 13:53:28 +00:00 |
catch
|
c80c3e18f1
|
Issue #1331486 by katbailey, chx, sun, beejeebus, amateescu: Move module_invoke_*() and friends to an Extensions class.
|
2013-01-21 11:02:01 +00:00 |
catch
|
d672d20367
|
Issue #1825450 by Berdir, znerol: Use lock service in lock().
|
2013-01-11 11:14:30 +00:00 |
webchick
|
159f3ce9d2
|
Issue #1848490 by YesCT, Sutharsan, Gábor Hojtsy, Bojhan: Added Import translations automatically during installation.
|
2013-01-10 10:31:23 -08:00 |
catch
|
f5d69718ee
|
Issue #1792536 by chx, Berdir, sun, David_Rothstein: Remove the install backend and stop catching exceptions in the default database cache backend.
|
2013-01-10 12:08:06 +00:00 |
catch
|
1f4c2cf30f
|
Issue #1833516 by Berdir, chx, catch, webchick: Add $settings for low-level configuration - move things out of .
|
2013-01-07 11:45:26 +00:00 |
webchick
|
c2fb90f953
|
Issue #1872640 by fabpot: Renamed the dispatcher service to event_dispatcher().
|
2012-12-26 10:20:15 -08:00 |
catch
|
ab200662bc
|
Issue #1858984 by berdir: Split system date formats from timezone settings.
|
2012-12-06 16:19:03 +00:00 |
catch
|
e96e573ce4
|
Revert "Revert the revert of Issue #1849004 by chx, xjm: One Service Container To Rule Them All. It was innocent after all."
This reverts commit a1638b87eb .
|
2012-11-29 20:55:21 +00:00 |
catch
|
a1638b87eb
|
Revert "Issue #1849004 by chx, xjm: One Service Container To Rule Them All."
This reverts commit 761ac67906 .
|
2012-11-29 20:41:30 +00:00 |
catch
|
761ac67906
|
Issue #1849004 by chx, xjm: One Service Container To Rule Them All.
|
2012-11-29 20:26:37 +00:00 |
webchick
|
be694ba944
|
Issue #1571632 by cosmicdreams, marcingy, justafish, chx, KarenS, aspilicious, disasm, swentel, dawehner, rvilar: Convert regional settings to configuration system.
|
2012-11-28 23:37:55 -08:00 |
webchick
|
d26e8a7d57
|
Issue #1168246 by sun, mgifford, Manuel Garcia, mbrett5062, ry5n, Everett Zufelt, nod_, aspilicious, deviantintegral, tim.plunkett: Freedom For Fieldsets! Long Live The DETAILS.
|
2012-11-26 23:07:37 -08:00 |
webchick
|
fe9978cc54
|
Issue #1805324 by Berdir: Fixed Installer does not verify readability of settings.php.
|
2012-11-26 14:21:53 -08:00 |
catch
|
553ed06a17
|
Issue #1784312 by chx, katbailey, msonnabaum, Fabianx: Stop doing so much pre-kernel bootstrapping.
|
2012-11-22 10:53:19 +00:00 |
catch
|
6f32687e54
|
Issue #1831350 by chx, sun: Break the circular dependency between bootstrap container and kernel.
|
2012-11-13 23:23:23 +00:00 |
catch
|
5516b946dc
|
Issue #1830148 by cspitzlay: Convert 'install_profile_modules()' variable to state.
|
2012-11-13 23:16:38 +00:00 |
catch
|
fc270c1fed
|
Issue #782672 by sun, David_Rothstein, jhedstrom, franz, Fabianx: Loosen the coupling between the user module and the installer/maintenance theme.
|
2012-11-11 23:52:37 +00:00 |
webchick
|
c004427719
|
Issue #1816124 by Berdir, Damien Tournoud, David_Rothstein, pwolanin, chx: Fixed installer PHP code execution issues from SA-CORE-2012-003 (and backport anything to 7.x-dev as necessary).
|
2012-11-06 01:11:05 -08:00 |
catch
|
ab459f8762
|
Issue #492720 by pivica, seutje, nod_, JamesAn, sun: Refactor system.js file and use Drupal form states and form ajax.
|
2012-11-04 21:32:20 +00:00 |
catch
|
3f48765271
|
Issue #1798732: Revert convert install_task() variable to use state system - breaks the installer.
|
2012-11-04 09:53:56 +00:00 |
catch
|
afc4b89945
|
Issue #1706064 by chx, katbailey, effulgentsia, podarok et al: Compile the Injection Container to disk.
|
2012-10-22 10:14:49 +01:00 |
webchick
|
adf0c6978b
|
Issue #1727430 by tedbow, webchick, amontero: Added 'exclusive' flag to install profiles to auto-select them during installation.
|
2012-10-19 00:49:18 -07:00 |
webchick
|
91fec4d2d7
|
Issue #1798732 by Dean Reilly, westie, alexpott: Convert install_task() variable to use state system.
|
2012-10-13 08:55:19 -07:00 |
catch
|
9fbe74405a
|
Issue #1608842 by chx, alexpott, sun, effulgentsia, beejeebus, tim.plunkett et al: Replace list of bootstrap modules, enabled modules, enabled themes, and default theme with config.
|
2012-10-09 21:40:35 +01:00 |
Jennifer Hodgdon
|
d7c9407411
|
Issue #1317626 by Albert Volkman: More API docs cleanup for includes H-M
|
2012-10-05 11:12:56 -07:00 |
Jennifer Hodgdon
|
8aa4fdbae0
|
Issue #1799116 by jwilson3: Standardize on installation profile term vs. install profile
|
2012-10-05 09:11:15 -07:00 |
catch
|
6d7f25528c
|
Issue #1804650 by Letharion: Stop checking whether PDO is built from PECL or not.
|
2012-10-05 16:52:57 +01:00 |
webchick
|
b9a8a8440d
|
Issue #1215104 follow-up by chx: Fix unset of global variable.
|
2012-09-24 23:15:15 -04:00 |
catch
|
1377aaef98
|
Issue #1215104 by sun, lucascaro, effulgentsia: Use the non-interactive installer in WebTestBase::setUp().
|
2012-09-24 22:08:10 +01:00 |
catch
|
8337955d48
|
Issue #1175054 by msonnabaum, chx, sun, tim.plunkett, arlinsandbulte, beejeebus: Add a storage (API) for persistent non-configuration state.
|
2012-09-20 10:25:24 +01:00 |
Dries
|
0904943ae8
|
Issue #1751380 by Boobaa, Gábor Hojtsy: Added Inconsistencies in linking to various download pages.
|
2012-09-18 16:02:47 +02:00 |