forked from collective/templer.core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
83 lines (60 loc) · 2.18 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Changelog
=========
1.0b5 (unreleased)
------------------
- Refactor code in the templer control script to help ease re-use by templer
applications like ZopeSkel
[cewing]
1.0b4 May 17, 2012
------------------
- Refactored test setup code for better sharing across packages
[cewing]
- Fixed bug in test setup exposed by mixing doc and non-doc tests using
os.getcwd()
[cewing]
- Fix packaging problems and normalize setup.py
[hvelarde]
- Convert to unittest2 and remove deprecated test assertion aliases
[hvelarde]
- Restore support for localcommands as were present in ZopeSkel. Improve
localcommands by making them optional
[cewing]
- Provide exit so you can bail from a template run cleanly. Improve exit
conditions throughout the templer script
[cewing]
- Fixed long-standing bug in tests that showed subpackages failing when they
in fact succeeded
[Lazaro Clapp]
- Factor structures code into a separate method so we can use it in vars, too
[cewing]
1.0b3 October 6, 2011
---------------------
- relicense as MIT to keep in sync with ZopeSkel as its internals are replaced
[cewing]
1.0b2 December 8, 2010
----------------------
- Fixed bug in structure system that broke template rendering when a template
had no license
[Cris Ewing]
- Moved zc.buildout template recipe into new package templer.buildout
[Cris Ewing]
- Improved consistency of how templates treat 'long_description' in setup.py
[Cris Ewing]
- Fixed documentation references to the zopeskel script (we will call the script
'templer' when used from the templer packages.)
[Cris Ewing]
1.0b1 December 1, 2010
----------------------
- Added structure system for better isolation of shared structural elements and
improved maintainability
[Cris Ewing]
- Namespace for package changed to 'templer' to promote use by systems outside
the Zope world
[Cris Ewing]
- Ported basic_namespace, nested_namespace and recipe templates over from
zopeskel package to create core of new templer system (see
http://svn.plone.org/svn/collective/ZopeSkel/branches/2.x-maintenance/SPLITTING-PROPOSAL.txt
for the rationale behind this move)
[Cris Ewing]
- Package created by ZopeSkel
[Cris Ewing]