Skip to content
  1. Feb 25, 2011
  2. Nov 15, 2006
  3. Jun 05, 2006
  4. Mar 07, 2006
  5. Feb 21, 2006
  6. Jan 07, 2006
  7. Nov 01, 2005
  8. Oct 24, 2005
  9. Aug 25, 2005
  10. Jul 17, 2005
  11. Apr 24, 2005
    • Dries Buytaert's avatar
      · a76a1e1f
      Dries Buytaert authored
      - Patch 20910 by chx: centralize print theme page.
      a76a1e1f
  12. Apr 01, 2005
  13. Mar 31, 2005
  14. Jan 29, 2005
  15. Jan 23, 2005
    • Dries Buytaert's avatar
      · 1f54afa5
      Dries Buytaert authored
      - Patch #15655 by Goba: allow blank days in the calendar to be styled using CSS, and tidied up the calendar's CSS.
      1f54afa5
  16. Jan 17, 2005
  17. Jan 16, 2005
    • Dries Buytaert's avatar
      · 971a0e24
      Dries Buytaert authored
      - Patch #14731 by chx: made it possible to rewrite node queries.
      971a0e24
  18. Dec 28, 2004
  19. Dec 20, 2004
    • Dries Buytaert's avatar
      · 0b18bf0e
      Dries Buytaert authored
      - Patch #14614 by Neil: made the archive module respect the node-level permissions.
      0b18bf0e
  20. Dec 14, 2004
    • Dries Buytaert's avatar
      - Patch #14288 by Goba: "the archive module calendar indexes the array used to... · 5628256e
      Dries Buytaert authored
      - Patch #14288 by Goba: "the archive module calendar indexes the array used to build up the header cells by the short names of the days. In Hungary, we have both Wednesday and Sunday start with the same two letters, so if I translate the short versions with the same two letters, the second associative array index will overwrite the first. The obvious soluion was to swap the array, and index by the full day name, which is expected to be unique in all languages."
      5628256e
  21. Nov 24, 2004
    • Dries Buytaert's avatar
      · 4726c931
      Dries Buytaert authored
      - Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature. All themes currently support primary and secondary links so page links are now deprecated.  Check your contributed modules and update them accordingly.
      4726c931
  22. Oct 31, 2004
    • Dries Buytaert's avatar
      - Patch #11875 by Neil Drumm: block module configuration improvements. · b3adcf05
      Dries Buytaert authored
      The primary goal of this patch is to take the 'custom' and 'path' columns of the block overview page and make them into something understandable. As of Drupal 4.5 'custom' lacked an explanation which wasn't buried in help text and path required dealing with regular expressions.
      
      Every block now has a configuration page to control these options. This gives more space to make form controls which do not require a lengthy explanation. This page also gives modules a chance to put their block configuration options in a place that makes sense using new operations in the block hook.
      
      The only required changes to modules implementing hook_block() is to be careful about what is returned. Do not return anything if $op is not 'list' or 'view'. Once this change is made, modules will still be compatible with Drupal 4.5. Required changes to core modules are included in this path.
      
      An additional optional change to modules is to implement the additional $op options added. 'configure' should return a string containing the configuration form for the block with the appropriate $delta. 'configure save' will come with an additional $edit argument, which will contain the submitted form data for saving. These changes to core modules are also included in this patch.
      b3adcf05
  23. Oct 23, 2004
  24. Oct 08, 2004
    • Dries Buytaert's avatar
      · 44f89e5a
      Dries Buytaert authored
      - Patch #11388 by pss0ft/Stefan: fixed time offset bug in archive module.
      44f89e5a
  25. Sep 16, 2004
    • Dries Buytaert's avatar
      · 5c7983c4
      Dries Buytaert authored
      - Patch #8179 by JonBob: reintroduced menu caching.
      5c7983c4
  26. Sep 15, 2004
  27. Sep 12, 2004
  28. Sep 08, 2004
    • Dries Buytaert's avatar
      · 7b716e8e
      Dries Buytaert authored
      - Patch #10622 by Adrian: fixes various PostgreSQL related problems.
      
        1) Menu problems with Postgres (this is a highly critical 1 line fix)
        2) Archive module fails with Postgres
        3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch)
        4) Book module fails with Postgres
        5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug.
        6) Creating accregator_item_table in PostgreSQL
        7) Postgres - Polls not displayed on Poll Page
        8) Blog module has sql errors with postgres
      
        This should not affect MySQL users (hopefully).
      7b716e8e
  29. Aug 21, 2004
    • Dries Buytaert's avatar
      · 94e30bf7
      Dries Buytaert authored
      - Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
      94e30bf7
  30. Jul 31, 2004
    • Dries Buytaert's avatar
      · 202eee42
      Dries Buytaert authored
      - Patch #9543 by JonBob: added node-level access control!
      202eee42
  31. Jul 10, 2004
    • Dries Buytaert's avatar
      · ac5b5616
      Dries Buytaert authored
      - More tab-improvements by JonBob: improved support for the default tabs!
      ac5b5616
  32. Jul 07, 2004
  33. Jun 18, 2004
    • Dries Buytaert's avatar
      · 54b77d64
      Dries Buytaert authored
      Tabs patch!
      
      CHANGES
      -------
      
       + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page.
      
       + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'.
      
       + Grouped settings. All settings have been grouped under 'administer > settings'.
      
      TODO
      ----
      
       + Update core themes: only Xtemplate default supports tabs and even those look ugly.  Need help.
      
       + Update contributed modules.  The menu() hook changed drastically.  Updating your code adhere the new menu() function should be 90% of the work.  Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
      54b77d64
  34. May 17, 2004
  35. May 11, 2004
    • Dries Buytaert's avatar
      · c314ff54
      Dries Buytaert authored
      - Code improvements by JonBob.  Thanks again.
      c314ff54
  36. May 08, 2004
    • Dries Buytaert's avatar
      · 3de9d33e
      Dries Buytaert authored
      - Menu and code improvements by JonBob.
      3de9d33e
  37. May 05, 2004
    • Dries Buytaert's avatar
      · 6f2d8518
      Dries Buytaert authored
      - Patch #7581 by bylund: made the archive module's calendar accessible.
      6f2d8518
  38. Apr 21, 2004
    • Dries Buytaert's avatar
      · 7231c88a
      Dries Buytaert authored
      - Added support for 403 handling.  Patch by JonBob.  As a side benefit,
        administrators will be able to define a custom 403 page, just as they
        can define 404 pages now.
      
        This needs to be documented in the "Changes since / migrating to ..."
        pages.
      7231c88a
  39. Mar 05, 2004
    • Dries Buytaert's avatar
      · 76192f66
      Dries Buytaert authored
      - Modified patch by TheLibrarian: add a summary attribute to the calendar.
      76192f66