forked from plone/training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
131 lines (87 loc) · 2.36 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
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
Changelog
=========
1.2.5 (unreleased)
------------------
- Revision of part one for Ploneconf 2014, Bristol
[smcmahon]
1.2.4 (2014-10-03)
------------------
- Revised for Ploneconf 2014, Bristol
[pbauer, gomez]
- Add first exercises and create css+js for expanding/collapsing the solutions
[pbauer]
- Fix local build with the rtd-Theme
[pbauer]
- Add spanish translation.
[macagua]
- Add support for translations on https://www.transifex.com/projects/p/mastering-plone-training/
[macagua]
1.2.3 (2014-07-11)
------------------
- Move sources to https://github.com/plone/training and render
at http://plone-training.readthedocs.org/
[pbauer]
- Integrate with docs.plone.org and papyrus
[do3cc]
- Change license to http://creativecommons.org/licenses/by/4.0/
[pbauer]
- Document how to contribute
[pbauer]
- Update introduction
[pbauer]
1.2.2 (2014-06-01)
------------------
- Fix all mistakes found during the training in May 2014
[pbauer]
- Move rst-files to https://github.com/starzel/training
[pbauer]
1.2.1 (2014-05-30)
------------------
- Publish verbose version on http://starzel.github.io/training/index.html
[pbauer]
- Add bash-command to copy the code from ploneconf.site_sneak to ploneconf.site for each chapter
[pbauer]
- include vagrant-setup as zip-file
[pbauer]
- several small bugfixes
[pbauer]
1.2 (2014-05-23)
----------------
- Heavily expanded and rewritten for a training in Mai 2014
[pbauer, do3cc]
- remove grok
[pbauer]
- use plone.app.contenttypes from the beginning
[pbauer]
- use plone.api
[pbauer]
- rewrite vagrant-setup
[pbauer]
- drop use of plone.app.themeeditor
[pbauer]
- add more chapters:
* Dexterity Types II: Growing up
* User generated content
* Programming Plone
* Custom Search
* Events
* Using third-party behaviors
* Dexterity Types III: Python
* ...
[pbauer, do3cc]
1.1 (October 2013)
------------------
- Revised and expanded for Ploneconf 2013, Brasilia
[pbauer, do3cc]
1.0 (October, 2012)
-------------------
- First version under the title 'Mastering Plone' for Ploneconf 2012, Arnhem
[pbauer, do3cc]
0.2 October 2011
----------------
- Expanded as Plone-Tutorial for PyCon De 2011, Leipzig
[pbauer]
0.1 (October 2009)
------------------
- Initial parts created for the Plone-Einsteigerkurs (http://www.plone.de/trainings/einsteiger-kurs/kursuebersicht)
[pbauer]