forked from klen/makesite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
224 lines (175 loc) · 4.48 KB
/
ChangeLog.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
CHANGES
=======
## 2011-06-02 0.7.19
--------------------
* Add pgport to postgres template
## 2011-06-02 0.7.18
--------------------
* Remove auto cache setup from settigns.
## 2011-05-30 0.7.17
--------------------
* Configurable nginx template
* Configurable supervisor template
* Change uwsgi params
## 2011-03-30 0.7.13
--------------------
* Fix version 0.7.11 bug
## 2011-03-29 0.7.11
--------------------
* Add `append` option to makesite
* Add support for 'bin' folder in templates (files from this folder are copied
as-is), template rendering transformations are not applied)
## 2011-03-23 0.6.9
-------------------
* Migrate to Django 1.3 in django module
## 2011-03-18 0.6.8
-------------------
* Move template options to templates
## 2011-03-16 0.6.71
--------------------
* More debian compatability
## 2011-03-16 0.6.7
* Fix celeryd config (Also run the celerybeat periodic task scheduler)
## 2011-03-16 0.6.6
-------------------
* Fix virtualenv update script (chown was broken)
## 2011-03-10 0.6.51
--------------------
* Migrate to argparse
## 2011-03-09 0.6.4
-------------------
* Fix django settings define in uwsgi and django configs
## 2011-03-04 0.6.2
-------------------
* Fix celeryd template
## 2011-02-27 0.6.1
-------------------
* Add html template
## 2011-02-18 0.5.96
--------------------
* Auto install memcached if HOST is localhost and this not install
* Fix makesite module
* Drop dummy module
* Add static module
* Fix src bug
## 2011-02-14 0.5.2
-------------------
* Create documentation
## 2011-02-14 0.5.1
-------------------
* Add tornado template
* Change django, uwsgi template
## 2011-02-14 0.5.0
-------------------
* New makesite deploy logic
## 2011-02-09 0.4.6
-------------------
* Drop parse .db for django module
* Add dev, project mode option
* Enable cached templates for django module
## 2011-02-07 0.4.0
-------------------
* Fix base run service script
## 2011-02-02 0.3.9
-------------------
* Fix makesite-web template
* Fix siteinfo command
* Add ckeck path exists in project deploy
## 2011-01-31 0.3.4
-------------------
* Add dummy module, optimize django module
* Improve bash autocomplete
## 2011-01-27 0.3.2
-------------------
* New makesite-web template
## 2011-01-27 0.3.0
-------------------
* Fix templates
## 2011-01-26 0.2.93
--------------------
* Another fix celeryd ([email protected])
## 2011-01-24 0.2.92
--------------------
* Add worksite command
* envsite now check directory
## 2011-01-23 0.2.91
--------------------
* Fix virtualenv template ([email protected])
## 2011-01-21 0.2.9
-------------------
* Add celeryd template and fix template scripts ([email protected])
## 2011-01-19 0.2.7
-------------------
* Fix 404 and 500 templates in django module
## 2010-12-27 0.2.5
-------------------
* Fix compass and src-dir templates
## 2010-12-26 0.2.3
-------------------
* Add django module
## 2010-12-16 0.2.2
-------------------
* Cosmetic updates in makesite-web
* Public in pypi
* Rename project from sitegen to makesite
* Fix makesite-web and wsgi module
## 2010-12-16 0.1.7
-------------------
* Add modules support
* Add sitegen-web module
## 2010-12-14 0.1.6
-------------------
* Add autoinstall git, virtualenv and etc
## 2010-11-22 0.1.5
-------------------
* Add testsite
## 2010-11-18 0.1.4
-------------------
* Add django, cron, postgres template
## 2010-11-16 0.1.3
-------------------
* Rename sitegenupdate to updatesite
* Change bash complete
* Add removesite, drop options -d
* Drop tempita
## 2010-11-16 0.1.2
-------------------
* Add sitegenupdate
## 2010-11-13 0.1.1
-------------------
* Add update templates
## 2010-11-13 0.1
-----------------
* Change template engine from tempita to pyratemp
## 2010-11-13 0.09
------------------
* Drop -l options
* Add sitegen wrapper ( lssites, cdsite, envsite )
## 2010-11-13 0.08
------------------
* Add $SITEGEN_SITES_PATH parsing
* Sitegen now run from current user ( without sudo )
## 2010-11-12 0.07
------------------
* Add option --path - required options (path to projects dir)
* Now ini file also parsed from project_dir/sitegen.ini
## 2010-11-12 0.06
------------------
* Add tempita template engine
## 2010-11-12 0.05
------------------
* Add restart template
## 2010-11-11 0.04
------------------
* Add pip template
## 2010-11-11 0.03
------------------
* Add listing project
* Add git template
## 2010-11-11 0.02
------------------
* Remove project dir if it empty
* Add virtualenv support to uwsgi template
## 2010-11-10 0.01
------------------
* First public version.