Skip to content
  1. Jun 22, 2003
    • Dries Buytaert's avatar
      · 34a859b9
      Dries Buytaert authored
      - Bugfix: the message bog was no longer shown because of the "Default front
        page" changes.  Patch by Ax.
      34a859b9
  2. Jun 20, 2003
    • Dries Buytaert's avatar
      · 25081b21
      Dries Buytaert authored
      - Improvement: CSS improvements for the calendar block in theme UnConeD.
        Patch #40 by Al.
      25081b21
  3. Jun 18, 2003
    • Dries Buytaert's avatar
      · 2f149c56
      Dries Buytaert authored
      - Fixed some link colors.  Patch by Kristjan.
      2f149c56
    • Dries Buytaert's avatar
      · 70d1edd8
      Dries Buytaert authored
      - Improvement: more CSS improvements to the Xtemplate theme.  Thanks Kristjan
        and Al.
      70d1edd8
  4. Jun 17, 2003
    • Dries Buytaert's avatar
      · ec428637
      Dries Buytaert authored
      - More XHTML-ifications from GmbH.
      ec428637
  5. Jun 16, 2003
    • Dries Buytaert's avatar
      · 00baac2c
      Dries Buytaert authored
      - Improvement: made theme Marvin's calendar look better.  Patch #16 by Al.
        Thanks!
      00baac2c
    • Dries Buytaert's avatar
      · ef873561
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.  See feature #1813.
      ef873561
  6. Jun 15, 2003
    • Dries Buytaert's avatar
      · eb030cb9
      Dries Buytaert authored
      - Improvements: XHTML-ifications.  Patch by GmbH.
      eb030cb9
  7. Jun 13, 2003
    • Dries Buytaert's avatar
      · d95499bf
      Dries Buytaert authored
      - Bugfix: small Xtemplate fixes.  Patch by Ax.  (Slightly modified.)
      
      - Bugfix: block patch fix.  Patch by Gerhard.
      
      - Bugfix: fixed broken URL in ping.  Patch by Gerhard.
      
        (This should fix the problems shown on http://www.blo.gs/info.php?id=1515.)
      
      - Improvement: added better password generator.  Patch #1 by Al.  Fixes bug
        #1935.
      
      - Improvement: performance improvement to the blog module.  Patch by Marco.
      d95499bf
  8. 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
  9. Jun 07, 2003
  10. Jun 06, 2003
    • Dries Buytaert's avatar
      · 7f95b768
      Dries Buytaert authored
      Usability improvements to the Xtemplate theme by Kristjan and Al:
      
      - added a subtle lineheight to nodes and #message
      
      - removed specific link colors for taxonomy terms and node links. Found it confusing, specially in context with a:visited color.
      
      - added a gray background, border and padding for <pre> tag, to make Drupal documentation pages more nicer.
      
      - nested search form into <div>s in order to validate as XHTML Strict. Modified patch by Alastair.
      
      - incorporated all of Alastair's patches to replace px-based padidngs with em-ones
      
      - fixed the footer font size and Y-centered it
      
      - removed class from seach <form>, put it in the surrounding <div> instead
      
      - added class for submit
      
      - simplified the search box's CSS, it is looking much more cleaner now
      7f95b768
    • Dries Buytaert's avatar
      · 3998bfad
      Dries Buytaert authored
      - Bugfix: the Xtemplate theme didn't check whether the taxonomy was enabled.
        Patch by Ax.
      3998bfad
  11. 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
  12. 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
  13. Jun 01, 2003
    • Dries Buytaert's avatar
      · c9bdea34
      Dries Buytaert authored
      - Made all CSS definitions look alike.
      c9bdea34
  14. May 31, 2003
    • Dries Buytaert's avatar
      · 39f6a9e7
      Dries Buytaert authored
      - CSS improvements to the calendar of the archive module.  Updated the Xtemplate
        theme and theme Marvin to take advantage of this.  Patch by Al.  Pretty stuff.
      39f6a9e7
  15. May 30, 2003
    • Dries Buytaert's avatar
      · d00c9571
      Dries Buytaert authored
      - Import the theme specific stylesheet after importing drupal.css.
      d00c9571
    • Dries Buytaert's avatar
      · 514a1a96
      Dries Buytaert authored
      - Remove the <base href="">-tags from the themes; these are being added by
        theme_head().
      514a1a96
  16. May 29, 2003
    • Dries Buytaert's avatar
      · f7e11d3b
      Dries Buytaert authored
      - The check_output()s slipped back in.  Removing them again.
      f7e11d3b
    • Dries Buytaert's avatar
      · 3f2dd954
      Dries Buytaert authored
      - Theme improvements by Al, with help from Nick: stylesheet improvements,
        XHTML-ified theme UnConeD, etc.
      3f2dd954
  17. May 27, 2003
    • Dries Buytaert's avatar
      · 562acf8b
      Dries Buytaert authored
      - Theme maintenance: moved CSS to separate stylesheet, updated to use relative
        font sizes, etc.  Thanks Al.
      562acf8b
  18. May 26, 2003
    • Dries Buytaert's avatar
      · d8f78a7c
      Dries Buytaert authored
      - Removed check_output() from the theme system layer.
      d8f78a7c
  19. May 18, 2003
    • Dries Buytaert's avatar
      · a1c0d416
      Dries Buytaert authored
      - Added option to control placement of sidebar(s).
      a1c0d416
  20. May 15, 2003
  21. May 14, 2003
    • Dries Buytaert's avatar
      · ef703e80
      Dries Buytaert authored
      - CSS fixes by Al.
      ef703e80
  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 11, 2003
    • Dries Buytaert's avatar
      · 13ffd895
      Dries Buytaert authored
      - More little tweaks.  Looks like the links no longer right align on IE.
        Sigh.  Thoughts?
      13ffd895
    • Dries Buytaert's avatar
      · ccd20686
      Dries Buytaert authored
      - Added character encoding.
      
      - <div> is not allowed within <span>.
      
      - Reworked the header: the alignment/wrapping of the primary and secondary links actually works now and is a tad simpler.
      ccd20686
    • Dries Buytaert's avatar
      · f8c44e02
      Dries Buytaert authored
      - Fixed some broken links.
      f8c44e02
  24. Apr 25, 2003
    • Dries Buytaert's avatar
      · 648f1e00
      Dries Buytaert authored
      - Applied Ax's Xtemplate footer patch though shuffled around a bit with the
        variable names.
      648f1e00
  25. Apr 21, 2003
    • Dries Buytaert's avatar
      · 716e833a
      Dries Buytaert authored
      - Update Xtemplate theme to support the onload attribute (was not included in
        Gordon's patch).
      
      - Updated CHANGELOG.
      716e833a
    • Dries Buytaert's avatar
      · b505b5ab
      Dries Buytaert authored
      - Committed Gordon's htmlarea patch.
      b505b5ab
  26. Apr 13, 2003
    • Dries Buytaert's avatar
      · 615f5bb9
      Dries Buytaert authored
      - Made it so that the xtemplate engine can only be included once.  Patch by
        Ax.
      615f5bb9
  27. Apr 04, 2003
    • Dries Buytaert's avatar
      Patch by Ax: · 45276202
      Dries Buytaert authored
      - Bugfix: xtemplate.inc removed "$xx" from content.
      
      - Improvement: changed a high ascii char to low ascii to be able to debug
        xtemplate.inc.
      45276202
  28. Mar 15, 2003
  29. Mar 13, 2003
    • Dries Buytaert's avatar
      · f89d341d
      Dries Buytaert authored
      - Another attempt to get the font size right.  Al, Ax: better now?
      f89d341d
  30. Mar 12, 2003
    • Dries Buytaert's avatar
      · 4c7bd41a
      Dries Buytaert authored
      - Made the xtemplate theme support the td.dark and tr.light tags emitted
        by the table rendering functions.
      
      - Made the font-size in the sidebar a bit smaller to avoid excessive
        wrapping.  Requested by Al.
      4c7bd41a