-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCHANGES.txt
More file actions
66 lines (54 loc) · 2.37 KB
/
CHANGES.txt
File metadata and controls
66 lines (54 loc) · 2.37 KB
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
== Version History ==
x.x:
2.1.1 (12/16/2015):
- send notifications for cron-created imports if plugin setting allows
2.1.0 (12/10/2015):
- remove group options if not enabled globally
- added plugin setting for optional river entries on import
- added plugin setting for optional notifications on import
These updates were funded by Social Business World
2.0.2 (10/13/2015):
- add action tokens to import delete link
2.0.1 (10/12/2015):
- fix bug preventing non-rssimport notifications
2.0.0 (10/12/2015):
- 1.9+ upgrade
- major code restructure
- additional plugin hooks for content importing/filtering
1.5 (06/21/2013):
- adds plugin setting to restrict rssimport to administrators only
1.4 (11/28/2012):
- added support for friendlier/translatable curl errors
- forces rssimport objects to ACCESS_PRIVATE
- turns 'undo import' link into an action button
1.3 (09/18/2012):
- fixed issue with title menu navigation appearing in wrong contexts
1.2 (09/14/2012):
- Moved import navigation to title menu buttons
- Changed context of navigation to all pages you own, or have no owner eg. 'all'
- AJAX'd item blacklisting, no more page reload/losing your selections
- Changed blacklist language string to 'Never Import'
- Disabled ssl certificate checking in cURL
(was failing for a number of valid feeds, despite bundling the latest mozilla cacert.pem)
1.1 (09/12/2012):
- Fixes write access issue in imported pages
1.0 (09/07/2012):
- General code upgrade from unfinished 1.7 version
- Fixed a number of bugs
- Moved blacklist to annotations
- Cleared up some ambiguous terminology
- Upgraded simplepie to latest version (1.3)
- Created wrapper functions for simplepie to quick init with caching
- ElggBatch cron imports to minimize memory with large numbers of feeds
- Added breadcrumb navigation
- Added admin settings for cron import frequency
- Implemented sticky forms using elgg API
- Removed custom graphics in favor of elgg icons
- Moved a lot of inline javascript to an easier to maintain js file
- Rewrote some ugly javascript as simpler jquery
- Deconstructed monolithic page view into more modular views
- Set overflow for large images (thanks xkcd...)
- Don't show label for tags if no tags exist
- Added support for HTTPS feeds
- Prevent imports to content types with disabled plugins
- Added group setting to enable/disable import to each content type