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. Jan 27, 2004
    • Dries Buytaert's avatar
      · 02c622de
      Dries Buytaert authored
      - Patch 4332 by Goba: eliminate compose tips module.
      02c622de
    • Dries Buytaert's avatar
      · 1687dd07
      Dries Buytaert authored
      - Patch 5049 by JonBob: allow a module to define multiple node types.
      1687dd07
  4. 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
  5. Jan 17, 2004
    • Dries Buytaert's avatar
      · 24e76c0d
      Dries Buytaert authored
      - Code beautifications: corrected indentation.
      24e76c0d
    • Dries Buytaert's avatar
      · 860a5cc3
      Dries Buytaert authored
      - Removed the $help parameter from the _form hook.  The help, typically
        submission guidelines, should be emmitted using the _help hook.
      860a5cc3
  6. Jan 15, 2004
  7. Jan 14, 2004
    • Dries Buytaert's avatar
      · 01e9b5a0
      Dries Buytaert authored
      - Fixed 5218: book page "administer" removes original author.
      01e9b5a0
    • Dries Buytaert's avatar
      · 59925ef9
      Dries Buytaert authored
      - Usability improvement: added a book navigation block.
      59925ef9
  8. Jan 11, 2004
  9. Jan 02, 2004
    • Dries Buytaert's avatar
      · a9ef1826
      Dries Buytaert authored
      - Patch 4916: improved preparation of $node->teaser and $node->body.  Patch by
        Goba.
      a9ef1826
  10. Dec 17, 2003
    • Dries Buytaert's avatar
      · d5c80264
      Dries Buytaert authored
      - Updated the calls to menu() to use MENU_HIDE instead of 1
      d5c80264
  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 25, 2003
    • Dries Buytaert's avatar
      · c0494c0a
      Dries Buytaert authored
      - Committed phase 4 of JonBob's menu system changes.
      c0494c0a
  13. Nov 23, 2003
    • Dries Buytaert's avatar
      · 875c6e3f
      Dries Buytaert authored
      - Performance improvement: avoid copying/cloning arrays.  Patch #155 by anarcat.
      875c6e3f
    • Dries Buytaert's avatar
      · 26735ac5
      Dries Buytaert authored
      - Committed phase 3 of JonBob's menu changes.  Adds an API for modules to
        define titles and breadcrumbs for their pages, and updates the theme
        system to display them.
      26735ac5
  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. Nov 08, 2003
    • Dries Buytaert's avatar
      · 92995414
      Dries Buytaert authored
      - Committed stage 1 of the menu callbacks improvements.  Patch by Jonathan.
      92995414
  18. Nov 07, 2003
    • Dries Buytaert's avatar
      · ef0fa006
      Dries Buytaert authored
      - Usability improvement: replaced many selection boxes by radio buttons.
        Patch by Stefan.
      ef0fa006
  19. Nov 03, 2003
    • Dries Buytaert's avatar
      · eb95d6d7
      Dries Buytaert authored
      - Bugfix: fixed typo in cloud module.  Patch by Marky.
      
      - Bugfix: fixed menu glitch in book module.  Patch by Kjartan.
      eb95d6d7
  20. Oct 23, 2003
    • Dries Buytaert's avatar
      · 8806f4c5
      Dries Buytaert authored
      - Bugfix: fixed problem with book outlines.  Reported by Mark Cheverton.
      8806f4c5
  21. Oct 21, 2003
  22. 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
  23. Oct 09, 2003
  24. 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
  25. Oct 06, 2003
    • Dries Buytaert's avatar
      · 9632b0b0
      Dries Buytaert authored
      - Fixed book preview problem.  Patch by Kjartan.
      9632b0b0
  26. Oct 03, 2003
    • Dries Buytaert's avatar
      · 058971c3
      Dries Buytaert authored
      - Help improvements and translation improvements from Michael.  Thanks!
      058971c3
  27. Oct 02, 2003
    • Dries Buytaert's avatar
      · a4c84bbe
      Dries Buytaert authored
      - Bugfix: made printer-friendly pages work.  They were rendered but never
        printed.
      a4c84bbe
  28. 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
  29. 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
  30. Sep 26, 2003
    • Dries Buytaert's avatar
      · f104d3cc
      Dries Buytaert authored
      - Committed the admin menu integration patch.  Thanks Adrian, Stefan and others.
      f104d3cc
  31. Sep 20, 2003
    • Dries Buytaert's avatar
      · 00a62647
      Dries Buytaert authored
      - Committed Nick's _content improvements.
      00a62647