Skip to content
  1. Mar 24, 2004
  2. Feb 21, 2004
  3. Feb 15, 2004
    • Dries Buytaert's avatar
      · bd784227
      Dries Buytaert authored
      - Patch 5592 by Goba: let drupal_map_assoc() rule.  :-)
      
      - Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
      bd784227
  4. Feb 07, 2004
    • Dries Buytaert's avatar
      · e28bbf67
      Dries Buytaert authored
      - Batch two with profile module improvements:
         + Reworked the 'account administration' page.
         + Fixed bug in the 'edit account' page.
         + Removed some dead code from the system.module.
      e28bbf67
    • Dries Buytaert's avatar
      - First batch of profile module improvements: · 5a8129e0
      Dries Buytaert authored
         + Tidied up the profile configuration page: grouped form elements.
      
         + Tidied up the block configuration settings: removed hard-coded
           table.
      
         + Changed the profile API to return the preferred group name, and
           changed the user module to group settings.  Modules implementing
           the _user hook will need to be udpated.
      
         + Removed register_form and register_validate for now.
      5a8129e0
  5. Jan 11, 2004
  6. Dec 29, 2003
  7. Dec 28, 2003
  8. Dec 27, 2003
  9. Dec 26, 2003
    • Dries Buytaert's avatar
      · 15f289a8
      Dries Buytaert authored
      - Added file handling.  Work by Kjartan.
      15f289a8
  10. Dec 01, 2003
  11. Nov 13, 2003
    • Dries Buytaert's avatar
      · 36bb5755
      Dries Buytaert authored
      - table(...) -> theme("table", ...)
      36bb5755
  12. Nov 09, 2003
    • Dries Buytaert's avatar
      · 951b553a
      Dries Buytaert authored
      - Committed stage 2 of the theme system improvements!  Patch by CodeMonkeyX.
      951b553a
  13. Oct 13, 2003
    • Dries Buytaert's avatar
      - Fixed prefix problem with the book module. Patch by Moshe. · e688dfe6
      Dries Buytaert authored
      - Usability improvements to the user module: removed some redundant menu
        items by taking advantage of the column sorting, added status messages
        and so on.  Patch by Moshe plus some fixes.
      
      - Made the profile module use the table() function.  Patch by Moshe.
      
      - Fixed breadcrumb spacing.  Patch by Moshe.
      
      - Fixed colspan problem with node overview table.  Patch by Stefan.
      
      - Fixed inconsistency with table sorting.  Patch 0122 by Al.
      e688dfe6
  14. Oct 12, 2003
    • Dries Buytaert's avatar
      · 2ff32224
      Dries Buytaert authored
      - Fixed translation bugs with statistics module.  Patch by Gabor.
      
      - Removed 'homepage' field from user table.  Patch by Gabor.
      
      - Added 'real name' field to the profile module.  Patch by Gabor.
      2ff32224
  15. 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
  16. Oct 03, 2003
    • Dries Buytaert's avatar
      · 058971c3
      Dries Buytaert authored
      - Help improvements and translation improvements from Michael.  Thanks!
      058971c3
  17. Aug 23, 2003
    • Dries Buytaert's avatar
      · cefb123e
      Dries Buytaert authored
      - Updated the profile module to use the new help system.  Patch by Michael.
      cefb123e
  18. Jul 14, 2003
    • Dries Buytaert's avatar
      · b66c616b
      Dries Buytaert authored
      - Some documentation fixes as per Charlie's suggestion: bug #2260.
      b66c616b
  19. Jun 20, 2003
    • Dries Buytaert's avatar
      · e57faf21
      Dries Buytaert authored
      - Bugfix: fixed problem with changing themes.  Didn't apply Al's patch as
        the fix was somewhat simpler.  Fixes bug #2003.
      
      - Bugfix: fixed problem with voting on certain poll pages.  Patch #37 by Al.
      
      - Improvement: removed stupid descriptions from profile module.
      e57faf21
  20. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  21. Jun 11, 2003
    • Dries Buytaert's avatar
      · 3b8c99d9
      Dries Buytaert authored
      - Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefixed with GO for some obscure reason.  Patch by Kjartan.
      
      - Bugfix: fixed the defaults for blocks in database.mssql so the NOT NULL fields get values.  Patch by Kjartan.
      
      - Bugfix: changed check_form() to use htmlspecialchars() instead of drupal_specialchars() as this caused Drupal to emit incorrect form items in presence of quotes.  Example:
      
        <input type="submit" class="form-submit" name="op" value="Submit "top nodes" block changes" />
      
        IMO, drupal_specialchars() is better called xmlspecialchars() to avoid confusion.
      
      - Bugfix: when an anonymous user visits a site, they shouldn't see any content (except the login block, if it is enabled) unless they have the "access content" permissions.  Patch by Matt Westgate.
      
      - Improvement: improved the error checking and the error messages in the profile module.  Updated the code to match the Drupal coding conventions.  Modified patch from Matt Westgate.
      
      - Improvement: don't generate the <base href=""> tag in the base theme; it is already emitted by theme_head().  Patch by Kristjan.
      
      - Improvement: don't execute any SQL queries when checking the permissions of user #1.  Patch by Kjartan.
      
      - Improvement: made a scalable layout form that works in IE and that behaves better with narrow themes.  Part of patch #51 by Al.
      
      - Improvement: removed some redundant print statements from the comment module.  Modified patch from Craig Courtney.
      3b8c99d9
  22. Jun 10, 2003
    • Dries Buytaert's avatar
      · 75a44994
      Dries Buytaert authored
      - Bugfix: an administrator could not edit the avator through the admin interface because it used the global $user object inside its functions rather then the user to be edited.  Patch by Matt Westgate.
      75a44994
  23. 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
  24. Jun 03, 2003
    • Dries Buytaert's avatar
      · 31c36b7f
      Dries Buytaert authored
      - Fixed some translation bugs in the profile module.  (I wasn't going to
        commit this yet but I accidentically did so now I've cleaned it up.)
        Original patch by Matt.  Thanks for spotting the t() problem Al.
      31c36b7f
    • 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
  25. May 29, 2003
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  26. 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
  27. May 03, 2003
    • Dries Buytaert's avatar
      · 56324641
      Dries Buytaert authored
      - Fixed bug #1336: profile module problem.  Patch by Al.
      56324641
  28. Apr 29, 2003
  29. Mar 29, 2003
  30. Mar 16, 2003
    • Dries Buytaert's avatar
      · 583104ce
      Dries Buytaert authored
      - Fixed typo: 'writeable' -> 'writable'
      583104ce
  31. Mar 10, 2003
    • Dries Buytaert's avatar
      · 34aeff6c
      Dries Buytaert authored
      - Fixed typo: maxumum -> maximum.  Patch by Al.
      34aeff6c
  32. Feb 11, 2003
  33. Jan 23, 2003
  34. Dec 24, 2002
    • Dries Buytaert's avatar
      · 77468813
      Dries Buytaert authored
      - Fixed some typos: "filesize" -> "file size"
      77468813
  35. Nov 17, 2002
    • Dries Buytaert's avatar
      · d4c005ac
      Dries Buytaert authored
      - Make sure empty fields are not being displayed.  Patch by Kjartan.
      d4c005ac
  36. Nov 08, 2002
    • Dries Buytaert's avatar
      · 1ef7f58e
      Dries Buytaert authored
      - Improved UI of profile module.  Patch by Natrak.
      
        NOTE: it is a first improvement but it isn't good enough yet ...
      1ef7f58e
    • Dries Buytaert's avatar
      · ea6ce100
      Dries Buytaert authored
      Patch by Kjartan:
      
      - Fixed empty fields being displayed.
      
      - Fixed some coding standard discrepancies.
      
      - Fixed the birthday date formatting.
      ea6ce100