Skip to content
  1. Nov 28, 2003
  2. Nov 27, 2003
  3. Nov 26, 2003
    • Dries Buytaert's avatar
      · b55975d6
      Dries Buytaert authored
      - Doxygen improvements.  Patch by Ax.
      b55975d6
    • Dries Buytaert's avatar
      · 53cc5ba8
      Dries Buytaert authored
      Statistics module patch by Jeremy:
      
        - removed custom user-page configuration
        - added user-page configuration as group into statistics_settings()
        - inlined logic to display user-page within statistics_page()
        - changed references of "top content" to "most popular content"
        - updated help to reflect recent changes
        - removed references to title/subtitle text configuration
        - properly load _settings data for popular content block
        - fix admin pages to display referrers and top nodes (don't return...)
      53cc5ba8
  4. Nov 25, 2003
    • Dries Buytaert's avatar
      · 35e92aa7
      Dries Buytaert authored
      - Improved usability of the statistics module's setting page.  Patch by
        Jeremy.
      35e92aa7
    • Dries Buytaert's avatar
      · 6135c14c
      Dries Buytaert authored
      Statistics module improvements by Jeremy:
      
      - Remove custom configuration of "admin/system/block/top nodes block".
      - Three remaining configuration options moved to "admin/system/modules/statistics".
      - Move simple logic to display block within statistics_block().
      6135c14c
    • 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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