Skip to content
  1. Apr 23, 2005
  2. Apr 16, 2005
  3. Apr 14, 2005
    • Dries Buytaert's avatar
      · 906db715
      Dries Buytaert authored
      - Patch #19800 by Daniel: make default $db_url informative and unique.
      906db715
  4. Apr 01, 2005
  5. Mar 15, 2005
    • Dries Buytaert's avatar
      - More improvements by Morbus, Goba, TDobes et al: · 2919df0e
      Dries Buytaert authored
      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.
      2919df0e
  6. Mar 12, 2005
    • Dries Buytaert's avatar
      - Patch #18641 by Morbus: · a666c7da
      Dries Buytaert authored
       # 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.
      a666c7da
  7. Mar 09, 2005
  8. Mar 06, 2005
  9. Jan 23, 2005
  10. Jan 14, 2005
  11. Jan 13, 2005
  12. Dec 30, 2004
    • Dries Buytaert's avatar
      · 828be2ad
      Dries Buytaert authored
      - Patch #13020 by chx: let Drupal handle multiple database layers.
      
      - Removed the PEAR database backend.  It's no longer being used/maintained.
      828be2ad
  13. Dec 07, 2004
    • Dries Buytaert's avatar
      · 60352821
      Dries Buytaert authored
      - 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.
      60352821
  14. Nov 27, 2004
  15. Nov 24, 2004
  16. Oct 17, 2004
    • Dries Buytaert's avatar
      · 3302104f
      Dries Buytaert authored
      - Patch by Gerhard: small update to INSTALL.txt.
      3302104f
  17. Oct 04, 2004
    • Dries Buytaert's avatar
      · 86b8465c
      Dries Buytaert authored
      - Added a note about PostgreSQL no longer depending on PEAR.
      86b8465c
  18. May 17, 2004
  19. Feb 14, 2004
    • Dries Buytaert's avatar
      · 69a9a445
      Dries Buytaert authored
      - Made the text files Windows-friendly.
      69a9a445
  20. Jan 14, 2004
    • Dries Buytaert's avatar
      · bb3b1e4c
      Dries Buytaert authored
      - Corrected some breadcrumb trails and added a paragraph about upgrading.
      bb3b1e4c
  21. Nov 27, 2003
  22. Sep 24, 2003
    • Dries Buytaert's avatar
      · 718e7865
      Dries Buytaert authored
      - Updated the installation guidelines as per Charlie's suggestion (#2274).
      718e7865
  23. Jun 21, 2003
    • Dries Buytaert's avatar
      · 65a4ac0b
      Dries Buytaert authored
      - Some INSTALL file improvements by Slavica.  Patch #5.
      65a4ac0b
  24. Jun 14, 2003
    • Dries Buytaert's avatar
      · a844e580
      Dries Buytaert authored
      - Small corrections and improvements to the INSTALL file.  Patch by Kjartan.
      a844e580
  25. May 13, 2003
    • Dries Buytaert's avatar
      · c2d2fb73
      Dries Buytaert authored
      - Fixed a typo in the PostgreSQL database scheme.  Patch by Michael Frankowski.
      
      - Fixed a typo in the MSSQL database scheme.  Patch by Michael Frankowski.
      
      - Removed dependency on "register_globals = on"!  Patches by Michael Frankowski.
      
        Notes:
      
        + Updated the patches to use $foo["bar"] instead of $foo['bar'].
        + Updated the INSTALL and CHANGELOG files as well.
      
      - Tiny improvement to the "./scripts/code-clean.sh" script.
      c2d2fb73
  26. Mar 08, 2003
  27. Aug 15, 2002
    • Dries Buytaert's avatar
      · 6f9b79b8
      Dries Buytaert authored
      - Updated the URL with installation instructions.
      6f9b79b8
  28. Oct 23, 2001
    • Dries Buytaert's avatar
      · 68f6e940
      Dries Buytaert authored
      - small update to the INSTALL file
      68f6e940
  29. Apr 05, 2001
    • Dries Buytaert's avatar
      · 048664f2
      Dries Buytaert authored
      - a bunch of various updates
      048664f2
  30. Feb 18, 2001
    • Dries Buytaert's avatar
      · 4371b627
      Dries Buytaert authored
      - added fine-grained user permission system which allows us to give
        certain users access to specific administration sections only.
          Ex. a FAQ maintainer can only edit the FAQ, and members of an
              "editorial board" can only edit comments, diaries and
               stories, ..
      - code review => rewrote include/user.inc which is much easier now
      - fixed 4 small bugs
      4371b627
  31. Feb 05, 2001
    • Dries Buytaert's avatar
      · 429c8a00
      Dries Buytaert authored
      - documentation updates contributed by Michael O'Henly <michael@tenzo.com>
        and myself
      429c8a00
  32. Jan 26, 2001
    • Dries Buytaert's avatar
      · d386c110
      Dries Buytaert authored
      - removed redundant spaces
      d386c110
  33. Jan 13, 2001
  34. Dec 31, 2000
    • Dries Buytaert's avatar
      · f055cf11
      Dries Buytaert authored
      - fixed PHP4.0.4 problem in discussion.php.
      - some improvements to account.php and theme.inc.
      - updated the documentation (again, again and again)
      - added INSTALL file
      - removed redundant files
      f055cf11