summaryrefslogtreecommitdiff
path: root/install.php
Commit message (Collapse)AuthorAge
* #367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for ↵Angie Byron2009-11-04
| | | | 'Add more' links.
* #615528 by David_Rothstein: Fixed Incorrect code comment regarding ↵Angie Byron2009-10-27
| | | | DrupalFakeCache in the installer.
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* - Patch #557542 by catch: CLI installs were broken.Dries Buytaert2009-10-15
|
* - Patch #544360 by David_Rothstein: fix for dashboard module.Dries Buytaert2009-10-13
|
* - Patch #544360 by Gábor Hojtsy, ksenzee, David_Rothstein, seutje, ↵Dries Buytaert2009-10-13
| | | | JacobSingh, paul.lovvik, EclipseGc et al: Dashboard module 1.0. Wo-hoot!
* #559294 by David_Rothstein: Allow install profiles to alter or override the ↵Angie Byron2009-10-13
| | | | task list.
* #561452 by pwolanin and David_Rothstein: Add API function to get ↵Angie Byron2009-10-13
| | | | module/theme info without rebuilding it.
* #589754 by rfay and Crell: Fixed non-recoverable install if invalid database ↵Angie Byron2009-10-12
| | | | specified in settings.php.
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵Dries Buytaert2009-09-29
| | | | url() only accept an array. Another nice API clean-up!
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #573680 by mgifford, David_Rothstein: Fixed language import during ↵Angie Byron2009-09-17
| | | | installation (and a notice).
* #577298 by David_Rothstein: Fixed body field on non-node module-added node ↵Angie Byron2009-09-16
| | | | types when included from an installation profile.
* - Patch #570572 by winston, David_Rothstein | Shai, Xano, alexanderpas, ↵Dries Buytaert2009-09-14
| | | | emmajane, kazar: changed label for user/1 account from 'administrator' to 'site maintenance account'.
* - Patch #576096 by CorniI: use the new cache API.Dries Buytaert2009-09-13
|
* #561278 by Arancaytar: Fixed installation profile name escaping.Angie Byron2009-09-11
|
* #475596 follow-up by emmajane: Remove some over-the-top politeness from ↵Angie Byron2009-09-11
| | | | installer messages.
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #547846 by David_Rothstein: Fixed a missing reference operator that caused ↵Angie Byron2009-08-24
| | | | Drupal installation to fail on PHP 5.3.
* #524728 follow-up by David_Rothstein: Fix whitespace in install.php and ↵Angie Byron2009-08-24
| | | | install.inc.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* #509398 by adrian: Turned install profiles into modules with full access to ↵Angie Byron2009-08-21
| | | | the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D
* - Patch #546390 by cweagans: fix CLI detection in install.phpDries Buytaert2009-08-18
|
* #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵Angie Byron2009-08-17
| | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
* - Patch #510782 by David_Rothstein, Jody Lynn: fixed broken links.Dries Buytaert2009-08-12
|
* - Patch #545356 by Damien Tournoud: sidebars were broken in install.php, ↵Dries Buytaert2009-08-11
| | | | update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support.
* - Patch #199774 by dww, ugerhard, brianV, John Morahan: make it more ↵Dries Buytaert2009-07-30
| | | | 'natural' to enable security notification e-mails.
* - Patch #524728 by David_Rothstein, anarcat: white space clean-up.Dries Buytaert2009-07-28
|
* - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵Dries Buytaert2009-07-28
| | | | install.php to allow Drupal to be installed from the command line.
* - Patch #349508 by Josh Waihi: make sure that the database is installed ↵Dries Buytaert2009-07-27
| | | | using UTF-8 on PostgreSQL.
* - Patch #3518404 by bopombatower: lock down DB config based on simpletest UA ↵Dries Buytaert2009-07-22
| | | | headers.
* #509392 follow-up by adrian: Clean-up for .info files for install profiles ↵Angie Byron2009-07-19
| | | | patch.
* #509392 by adrian: Add .info files for installation profiles.Angie Byron2009-07-15
|
* - Patch #517542 by David Strauss: renamed functions for clarity. We say ↵Dries Buytaert2009-07-14
| | | | 'yay' to clarity!
* - Patch #482646 by Dave Reid et al: check for existence of ↵Dries Buytaert2009-07-04
| | | | ['HTTP_USER_AGENT'] for the SimpleTest user agent.
* - Patch #505218 by keith.smith: more massaging of help texts.Dries Buytaert2009-06-30
|
* - Patch #505218 by Bojhan: improved the description of the updates checkbox.Dries Buytaert2009-06-30
|
* - Patch #497612 by Moshe Weitzman et al: harden user login by correctly ↵Dries Buytaert2009-06-30
| | | | using the form API. Complete commit now. Thank you, thank you.
* - Patch #202775 by michaelfavia, jabapyth: fixed database testing and error ↵Dries Buytaert2009-06-08
| | | | handling during installation.
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* #475596 by emmajane, catch, yoroy, et al. Move default welcome message to ↵Angie Byron2009-06-02
| | | | help system.
* - Patch #474156 by brainless: fixed database prefix validation. We need ↵Dries Buytaert2009-05-28
| | | | tests for the installer. ;-)
* #471234 follow-up by andypost: Fix broken installer after string clean-up.Angie Byron2009-05-25
|
* #471234 by Bojhan: Clean up descriptions on installer configuration forms.Angie Byron2009-05-24
|