1. 27 Jul, 2011 18 commits
  2. 26 Jul, 2011 4 commits
    • Vincent Pelletier's avatar
      Allow selected os.path members. · 161e5c9c
      Vincent Pelletier authored
      161e5c9c
    • Leonardo Rochael Almeida's avatar
      Add RELATED_QUERY_SEPARATOR parameter. · e1e0c2c2
      Leonardo Rochael Almeida authored
      This parameter comes from catalog_join branch,where it is used to pass
      a marker value (equivalent to an " AND " from SQL point of view).
      e1e0c2c2
    • Vincent Pelletier's avatar
      Join query table last. · daf6ac82
      Vincent Pelletier authored
      catalog_join branch's code relies on this join condition ordering.
      This simplifies template a bit (we don't generate slot names dynamically)
      but makes variable meaning more obscure.
      daf6ac82
    • Leonardo Rochael Almeida's avatar
      Automigration of ZTK site manager and translations · 0198e812
      Leonardo Rochael Almeida authored
      Sites migrated from Zope 2.8 don't have a configured component manager (a.k.a.
      SiteManager) and because of that, and its consequent lack of registration of
      the Localizer Message Catalogs as ITranslationDomain utilities, they don't
      perform translation correctly.
      
      Here we add a no-additional-cost migration by overriding the
      ObjectManager.getSiteManager() method, and automatically configuring the
      component manager, including translation domains.
      0198e812
  3. 25 Jul, 2011 8 commits
  4. 22 Jul, 2011 10 commits