Skip to content
Snippets Groups Projects
  1. Sep 18, 2003
  2. Sep 16, 2003
    • Dries Buytaert's avatar
      · a4a83815
      Dries Buytaert authored
      - Updated the CHANGELOG: added a line about the book module changes, fixed
        some typos.
      a4a83815
    • Dries Buytaert's avatar
      · e20f59d9
      Dries Buytaert authored
      - Jonathan's "HTML filter" improvements.
      
      > If turning on both filters is bad, we shouldn't allow the user to
      > select both, should we? The attached patch folds the Escape HTML option
      > into the same dropdown as the Filter HTML option, preventing both from
      > being activated.
      e20f59d9
    • Dries Buytaert's avatar
      · 62f93994
      Dries Buytaert authored
      - Added 'escape HTML' option to the filters.  Patch by Gabor Hojtsy.
      62f93994
    • Dries Buytaert's avatar
      01f3bcfc
    • Dries Buytaert's avatar
      · 93e6513e
      Dries Buytaert authored
      - Fixed typo.  Patch by Nick.
      93e6513e
    • Dries Buytaert's avatar
      · a18b09b0
      Dries Buytaert authored
      - Fixed bug #2874: typo in watchdog module help.  Patch by Stefan.
      a18b09b0
  3. 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
  4. Sep 14, 2003
    • Dries Buytaert's avatar
      · 7e60456c
      Dries Buytaert authored
      - Page module simplification.  Patch by Nick Berendsen.
      
        > page.module:
        > -output is in theme("node") instead of theme("box"). This is a must for the
        > outline to work. The only difference is that the links are rendered by the
        > theme_node function instead of in the page_view. The links _are_ the same.
      7e60456c
    • Dries Buytaert's avatar
      · 9fbab016
      Dries Buytaert authored
      - Tidied up the usage of module_invoke() and module_invoke_all().  Patch by
        Jonathan Chaffer.
      9fbab016
    • Dries Buytaert's avatar
      · df3afcbc
      Dries Buytaert authored
      - Don't use the global theme object; use theme() instead.
      df3afcbc
    • Dries Buytaert's avatar
      · 18e840ac
      Dries Buytaert authored
      - Bugfix: fixed string being check_query()-ed twice. Bug #2425.  Patch by
        Matt.
      18e840ac
  5. Sep 13, 2003
    • Dries Buytaert's avatar
      - Changed $theme->links() to theme("links", $links). · 9801a196
      Dries Buytaert authored
      - Added page titles.  Modified version of patch 0104 by Kendow; patch updated
        for HEAD branch.
      
        > Modified 4.2.0 code to pass localized title text to theme header so user
        > pages have meaningful <title> element content.
      9801a196
    • Dries Buytaert's avatar
      · 36a553c6
      Dries Buytaert authored
      - Remove node_invoke_all as it has a misleading name and is redundant with
        module_invoke_all.  Patch by Jonathan Chaffer.
      36a553c6
    • Dries Buytaert's avatar
      · 8382ea54
      Dries Buytaert authored
      - Xtemplate improvements by Kristjan:
      
      > no changes in presentation, just a structure changes
      >
      > - removed inline styles from .xtmpl
      > - removed duplicated #header class reference, renamed second one to #content as context$
      > - simplified some CSS selectors (tested on IE and mozilla, please test on Opera, if pos$
      > - some .class -> #class
      
      Note: tested on Opera; couldn't spot any differences.
      8382ea54
    • Dries Buytaert's avatar
      · fdc379bb
      Dries Buytaert authored
      - Some breadcrumb refinements by Nick.
      fdc379bb
    • Dries Buytaert's avatar
      · 33b76e9a
      Dries Buytaert authored
      - Added basic breadcrumb navigation to the blog module.
      33b76e9a
  6. Sep 12, 2003
    • Dries Buytaert's avatar
      · ee35d913
      Dries Buytaert authored
      - Made the forum module's breadcrumb navigation fully themable.  Patch by Nick.
      
      - Changed 'pubdate' to 'pubDate'.  Patch by Kristjan.
      
      - Fixed in Xtemplate theme; don't use return value of node_url() raw and uncut.
        Patch by me.
      ee35d913
  7. Sep 11, 2003
  8. Sep 10, 2003
    • Dries Buytaert's avatar
      · b9633dcd
      Dries Buytaert authored
      - Patch by Bart Jansen:
      
        <quote>
      
        This adds session support for anonymous users and fixes a bug/typo.
      
          1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make
             inner join work.
      
          2. replaced "if ($user .." by "if ($user->uid .." because now $user is
             always set (my previous change probably caused this).
      
          3. db_next_id("user_uid") -> db_next_id("users_uid");
        </quote>
      
        I repeat:
      
        "This adds session support for anonymous users and fixes a bug/typo."
      b9633dcd
    • Dries Buytaert's avatar
      · 81591038
      Dries Buytaert authored
      - Added a "alt" attribute to the logo for sake of accessibility.
      81591038
    • Dries Buytaert's avatar
      · ad5fb6cd
      Dries Buytaert authored
      - Noiseword fix.  Patch by Matt.  Reported by Bart.
      ad5fb6cd
    • Dries Buytaert's avatar
      - Patch from Matt: · 9b74d0b8
      Dries Buytaert authored
        "The noise words description says that whitespace and line breaks will be
        stripped out, but the code never does any trimming.  This simple patch strips
        the whitespace from the noise words.  This probably takes care of bug #2804."
      9b74d0b8
  9. Sep 09, 2003
    • Dries Buytaert's avatar
      · e406d305
      Dries Buytaert authored
      - Added support for the optional <pubdate> element in our node RSS feeds.  This
        could help reduce the number of HTTP requests and fixes some annoyances with
        RSS clients.
      e406d305
    • Dries Buytaert's avatar
      · 8e657f64
      Dries Buytaert authored
      - Gerhard's uid 0 patches.  These patches bring various performance
        improvements.  Requires a database update.
      8e657f64
  10. Sep 07, 2003
    • Dries Buytaert's avatar
      · accebe35
      Dries Buytaert authored
      - Commited Moshe's Xtemplate patch (slighty modified).
      accebe35
  11. Sep 06, 2003
    • Dries Buytaert's avatar
      · 1cadcafe
      Dries Buytaert authored
      - Fixed the tracker author sort.  Patch by Moshe.
      1cadcafe
  12. Sep 05, 2003
  13. Sep 03, 2003
  14. Aug 31, 2003
  15. Aug 30, 2003
    • Dries Buytaert's avatar
      · 756a5da5
      Dries Buytaert authored
      - Added an "edit account" link.
      756a5da5
    • Dries Buytaert's avatar
      · 796399ff
      Dries Buytaert authored
      - Fixed bug #2689.  Patch by Bruno.
      796399ff
    • Dries Buytaert's avatar
      · e330d7c6
      Dries Buytaert authored
      - Fixed bug #2690.  Patch by Bruno.
      e330d7c6
    • Dries Buytaert's avatar
      · 6f4e902e
      Dries Buytaert authored
      - Corrected the form description of the URL aliasing; don't add a trailing
        slash.  Reported by Stefan.
      6f4e902e
Loading