Skip to content
Snippets Groups Projects
  1. Jul 22, 2004
  2. Jul 21, 2004
  3. Jul 16, 2004
    • Dries Buytaert's avatar
      · 2a538a39
      Dries Buytaert authored
      - Patch by Andy: improved help text / module description.
      2a538a39
  4. Jul 15, 2004
    • Dries Buytaert's avatar
      · 8aa052dc
      Dries Buytaert authored
      - Patch #9177 by James: fixed distributed authentication.
      8aa052dc
    • Dries Buytaert's avatar
      · 7765fa1f
      Dries Buytaert authored
      - Patch #9290 by Morbus / JonBob / TDobes: SUBTASK removal patch for menu.inc.
      7765fa1f
  5. Jul 14, 2004
  6. Jul 13, 2004
    • Dries Buytaert's avatar
      · 1c52b145
      Dries Buytaert authored
      - Patch #8080 by TDobes: added teaser support to the book and page module.
      1c52b145
    • Dries Buytaert's avatar
      · 739bb8a8
      Dries Buytaert authored
      - Patch #9261 by drumm: made the aggregator overview tables more consistent by adding a items column to the categories table which acts like the same column in the feeds table.
      739bb8a8
    • Dries Buytaert's avatar
      · 2c9b5e31
      Dries Buytaert authored
      - Patch #9234 by TDobes: the latest menu changes have caused custom menu blocks not to render any output. If I create a new menu and menu items, and then enable the block, no output from that block is visible.
      
      This commit fixes the problem: custom menus were being defined as MENU_CUSTOM_ITEM rather than MENU_CUSTOM_MENU.  It also fixes a problem in which custom menus were mistakenly given the MENU_VISIBLE_IN_BREADCRUMB bit when edited. This would cause their titles to show up in the breadcrumb (which is undesirable... only menu items should be in there).
      
      Note that this will not fix any non-functioning custom menus you've defined since this bug appeared. You'll have to delete and recreate them or update the "type" column in the DB manually.
      2c9b5e31
    • Dries Buytaert's avatar
      · dbd1c4f1
      Dries Buytaert authored
      - Patch #9253 by Morbus: fixed bug that manifested itself with a duplicate page when a user has submitted a comment that goes into the moderation queue. Part of the problem seemed to be that the "your comment is in the moderation queue" message was set as a theme print, as opposed to a drupal_set_message().  This patch fixes that, as well as adding a drupal_goto() to redirect the user back to where they came.
      dbd1c4f1
    • Dries Buytaert's avatar
      · df2e5ef5
      Dries Buytaert authored
      - Patch #8942 by Morbus: when testing under devel.module, the "SELECT timestamp from {history}" SQL statement is executed multiple times in two different functions. This duplicated code should be placed in a function, and that's been done already with node_last_visited() - the remaining code was just never updated to use the new routine. This patch changes the old code to use node_last_visited, and also modifies node_last_visited() to cache the result of the database call.
      df2e5ef5
    • Dries Buytaert's avatar
      · 3613729d
      Dries Buytaert authored
      - Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents.  In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch.
      
      Changes are as follows:
      "maintain personal blog" -> "edit own blog" (aggregator.module, blog.module, blogapi.module)
      "maintain personal pages" -> "edit own pages" (page.module)
      "maintain personal stories" -> "edit own stories (story.module)
      3613729d
    • Dries Buytaert's avatar
      · 50d78e98
      Dries Buytaert authored
      - Patch #9238 by JonBob: added code and Doxygen comments to common.inc and
        bootstrap.inc.
      50d78e98
    • Dries Buytaert's avatar
      - Small code simplifications. · 6477705f
      Dries Buytaert authored
      - Small usability improvement thanks to using drupal_goto() after deleting an
        alias.
      6477705f
  7. Jul 12, 2004
  8. Jul 11, 2004
    • Dries Buytaert's avatar
      · 323d9fe0
      Dries Buytaert authored
      - Call 'exit' hook when drupal_goto() is called.  Also necessary for the
        devel.module.
      323d9fe0
    • 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
  9. 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
  10. Jul 09, 2004
  11. 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
Loading