Skip to content
  1. Mar 20, 2004
  2. Feb 15, 2004
    • Dries Buytaert's avatar
      · 4b0b2d02
      Dries Buytaert authored
      - Patch by Steven: removed redundant permission checks.  These are no longer
        required thanks to the new 404 handling.
      4b0b2d02
  3. Feb 14, 2004
    • Dries Buytaert's avatar
      · 6dcb3c46
      Dries Buytaert authored
      - Code improvements by Mathias: made the path module use drupal_set_message().
      6dcb3c46
  4. Feb 01, 2004
    • Dries Buytaert's avatar
      · 7ce34a1c
      Dries Buytaert authored
      - Fixes by Goba: updated help text of mass URL aliasing and fixed escaping problem.
      7ce34a1c
  5. Jan 23, 2004
    • Dries Buytaert's avatar
      · b85eb11e
      Dries Buytaert authored
      Patch 5287 by Stefan: multiline help texts should become inside a single $output.
      b85eb11e
  6. Jan 07, 2004
    • Dries Buytaert's avatar
      · 94f6e94f
      Dries Buytaert authored
      - Many excellent news aggregator improvements by Kjartan:
          + Added drupal_http_request().
          + Replaced rssfeeds with OPML feed subscription list.
          + Added support for pubDate.
          + Added support for conditional gets using ETag and Last-Modified.
      94f6e94f
  7. Dec 29, 2003
  8. Dec 28, 2003
  9. Dec 09, 2003
    • Dries Buytaert's avatar
      · d79d01f3
      Dries Buytaert authored
      - Path module documentation updates.
      d79d01f3
  10. Dec 08, 2003
    • Dries Buytaert's avatar
      - Improvements by Goba: · 712a30b5
      Dries Buytaert authored
        + removes the lots of pagers and indirect pager themeing
        + add the theme_pager() function, which should be called as
          theme("pager", ...) to get a pager.
      712a30b5
  11. Dec 01, 2003
    • Dries Buytaert's avatar
      · 4e2c0b25
      Dries Buytaert authored
      - Introduced a drupal_set_message() and drupal_get_message() function.
      
        Contributed themes and modules need to be updated:
         - modules: status() is no more; use drupal_set_message() instead.
         - themes: use drupal_get_message() to check for status messages and
           visualize them.
      4e2c0b25
  12. Nov 27, 2003
  13. Nov 25, 2003
    • Dries Buytaert's avatar
      · c0494c0a
      Dries Buytaert authored
      - Committed phase 4 of JonBob's menu system changes.
      c0494c0a
  14. Nov 20, 2003
    • Dries Buytaert's avatar
      · 4bdac433
      Dries Buytaert authored
      - Patch by JonBob:
      
        Phase 2 of the menu system integration project. This unifies the interface
        used by admin and non-admin pages, and deprecates the _page hook in favor of
        explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
        as a result of this patch; they will return in the phase 3 patch, printed
        by the theme.
      4bdac433
  15. Nov 13, 2003
    • Dries Buytaert's avatar
      · 36bb5755
      Dries Buytaert authored
      - table(...) -> theme("table", ...)
      36bb5755
  16. Nov 09, 2003
    • Dries Buytaert's avatar
      · 951b553a
      Dries Buytaert authored
      - Committed stage 2 of the theme system improvements!  Patch by CodeMonkeyX.
      951b553a
  17. Oct 27, 2003
    • Dries Buytaert's avatar
      · 43fb74b9
      Dries Buytaert authored
      - Bugfix: 'path' -> {url_alias}.  Patch by Mark Coady.
      43fb74b9
  18. Oct 23, 2003
  19. 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
  20. Oct 17, 2003
    • Dries Buytaert's avatar
      · 3c3c556c
      Dries Buytaert authored
      - Bugfix: pass the node by reference in path_nodeapi so that $node->path is set
        for the node.  Fixes bug #3680.  Patch by Matt.
      
      - Bugfix: when creating a new node, don't try to insert a path if it wasn't set
        in the node form.  This destroys any paths which the user may have created
        ahead of time for that node.  Patch by Matt.
      3c3c556c
  21. Oct 09, 2003
    • Dries Buytaert's avatar
      · 1a5fcacd
      Dries Buytaert authored
      - Committed part 3 of Michael's help system improvements: removed the $help
        parameter from the menu() function.
      1a5fcacd
    • Dries Buytaert's avatar
      · f2a9d01d
      Dries Buytaert authored
      - Bugfix: inserting and updating paths was not working.  Patch by Matt.
      
      - Bugfix: updated the queue module menu so the "view submission" link appears
        in the navigation when enabled.  Patch by Matt.
      f2a9d01d
  22. Oct 07, 2003
  23. Oct 05, 2003
    • Dries Buytaert's avatar
      · f8dda8f8
      Dries Buytaert authored
      - Various path module fixes by Gabor.
      f8dda8f8
  24. Oct 04, 2003
    • Dries Buytaert's avatar
      · 988da0f1
      Dries Buytaert authored
      - Fix visual bug: incorrect colspan for table.
      988da0f1
  25. Oct 03, 2003
    • Dries Buytaert's avatar
      · 35f3bcd0
      Dries Buytaert authored
      - Path modoule improvements.  Modified path by Matt.
      35f3bcd0
  26. 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
  27. Sep 30, 2003