1. 31 Dec, 2003 1 commit
  2. 30 Dec, 2003 1 commit
  3. 29 Dec, 2003 2 commits
  4. 27 Dec, 2003 2 commits
  5. 26 Dec, 2003 2 commits
  6. 25 Dec, 2003 1 commit
  7. 24 Dec, 2003 6 commits
  8. 22 Dec, 2003 2 commits
  9. 21 Dec, 2003 2 commits
  10. 20 Dec, 2003 9 commits
  11. 18 Dec, 2003 3 commits
  12. 17 Dec, 2003 2 commits
  13. 16 Dec, 2003 1 commit
  14. 15 Dec, 2003 2 commits
  15. 14 Dec, 2003 2 commits
  16. 13 Dec, 2003 1 commit
    • Stuart Bishop's avatar
      Merging to HEAD · 36f0f082
      Stuart Bishop authored
      Added getId() to Item_w__name__, since the one inherited from Item
      has broken __name__ handling.
      
      PageTemplateFile now using Item_w__name__ mixin, making getId()
      and absolute_url() actually work.
      36f0f082
  17. 12 Dec, 2003 1 commit
    • Evan Simpson's avatar
      Only one VirtualHostMonster is allowed per container. · 82ed622c
      Evan Simpson authored
      When a VHM is activated, it adds the mapping 'VIRTUAL_URL_PARTS': (SERVER_URL, BASEPATH1, virtual_url_path) to the request's 'other' dictionary.  If BASEPATH1 is empty, it is omitted from the tuple.  The joined parts are also added under the key 'VIRTUAL_URL'.  Since the parts are evaluated before traversal continues, they will not reflect modifications to the path during traversal or by the addition of a default method such as 'index_html'.
      82ed622c