Skip to content
  1. Feb 02, 2010
  2. Dec 07, 2009
  3. Dec 10, 2008
  4. Nov 28, 2008
  5. Jul 08, 2008
  6. Oct 05, 2007
  7. Oct 02, 2007
  8. Sep 07, 2007
  9. Aug 16, 2007
  10. Jul 04, 2007
  11. May 18, 2007
  12. Apr 07, 2007
  13. Jan 29, 2007
  14. Jan 09, 2007
  15. Dec 30, 2006
  16. Dec 28, 2006
  17. Nov 29, 2006
  18. Oct 17, 2006
  19. Sep 01, 2006
  20. Jul 14, 2006
  21. May 01, 2006
  22. Apr 14, 2006
  23. Apr 13, 2006
  24. Apr 12, 2006
  25. Mar 24, 2006
  26. Feb 08, 2006
  27. Dec 01, 2005
  28. Mar 20, 2005
  29. 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
  30. Mar 12, 2005
  31. Feb 21, 2005
  32. Feb 20, 2005
  33. Feb 18, 2005
    • Dries Buytaert's avatar
      - Patch #17303 by tangent: moved the session settings into... · 4f79fafb
      Dries Buytaert authored
      - Patch #17303 by tangent: moved the session settings into /sites/default/settings.php so that subsites can have better control over them. One of the advantages of the site specific settings.php file is that it will never get overwritten during upgrades and having these settings here should prove to be more friendly.
      4f79fafb
  34. Jan 28, 2005
  35. Oct 09, 2004
  36. Aug 20, 2004
  37. Dec 18, 2003
    • Dries Buytaert's avatar
      · 033b2e2c
      Dries Buytaert authored
      - Direct 404s to Drupal.  Suggested by Goba.
      033b2e2c
  38. Dec 16, 2003
    • Dries Buytaert's avatar
      · 670a2922
      Dries Buytaert authored
      - Reworked 404 (page not found) handling.  Patch by walkah.  You can specify a
        custom 404 page in the administration page.  As a result, error.php could be
        removed.
      670a2922