Skip to content
Snippets Groups Projects
  1. Mar 04, 2003
    • Dries Buytaert's avatar
      · 0876e268
      Dries Buytaert authored
      - Fixed typo in admin.css: "li" -> "li.leaf".
      0876e268
    • Dries Buytaert's avatar
      · ae88a6de
      Dries Buytaert authored
      - Corrected coding style and fixed some "undefined index/variable" warnings.
        Patch by Ax.
      ae88a6de
    • Dries Buytaert's avatar
      · 40abf506
      Dries Buytaert authored
      - Fixed "undefined index/variable" warning.  Patch by Ax.
      40abf506
    • Dries Buytaert's avatar
      · f4cdeb1f
      Dries Buytaert authored
      - Calls set_error_handler("error_handler") before locale_init() /
      theme_init() so that errors happening there will be handled and don't
      result in warnings printed.  Patch by Ax.
      f4cdeb1f
    • Dries Buytaert's avatar
      · db9d4424
      Dries Buytaert authored
      - Fixed typo in system module.  Patch by Ax.
      db9d4424
  2. Mar 03, 2003
    • Dries Buytaert's avatar
      · 704dd81b
      Dries Buytaert authored
      - Fix by Michael; see mailing list archives.  Better now?
      704dd81b
  3. Mar 02, 2003
    • Dries Buytaert's avatar
      · 3f90aff0
      Dries Buytaert authored
      - Various system module improvements.  Patch by Al.
      3f90aff0
    • Dries Buytaert's avatar
      · 6ccb8438
      Dries Buytaert authored
      - Fixed the "adminster" link at the bottom of every node's display.  Patch
        by Al.
      6ccb8438
    • Dries Buytaert's avatar
      · 55a449f9
      Dries Buytaert authored
      - This commit fixes URLs, and makes the "edit book outline" link at the bottom
        of an "/admin/node/edit/n" page work properly.  Patch by Al.
      55a449f9
    • Dries Buytaert's avatar
      · 223c224d
      Dries Buytaert authored
      - Grammar fix.  Patch by Al.
      223c224d
  4. Feb 27, 2003
    • Dries Buytaert's avatar
      · 9d0c8efc
      Dries Buytaert authored
      - More improvements.
      9d0c8efc
    • Dries Buytaert's avatar
      · 0b7cecd5
      Dries Buytaert authored
      - Some fixes and improvements to the taxonomy module.  Patch by Al.
      0b7cecd5
    • Dries Buytaert's avatar
      · 41ac56a4
      Dries Buytaert authored
      - Bugfix: transparent session ID handling wasn't working properly with
        drupal_goto().  Patch by Al.
      41ac56a4
    • Dries Buytaert's avatar
      · 3c61a382
      Dries Buytaert authored
      - Bugfix: there was an errant </a> tag with no opening tag.  Patch by Al.
      3c61a382
    • Dries Buytaert's avatar
      · f21742c7
      Dries Buytaert authored
      - Patch by Ax: "The $block->path setting, which <cite>lets you define regular expressions to specify on which pages you want the specific blocks to be shown</cite> [1], has been disfunctional for some time (did it ever work at all?). one reason was the magic_quotes_gpc / stripslashes issue [2] - luckily, this got solved today. the other reason is a buggy implementation that a) compares the path to $PHP_SELF (which is the script name only, without any url params like "?op=view&id=13"; in the case of clean urls, worse, it is index.php always ...) instead of request_uri() (which does have these params and the proper value), and b) doesn't properly escape the regexp delimiter character in the expression ("/back\/slash/")."
      f21742c7
    • Dries Buytaert's avatar
      · 6f6561a8
      Dries Buytaert authored
      - Fixed some spelling mistakes.  Patch by Al.
      6f6561a8
    • Dries Buytaert's avatar
      · 64cc473d
      Dries Buytaert authored
      - Removed <?php ?> tags from documentation and made sure the important links are
        at the top.  Patch by Al.
      64cc473d
  5. Feb 26, 2003
  6. Feb 25, 2003
    • Dries Buytaert's avatar
      · 91dfef65
      Dries Buytaert authored
      - Fixed some typos spotted by Al Maw.
      91dfef65
    • Dries Buytaert's avatar
      · cff898ff
      Dries Buytaert authored
      - Fixed bug when an additional parameter is being passed to the callback.
        Patch by Zbynek.
      
      - Made the menu_tree() function emit CSS tags to identify which menus are
        expanded/collapsed/leafs.  Patch Zbynek and Al Maw.
      cff898ff
  7. Feb 24, 2003
    • Dries Buytaert's avatar
      · a8edbf63
      Dries Buytaert authored
      - Removing the menu table: it is no longer used.
        [TODO: update 'update.php'.]
      a8edbf63
    • Dries Buytaert's avatar
      · 668e140d
      Dries Buytaert authored
      - Fixed small glitch with the padding of menu items.  Patch by Zbynek.
      668e140d
    • Dries Buytaert's avatar
      · d5bb7bce
      Dries Buytaert authored
      - database.mysql cannot be run from within phpMyAdmin because of line
        consisting of hyphens only.  Patch by Zbynek.
      d5bb7bce
    • Dries Buytaert's avatar
      · fd6f209d
      Dries Buytaert authored
      - Fixed some broken links.
      fd6f209d
  8. Feb 23, 2003
  9. Feb 20, 2003
    • Dries Buytaert's avatar
      · 277ceae5
      Dries Buytaert authored
      - New menu houskeeping.  Prototyped by Zbynek.
      
        The following modules need updating:
          * glossary module
          * feed module (Breyten's version)
          * mailhandler module
          * notify module
          * project module
          * smileys module
          * admin module
          * style module
          * taxonomy_dhtml module
      
        To avoid unexpected problems menu_add() is deprecated (it will print an
        error message when used) and menu() should be used instead.
      277ceae5
    • Dries Buytaert's avatar
      · 53deeb18
      Dries Buytaert authored
      - Small improvement to header width.  Suggested by Ax.
      53deeb18
    • Dries Buytaert's avatar
      · a6a3215e
      Dries Buytaert authored
      - Bugfix: made the pager work when clean URLs are enabled.  Patch by Ax.
      a6a3215e
  10. Feb 19, 2003
    • Dries Buytaert's avatar
      · 57ebd696
      Dries Buytaert authored
      - Added missing footer logic.  Patch by Ax.
      57ebd696
  11. Feb 17, 2003
    • Dries Buytaert's avatar
      · 52314ddc
      Dries Buytaert authored
      - Theme options patch.  See mailing list.
      52314ddc
  12. Feb 16, 2003
    • Dries Buytaert's avatar
      · 465a5987
      Dries Buytaert authored
      - Fixed off-by-one bug in the search module.  Patch by Brad.  (Still looking
        into the blog module patch.)
      465a5987
    • Kjartan Mannes's avatar
      - Added function node_invoke_all($hook, &$node, $op, $arg = 0). · dd329e1d
      Kjartan Mannes authored
      - Added a _nodeapi hook that in time will replace the _node hook. Trying
        to make as few changes to existing code as possible until the new api
        is stabilized.
      - Modified node_form() to add administration options from other modules
        using the _nodeapi hook.
      - Modified node_save() to fetch which fields should be saved to the node
        table from the _nodeapi hook.
      - Moved comment and queue options from node_form() and node_save() to
        the modules _nodeapi hooks.
      dd329e1d
    • Dries Buytaert's avatar
      · b29f1bff
      Dries Buytaert authored
      - Removed from the main repository.  See 'contrib/modules/devel' for a more
        advanced development module maintained by Moshe.
      b29f1bff
Loading