Skip to content
  1. Nov 28, 2003
  2. Oct 27, 2003
  3. Oct 22, 2003
    • Dries Buytaert's avatar
      · 72ae2d39
      Dries Buytaert authored
      - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' is
        a reserved SQL keyword.  Required for both PostgreSQL and MSSQL.  Patch by
        Adrian.
      
      - Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL
        keyword.  Required for both PostgreSQL and MSSQL.  Patch by Adrian.
      72ae2d39
    • Dries Buytaert's avatar
      · 742410aa
      Dries Buytaert authored
      - Bugfix: prefix not prepended to sequences.  Fixes bug #3639.
      
        Make sure to write:
      
          db_next_id({table}_field);
      
        instead of:
      
          db_next_id(table_field);
      742410aa
  4. Oct 20, 2003
    • Dries Buytaert's avatar
      · 6958037d
      Dries Buytaert authored
      - Bugfix: made the "Default front page" setting work with URL aliases.  Patch
        by Matt.
      6958037d
  5. Oct 19, 2003
    • Dries Buytaert's avatar
      · 17e92817
      Dries Buytaert authored
      - Bugfix: added missing . which stopped the Example theme's DOCTYPE from being
        emitted.  Reported by Robert Castelo.
      17e92817
  6. Oct 16, 2003
    • Dries Buytaert's avatar
      · 88084288
      Dries Buytaert authored
      - Fixed bug #3637: made comment module settings translatable.  Patch #13 by Moshe.
      
      - Fixed bug #3642: removed duplicate settings from user page.  Patch #14 by Moshe.
      
      - Fixed bug #3503: added 'forum topic' link to the 'create content' menu.  Patch
        by Gobar.  I think this might be more intuitive and consistent code-wise; I don't
        want to introduce small hacks.
      
      - Cache improvement: small cache improvement to prevent SQL errors.  Patch by
        Jeremy.
      88084288
  7. Oct 15, 2003
    • Dries Buytaert's avatar
      · 53f538fe
      Dries Buytaert authored
      - Usability improvement: improved consistency and themability of the search form.
      53f538fe
  8. Oct 14, 2003
    • Dries Buytaert's avatar
      · 9fdd8941
      Dries Buytaert authored
      - Replaced some dead wood.
      9fdd8941
    • Dries Buytaert's avatar
      - Bugfix: stopped the menu system from generating empty lists (<ul></ul>). Patch · 5d684e10
      Dries Buytaert authored
        by Nick (CodeMonkeyX).
      
      - Bugfix: anonymous users could not change comment settings.  Patch by Bart.
      
      - Bugfix: the comment control form always showed "order by date - newest first",
        no matter what order you selected.  Patch by Bart.
      
      - Small usability improvement: only display comment controls when there are
        comments to show.  Patch by Bart.
      5d684e10
  9. Oct 13, 2003
    • Dries Buytaert's avatar
      · 162ca6eb
      Dries Buytaert authored
      - Bugfix: the search result type names (node, user, comment) were not
        translatable in the search page output.  Patch by Gabor.
      162ca6eb
    • 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
  10. Oct 09, 2003
    • Dries Buytaert's avatar
      · 0f44d7d6
      Dries Buytaert authored
      - Committed part 3 of Michael's help system improvements: removed the $help
        parameter from the menu() function.
      0f44d7d6
    • Dries Buytaert's avatar
      - Small code improvement · 92852753
      Dries Buytaert authored
      92852753
    • Dries Buytaert's avatar
      · d2175fdc
      Dries Buytaert authored
      - Fixed cache issue with path map.
      d2175fdc
  11. Oct 07, 2003
  12. Oct 03, 2003
    • Dries Buytaert's avatar
      · 35f3bcd0
      Dries Buytaert authored
      - Path modoule improvements.  Modified path by Matt.
      35f3bcd0
  13. Oct 01, 2003
    • Dries Buytaert's avatar
      · fa2581ed
      Dries Buytaert authored
      - Modifies path.module to get rid of pgsql reserved word.  Patch by Adrian.
      
      - Updates database.pgsql and database.mysql to work with current cvs. Patch
        by Adrian.
      
      - Updates update.php to be able to update postgres from 4.2 to current.
        Patch by Adrian.
      
      - Small fixes by me.
      fa2581ed
  14. Sep 30, 2003
    • Dries Buytaert's avatar
      · 6baa7d7c
      Dries Buytaert authored
      - Some URL alias fixes by Matt.
      6baa7d7c
    • Dries Buytaert's avatar
      · 5a667eb5
      Dries Buytaert authored
      - Url aliasing improvements.  Patch by Matt.  See mailing list for more
        information.
      5a667eb5
  15. Sep 29, 2003
  16. 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
      · b8416f61
      Dries Buytaert authored
      - Made the check for If-Modified-Since and Etag headers work for non-Apache
        webservers.  This will, for example, improve caching on IIS.  Patch by
        Kjartan.
      b8416f61
    • Dries Buytaert's avatar
      · c8b28009
      Dries Buytaert authored
      - Made sure all menu items can be translated.  Path by Goba.
      c8b28009
    • Dries Buytaert's avatar
      · 42a98731
      Dries Buytaert authored
      - Fixed bug #3037: fixed translation issue with menu items.
      42a98731
    • Dries Buytaert's avatar
      · a5e048a5
      Dries Buytaert authored
      - Renamed some menu items for clarity and ... added basic phpDoc comments.
      a5e048a5
    • 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
  17. Sep 26, 2003
    • Dries Buytaert's avatar
      · f104d3cc
      Dries Buytaert authored
      - Committed the admin menu integration patch.  Thanks Adrian, Stefan and others.
      f104d3cc
  18. Sep 20, 2003
    • Dries Buytaert's avatar
      · 85eebfb5
      Dries Buytaert authored
      - Fixed problem introduced by partial integration of the administration pages.
      85eebfb5
    • Dries Buytaert's avatar
      · f9a7182a
      Dries Buytaert authored
      - Fixed critical bug #2952: tablesort_init() used a static variable made it
        impossible to use more than one sortable table on a page.
      f9a7182a
    • Dries Buytaert's avatar
      · 00a62647
      Dries Buytaert authored
      - Committed Nick's _content improvements.
      00a62647
  19. Sep 18, 2003
    • Dries Buytaert's avatar
      · 796a70de
      Dries Buytaert authored
      - XHTML fixes in the base theme.  Patch by Chris Johnson.
      796a70de
  20. 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
  21. Sep 14, 2003
    • Dries Buytaert's avatar
      · df3afcbc
      Dries Buytaert authored
      - Don't use the global theme object; use theme() instead.
      df3afcbc