1. 01 Aug, 2010 1 commit
  2. 10 Dec, 2009 3 commits
  3. 27 Nov, 2009 2 commits
  4. 11 Nov, 2009 1 commit
  5. 06 Nov, 2009 1 commit
  6. 04 Nov, 2009 1 commit
  7. 03 Nov, 2009 1 commit
  8. 01 Nov, 2009 3 commits
  9. 23 Oct, 2009 5 commits
  10. 09 Oct, 2009 1 commit
  11. 08 Oct, 2009 1 commit
  12. 05 Oct, 2009 1 commit
  13. 15 Sep, 2009 1 commit
  14. 08 Sep, 2009 1 commit
  15. 02 Sep, 2009 1 commit
  16. 01 Sep, 2009 1 commit
  17. 29 Aug, 2009 1 commit
  18. 28 Aug, 2009 11 commits
  19. 26 Aug, 2009 3 commits
    • Jim Fulton's avatar
      New features: · 93fb571e
      Jim Fulton authored
      - When doing variable substitutions, you can omit the section name to
        refer to a variable in the same section (e.g. ${:foo}).
      
      - When doing variable substitution, you can use the special option,
        ``_buildout_section_name_`` to get the section name.  This is most handy
        for getting the current section name (e.g. ${:_buildout_section_name_}).
      
      - A new special option, ``<`` allows sections to be used as macros.
      93fb571e
    • Jim Fulton's avatar
      4135c65e
    • Jim Fulton's avatar
      When doing variable substitutions, you can omit the section name to · 37923d03
      Jim Fulton authored
      refer to a variable in the same section (e.g. ${:foo}).
      
      When doing variable substitution, you can use the special option,
      ``_buildout_section_name_`` to get the section name.  This is most handy
      for getting the current section name (e.g. ${:_buildout_section_name_}.
      37923d03