You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Upload all files of this folder (IMPORTANT: also upload the invisible .htaccess files)
14
14
2. Make the directories data/cache, data/favicons, data/logs, data/thumbnails, data/sqlite and public/ writeable
15
15
3. Insert database access data in config.ini (see below -- you don't have to change anything if you want to use sqlite)
16
-
3. You don't have to install the database, it will be created automatically
16
+
3. You don't have to install the database, it will be created automatically (ensure that your database has enought rights for creating triggers)
17
17
4. Create cronjob for updating feeds and point it to http://yourselfossurl.com/update via wget or curl. You can also execute the update.php from commandline.
18
18
19
19
For further questions or on any problem use our support forum: http://selfoss.aditu.de/forum
@@ -37,6 +37,7 @@ UPDATE
37
37
5. Delete the files /public/all.css and /public/all.js
38
38
6. Clean your browser cache
39
39
7. insert your current database connection and your individual configuration in config.ini. Important: we change the config.ini and add new options in newer versions. You have to update the config.ini too.
40
+
8. The database will be updated automatically (ensure that your database has enought rights for creating triggers)
40
41
41
42
For further questions or on any problem use our support forum: http://selfoss.aditu.de/forum
42
43
@@ -50,7 +51,7 @@ Visit the page http://yourselfossurl.com/opml for importing your OPML File. If y
50
51
CHANGELOG
51
52
---------
52
53
53
-
Version 2.11-SNAPSHOT
54
+
Version 2.11
54
55
* little fix to Polish translation
55
56
* instapaper spout: use HTTPS
56
57
* A new spout to get full text for entries in the Teltarif RSS feed
@@ -62,109 +63,110 @@ Version 2.11-SNAPSHOT
62
63
* itemsPerPage value is set from INI file.
63
64
* API header returns application/json
64
65
* added estonian translation
65
-
* allow <sub> and <sup> elements
66
+
* allow sub and sup elements
66
67
* entry CSS tweaks
68
+
* REST API : Get only items updated since given time #532
67
69
* Bugfix: API REST : /login should return true if auth is disable
68
-
* Bugfix: Heise feed pull kills Update process #499
70
+
* Bugfix: Heise feed pull kills Update process #499
69
71
* Bugfix: https for openshift #488
70
72
* Bugfix: heise spout error handling #517
71
73
72
74
Version 2.10
73
75
* fix error 500 on icon fetching
74
-
* add heise hardware-hacks
75
-
* reddit2 spout: fix link to return http
76
-
* reddit2 spout: add empty validation on username and password
77
-
* setting to lazy load images on mobile devices
78
-
* update fat free php framework version 3.2.0
79
-
* improve heise spout
80
-
* fix duplicate items with MySQL
76
+
* add heise hardware-hacks
77
+
* reddit2 spout: fix link to return http
78
+
* reddit2 spout: add empty validation on username and password
79
+
* setting to lazy load images on mobile devices
80
+
* update fat free php framework version 3.2.0
81
+
* improve heise spout
82
+
* fix duplicate items with MySQL
81
83
* fix auto language detection
82
-
* save OPML export file with xml extension
83
-
* sqlite's "optimize()" was implemented
84
-
* sources: show sources with error first
84
+
* save OPML export file with xml extension
85
+
* sqlite's "optimize()" was implemented
86
+
* sources: show sources with error first
85
87
* fix bug on base url determining using https
86
-
* support search terms with quotes to find exact phrase like "Windows 8"
87
-
* github spout fix (set user agent)
88
-
* more opml export logging
88
+
* support search terms with quotes to find exact phrase like "Windows 8"
89
+
* github spout fix (set user agent)
90
+
* more opml export logging
89
91
90
92
Version 2.9
91
-
* new configuration parameter for share buttons
92
-
* new Ukrainian translation
93
+
* new configuration parameter for share buttons
94
+
* new Ukrainian translation
93
95
* fix Italian translation
94
-
* new error message bar
95
-
* fix php 5.5 bug for some spouts
96
-
* fix 'Undefined Index' error in item tpl when no shares available
97
-
* add multi reddit support
98
-
* avoid duplicate sources while importing OPML
99
-
* prevent reflected XSS vulnerability in search form
100
-
* add support for fullscreen Webapp on iPhone 5
101
-
* added new config parameter (unread_order) to be able to read unread items from oldest to newest
102
-
* update twitter api
103
-
* the processing of the parameter of the session cookie is updated
104
-
* prevent stored XSS vulnerability in the source add form
105
-
* sort spouts by name
106
-
* allow dd-element and style definition list elements
107
-
* new GitHub spout to list commits on a repository
108
-
* performance improvement on feed update
96
+
* new error message bar
97
+
* fix php 5.5 bug for some spouts
98
+
* fix 'Undefined Index' error in item tpl when no shares available
99
+
* add multi reddit support
100
+
* avoid duplicate sources while importing OPML
101
+
* prevent reflected XSS vulnerability in search form
102
+
* add support for fullscreen Webapp on iPhone 5
103
+
* added new config parameter (unread_order) to be able to read unread items from oldest to newest
104
+
* update twitter api
105
+
* the processing of the parameter of the session cookie is updated
106
+
* prevent stored XSS vulnerability in the source add form
107
+
* sort spouts by name
108
+
* allow dd-element and style definition list elements
109
+
* new GitHub spout to list commits on a repository
110
+
* performance improvement on feed update
109
111
110
112
Version 2.8
111
-
* new Polish translation
112
-
* improved Expires section and Compression in .htaccess
113
+
* new Polish translation
114
+
* improved Expires section and Compression in .htaccess
113
115
* make api item listing, tags and sources stats accessible for non loggedin users in public mode
114
116
* update fat free php framework version 3.0.8
115
117
* new configuration parameter for default readability api key
116
118
* new configuration parameter for allowing unauthorized access for the update job
117
-
* new delicious support
118
-
* support ssl proxy
119
-
* new readability support
120
-
* pass original url to external sites except for opening the anonymized url
121
-
* new finnish translation
122
-
* new spanish translation
119
+
* new delicious support
120
+
* support ssl proxy
121
+
* new readability support
122
+
* pass original url to external sites except for opening the anonymized url
123
+
* new finnish translation
124
+
* new spanish translation
123
125
124
126
Version 2.7
125
-
* new spout for instapaper
126
-
* new Hungarian translation
127
+
* new spout for instapaper
128
+
* new Hungarian translation
127
129
* fix keyboard shortcut on some browsers
128
-
* new spout for youtube channels
130
+
* new spout for youtube channels
129
131
* new rss feed for selfoss releases: http://selfoss.aditu.de/feed.php
130
-
* fix bug on removing search terms
131
-
* translation for login page
132
-
* new japanese language file
133
-
* new shortcuts
134
-
* fix issues with refreshing the items list and slow ajax requests
135
-
* don't leave behind sp-container divs when refreshing the tags
136
-
* clean up orphaned items of deleted sources
132
+
* fix bug on removing search terms
133
+
* translation for login page
134
+
* new japanese language file
135
+
* new shortcuts
136
+
* fix issues with refreshing the items list and slow ajax requests
137
+
* don't leave behind sp-container divs when refreshing the tags
138
+
* clean up orphaned items of deleted sources
137
139
* update fat free php framework to newest versoin 3.0.6
138
-
* only allow update for localhost or loggedin users
139
-
* added Facebook page feed
140
-
* fix memory bug on icon generation
141
-
* new opml export
142
-
* new norwegian translation
140
+
* only allow update for localhost or loggedin users
141
+
* added Facebook page feed
142
+
* fix memory bug on icon generation
143
+
* new opml export
144
+
* new norwegian translation
143
145
* set default title if no one was given by the feed
144
146
145
147
Version 2.6
146
-
* fixed OPML import for other formats
148
+
* fixed OPML import for other formats
147
149
* fix deletion of sources (no longer bad request)
148
150
* disable tag click on smartphone
149
151
* shortcuts mark/unmark as read and star/unstar also available on closed articles
150
152
* fix tag list refresh
151
153
152
154
Version 2.5
153
-
* new navigation with right/left cursor
155
+
* new navigation with right/left cursor
154
156
* replace • for IE compatibility
155
-
* fix re-initialize entry events on screen width change
156
-
* allow optional userdefined user.css
157
-
* some smaller css tweaks
157
+
* fix re-initialize entry events on screen width change
158
+
* allow optional userdefined user.css
159
+
* some smaller css tweaks
158
160
* new parameter use_system_font for using Arial instead of Open Sans
159
-
* new italian language file
161
+
* new italian language file
160
162
* fix duplicate article fetching on uids with more than 255 characters
161
163
* add integrated json api
162
164
* add error handling for feeds with wrong link
163
-
* new swedish translation
165
+
* new swedish translation
164
166
165
167
Version 2.4
166
168
* prevent error on icons parsing error
167
-
* new homepage parameter
169
+
* new homepage parameter
168
170
* new button for open an articles source
169
171
* no error message if no unread item is available and mark all as read was pressed
170
172
* improve logger
@@ -173,15 +175,15 @@ Version 2.4
173
175
* mysql use longtext for articles content
174
176
* improved detection of mobile devices
175
177
* allow more tags in articles content
176
-
* show unread items per tag in taglist
177
-
* show list of sources for filtering
178
+
* show unread items per tag in taglist
179
+
* show list of sources for filtering
178
180
* use more eye catching unread stats in main navigation
179
-
* show source title in selfoss RSS feed
180
-
* load sources for update by last update time
181
+
* show source title in selfoss RSS feed
182
+
* load sources for update by last update time
181
183
* Opening feed search focuses the search input field
182
184
* Scroll blockquotes and pre on overflow (especially good for mobile devices)
183
185
* new option for automatically mark items as read
184
-
* new share buttons for email and pocket
186
+
* new share buttons for email and pocket
185
187
* new shortcut r for reloading the current list
186
188
* new internationalization (language files for German, English, French, Turkish, Dutch, Czech, Russian, Latvian, traditional and simplified Chinese included)
187
189
* make article id generation more reliable
@@ -193,25 +195,25 @@ Version 2.4
193
195
* concurent multiples updates makes no longer duplicates entries
194
196
* Reload items on mark as read
195
197
* anonymizer support
196
-
* selfoss rss feed support tag filtering (?tag=)
198
+
* selfoss rss feed support tag filtering (?tag=)
197
199
* fix tag render bug
198
200
199
201
Version 2.3
200
-
* new shortcut library jquery hotkeys
201
-
* new shortcut for mark as read and switch to next in one step
202
+
* new shortcut library jquery hotkeys
203
+
* new shortcut for mark as read and switch to next in one step
202
204
* prevent error on png conversion
203
205
* items will be saved in mysql databases also no icon is available
204
-
* support of PostgreSQL Database
205
-
* now updates by command line are possible
206
+
* support of PostgreSQL Database
207
+
* now updates by command line are possible
206
208
* default charset on mysql is utf8
207
-
* new readability support
209
+
* new readability support
208
210
* link to opml import added
209
211
* Use IfMoudule to avoid errors in Etags settings (thanks to vincebusam)
210
212
* Allow tag filtering to not include partial matches (thanks to WalterWeight and bsweeney)
0 commit comments