Skip to content
  1. Oct 23, 2003
    • Dries Buytaert's avatar
      · 8806f4c5
      Dries Buytaert authored
      - Bugfix: fixed problem with book outlines.  Reported by Mark Cheverton.
      8806f4c5
  2. Oct 21, 2003
  3. 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
  4. Oct 09, 2003
  5. 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
  6. Oct 06, 2003
    • Dries Buytaert's avatar
      · 9632b0b0
      Dries Buytaert authored
      - Fixed book preview problem.  Patch by Kjartan.
      9632b0b0
  7. Oct 03, 2003
    • Dries Buytaert's avatar
      · 058971c3
      Dries Buytaert authored
      - Help improvements and translation improvements from Michael.  Thanks!
      058971c3
  8. Oct 02, 2003
    • Dries Buytaert's avatar
      · a4c84bbe
      Dries Buytaert authored
      - Bugfix: made printer-friendly pages work.  They were rendered but never
        printed.
      a4c84bbe
  9. Sep 28, 2003
    • Dries Buytaert's avatar
      · 32e8d77c
      Dries Buytaert authored
      - Associate a callback with the menu links!  (This callback is not yet being
        called but will be as soon the remaining links have been transformed to use
        the menu system.)
      
      - Made sure the menu does not render links with no callback and no children.
        Like this, the 'create content' link is not being shown when the user has
        no permission to add any content.
      32e8d77c
    • Dries Buytaert's avatar
      · 069e1bb8
      Dries Buytaert authored
      - More translation fixes for the menu items.  Patch by Gabor.
      069e1bb8
    • Dries Buytaert's avatar
      - Rewrote the most of the menu system; this fixes Al's problem with the · 2fe79310
      Dries Buytaert authored
        "create content" link.
      
      - Manually merged the user module's new menu items.  Al's patch did not
        apply.
      
      - Added some missing t()s.
      2fe79310
  10. 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
  11. Sep 26, 2003
    • Dries Buytaert's avatar
      · f104d3cc
      Dries Buytaert authored
      - Committed the admin menu integration patch.  Thanks Adrian, Stefan and others.
      f104d3cc
  12. Sep 20, 2003
    • Dries Buytaert's avatar
      · 00a62647
      Dries Buytaert authored
      - Committed Nick's _content improvements.
      00a62647
  13. Sep 19, 2003
    • Dries Buytaert's avatar
      · 2fbc7fcf
      Dries Buytaert authored
      - Committed a partial administration page integration patch.
      2fbc7fcf
  14. Sep 16, 2003
    • Dries Buytaert's avatar
      · 93e6513e
      Dries Buytaert authored
      - Fixed typo.  Patch by Nick.
      93e6513e
  15. Sep 15, 2003
    • Dries Buytaert's avatar
      · d9cb4522
      Dries Buytaert authored
      - Book module improvements.  This commit changes the behavior of the "view"
        hook.  See mailing list for details; search for a mail with the subject:
        '[IMPORTANT] behavior of "view" hook changed'.  Modified patch from Nick.
      d9cb4522
  16. Sep 11, 2003
    • Dries Buytaert's avatar
      · d81f159c
      Dries Buytaert authored
      - Committed Nick's path improvements; you can now control the look and feel
        of the breadcrumb navigation.
      d81f159c
  17. Aug 23, 2003
    • Dries Buytaert's avatar
      · c485b545
      Dries Buytaert authored
      - Fixed a number of small user experience inconsistencies pointed out by
        Keith.
      c485b545
  18. Aug 22, 2003
    • Dries Buytaert's avatar
      - Removed left-overs from the rating module. Patch by Gerhard. Updated the · 4e2ee96d
      Dries Buytaert authored
        PostgreSQL and MSSQL database scheme as well.
      
      - Made sure the update script updates the correct tables when database
        prefixing is enabled.  Patch by Bart Jansens.
      
      - Improved the breadcrumb navigation of the book and the forum module as per
        Keith Instone's suggestions.
      
      - Updated page titles (or block titles) and links to match.  Suggested by
        Keith Instone.
      
      - Added missing 'thread' field to the comment table of the MySQL database scheme.
        Fixes bug #2590.
      4e2ee96d
  19. Aug 15, 2003
    • Dries Buytaert's avatar
      · 5c40037c
      Dries Buytaert authored
      1) Bugfix: changed INNER JOIN to LEFT JOIN to make forum topics with no comments show on the topic overview page.
      
      2) Beautified the forum module views; rewritten to use the table() rendering functions, X HTML-ified the emitted code, added additional CSS tags, and removed hard-coded markup.  This improves themeabality; it should be able to mimic the view and color scheme of, say, http://www.phpbb.com/.
      
      3) Reorganized forms and links (interactive elements) to improve usability.  Also ensured that the link names and page titles match.
      
      4) Temporary removed container functionality: this simplified the work and eliminated some usability issues.
      5c40037c
  20. Aug 13, 2003
  21. Aug 05, 2003
    • Dries Buytaert's avatar
      · 4131b785
      Dries Buytaert authored
      - Help system improvements from Michael.
      4131b785
  22. Jul 10, 2003
    • Dries Buytaert's avatar
      · 337b3c9d
      Dries Buytaert authored
      - Committed a slightly modified version of Slavica's table prefix patch.
      337b3c9d
  23. Jul 08, 2003
    • Dries Buytaert's avatar
      · cd150ba7
      Dries Buytaert authored
      - Improvement: made it easier to translate the book outline.  Patch #67 by
        Stefan.
      cd150ba7
  24. 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
  25. Jun 19, 2003
    • Dries Buytaert's avatar
      · 828ba665
      Dries Buytaert authored
      - Bugfix: fixed utf-8 problem for people that use PHP 4.2.x or below.  Patch #33 by Al.
      
      - Bugfix: fixed translation problems in the user module and the block module.  Patch by Stefan.
      
      - Improvement: made it impossible to delete user role #1 and #2.  Patch #38 by Al.
      
      - Improvement: fixed the "Allowed HTML tag" issues.  Makes for better code and improved usability.  Patch #35 by Al.
      
        NOTE: as soon the compose tips make their way into CVS, most of this code can be removed.
      828ba665
  26. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  27. Jun 12, 2003
    • Dries Buytaert's avatar
      · 1a257603
      Dries Buytaert authored
      - Bugfix: charset fixes/clean-up.  Patch #52 by Al.
      
      - Improvement: renamed some theme functions of the forum module for sake of consistency/readability.  Patch #2 by Kristjan.
      
      - Improvement: usability improvements to the Xtemplate theme.  Patch #3 by Kristjan.
      
      - Improvement: CSS'ified the book module pages.  Patch #3 by Al.  (I simplified the "l
      ocation" part.  Al's approach gave you a bit more power but I'm not sure anyone wants
      to change that.  Besides, this will change as soon we integrate the menu system so I kept it easy for now.)
      1a257603
  28. Jun 08, 2003
  29. Jun 05, 2003
    • Dries Buytaert's avatar
      · de3b0796
      Dries Buytaert authored
      - Bugfix: better charset support for non-ISO-8859-1 languages.  Patch 0029.charset.fixes.patch by Al.  Could East Asia test this please.
      
      - Bugfix: made the "moderate" field behave.  Patch 0030.queue.module.help.and.settings.form.patch by Al.
      
      - Documentation: revised a large part of the help texts / documentation!  Al's 0024.* patches.
      
      - Documentation: added a glossary to the help module.  Patch 0025.help.module.glossary.patch by Al and Michael.
      
      - Usability: first step towards unifying the terminology used in the cloud module.  Patch by 0028.site.cloud.rationalize.name.patch Al.
      
      - Usability + CSS improvements: revamped the node form and removed all tables.  Patch 0027.node.form.rewrite.patch by Al.
      
      - CSS improvements: patch 0026.admin.css.small.improvement.patch by Al.
      
      - Updated the MAINTAINERS file.
      de3b0796
  30. 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
  31. May 29, 2003
    • Dries Buytaert's avatar
      · 8d2b1238
      Dries Buytaert authored
      - Michael Frankowski's excellent help text improvements!
      8d2b1238
  32. May 24, 2003
    • Dries Buytaert's avatar
      · 45d5aad6
      Dries Buytaert authored
      - Updated Drupal to use "on output" filters.  Derived from Gerhard's patch.
      45d5aad6
  33. May 18, 2003
    • Dries Buytaert's avatar
      · 7e8aa526
      Dries Buytaert authored
      - Fixed bug in book_prev().  Patch by Andy Colson.
      
      - Book optimizations: updated to use inner joins.  Patch by Andy Colson.
        This should address bug #1373.
      
        TODO: add index to MSSQL database scheme.
      7e8aa526
  34. May 13, 2003
    • Dries Buytaert's avatar
      · 460b902d
      Dries Buytaert authored
      - Added a couple of checks to avoid pg_atoi problems using PostgreSQL.
        Reported by Michael Frankowski.
      460b902d
    • Dries Buytaert's avatar
      · bf300292
      Dries Buytaert authored
      - Made the teaser work for HTML book pages.  Patch by Nick.
      bf300292
    • Dries Buytaert's avatar
      · 0215c503
      Dries Buytaert authored
      - The book_admin_orphan() function is using the table() function to render
        the orphan pages.  Patch by Nick.
      
      - The "printer-friendly link" is only shown when the book page is not on
        the main page.  Patch by Nick.
      0215c503
    • 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