Skip to content
  1. Jun 18, 2004
  2. Jun 17, 2004
  3. Jun 15, 2004
  4. May 24, 2004
  5. May 22, 2004
  6. May 21, 2004
  7. May 20, 2004
  8. May 10, 2004
  9. May 04, 2004
  10. May 03, 2004
  11. May 01, 2004
  12. Apr 29, 2004
  13. Apr 24, 2004
  14. Apr 21, 2004
  15. Apr 15, 2004
  16. Apr 14, 2004
  17. Apr 13, 2004
  18. Apr 12, 2004
  19. Apr 07, 2004
  20. Mar 25, 2004
    • Dries Buytaert's avatar
      Patch 6523 by Steven: · ccde65cf
      Dries Buytaert authored
      - Strips the leading / from URLs to match with block paths. The reason is that everywhere else in Drupal, we use URLs without leading slash (e.g. URL aliasing). For consistency we should keep this behaviour everywhere. The replacement uses ereg_replace instead of str_replace, but the expression now only match the beginning of the URI so in fact it's faster, esp. for longer URIs.
      
      - Updates the block docs about path matching: gets rid of leading slash, adds initial matching o
      perator '^' and emphasises the slash behaviour (which was not mentioned anywhere before)
      
      - Replaces the example expression for a negative match. It was horribly broken and odd, the repl
      acement in this patch is correct and simpler.
      ccde65cf
    • Dries Buytaert's avatar
  21. Mar 24, 2004
  22. Mar 21, 2004
  23. Mar 20, 2004
  24. Mar 15, 2004
    • Dries Buytaert's avatar
      · 46798d68
      Dries Buytaert authored
      - Patch #6484 by Goba:
        + A small typo on tracker module, which prevented the help from displaying.
        + For for a HTML tag closing buglet which made Opera completely mess up
          the page.
        + Translation fixes in story.module.
      46798d68