1. 26 Dec, 2003 1 commit
    • Jeremy Hylton's avatar
      Remove unused imports and other small cleanups. · 687a32db
      Jeremy Hylton authored
      The ExtensionClass imports mentions something about an import lock
      problem, but provides no details.  The tests seem unaffected, so I'm
      guessing this had to do with the old extension class that was a C
      extension.
      687a32db
  2. 25 Dec, 2003 1 commit
  3. 24 Dec, 2003 6 commits
  4. 22 Dec, 2003 2 commits
  5. 21 Dec, 2003 2 commits
  6. 20 Dec, 2003 9 commits
  7. 18 Dec, 2003 3 commits
  8. 17 Dec, 2003 2 commits
  9. 16 Dec, 2003 1 commit
  10. 15 Dec, 2003 2 commits
  11. 14 Dec, 2003 2 commits
  12. 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
  13. 12 Dec, 2003 2 commits
    • 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
    • 's avatar
      made icon url 'inside-out' hosting save · 8fcd2f15
      authored
      8fcd2f15
  14. 11 Dec, 2003 6 commits