Skip to content
  1. Nov 20, 2018
  2. Jul 29, 2017
  3. Jan 26, 2016
  4. Jul 07, 2014
  5. Mar 07, 2006
  6. May 05, 2005
    • Dries Buytaert's avatar
      - Patch #21855 by TDobes: the recent commit of phptemplate caused a number of... · 6658273b
      Dries Buytaert authored
      - Patch #21855 by TDobes: the recent commit of phptemplate caused a number of problems for non-phptemplate themes. A patch is attached to address these issues.
      
        Changes include:
          * parsing of the primary/secondary links has been moved out of phptemplate and into theme_get_setting.
          * unnecessary and XHTML-invalidating duplicate div#help removed from themes/bluemarine/page.tpl.php (this is already generated by theme_help)
          * weird generation of the "edit primary/secondary links" messages removed from bluemarine and placed in theme.inc
          * unnecessary changes to themes/bluemarine/style.css rolled back (the phptemplate bluemarine had an older version of style.css than the one in core)
          * chameleon updated to work with new link scheme (passes links through theme_links)
      6658273b
  7. Apr 30, 2005
  8. Apr 06, 2005
  9. Mar 22, 2005
  10. Mar 16, 2005
    • Dries Buytaert's avatar
      · 97ae6568
      Dries Buytaert authored
      - Patch #13738 by TDobes: theme system fixes:
      
      * Fix a bug which would cause the "configure" link for styles to be broken.
      * Fix a bug with using drupal_get_filename for theme engines. Although this is not called anywhere in core, we should still fix it for contrib. (i.e. themes that may want to manually invoke a theme engine to create a hybrid theme)
      * Correct an inaccurate comment in theme.inc
      * Populate the default primary links with an "edit primary links" link for consistency with the secondary links
      * remove some unnecessary variables in the theme administration which had misleading and confusing names
      * replace time-consuming foreach when rendering theme admin page with a more efficient array_key_exists
      * usability: rather than completely removing the search box checkbox when search.module is disabled, simply disable it. (UI elements shouldn't appear/disappear.)
      97ae6568
  11. Mar 15, 2005
    • Dries Buytaert's avatar
      - More improvements by Morbus, Goba, TDobes et al: · 2919df0e
      Dries Buytaert authored
      Per TDobes' comments:
      
      * INSTALL.txt corrected to use 4.3.3, not 4.33.
      * .htaccess: removed allow_call_time_pass_reference. two confirmations that a) the setting was wrong in the first place, b) there were no adverse affects for the incorrect setting, c) the PHP docs say it is deprecated.
      * .htaccess: removed short_open_tag. Running grep -r "<? " * across the entire directory tree of both core and contributions only brought up contributions and no core. I agree that the fuller form is better. The following contributions will need to be updated: modules/edit_template/edit_template.module, sandbox/garym/themes/marvin_2k/templates/page.tpl.php, sandbox/killes/compare.php, sandbox/paolino/import/click.php, themes/spreadfirefox/block.tpl.php. For error's sake, I also did a manual verification for "<?" (no space) across core and came up against nothing in addition to the above contribs.
      
      Per Goba's comments:
      
      * .htaccess: Moved session.auto_start back.
      * sites/default/settings.php: Removed track_vars.
      
      Per mailing list comments:
      
      * INSTALL.txt: Added text about the files/ directory, creating it, and permissions.
      * INSTALL.txt: Added an example of why Drupal requires cron (the search.module) in an attempt to justify why a crontab is a good, nay, required step.
      
      And my own further analities:
      
      * .htaccess: cleaned up some whitespace valleys (i hate 'em, hate 'em!) and fixed a few stray colons.
      * settings.php: minor whitespace error.
      2919df0e
  12. Dec 01, 2004
    • Dries Buytaert's avatar
      - Patch 13738 by TDobes: there was a major theming issue I missed in my... · cc508ad2
      Dries Buytaert authored
      - Patch 13738 by TDobes: there was a major theming issue I missed in my bug-testing after the multi-site patch landed.  Styles now seem to have their description field filled with the filename of their parent theme/template rather than the theme_key of the parent. This is a problem because init_theme still expected to see the theme_key and therefore dropped back to the base theme (no theme at all).
      cc508ad2
  13. Nov 25, 2004
    • Dries Buytaert's avatar
      · 0c6a18cb
      Dries Buytaert authored
      - Patch #5942 by TDobes: fixed theme stuff after multi-site configuration patch.
      0c6a18cb
  14. Nov 24, 2004
  15. Nov 23, 2004
    • Dries Buytaert's avatar
      · e19a3cf4
      Dries Buytaert authored
      - Patch #12363: fixed glitch in user_access() as pointed out by TDobes.
      e19a3cf4
  16. Oct 17, 2004
  17. Oct 16, 2004
    • Dries Buytaert's avatar
      · 7ebd772f
      Dries Buytaert authored
      - Patch #10664 by TDobes: fixed collapsed comments + updated the code comments.
      7ebd772f
  18. Oct 15, 2004
  19. Sep 21, 2004
  20. Sep 16, 2004
    • Dries Buytaert's avatar
      · c4403eed
      Dries Buytaert authored
      - Patch #10603 by TDobes: bugfix: URL aliases got lost when deleting revision.
      c4403eed
  21. Sep 07, 2004
    • Dries Buytaert's avatar
      · e1d76097
      Dries Buytaert authored
      - Patch #6464 by TDobes: don't enforce book revision -- rely on the default setting.
      e1d76097
  22. Aug 22, 2004
  23. Aug 21, 2004
    • Dries Buytaert's avatar
      · 47b72af6
      Dries Buytaert authored
      - Patch #6809 by TDobes: fixed the textarea hook so WYSIWYG editors are made possible again.
      
        TODO: apply the documentation and htmlarea module patches.
      47b72af6
    • Dries Buytaert's avatar
      · 03fa966c
      Dries Buytaert authored
      - Patch #9576 by TDobes: bugfix: fixed bug in recent theme system changes.
      03fa966c
    • Dries Buytaert's avatar
      · 6696028a
      Dries Buytaert authored
      - Patch by TDobes: bugfix: fixed a typo.
      6696028a
  24. Aug 20, 2004
  25. Aug 14, 2004
    • Dries Buytaert's avatar
      - Patch #9975 by TDobes: fixes two consistency problems with watchdog entries: · 84c8ba50
      Dries Buytaert authored
         * Adds missing quotes around the username in "session closed" watchdog messages from user.module (session opened has quotes, but session closed does not).
         * Changed "view detals" after watchdog entries to "details".
      84c8ba50
    • Dries Buytaert's avatar
      · 7a885c8f
      Dries Buytaert authored
      - Patch #10044 by TDobes: fixed broken links in the statistics module. In the current statistics.module, clicking a page title should lead to the appropriate page within the local site. Instead, it leads to a 404 because the / character is turned into %2F... this is due to the paths being passed through urlencode(). The attached patch removes the problematic calls to urlencode.
      7a885c8f
  26. Aug 05, 2004
    • Dries Buytaert's avatar
      · c6b1eaa2
      Dries Buytaert authored
      - Patch #9775 by TDobes: consistency operation.  Changed to "edit foo," "delete foo," and "view foo" links into simply "edit," "delete," and "view".
      c6b1eaa2
  27. Aug 03, 2004
    • Dries Buytaert's avatar
      · c0f6fcca
      Dries Buytaert authored
      - Patch #7336 by TDobes: in various parts of Drupal, we use the title attribute for links to provide a slightly more detailed explanation as to the purpose of a link or where it goes.
      c0f6fcca
  28. Jul 15, 2004
    • Dries Buytaert's avatar
      · 7765fa1f
      Dries Buytaert authored
      - Patch #9290 by Morbus / JonBob / TDobes: SUBTASK removal patch for menu.inc.
      7765fa1f
  29. Jul 14, 2004
    • Dries Buytaert's avatar
      · 9b49f01f
      Dries Buytaert authored
      - Patch #7466 by TDobes: comments module would add a link of register even if "user_register" was set to 0.
      9b49f01f
  30. 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
      · 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
      · 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
  31. Jun 27, 2004
    • Dries Buytaert's avatar
      · 0a352809
      Dries Buytaert authored
      - Patch #8603 by TDobes: added support for sticky forum topics to the blog
        and forum module.
      0a352809
  32. Jun 20, 2004