Skip to content
  1. Jun 01, 2005
  2. Mar 16, 2005
  3. Feb 08, 2005
  4. Jan 31, 2005
  5. Jan 27, 2005
  6. Jan 23, 2005
  7. Jan 22, 2005
  8. Jan 20, 2005
    • Dries Buytaert's avatar
      · 04ea277e
      Dries Buytaert authored
      - Patch #14936 by Junyor: the 'add comment link' was not available for polls.
      04ea277e
  9. Jan 19, 2005
    • Dries Buytaert's avatar
      - Patch #15690 by Goba: the vocabulary node types checks in taxonomy.module... · 30678ff4
      Dries Buytaert authored
      - Patch #15690 by Goba: the vocabulary node types checks in taxonomy.module are very vulnerable to having node types names as prefixes of other node type names %%%s%% as it is there with %%blog%% will match a lot more, then just this simple node type.  Since the node types are stored in a comma separated list, the solution is to search for 'blog' or '%%,blog,%%' or 'blog,%%' or '%%,blog', that is matching only for that node type, or matching that node type in a list, or at the beginning of a list, or at the end of a list. It does not look elegant, but this is the solution for the format used.
      30678ff4
    • Steven Wittens's avatar
  10. Jan 15, 2005
  11. Jan 14, 2005
  12. Jan 13, 2005
    • Dries Buytaert's avatar
      · 906e0841
      Dries Buytaert authored
      - Patch #15337 by Gerhard: fixed bug in upgrade path.  The 'update_start' variable got corrupted.
      906e0841
  13. Jan 12, 2005
  14. Jan 11, 2005
  15. Jan 10, 2005
    • Dries Buytaert's avatar
      · 0b5ad81d
      Dries Buytaert authored
      - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted into the session table.
      0b5ad81d
  16. Jan 09, 2005
  17. Jan 07, 2005
  18. Jan 05, 2005
    • Dries Buytaert's avatar
      · 37327741
      Dries Buytaert authored
      - Patch #11366 by Junyor: fixed problem with comment counts.
      37327741
  19. Dec 29, 2004
  20. Dec 28, 2004
  21. Dec 25, 2004
  22. Dec 24, 2004
  23. Dec 23, 2004
  24. Dec 22, 2004
  25. Dec 20, 2004
  26. Dec 14, 2004
    • Dries Buytaert's avatar
      · 81f62f21
      Dries Buytaert authored
      - Patch #14334 by killes: fixed PHP warning.
      81f62f21
    • Dries Buytaert's avatar
      - Patch #14288 by Goba: "the archive module calendar indexes the array used to... · bae399f4
      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."
      bae399f4