Skip to content
  1. Oct 24, 2003
    • Dries Buytaert's avatar
      · 14d3b45d
      Dries Buytaert authored
      - Usability improvement: removed the cron setting.  It was dead code.
      14d3b45d
    • Dries Buytaert's avatar
      · c6b70a74
      Dries Buytaert authored
      - Documentation improvement: updated documentation to match menu item changes.
        Fixes critical bug #3453.  (In the end, someone has to do it ...)
      c6b70a74
  2. Oct 09, 2003
    • Dries Buytaert's avatar
      · 1a5fcacd
      Dries Buytaert authored
      - Committed part 3 of Michael's help system improvements: removed the $help
        parameter from the menu() function.
      1a5fcacd
  3. Oct 07, 2003
    • Dries Buytaert's avatar
      · 22c889e7
      Dries Buytaert authored
      - Help system improvements: eliminated the _system hook.  Patch by Michael.
      
      - Bloggerapi module fixes.  Patch by Kjartan.
      
      - Coding style fixes.  Patch by Michael.
      22c889e7
  4. Oct 03, 2003
    • Dries Buytaert's avatar
      · 058971c3
      Dries Buytaert authored
      - Help improvements and translation improvements from Michael.  Thanks!
      058971c3
  5. Oct 02, 2003
    • Dries Buytaert's avatar
      · 37da83ce
      Dries Buytaert authored
      - Removed dead code.  Patch by stefan.
      37da83ce
  6. Sep 30, 2003
    • Dries Buytaert's avatar
      · 392304da
      Dries Buytaert authored
      - Moved the locale settings from the user module to the locale module.
        Patch by Stefan.
      
      - Moved the theme settings from the user module to the system module and
        made the code more intelligent.  Patch by Stefan.
      392304da
  7. Sep 28, 2003
    • Dries Buytaert's avatar
      · 069e1bb8
      Dries Buytaert authored
      - More translation fixes for the menu items.  Patch by Gabor.
      069e1bb8
    • Dries Buytaert's avatar
      · 179ded04
      Dries Buytaert authored
      - Made sure the system module can be translated entirely.  Patch by Stefan.
      179ded04
    • Dries Buytaert's avatar
      · c8b28009
      Dries Buytaert authored
      - Made sure all menu items can be translated.  Path by Goba.
      c8b28009
    • Dries Buytaert's avatar
      · cc3ec29e
      Dries Buytaert authored
      - Committed Goba's translation fixes.
      cc3ec29e
  8. Sep 27, 2003
    • Dries Buytaert's avatar
      · fe09d5a7
      Dries Buytaert authored
      - Committed Al's new admin link texts.  Remarks:
      
        1) As explained by Al, there is still a glitch with the 'create content'
           menu.
        2) The user module part of the patch did not apply due to Kjartan's earlier
           patch.
      fe09d5a7
  9. Sep 26, 2003
    • Dries Buytaert's avatar
      · f104d3cc
      Dries Buytaert authored
      - Committed the admin menu integration patch.  Thanks Adrian, Stefan and others.
      f104d3cc
  10. Sep 19, 2003
    • Dries Buytaert's avatar
      · 2fbc7fcf
      Dries Buytaert authored
      - Committed a partial administration page integration patch.
      2fbc7fcf
  11. Sep 14, 2003
    • Dries Buytaert's avatar
      · 9fbab016
      Dries Buytaert authored
      - Tidied up the usage of module_invoke() and module_invoke_all().  Patch by
        Jonathan Chaffer.
      9fbab016
  12. Aug 21, 2003
  13. Jul 13, 2003
    • Dries Buytaert's avatar
      · 3c374a3e
      Dries Buytaert authored
      - Documentation improvement by Charly.  Task #2257.
      3c374a3e
  14. Jul 10, 2003
    • Dries Buytaert's avatar
      · 337b3c9d
      Dries Buytaert authored
      - Committed a slightly modified version of Slavica's table prefix patch.
      337b3c9d
  15. Jul 01, 2003
    • Dries Buytaert's avatar
      · dc15ba06
      Dries Buytaert authored
      - Improvement: don't perform XSS checks for trusted users.  Trusted users
        are those that have the "bypass input data check" permission set.  Should
        address bug #2147.
      
      - Improvement: simplified index.php and modules/admin.module.
      
      - Bugfix: fixed broken links in bloggerapi documentation.  Patch by Chris
        Johnson.  Fixes bug #2030.
      
      - Bugfix: fixed the date shown on a book module preview.  Reported as part
        of bug #2097.
      
      - Bugfix: fixed broken URL in the book module documentation.
      dc15ba06
  16. Jun 18, 2003
  17. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  18. Jun 08, 2003
    • Dries Buytaert's avatar
      · a448f5a9
      Dries Buytaert authored
      - Charset simpliciations.  Patch #46 by Al.
      a448f5a9
  19. Jun 05, 2003
    • Dries Buytaert's avatar
      · 522ed4d6
      Dries Buytaert authored
      - More charset patches by Al.
      522ed4d6
  20. Jun 04, 2003
    • Dries Buytaert's avatar
      · 355d25e7
      Dries Buytaert authored
      - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reserved keyword in MySQL 4.  This fixes critical bug #1618.  Patch by Marco.
      
        ==> This fix requires to run update.php!
      
      - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register().  This fixes critical bug #1797.  Patch by Marco.
      
      - Bugfix: sometimes error messages where being discarded when previewing a node.  Patch by Craig Courtney.
      
      - Bugfix: fixed charset problems.  This fixes critical bug #1549.  Patch '0023.charset.patch' by Al.
      
      - Code improvements: removed some dead code from the comment module.  Patch by Marco.
      
      - Documentation improvements: polished the node module help texts and form descriptions.  Patch '0019.node.module.help.patch' by Al.
      
      - CSS improvements all over the map!  Patch '0021.more.css.patch' by Al.
      
      - GUI improvements: improved the position of Druplicon in the admin menu.  Patch '0020.admin.logo.patch' by Al.
      
      - GUI improvements: new logos for theme Marvin and theme UnConeD.  Logos by Kristjan Jansen.
      
      - GUI improvements: small changes to the output emitted by the profile module.  Suggestions by Steven Wittens.
      
      - GUI improvements: small fixes to Xtemplate.  Patch '0022.xtemplate.css.patch' by Al.
      
      TODO:
      
      - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register().  They should be updated.  We should setup a task on Drupal.
      
      - There is code emitting '<div align="right">' which doesn't validate.
      
      - Does our XML feeds validate with the charset changes?
      
      - The forum module's SQL doesn't work properly on PostgreSQL.
      355d25e7
  21. May 29, 2003
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  22. 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
  23. May 07, 2003
    • Dries Buytaert's avatar
      · a161110a
      Dries Buytaert authored
      - Applied  Michael Caerwyn's "%s -> %d" patch.
      
      - Changed all occurences of '%d' to %d as suggested on the mailing list.
      a161110a
  24. Apr 15, 2003
    • Dries Buytaert's avatar
      · 86ddee8d
      Dries Buytaert authored
      - I have added an option to enable/disable cron support.
      
      - Updated the cache system's documentation - it was no longer current.
      86ddee8d
  25. Mar 16, 2003
    • Dries Buytaert's avatar
      · 2c0f3c94
      Dries Buytaert authored
      - Cache improvement: only flush cache when told to.
      2c0f3c94
  26. Mar 14, 2003
    • Dries Buytaert's avatar
      · b87c83b3
      Dries Buytaert authored
      - Fixed coding style issues.  Patch by Ax.
      b87c83b3
  27. Mar 12, 2003
    • Dries Buytaert's avatar
      · 4ad174c4
      Dries Buytaert authored
      - Eliminated system_init(), the session stuff, and made it possible to
        rebuild the menu.
      4ad174c4
  28. Mar 08, 2003
  29. Mar 07, 2003
    • Dries Buytaert's avatar
      · d659fedb
      Dries Buytaert authored
      - Removed the path_uri() function in favor of the $base_url variable and
        fixes a handful of bugs introduced by the clean URL patch.
      d659fedb
  30. Mar 04, 2003
    • Dries Buytaert's avatar
      · ae88a6de
      Dries Buytaert authored
      - Corrected coding style and fixed some "undefined index/variable" warnings.
        Patch by Ax.
      ae88a6de
    • Dries Buytaert's avatar
      · db9d4424
      Dries Buytaert authored
      - Fixed typo in system module.  Patch by Ax.
      db9d4424
  31. Mar 02, 2003
    • Dries Buytaert's avatar
      · 3f90aff0
      Dries Buytaert authored
      - Various system module improvements.  Patch by Al.
      3f90aff0
  32. Feb 27, 2003
    • Dries Buytaert's avatar
      · 64cc473d
      Dries Buytaert authored
      - Removed <?php ?> tags from documentation and made sure the important links are
        at the top.  Patch by Al.
      64cc473d
  33. Feb 24, 2003
    • Dries Buytaert's avatar
      · fd6f209d
      Dries Buytaert authored
      - Fixed some broken links.
      fd6f209d
  34. Feb 20, 2003
    • Dries Buytaert's avatar
      · 277ceae5
      Dries Buytaert authored
      - New menu houskeeping.  Prototyped by Zbynek.
      
        The following modules need updating:
          * glossary module
          * feed module (Breyten's version)
          * mailhandler module
          * notify module
          * project module
          * smileys module
          * admin module
          * style module
          * taxonomy_dhtml module
      
        To avoid unexpected problems menu_add() is deprecated (it will print an
        error message when used) and menu() should be used instead.
      277ceae5
  35. Feb 17, 2003
    • Dries Buytaert's avatar
      · 52314ddc
      Dries Buytaert authored
      - Theme options patch.  See mailing list.
      52314ddc