Commit Graph

93 Commits (7d1f82b8bbc48905dd7e6dac212a6ecd2135d1f1)

Author SHA1 Message Date
Dries Buytaert c389c90529 - Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called. 2007-10-02 16:03:17 +00:00
Gábor Hojtsy 19c9d7f54d #144256 by myself, bdragon and keith.smith: update INSTALL.txt to reflect changes since Drupal 5 2007-09-12 11:21:47 +00:00
Dries Buytaert c70b19a91b - Patch #163723 by Eaton and Frando: fix default page.tpl markup (and removed some whitespace). 2007-08-02 20:08:53 +00:00
Dries Buytaert 9299b40107 - Patch #162149 by add1sun, with help from Kristi Wachter: corrected some links in INSTALL.txt. 2007-07-26 06:14:14 +00:00
Dries Buytaert 6913d2338f - Patch #150972 by alex_b: wget calls cron.php upto 20 times in a row. 2007-06-12 20:25:32 +00:00
Dries Buytaert 85c1289ea7 - Patch #106550 by webchick: new version schema. 2007-01-08 11:59:16 +00:00
Dries Buytaert 3942da7517 - Patch #105368 by KarenS and Morbus: clarify settings.php permissions. 2006-12-30 15:28:33 +00:00
Dries Buytaert 38f3050777 - Patch #101236 by Uwe Herman: fixed typos in the documentation. 2006-12-05 05:47:37 +00:00
Dries Buytaert 6ce212e4eb - Patch #82228 by pcwick, webchick, gopherspidey et al: corrected the installation instructions. 2006-09-08 16:29:35 +00:00
Dries Buytaert 824e7d4d19 - Patch #44920 by Crell et al: added support for a sites/all directory. 2006-06-27 13:48:09 +00:00
Dries Buytaert 62954fce1c - Patch #65952 by Flanker and killes: set the proper version number for CVS HEAD. 2006-06-05 08:53:05 +00:00
Gerhard Killesreiter 5059b82164 fixing stuff 2006-06-01 21:54:48 +00:00
Dries Buytaert 02fa0d85b2 - Patch #18018 by dww, nedjo, tostinne, luke et al: block visibility by role. 2006-05-26 09:21:10 +00:00
Gerhard Killesreiter be6b7b0f1d prevent execution of scripts from files directory 2006-05-25 01:33:53 +00:00
Dries Buytaert bcead5b610 - Patch #61193 by Moshe et al: corrected the installation instructions. 2006-05-01 09:34:19 +00:00
Dries Buytaert d5f22f121d - Removed the $base_url instructions.. 2006-04-20 09:07:39 +00:00
Dries Buytaert d071f99172 - Removing trailing whitespace. 2006-04-17 20:48:26 +00:00
Gerhard Killesreiter f22b101780 #55609, better MySQL requirement docs. Patch by webchick. 2006-03-24 18:09:57 +00:00
Dries Buytaert b1b1e2045f - Patch #37798 by Neil: allow non-workflow form elements on the node type settings page. 2005-11-25 10:11:59 +00:00
Dries Buytaert 924dda1fa4 - Patch #25792 by Cvbge and Morbus: improved the installation instructions for PostgreSQL. 2005-11-25 10:07:49 +00:00
Steven Wittens cbc92f59cf #35725: Make site.com:80 work like site.com 2005-11-21 16:24:41 +00:00
Dries Buytaert 5a90aa1175 - Created separate upgrade instructions. Will hopefully make it easier to spot upgrade isntructions. 2005-10-23 17:49:26 +00:00
Dries Buytaert 804054f3b6 Patch #19934 by Morbus, chx: conf_init() should strip out port numbers in bootstrap.inc. 2005-09-19 19:00:23 +00:00
Steven Wittens 2e2e718197 - #21021: wrong url in INSTALL.txt 2005-04-23 05:07:08 +00:00
Dries Buytaert 2a48cf38e5 - Patch #20580 (modified) by grohk: 'tgz' -> 'tar.gz'. 2005-04-16 12:05:06 +00:00
Dries Buytaert 0f24a52770 - Patch #19800 by Daniel: make default $db_url informative and unique. 2005-04-14 18:34:31 +00:00
Dries Buytaert 71c021c6f7 - Patch #19588 by Uwe: INSTALL.txt updates. 2005-04-01 15:30:35 +00:00
Dries Buytaert 2919df0e08 - More improvements by Morbus, Goba, TDobes et al:
Per TDobes' comments:

* INSTALL.txt corrected to use 4.3.3, not 4.33.
* .htaccess: removed allow_call_time_pass_reference. two confirmations that a) the setting was wrong in the first place, b) there were no adverse affects for the incorrect setting, c) the PHP docs say it is deprecated.
* .htaccess: removed short_open_tag. Running grep -r "<? " * across the entire directory tree of both core and contributions only brought up contributions and no core. I agree that the fuller form is better. The following contributions will need to be updated: modules/edit_template/edit_template.module, sandbox/garym/themes/marvin_2k/templates/page.tpl.php, sandbox/killes/compare.php, sandbox/paolino/import/click.php, themes/spreadfirefox/block.tpl.php. For error's sake, I also did a manual verification for "<?" (no space) across core and came up against nothing in addition to the above contribs.

Per Goba's comments:

* .htaccess: Moved session.auto_start back.
* sites/default/settings.php: Removed track_vars.

Per mailing list comments:

* INSTALL.txt: Added text about the files/ directory, creating it, and permissions.
* INSTALL.txt: Added an example of why Drupal requires cron (the search.module) in an attempt to justify why a crontab is a good, nay, required step.

And my own further analities:

* .htaccess: cleaned up some whitespace valleys (i hate 'em, hate 'em!) and fixed a few stray colons.
* settings.php: minor whitespace error.
2005-03-15 21:07:49 +00:00
Dries Buytaert a666c7da9e - Patch #18641 by Morbus:
# The INSTALL.txt no longer contains the SERVER CONFIGURATION block. These settings are now hardcoded into sites/default/settings.php, and are merely scary technical junk here.

 # The INSTALL.txt has been updated with the latest system requirements. A whole sentence was struck regarding differing versions of PHP for the OSs.

 # The INSTALL.txt contains URLs to MySQL and PostgreSQL. If we're including the URL for PHP in the same sentence, then there's no reason why we wouldn't include them for the database engines. What are the minimal requirements for the RDBMS? Those should be included here too.

 # The INSTALL.txt's OPTIONAL COMPONENTS has renamed to OPTIONAL REQUIREMENTS. The only difference between the meaning is the amount of user confusion.

 # The INSTALL.txt has a new CONTENTS OF THIS FILE, in hopes that people will more immediately notice that there are upgrade instructions at the bottom.

 # The INSTALL.txt had some potentially confusing lines adjusted, including further clarifications, standarding to "userid" (instead of using both userid and username interchangebly) and so on.

 # I've moved most of .htaccess php_value's to the ini_set system for /sites/. There are a few reasons for this, chiefly that it is centralizing all the PHP setting modifications to one place. But, this also clears up a few initial configuration issues: first, the user doesn't have to worry about whether they have Apache 1 or 2, and whether they need to change an IfModule line. Also, the running assumption is that these php_value's are /going to work by default anyways/, when the INSTALL.txt suggests otherwise (under OPTIONAL REQUIREMENTS, it talks about "the ability to use local .htaccess files", which suggests that "local .htaccess files" INCLUDING "mod_rewrite" are entirely optional.) Some variables, however, had to remain in .htaccess because they can't be overridden at runtime, but the amount was so small that duplicating them for both Apache 1 and Apache 2 possibilities is no longer a prohibitive concern.

 # There are two variables in .htaccess that I'm concerned about: track_vars, and allow_call_time_pass_reference. track_vars appears to be no longer necessary (as of 4.0.3, track_vars is always on, and my setting it here had no impact on the results of a phpinfo), and allow_call_time_pass_reference seems, at least here, to ONLY WORK if the .htaccess value is set to "1", and not "On" - meaning that Drupal installations are currently working correctly with its default value (off). According to the PHP docs, this feature is now deprecated. However, since both of these variables require further investigation, track_vars has been moved to settings.php, and allow_call_time_pass_reference has been "fixed" to a 1 (not 'On').

 # Along with the changes above for sites/default/settings.php, I've also removed the spacing indent in the documentation, as well as many a few grammatical/punctuation changes here and there. I don't think the leading spacing is "right" according to the style guidelines, but maybe there's a special need for it. Correct me if I'm wrong.
2005-03-12 10:51:32 +00:00
Dries Buytaert c9cc4585c7 - Added small note about PHP5 support. 2005-03-09 08:35:52 +00:00
Dries Buytaert 762ac1ee2b - Added small note about PHP5 support. 2005-03-09 08:35:04 +00:00
Dries Buytaert 5c804b9119 - Removed a reference to conf.php 2005-03-06 15:09:31 +00:00
Dries Buytaert 4f8a6033d1 - Removed vague information. 2005-01-23 22:51:17 +00:00
Dries Buytaert 9d809b87b0 - Minor updates 2005-01-14 15:31:01 +00:00
Steven Wittens ccfc5e159f Making the installation instructions a bit clearer for newbies and it explicitly explains that the commands are for the command line. 2005-01-13 16:15:49 +00:00
Dries Buytaert 828be2ad61 - Patch #13020 by chx: let Drupal handle multiple database layers.
- Removed the PEAR database backend.  It's no longer being used/maintained.
2004-12-30 13:13:22 +00:00
Dries Buytaert 60352821bf - Refactored the queue module: removed the queue module's field from the node table. With help from Gerhard.
- Slight addition to INSTALL.txt with regard to PHP versions.

- Updated/reworded some node type descriptions as per Boris' suggestions.

- Adding missing {} around a table name in update.php.
2004-12-07 16:55:38 +00:00
Dries Buytaert 9b8afe1620 - Patch #12606 by Gerhard: corrected the pattern of the download link in the installation instructions. 2004-11-27 11:28:55 +00:00
Dries Buytaert 5d759ccbb9 - Patch #5942 by jhriggs and Adrian:
+ added support for multi-site configurations.
    + tidied up some old cruft and added code comments.
2004-11-24 22:44:01 +00:00
Dries Buytaert 3302104ffc - Patch by Gerhard: small update to INSTALL.txt. 2004-10-17 18:38:22 +00:00
Dries Buytaert 86b8465ca8 - Added a note about PostgreSQL no longer depending on PEAR. 2004-10-04 20:15:32 +00:00
Kjartan Mannes ac3c45dd2a - Fixing some typos. 2004-05-17 19:35:49 +00:00
Dries Buytaert 69a9a4451d - Made the text files Windows-friendly. 2004-02-14 13:29:01 +00:00