-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGES.txt
132 lines (104 loc) · 4.41 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
132
Changelog
=========
0.7.0 (unreleased)
------------------
* install theme by default [Guido A.J. Stevens]
* depend on plonesocial.messaging and plonesocial.core [Guido A.J. Stevens]
0.5.3 (2014-03-11)
------------------
* document Xephyr use [Guido A.J. Stevens]
* don't include demo suite in continuous integration testing [Guido A.J. Stevens]
* don't timeout the build so fast [Guido A.J. Stevens]
* trailing checkin [Guido A.J. Stevens]
* tuning the demo WIP [Guido A.J. Stevens]
* See if we can avoid Saucelabs timeout [Guido A.J. Stevens]
* feature-complete the demo video [Guido A.J. Stevens]
* add workspace stubs to demo suite [Guido A.J. Stevens]
* consolidate all test setup into the demo setuphandler; provide admin avatar [Guido A.J. Stevens]
* rename functional test dir [Guido A.J. Stevens]
* remove -N buildout flag [Guido A.J. Stevens]
* fix clean bootstrap [Guido A.J. Stevens]
* add warning on demo installer [Guido A.J. Stevens]
* add tags, cleanup whitespace [Guido A.J. Stevens]
0.5.2 (2013-07-31)
------------------
* bump version after having pypi release confusion [gyst]
* provide deprecated browserlayer interface for backward compatibility [gyst]
0.5.0rc1 (2013-07-04)
------------------
* update docs
* extensive IMicroblogContext functional test coverage [Guido A.J. Stevens]
* IMicroblogContext functional test coverage WIP [Guido A.J. Stevens]
* demo: setup a full IMicroblogContext workspace [Guido A.J. Stevens]
* adjust robot tests to new @@stream traversal behaviour [Guido A.J. Stevens]
* move navigation bar to plonesocial.activitystream [Guido A.J. Stevens]
* fix tests for theme integration [Guido A.J. Stevens]
* integrate plonesocial.theme into demo setup [Guido A.J. Stevens]
* make demo setup idempotent [Guido A.J. Stevens]
* IMicroblogContext test coverage TODO [Guido Stevens]
0.4.3 (2013-04-29)
------------------
* plonesocial navigation bar should not be visible to anon [gyst]
* Robot integration tests with Travis/Saucelabs integration [gyst, datakurre]
0.4.2 (2012-11-26)
------------------
* update changelog, release [gyst]
* provide a virtualenv-enabled Travis buildout that can be debugged on a dev box [gyst]
* re-activate code analysis tests (but only on plonesocial.suite itself) [gyst]
* Added locales and i18n extract script [macagua]
* Added more improvements about i18n support [macagua]
* Updated contributors file [macagua]
* Updated changelog file [macagua]
* disable pep8/pyflakes for now [gyst]
* fix packages to be tested [hvelarde]
* pep8/pyflakes [hvelarde]
* update Travis CI configuration to include pep8/pyflakes testing [hvelarde]
* oops we do need test-eggs [gyst]
* ignore dist [gyst]
* move sources into ./src/ to enable multi-package tests on Travis [gyst]
* update location of extended configuration as the plonetest repo was moved to GitHub [hvelarde]
* update list of ignored objects [hvelarde]
* Cannot get multi-package tests to work with Travis [gyst]
* let Travis run the full cross-integrated test suite [gyst]
* cleanup, bump version, update docs [gyst]
* add Travis CI configuration [hvelarde]
0.4.1 (2012-10-09)
------------------
* fix rst formatting [gyst]
* update install doc [gyst]
* tune demo generator [gyst]
* merge: provide integration menu [gyst]
0.4 (2012-10-09)
----------------
This release integrates plonesocial.network.
* update docs [gyst]
* fix dependency [gyst]
* reindent for better pep8 [gyst]
* enable plone.app.discussion by default for Documents, Events and News Items [gyst]
* flush_queue is now public [gyst]
* setup demo graph [gyst]
* demo users + microblog updates [gyst]
* link plonesocial.network [gyst]
* integrate plonesocial.network [gyst]
* GS name and plonesocial.network [gyst]
* version bump to 0.4 [gyst]
0.3 (2012-05-21)
----------------
* update changelog [gyst]
* renamed portletmanager [gyst]
* fix test setup [gyst]
* nicer Add-on profile name [gyst]
* bump version [gyst]
0.2 (2012-05-04)
----------------
* activity stream view is renamed [gyst]
* automate view and portlet assignments [gyst]
* get rid of src dir indirection [gyst]
* undo "extract standalone view from plonesocial.activitystream" - manual merge of multiple changes [gyst]
* update documentation [gyst]
* hide stream viewlet, show only in dedicated standalone view by default [gyst]
* cleanup extraction and declare dependencies [gyst]
* extract standalone view from plonesocial.activitystream [gyst]
0.1dev (Unreleased)
-------------------
* initial checkin from ZopeSkel [gyst]