-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGES.txt
181 lines (134 loc) · 4.35 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
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
Changelog
=========
2.0.5 (unreleased)
------------------
- Handle missing objects when pages with
snippets have been deleted
[cdw9]
2.0.4 (2017-08-30)
------------------
- add note about rendering snippets inline
[tkimnguyen]
2.0.3 (2017-08-29)
------------------
- more step by step user documentation
[tkimnguyen]
2.0.2 (2017-08-27)
------------------
- enhance user doc in README
[tkimnguyen]
2.0.1 (2017-08-27)
------------------
- fix MANIFEST to include missing marker file to enable creation of
.snippets folder on activation
[tkimnguyen]
2.0.0 (2017-06-13)
------------------
- Add site setup configuration
[vangheem]
- Integrate link integrity
[vangheem]
- Be able to add any content for a snippet
[vangheem]
- Use lxml to parse doc
[vangheem]
0.9.29 (12/19/2014)
-------------------
- Users can now reenable tinyMCE after disabling it
- Fixed issue causing the backend regex from grabbing normal
(non-snippet) span tags
0.9.27 (12/17/2014)
-------------------
- Added link to disable tinyMCE when creating a snippet
0.9.26 (8/26/2014)
------------------
- Changed wording on several links/buttons to make them more understandable
- Fixed broken preview system
- Snippet plugs are now removed from the current page when the respective snippet is deleted.
0.9.24 (8/21/2014)
------------------
- Changed user-role requirements for different parts of the snippet UI
- Fixed issue causing XMLSyntaxError...for real this time.
- UI no longer displays add/edit/delete buttons if the user lacks the permissions to use them.
- Updated README
- Additional robot tests
0.9.2 (8/13/2014)
-----------------
- Re-factored and rearraged code to make it complient to Plone's JS standards
- Made JS jslint complient
0.9.18 (8/13/2014)
------------------
- Tweaked some of the robot tests, added a few others
- Added exception for the XMLSyntaxError error
- Fixed bug causing AJAX requests to be sent when they didn't need to
0.9.15 (8/8/2014)
-----------------
- moved robot tests over from another branch
- Changed JS on edit page load to get all snippets it needs at once, instead of one at a time
- Reworked SnippetList class to accomodate aforementioned JS change
0.9.11 (8/8/2014)
-----------------
- "Remove" button no long remains after removing a snippet plug
- HTML View no longer breaks ALL the things.
0.9.10 (8/6/2014)
-----------------
- Added button to allow the user to remove snippet plugs from the current page
0.9.03 (8/5/2014)
-----------------
- Fixed bug preventing images from showing in preview window
- Fixed bug breaking click-to-open when a snippet contains an image
0.9.01 (8/5/2014)
-----------------
- Fixed useless uninstall profile
0.8.9 (8/4/2014)
----------------
- Fixed small JS bug introduced in 0.8.8
0.8.9b (8/4/2014)
-----------------
- Browser UI no longer breaks when a snippet has no desc.
0.8.9a (8/4/2014)
-----------------
- Fixed missing .snippet folder issue...again
- Fixed issue with tinymce icon not showing up
0.8.8 (8/4/2014)
----------------
- Missing .snippets folder issue fixed.
- Description field now longer required.
- Broken click-to-open functionality now fixed.
0.8.6a (6/5/2014)
-----------------
- Snippet ID's now aren't allowed to have any CSS-ID unsafe characters
- Snippet plugs are now automatically updated when the base snippet is edited
- The text inside snippet plugs can no longer be edited (that I'm aware of?)
- Fixed numerous bugs preventing the "Selected snippet" box from populating
0.8.5a (05/27/14)
------------------
- Added contenteditable tag to prevent users from editing snippets inline
0.8.4a (05/21/14)
------------------
- Added snippet delete functionality
- Added JS to polish delete
.8.3a
------------------
- Fixed issue with the new regex
.8.2a
------------------
- Remade the regex used by the snippet parser.
.8a
------------------
- Added a Create/Edit extension to the TinyMCE plugin
- Inumerable bug fixes I've neglected to document :(
- Added layer to prevent premature execution
- Reworked JS to be more flexible
.3
-------------------
- Extended TinyMCE plugin to make snippets "clickable" in the edit page.
- Added snippet browser window to TinyMCE plugin.
- Removed support for YouTube embedding (other products handle this better).
.2
-------------------
- Added ability to embed youtube videos.
.1
-------------------
- Basic proof-of-concept implementation
- Added TinyMCE plugin