Skip to content
Snippets Groups Projects
  1. Nov 15, 2002
    • Dries Buytaert's avatar
      · 9a352343
      Dries Buytaert authored
      - Made "<root>" translatable.  Patch by Stefan.
      9a352343
  2. Nov 11, 2002
    • Dries Buytaert's avatar
      · a6c8b10d
      Dries Buytaert authored
      Applied Moshe's patches:
      
      - Adds more title info to each line in the block: now showing author and number of comments in a unified way accross all modules.
      
      - Added pager support to blog module.
      
      - Blog module now uses standard node view, not its own hack which is more theme friendly (http://www.drupal.org/node.php?id=133).
      
      - Blog module now uses node_feed() function for making RSS feeds. since all feeds are now consolidated, a couple tweaks to node_feed() and format_rss_* would lead us to support new RSS formats easily.
      
      - Fixed bugs where unpublished entries were displayed.
      a6c8b10d
    • Dries Buytaert's avatar
      · b372053c
      Dries Buytaert authored
      - Strip all tags from the watchdog message.
      b372053c
  3. Nov 10, 2002
    • Dries Buytaert's avatar
      · 99fd26db
      Dries Buytaert authored
      - Small cosmetic change.  Patch by Natrak.
      99fd26db
    • Dries Buytaert's avatar
      · 908cb554
      Dries Buytaert authored
      - Applied Stefan's t()-function patches.
      908cb554
    • Kjartan Mannes's avatar
    • Dries Buytaert's avatar
      · cc7a6b50
      Dries Buytaert authored
      - Some improvements to streamline book maintanance: weights and titles can
        now be changed on the book overview page in the admin page.  Editing the
        "Drupal handbook" (100+ pages?) on drupal.org became a time-consuming
        process, hence these improvements ...
      cc7a6b50
  4. Nov 09, 2002
    • Dries Buytaert's avatar
      * User patch by Natrak: · 51f4b91e
      Dries Buytaert authored
       - Moved the Drupal login XML-RPC API to drupal.module.
       - DA logins are now assigned the proper role.
      51f4b91e
    • Dries Buytaert's avatar
      · 6ba38a7e
      Dries Buytaert authored
      - Fixed db_query_range() in PEAR database abstraction layer.  Patch by James.
      6ba38a7e
    • Dries Buytaert's avatar
      · 554299df
      Dries Buytaert authored
      - Small clean-up.
      554299df
    • Dries Buytaert's avatar
      · 2fc257a0
      Dries Buytaert authored
      - Oops.  Braino.
      2fc257a0
    • Dries Buytaert's avatar
      · 3dd7d9b4
      Dries Buytaert authored
      - Oops.  The db_query_range() query got added twice.
      3dd7d9b4
    • Dries Buytaert's avatar
      · 96a45ecb
      Dries Buytaert authored
      - Updated the PostgreSQL database scheme (thanks James) and the MySQL
        database scheme.
      96a45ecb
    • Dries Buytaert's avatar
      · 6d1ffea4
      Dries Buytaert authored
      - Added check to see whether $items is initiliazed.  Thanks James.
      6d1ffea4
    • Dries Buytaert's avatar
      · c93ab2a2
      Dries Buytaert authored
      - Added a db_query_range function.  Patch by Natrak, slightly modified.
      c93ab2a2
    • Dries Buytaert's avatar
      · c2f5ce82
      Dries Buytaert authored
      - Made sure $content is initialized.  Patch by James.
      c2f5ce82
    • Dries Buytaert's avatar
      · a6a47a32
      Dries Buytaert authored
      - Applied Moshe's "theme head" patch:
      
        "This patch to theme.inc adds the ability for modules to insert HTML
         into the <HEAD> section of all web pages. The additional modules in
         this directory [ed: blog.module] demonstate possible uses for the
         new _head() hook."
      a6a47a32
    • Dries Buytaert's avatar
      · 562df8fe
      Dries Buytaert authored
      * Added Jeremy's pager:
      
       "This is a simple, generic pager for Drupal-CVS.  It is designed to be
        easily themeable and expandable.  The code is highly-commented to
        enhance readability."
      
       "Pagers are constructed by combining the provided pieces (all of which
        can be easily modified to display the text or image you prefer) into
        your custom pager."
      
      * Statistics module fixes by Jeremy:
      
       - removed superfluous check for existence of watchdog()
       - saving changes in admin page displays status and returns same page
       - no longer return 1971/01/01 in "view statistics" table
       - switched from "!=" to "<>" in SQL queries for ANSI-SQL compliance
       - switched from "MAX(timestamp) as timestamp" to "MAX(timestamp) as
         max_timestamp" moving towards ANSI-SQL compliance.
      
      * Added a "theme_item_list" function to format itemized lists.  Also
        changed a couple of modules to take advantage of it.  Makes for a
        more consistent UI.
      562df8fe
    • Dries Buytaert's avatar
      · 29adfb40
      Dries Buytaert authored
      - Added printer-friendly links to the book pages.
      29adfb40
  5. Nov 08, 2002
    • Kjartan Mannes's avatar
    • Kjartan Mannes's avatar
      - removed next/prev links when forum node is shown on main page. · 756639bc
      Kjartan Mannes authored
      - title is no longer modified when shown on main page.
      - commented out a chunk of code in forum_view that is no in use.
      - coding sytle fixes.
      756639bc
    • Dries Buytaert's avatar
      · b3abbc4b
      Dries Buytaert authored
      Patch by Natrak:
      
      - Modules and themes now use the same functions to find and administer
        files.
      - Modules can now be placed in sub-directories.
      - Theme descriptions can no longer be edited. This will be handled by
        Dries' theme_conf patch.
      - Update required to keep old modules enabled.
      b3abbc4b
    • Dries Buytaert's avatar
      · 1ef7f58e
      Dries Buytaert authored
      - Improved UI of profile module.  Patch by Natrak.
      
        NOTE: it is a first improvement but it isn't good enough yet ...
      1ef7f58e
    • Dries Buytaert's avatar
      · 86a3ebef
      Dries Buytaert authored
      - Made the forum module work with PostgreSQL.  Patch by Gordon Kerr, verified
        by James Arthur.
      86a3ebef
    • Dries Buytaert's avatar
      · ea6ce100
      Dries Buytaert authored
      Patch by Kjartan:
      
      - Fixed empty fields being displayed.
      
      - Fixed some coding standard discrepancies.
      
      - Fixed the birthday date formatting.
      ea6ce100
    • Dries Buytaert's avatar
      · 4fb3cceb
      Dries Buytaert authored
      - Applied Stefan's t() function patch.
      4fb3cceb
    • Dries Buytaert's avatar
      · 2fe5a68b
      Dries Buytaert authored
      - Removed the hard-coded font scaling.
      2fe5a68b
  6. Nov 07, 2002
  7. Nov 06, 2002
  8. Nov 03, 2002
    • Dries Buytaert's avatar
      · 0fa133dd
      Dries Buytaert authored
      - Added missing filter.  Patch by Marco.
      0fa133dd
    • Dries Buytaert's avatar
      · 20285868
      Dries Buytaert authored
      - Sometimes nodes where being displayed when they shouldn't.  Patch by
        Marco.
      20285868
  9. Nov 01, 2002
    • Dries Buytaert's avatar
      · cc381c14
      Dries Buytaert authored
      - Fixed glitch in block module: the admin links were not composed
        correctly.  Patch by Stefan.
      
      - Added missing t() functions and improved the %x directives for
        better readability and to ease the process of translating your
        site.  Patches by Stefan.
      
      - Made two small additions to the 'code-clean.sh' script; it will
        now remove patch related junk.
      
      NOTES:
      
      - I removed the &middot; related bits.  Let's tackle these later on
        in a separate patch after we got some sort of consensus.
      
      - I removed the 'module_exist("drupal")' check in the user module;
        I *think* it is incomplete and therefore incorrect.
      
      - Stefan, try using quotes in your translations and check whether
        everything still works.  Example: translate the "Create account"
        button to "Create \"haha\" account \'hihi\'" and see if you can
        still create new accounts.  Maybe automate this using a quick
        hack in the locale module ...
      cc381c14
Loading