Commit Graph

1355 Commits

Author SHA1 Message Date
Alexandre Alapetite
dcadf0dfdf Merge pull request #881 from Alkarex/ForceAutocompleteOff
Force autocomplete off
2015-06-30 23:16:27 +02:00
Alexandre Alapetite
5cb3d017ab Orthographe validité 2015-06-29 20:46:51 +02:00
Alexandre Alapetite
8a131b056e Force autocomplete off
https://github.com/FreshRSS/FreshRSS/issues/880
Put a space in the user field instead of empty to avoid autocomplete.
Use feed ID in the username/password field name.
2015-06-14 16:22:33 +02:00
Alexandre Alapetite
827510fb19 Merge pull request #875 from aledeg/keyboard-nav-install
Add tab navigation on install
2015-06-06 15:40:22 +02:00
Alexis Degrugillier
f2f758e6bd Add tab navigation on install 2015-06-06 09:34:11 -04:00
Alexandre Alapetite
ae4d865868 Merge pull request #874 from aledeg/855-keyboard-navigation
Remove the auto-focus on install
2015-06-06 15:28:25 +02:00
Alexandre Alapetite
ff9091e4a0 Increased max number of posts per page
https://github.com/FreshRSS/FreshRSS/issues/872
2015-06-06 15:24:04 +02:00
Alexis Degrugillier
fcc94c733a Remove the auto-focus on install
The javascript code used was confusing on Chrome and Internet Explorer. So I removed it. It has no real value so I think it is better without it.

See #855
2015-06-06 09:09:39 -04:00
Alexandre Alapetite
111c9f7572 Bug label 2015-06-06 14:18:49 +02:00
Alexandre Alapetite
f9c7cf8922 Merge branch 'FreshRSS/beta' into FreshRSS/dev 2015-06-03 20:25:40 +02:00
Alexandre Alapetite
214a5cc9a4 PHP 5.2 compatiblity
Namespaces are not needed so far.

aacd1ffd40 (commitcomment-11503581)
2015-06-03 20:21:32 +02:00
Alexandre Alapetite
137c498c84 Merge from dev
https://github.com/FreshRSS/FreshRSS/issues/312
2015-06-01 19:40:30 +02:00
Alexandre Alapetite
384a146883 Minor comment 1.1.1
https://github.com/FreshRSS/FreshRSS/issues/845
2015-05-31 20:52:11 +02:00
Alexandre Alapetite
96ba71e618 MySQL create table bug
https://github.com/FreshRSS/FreshRSS/issues/845
And updated version comments to 1.1.1
2015-05-31 20:22:27 +02:00
Alexandre Alapetite
7370472968 Merge pull request #849 from Alkarex/RssFeed
Minz getBaseUrl correction and RSS template bug
2015-05-30 18:13:32 +02:00
Alexandre Alapetite
ae277ddefc Merge branch 'FreshRSS/dev' into PubSubHubbub 2015-05-24 02:01:08 +02:00
Alexandre Alapetite
9d55ee5ae9 Bug EntryDAO filter
https://github.com/FreshRSS/FreshRSS/issues/850
2015-05-24 01:49:13 +02:00
Alexandre Alapetite
694dfa1f8b PubSubHubbub: remove white list
The tests so far are good. Ready to test more broadly.
https://github.com/FreshRSS/FreshRSS/pull/831
https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-23 16:37:08 +02:00
Alexandre Alapetite
27d2b88a19 Minz getBaseUrl correction and RSS template bug
https://github.com/FreshRSS/FreshRSS/issues/848
Corrections in Minz (HTTP_HOST was not sanitized, getURI() was never
used and not working anyway with absolute base_url)
$this->url was not defined in rss.phtml
2015-05-23 02:23:38 +02:00
Alexandre Alapetite
6c2bebaff2 Merge branch 'FreshRSS/dev' into PubSubHubbub 2015-05-18 17:49:40 +02:00
Alexandre Alapetite
9b69ec4b31 Merge pull request #842 from Alwaysin/patch-9
Language fix
2015-05-18 10:09:40 +02:00
Alexandre Alapetite
3e738e91e0 Merge pull request #843 from Alwaysin/patch-10
Language fix
2015-05-18 10:09:29 +02:00
Alwaysin
7524811c96 Language fix 2015-05-18 09:09:28 +02:00
Alwaysin
6263ecef2f Language fix 2015-05-18 09:06:37 +02:00
Alwaysin
265f09f257 Language fix 2015-05-18 09:02:28 +02:00
Alexandre Alapetite
98773aca59 Merge branch 'FreshRSS/dev' into PubSubHubbub 2015-05-17 22:07:37 +02:00
Alexandre Alapetite
001c713f03 PubSubHubbub better gestion of errors
Do not assume that PubSubHubbub works until the first successul push
https://github.com/FreshRSS/FreshRSS/issues/312#issuecomment-102706500
2015-05-17 22:06:11 +02:00
Alexandre Alapetite
cad42ea55f i18n: en-GB revert
af166f6c53 (commitcomment-11229341)
2015-05-17 12:32:46 +02:00
Alexandre Alapetite
7a7f6edb15 Merge pull request #840 from Alwaysin/patch-6
Language fix
2015-05-17 11:53:49 +02:00
Alexandre Alapetite
3d20c98cfc Merge pull request #839 from Alwaysin/patch-5
Language fix + en_GB standardisation
2015-05-17 11:53:34 +02:00
Alwaysin
af166f6c53 Language fix 2015-05-17 01:33:43 +02:00
Alwaysin
35cdb89eed Language fix + en_GB standardisation 2015-05-17 01:30:35 +02:00
Alwaysin
6d31c60976 Language fix 2015-05-17 01:18:49 +02:00
Alexandre Alapetite
5dfa9a9e52 Merge branch 'FreshRSS/dev' into PubSubHubbub 2015-05-16 23:46:01 +02:00
Alexandre Alapetite
84ea636d2d PubSubHubbub bug skip pull
Do not pull refresh feeds that are PubSubHubbub too often during cron
refresh.
And more debugging info during the test phase.
https://github.com/FreshRSS/FreshRSS/pull/831
2015-05-16 23:44:36 +02:00
Alwaysin
6985a73f1c Typo fix 2015-05-16 23:37:28 +02:00
Alexandre Alapetite
d3af903301 i18n: German PubSubHubbub
https://github.com/FreshRSS/FreshRSS/pull/831/files#r30463016
https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-16 21:47:26 +02:00
Alexandre Alapetite
abab0f0ce6 Merge branch 'FreshRSS/dev' into PubSubHubbub 2015-05-16 19:44:52 +02:00
Alexandre Alapetite
044c442806 i18n: German
Completed cherry-pick of https://github.com/FreshRSS/FreshRSS/pull/832 +
corrections
2015-05-16 19:36:42 +02:00
thomasE1993
fe2f6c74b9 Update install.php 2015-05-16 19:24:32 +02:00
thomasE1993
450cc2d66f Update index.php 2015-05-16 19:24:26 +02:00
thomasE1993
7c6ce30f59 Update gen.php 2015-05-16 19:24:19 +02:00
thomasE1993
70f0fc8d61 Update feedback.php 2015-05-16 19:24:13 +02:00
thomasE1993
bd21838bd0 Update conf.php 2015-05-16 19:24:04 +02:00
thomasE1993
9fe8a7c62d Update admin.php 2015-05-16 19:22:56 +02:00
Alexandre Alapetite
3adab4b70f More PubSubHubbub
https://github.com/FreshRSS/FreshRSS/issues/312
Show whether PubSubHubbub is enabled in the Web interface of feed
configuration.
When PubSubHubbub is used, do not pull refresh so often (hard-coded to
max once per 24h for now).
Improved logic for lease renewal, and some detection of lease problems.
Updated read-me and changelog.
2015-05-16 13:05:43 +02:00
Alexandre Alapetite
0163564b9e Change some error messages 2015-05-15 17:58:56 +02:00
Alexandre Alapetite
18831a89ef PubSubHubbub active only when refreshing, not adding a feed
https://github.com/FreshRSS/FreshRSS/issues/312
2015-05-15 15:46:51 +02:00
Alexandre Alapetite
5adaf17721 Revert bug HTTP 301 introduced by Refactor feedController
e2da6e6e6b
2015-05-15 15:38:54 +02:00
Alexandre Alapetite
c472569b38 First alpha of PubSubHubbub
https://github.com/FreshRSS/FreshRSS/issues/312
Using a white list limited to http://push-pub.appspot.com/feed for alpha
testing.
2015-05-15 15:34:51 +02:00