Skip to content
  1. Nov 25, 2003
    • Dries Buytaert's avatar
      · 18d81e5e
      Dries Buytaert authored
      - Fixed two typos.  Reported by Jeremy.
      18d81e5e
    • Dries Buytaert's avatar
      · 506fe741
      Dries Buytaert authored
      - Moved the "Who's online" block from the statistics module to the user module
        as the code no longer relies on the statistics module.  In addition, some
        code has been simplified and other bits have been removed.  Patch by Jeremy.
      506fe741
    • Dries Buytaert's avatar
      · c0494c0a
      Dries Buytaert authored
      - Committed phase 4 of JonBob's menu system changes.
      c0494c0a
  2. Nov 24, 2003
    • Dries Buytaert's avatar
      · 2df7214a
      Dries Buytaert authored
      - Rollbacked Ax's theme.inc changes as they failed to apply correctly.
      2df7214a
    • Dries Buytaert's avatar
      Patch by Ax to fixe and improve to the core doxygen PHPdoc: · 06045ff7
      Dries Buytaert authored
        * fixes all doxygen warnings [#]_ in the current code base
          + changes @param style from phpDocumentor (@param type $var desc) to doxygen (@param $var desc)
          + documents all undocumented parameters
          + escapes / fixes html warnings
          + fixes @defgroup in theme.inc
        * adds more groupings [#]_
          + drupal_{set|get}_title, drupal_{set|get}_breadcrumb
          + pager.inc: pager_api (pager_query(), pager_display()), pager pieces
        * adds a new group "themeable" which contains all themeable functions.
      06045ff7
    • Dries Buytaert's avatar
      · af5bc7cd
      Dries Buytaert authored
      - Made the Xtemplate theme degrade gracefully when CSS is disabled.
      af5bc7cd
  3. Nov 23, 2003
    • Dries Buytaert's avatar
      · c2a4a5ec
      Dries Buytaert authored
      - Made the help text sharable by removing incorrect use of $base_url.  Patch
        by Goba.
      c2a4a5ec
    • Dries Buytaert's avatar
      · f505fb9c
      Dries Buytaert authored
      - Synchronized some page and link titles.
      f505fb9c
    • Dries Buytaert's avatar
      - Updated the CHANGELOG file · 112db2b0
      Dries Buytaert authored
      112db2b0
    • Dries Buytaert's avatar
      · 875c6e3f
      Dries Buytaert authored
      - Performance improvement: avoid copying/cloning arrays.  Patch #155 by anarcat.
      875c6e3f
    • Dries Buytaert's avatar
      · 2fa24977
      Dries Buytaert authored
      - Committed patch #165 by Moshe.
      2fa24977
    • 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
  4. Nov 21, 2003
    • Dries Buytaert's avatar
      · e4d791fe
      Dries Buytaert authored
      - Menu fix by Jonathan.
      e4d791fe
    • Dries Buytaert's avatar
      · 5963759e
      Dries Buytaert authored
      - Fixed menu problem so users can log in.  Patch by Jonathan.
      5963759e
  5. Nov 20, 2003
    • Dries Buytaert's avatar
      · e128d493
      Dries Buytaert authored
      - Improved theme configuration page.  Modified version of Adrian.
      e128d493
    • 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
    • Dries Buytaert's avatar
      · 9000f825
      Dries Buytaert authored
      - Flush cache after changing user permissions.  Patch by Gerhard.
      9000f825
    • Dries Buytaert's avatar
      · c7c2bf3d
      Dries Buytaert authored
      - Removed duplicate call to drupal_page_header().  Patch by Moshe.
      c7c2bf3d
  6. Nov 19, 2003
    • Dries Buytaert's avatar
      · 572db7f7
      Dries Buytaert authored
      - Updated the INSERT statements at the bottom of the database schemes to
        reflect the bootstrap changes.  Patch #152 by Tom Dobes.
      572db7f7
    • Dries Buytaert's avatar
      · d03d933b
      Dries Buytaert authored
      - Performance improvement: changed a LEFT JOIN to an INNER JOIN.  Patch #157
        by Gerhard.
      d03d933b
    • Dries Buytaert's avatar
      - Block and theme improvements. Patch by Ax. · 98063726
      Dries Buytaert authored
         + block_list() (in block.module): returns an array of block objects for
           $region.
         + theme_blocks() (in theme.inc): uses block_list() and theme("block") to
           actually render them.
      
        Advantages:
         + Decouples blocks content and layout, allows block_list() to be used
           for non-output purposes (think "pull").
         + Unifies naming in theme.inc: render_blocks()) didn't really fit there.
         + Puts block_list() in blocks.module where it logically belongs.
      
      - Removed some cruft from the Xtemplate theme.  Patch by Ax.
      98063726
    • Dries Buytaert's avatar
      · 3198d786
      Dries Buytaert authored
      Xtemplate improvements.  Patch #154 by CodeMonkeyX.
      
       * Made all theme functions return their output.
      
       * Removed sidebar configuration options. (Sidebar placement is not configured
         through the block configuration screen.)
      3198d786
    • Dries Buytaert's avatar
      - Theme marvin improvements by CodeMonkeyX. Patch #155: · faed7168
      Dries Buytaert authored
         * Made all functions return their output.
         * Made theme compatible with three column layouts.
         * Fixed problem where blocks were not being rendered properly.
      faed7168
  7. Nov 18, 2003
  8. Nov 17, 2003
  9. Nov 16, 2003
  10. Nov 15, 2003
    • Dries Buytaert's avatar
      · ec726aa7
      Dries Buytaert authored
      - Move the jabber module to the contributions repository.
      ec726aa7
    • Dries Buytaert's avatar
      · 2f639017
      Dries Buytaert authored
      - Replaced the bloggerapi module by the blogapi module writen by James.
      2f639017
    • Dries Buytaert's avatar
      · 4317747e
      Dries Buytaert authored
      - Moving the cloud module to the contributions repository.
      4317747e
    • Dries Buytaert's avatar
      · 7c064384
      Dries Buytaert authored
      - Made the comment module themable.  Patch by CodeMonkeyX.
      7c064384
  11. Nov 14, 2003
    • Dries Buytaert's avatar
      · 17db3d0e
      Dries Buytaert authored
      - Fixed theme glitch.
      17db3d0e
    • Dries Buytaert's avatar
      · ca7d8c02
      Dries Buytaert authored
      - Fixed typo in theme Marvin.  Patch by Goba.
      ca7d8c02
  12. Nov 13, 2003
    • Dries Buytaert's avatar
      · 6c85795a
      Dries Buytaert authored
      - Fixed theme problem.
      6c85795a
    • Dries Buytaert's avatar
      · 36bb5755
      Dries Buytaert authored
      - table(...) -> theme("table", ...)
      36bb5755
  13. Nov 12, 2003
    • Dries Buytaert's avatar
      · e8de9721
      Dries Buytaert authored
      - Added missing print statements.  Patch #144 by CodeMonkeyX.
      e8de9721
    • Dries Buytaert's avatar
      · c629c7bd
      Dries Buytaert authored
      - Fixed bug #4080: comments shown against wrong node.  Reported by chrish.
      c629c7bd