Skip to content
  1. Oct 09, 2004
  2. Aug 20, 2004
  3. Dec 18, 2003
    • Dries Buytaert's avatar
      · 033b2e2c
      Dries Buytaert authored
      - Direct 404s to Drupal.  Suggested by Goba.
      033b2e2c
  4. 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
  5. Dec 15, 2003
    • Dries Buytaert's avatar
      · ce5d3a06
      Dries Buytaert authored
      - Added some Apache 2 specific instructions.
      ce5d3a06
  6. Sep 18, 2003
  7. Sep 09, 2003
    • Dries Buytaert's avatar
      · 8e657f64
      Dries Buytaert authored
      - Gerhard's uid 0 patches.  These patches bring various performance
        improvements.  Requires a database update.
      8e657f64
  8. Aug 22, 2003
    • Dries Buytaert's avatar
      · 60ce4e05
      Dries Buytaert authored
      - Set session.gc_maxlifetime to something more sensible than the default
        1440 seconds.
      60ce4e05
  9. Jun 26, 2003
    • Dries Buytaert's avatar
      · 594aff05
      Dries Buytaert authored
      - Set some additional options to avoid installation pains.
      594aff05
  10. Jun 03, 2003
    • Dries Buytaert's avatar
      - Bugfix: made request_uri() rewrite ( and ) with their entity equivalents · 05288ac4
      Dries Buytaert authored
      to avoid XSS attacks!  Patch by Al, Moshe, Marco, Kjartan and me.
      
      - Bugfix: the admin module does now import drupal.css prior to admin.css.
      Patch by me.
      
      - Bugfix: the admin module was still emitting a <base href=""> tag.  I
      removed this as it is been taken care of by theme_head();  Patch by me.
      
      - Bugfix: made the tracker module's pager only consider published pages.
      Patch by Moshe.
      
      - Bugfix: cured some typos in the comment module's help function.  Patch by
      Marco.
      
      - Bugfix: fixed a typo in the pager_display() that caused optional
      attributes to be discarded.
      
      - Bugfix: made the Xtemplate emit empty boxes like any other theme does.
      Patch by Al.
      
      - Bugfix: fixed broken link on the statistics module's log page.
      Reported by Kjartan.
      
      - CSS improvements: made the HTML output emitted by the tracker module
      look nicer.  Patch by Moshe and Al.
      
      - CSS improvements: added CSS classes for form elements.  Patch by Al.
      
      - CSS improvements: added a vertical gap between the last form item and the
      submit button.  Patch by Al.  Note that Opera 6 is not picking up this
      CSS but apparently others browsers such as Konqueror do.
      
      - Xtemplate improvements: changed the color of the selected day in the
      archive module's calendar.  Patch by Al.
      
      - Usability improvements: made the "birthday" field of the profile module
      look nicer.  Patch by Al.
      
      ------
      
      - TODO: it might be a good idea to emit the following meta tag in the
      theme_head() function:
      
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      
      Currently, some themes (and modules!) emit this while others don't.  This
      would also make it possible to change the charset site-wide.
      
      - TODO: now we added support for td.dark and td.light to drupal.css, maybe
      it can be removed from admin.css as well as xtemplate.css?
      05288ac4
  11. 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
  12. Mar 11, 2003
    • Dries Buytaert's avatar
      · 07bb6786
      Dries Buytaert authored
      - Some .htaccess file fixes/improvements.  Thanks Ax.
      07bb6786
  13. Mar 09, 2003
    • Dries Buytaert's avatar
      · f2c914af
      Dries Buytaert authored
      - The .htaccess file will now correct the majority of the external referers
        that still use the old URL scheme!  Thanks Ax and Gerhard for providing a
        better upgrade path.
      f2c914af
  14. Feb 20, 2003
    • Dries Buytaert's avatar
      · a6a3215e
      Dries Buytaert authored
      - Bugfix: made the pager work when clean URLs are enabled.  Patch by Ax.
      a6a3215e
  15. Feb 14, 2003
  16. Feb 13, 2003
  17. Feb 12, 2003
  18. Jan 14, 2003
    • Dries Buytaert's avatar
      · 20e8f9eb
      Dries Buytaert authored
      - Added 'php_value arg_separator.output  "&amp;"' as suggested by Curtis.
      20e8f9eb
  19. Dec 08, 2002
    • Dries Buytaert's avatar
      · 296a01f3
      Dries Buytaert authored
      - Made sure session.cache_limiter is set to "none" as suggested by Moshe
        and Ax.
      296a01f3
  20. Dec 07, 2002
    • Dries Buytaert's avatar
      · 7c187f89
      Dries Buytaert authored
      - Added "short_open_tag 1" to the PHP settings.
      7c187f89
  21. Sep 27, 2002
  22. Jun 10, 2002
  23. May 02, 2002
  24. Feb 17, 2002
  25. Dec 30, 2001
  26. Dec 09, 2001
  27. Nov 24, 2001
  28. Oct 20, 2001
  29. Sep 18, 2001
  30. Jul 14, 2001
  31. May 28, 2001
  32. May 23, 2001
  33. Apr 07, 2001
    • Dries Buytaert's avatar
      · 38806b4a
      Dries Buytaert authored
      - fixed bug in common.inc: throttle()
      - streamlined method invocation in node.inc
      - added node_status() function to modules
      - added NEW (mostly static) page module
      - added NEW settings module
      38806b4a
  34. Mar 24, 2001
    • Dries Buytaert's avatar
      · 1475c23a
      Dries Buytaert authored
      - tidyied up .htaccess a bit
      1475c23a
  35. Feb 04, 2001
  36. Dec 30, 2000
    • Dries Buytaert's avatar
      · 44c48004
      Dries Buytaert authored
      - here a bunch of changes to make "drupal" (for now) work with PHP 4.0.4
      - tidied up some of the code and mainly working on the documentation
      44c48004
  37. Dec 25, 2000
  38. Dec 23, 2000
    • Dries Buytaert's avatar
      · 0cadc4e6
      Dries Buytaert authored
      - intermediate commit: some bugfixes, changes and some drastic
        changes to block and module support
      0cadc4e6
  39. Dec 16, 2000
    • Dries Buytaert's avatar
      · d4c8d426
      Dries Buytaert authored
      - again, a more rock solid .htaccess - should be OK now
      d4c8d426