Skip to content
Snippets Groups Projects
  1. Jul 11, 2004
    • Dries Buytaert's avatar
      · 6d0971ff
      Dries Buytaert authored
      - Added URL aliases for 'index.rdf' and 'rss.xml'.  Google, Feedster and
        possibly other crawlers try fetching these frequently as can be seen
        from the watchdog logs.  Made possible by the recent path module change.
      6d0971ff
    • Dries Buytaert's avatar
      · 9e43afad
      Dries Buytaert authored
      - Patch by Matt: made it possible to alias an URL multiple times.
      9e43afad
  2. Jul 10, 2004
    • Dries Buytaert's avatar
      · bbb41d0f
      Dries Buytaert authored
      - Patch by JonBob: updated the comment module to take advantage of the latest
        menu system improvements.
      bbb41d0f
    • Dries Buytaert's avatar
      · f163fa99
      Dries Buytaert authored
      - Patch by JonBob: a significant documentation update for the menu system!
      f163fa99
    • Dries Buytaert's avatar
      - 'add block' -> 'add' · 1f288c11
      Dries Buytaert authored
      1f288c11
    • Dries Buytaert's avatar
      - Fixes small warning · a95d597c
      Dries Buytaert authored
      a95d597c
    • Dries Buytaert's avatar
      · ac5b5616
      Dries Buytaert authored
      - More tab-improvements by JonBob: improved support for the default tabs!
      ac5b5616
    • Dries Buytaert's avatar
      - Patch 8756 by Morbus: · e21f238a
      Dries Buytaert authored
      * improves the doxygentation and help text.
      * deletes comment_admin and comment_page; using proper callbacks instead.
      * related/modified callbacks/menus/functions were tweaked to not use arg() at all.
      * the "settings" subtab was weighted to -10 so it'd appear first (in prep of JonBob's local default).
      * moderation pages weren't properly showing defined votes or thresholds; fixed.
      * when moderation votes or thresholds didn't exist, no error stating as such was shown; fixed.
      * we show "submit votes" on the moderation votes page only when votes actually exist.
      * fixes the (broken in CVS) comment/reply and comment/edit features.
      * fixes the (broken in CVS) "save settings" for comment view options and comment moderation.
      
      In addition I:
      
      * fixed a couple warnings introduced by Morbus' patch.
      * fixed a couple translation bugs.
      * fixed comment_node_url().
      
      I also found that:
      
      * the collapsed comment views (i.e. 'threaded list - collapsed) are broken.
      e21f238a
  3. Jul 09, 2004
  4. Jul 08, 2004
    • Dries Buytaert's avatar
      · 82c9fab7
      Dries Buytaert authored
      - Patch #9010 by Morbus: reorganized the order of functions in the comment
        module.
      82c9fab7
    • Dries Buytaert's avatar
      · a0671877
      Dries Buytaert authored
      - Patch #8509 by Killes and Steven: added support for sending compressed
        pages.  Useful to reduce your site's bandwidth.
      a0671877
    • Dries Buytaert's avatar
      · 56fa37cb
      Dries Buytaert authored
      - Made the example theme display status messages.  Not sure why it wasn't.
      56fa37cb
    • Dries Buytaert's avatar
      · 5b73def3
      Dries Buytaert authored
      - Changed the way status messages are printed as per Kristjan's suggestion:
        http://drupal.org/files/issues/error_messages_list.png (issue #9138).
      
        drupal_set_message() has been changed to group message by type and a
        helper function, theme_status_message(), is added to display the messages.
        Chameleon and Xtemplate have been updated to use this new function.
      
      - Updated CHANGELOG.txt.
      5b73def3
    • Dries Buytaert's avatar
      · 898bdeff
      Dries Buytaert authored
      - Marked required fields on the node (story, book, page, blog) and comment
        forms using the $required argument of the form_ functions.
      
      - Replaced all Optional's and Required's from the taxonomy forms with proper
        use of the form_ functions.
      
      Please check your contributed modules too!
      898bdeff
    • Dries Buytaert's avatar
      · 144c1abb
      Dries Buytaert authored
      - Renamed '... your ...' to '... my ...' (cfr. 'my account).
      144c1abb
    • Dries Buytaert's avatar
      · 78876f01
      Dries Buytaert authored
      - Fixed colspan in tracker table.
      
      - Renamed '... your ...' to '... my ...' (cfr. 'my account).
      78876f01
    • Dries Buytaert's avatar
      · bf42ddde
      Dries Buytaert authored
      - Usability improvement: users can also separate 'list items' (i.e. favorite
        movies) using a comma.  Only few users actually read the form description,
        it seems ...
      bf42ddde
    • Dries Buytaert's avatar
      · 24600b8a
      Dries Buytaert authored
      - Simplified some of the help texts.
      
      - Removed left-over instance of theme('error'): error handling is now done by
        the form code.
      24600b8a
    • Dries Buytaert's avatar
      · 7059b649
      Dries Buytaert authored
      - Made the user module's administration form mark required form fields.
      7059b649
    • Dries Buytaert's avatar
      · 4dbc900d
      Dries Buytaert authored
      - Renamed the blog module's block for sake of clarity.
      
      - Made the blog module's submission form mark required form fields.
      4dbc900d
    • Dries Buytaert's avatar
      · c989fc7c
      Dries Buytaert authored
      - Small improvement to the filter.module's help text.
      
      - Revert patch that accidentically got committed.  Thanks jhriggs.
      c989fc7c
    • Dries Buytaert's avatar
      · 02ae1ce6
      Dries Buytaert authored
      - Many form_ functions called theme('form_element') with the wrong parameters!
      
      - Fixed order of parameters in form_checkboxes() (plural).
      02ae1ce6
    • Dries Buytaert's avatar
      - Fixed braino. Reported by Steven. · 64b12b4a
      Dries Buytaert authored
      64b12b4a
    • Dries Buytaert's avatar
      · 039c7712
      Dries Buytaert authored
      - Patch #9031 by Morbus: this last tracker patch was broken - for installations where the comment.module is turned on, $comments is never set to 0, and posts that have no comments instead get the value of the last successful comment_num_all. The attached patch corrects this ($comments is set to 0 before we do anything) and also merges the if statements.
      039c7712
    • Dries Buytaert's avatar
  5. Jul 07, 2004
    • Dries Buytaert's avatar
      · d3904c05
      Dries Buytaert authored
      - Usability improvements: reworked/simplified the timezone/date settings a
        little and made the form groups use consistent titles.
      d3904c05
    • Dries Buytaert's avatar
      · 6a43d01e
      Dries Buytaert authored
      - Usability: improved the error reporting of the file system settings on the
        'home » administer » settings" page.
      6a43d01e
    • Dries Buytaert's avatar
      · 3106ddd5
      Dries Buytaert authored
      - Bug #8823: fixed typo: '..' -> '.'.
      3106ddd5
    • Dries Buytaert's avatar
    • Dries Buytaert's avatar
    • Dries Buytaert's avatar
      · bddcee53
      Dries Buytaert authored
      - I'm removing these files from core: they belong in contrib/docs/marketing
        now (if they are not already there).
      bddcee53
    • Dries Buytaert's avatar
      · c494d663
      Dries Buytaert authored
      - Improved the error/status reporting in Chameleon: made the messages
        stand out a bit better by using green-ish and red-ish colors, resp.
        for 'success' and 'failure'.
      
      - Small change to the way context-sensitive help texts are emitted -
        the pages wouldn't validate in the presence of help texts with
        block-level elements.
      c494d663
    • Dries Buytaert's avatar
      · b05086c9
      Dries Buytaert authored
      - Patch #8975 by drumm: remove block placement preview.  Most themes, if not all the commonly used ones, can handle blocks on either side, and there is no way to see the preview without saving and seeing the results on the site.
      
        Anything else that can be removed?  Less is more.
      b05086c9
  6. Jul 06, 2004
    • Dries Buytaert's avatar
      · 9d35fe7a
      Dries Buytaert authored
      - Patch #4166 by daBrado: don't show the profile fields when the user does
        not have the 'access users' permission set.
      9d35fe7a
    • Dries Buytaert's avatar
      · 0654129e
      Dries Buytaert authored
      - Patch #8382 by jseng/junyor: allows autodiscovery of BloggerAPI via RSD.
      0654129e
    • Dries Buytaert's avatar
      · 4e9ef338
      Dries Buytaert authored
      - Patch #9031 by Ber: if the comment module is not available comment_num_all()
        should not be called.
      4e9ef338
    • Dries Buytaert's avatar
      · 7bb88809
      Dries Buytaert authored
      - Patch #9049 by JonBob: fixed a number of tab issues.
      7bb88809
  7. Jul 05, 2004
  8. Jul 04, 2004
Loading