Alexandre Alapetite
86846e7b97
Merge pull request #433 from aledeg/share
...
Improve sharing
2014-02-23 21:26:38 +01:00
Alexandre Alapetite
db120b4ed4
Test si crypt() fonctionne pour PHP 5.3.3
...
https://github.com/marienfressinaud/FreshRSS/issues/432
2014-02-23 12:16:23 +01:00
Alexandre Alapetite
f2a8a516aa
Requiert PHP 5.3.4 pour l'authentification par formulaire
...
https://github.com/marienfressinaud/FreshRSS/issues/432
En attendant de voir si on peut trouver une meilleure solution, si
nécessaire, ou une meilleure documentation
2014-02-23 11:52:37 +01:00
Alexis Degrugillier
27764b3635
Improve sharing
...
Previously, the share page can handle only a limited number of shares and only one of each type.
Now the configuration has been change to be more flexible and allows an unlimited number of shares.
The share description is located in an array and the share configuration is stored along with the
user configuration.
Note: I tried to include the specific javascript code in a separate file but I did not succeded to
import it.
2014-02-22 17:03:36 -05:00
Alexandre Alapetite
7313f9f3a3
Bug "mark all as read" when using DESC and pagination and no scroll
...
https://github.com/marienfressinaud/FreshRSS/issues/431#issuecomment-35774488
2014-02-21 22:32:29 +01:00
Alexandre Alapetite
7afd9e398a
Bug "mark all as read" when using DESC and pagination
...
https://github.com/marienfressinaud/FreshRSS/issues/431#issuecomment-35710258
2014-02-21 20:48:43 +01:00
Alexandre Alapetite
d7083803c3
Bug "mark all as read" when using DESC order
...
Solves https://github.com/marienfressinaud/FreshRSS/issues/431
2014-02-21 10:02:43 +01:00
Alexandre Alapetite
3dd6677421
CHANGELOG 0.7.1 + TMP_PATH 0.8
2014-02-21 10:01:40 +01:00
Marien Fressinaud
7e949d5032
Version 0.7.1
0.7.1
2014-02-19 20:50:27 +01:00
Marien Fressinaud
3aeea28ac7
Merge branch 'dev'
2014-02-19 20:19:11 +01:00
Marien Fressinaud
04da549e2e
Switch TMP_PATH to DATA_PATH for the 0.7.1
...
See https://github.com/marienfressinaud/FreshRSS/issues/420#issuecomment-35423003
2014-02-19 19:54:50 +01:00
Marien Fressinaud
e50fb4179f
Improve notification design on mobile
...
Impact all themes:
- Notification is extended from left to right and top (0px)
- Close button is hidden: by clicking (or touching) notification it will close
the notification
See #427
2014-02-18 19:56:26 +01:00
Marien Fressinaud
d0f058307f
Update template
...
- Logical structure
- Add Comments
- Delete some rules
See #320
2014-02-17 01:02:16 +01:00
Alexandre Alapetite
d51048196b
Revert "SimplePie : tolérance caractères UTF-8 invalides"
...
This reverts commit 7e66db7782 .
2014-02-17 00:15:42 +01:00
Alexandre Alapetite
0d387081df
SimplePie: Update to 1.4-dev
...
Manual merge of SimplePie master (1.4-dev)
Preparation to ease submitting patches upstream.
2014-02-17 00:12:56 +01:00
Alexandre Alapetite
7e66db7782
SimplePie : tolérance caractères UTF-8 invalides
...
Meilleure implémentation de
f5251384c4
pour corriger https://github.com/marienfressinaud/FreshRSS/issues/419
Revert partiel de
316778ef47 (diff-d8be58dcfea709da6131af81563c5c9fR1350)
2014-02-16 21:34:30 +01:00
Alexandre Alapetite
82043127bf
Merge pull request #429 from aledeg/shortcut
...
Change category modifier for shortcuts
2014-02-16 19:29:36 +01:00
Alexis Degrugillier
166f3a20c7
Change syntax to have less tests
2014-02-16 13:22:43 -05:00
Alexandre Alapetite
d443c53db2
Micro-optimisation
...
Place en premier les cas les plus importants (humain qui attend)
2014-02-16 19:10:26 +01:00
Alexis Degrugillier
7ed7722c27
Change category modifier for shortcuts
...
The modifier to change the focus of categories was Ctrl. It was changed to avoid
interference with browser shortcuts.
See #256
2014-02-16 11:43:24 -05:00
Marien Fressinaud
65f50db38a
Invert "about" and "logs"
2014-02-15 20:40:25 +01:00
Marien Fressinaud
9e23ced0bf
Improve behaviour category / feed shortcuts
...
- code improved
- possibility to move directly from "all" category
- when there is no selected feed and we want the "next one", first feed is
selected (last before). Same for categories
See #256
2014-02-15 20:29:22 +01:00
Marien Fressinaud
1ab5fa83c3
Update themes: global view and not read categories
...
Category header is better when some articles are not read
2014-02-15 19:15:07 +01:00
Marien Fressinaud
208aa9c6d8
Creation of a basic template
...
It is not supposed to be used... but it could. This is a minimalistic theme
(about 725 lines). In the future, it could be great to based all official
themes on this one.
See #320
2014-02-15 17:32:41 +01:00
Marien Fressinaud
7fd04c046a
Oops, fix bug auto_actualize_feeds
...
See 0a5a7d7807
2014-02-15 15:29:00 +01:00
Marien Fressinaud
0a5a7d7807
Fix bug auto_actualize
...
feed_count was not known in main.js
See cabac73b55
2014-02-15 15:19:03 +01:00
Marien Fressinaud
69ce70be35
Add locker to mark_favorite action
...
Similar to c33b13809e
See #423
2014-02-15 14:57:18 +01:00
Marien Fressinaud
ccc8c415f3
Style install.php: add alert-warn class to update message
2014-02-15 14:46:13 +01:00
Marien Fressinaud
cabac73b55
Fix bug auto_actualize
...
When auto_actualize was true and there was no feed to refresh,
a message was always showed. Now we check size of array "feeds" and if size is
zero, we don't perform auto_actualize action
2014-02-15 14:03:17 +01:00
Marien Fressinaud
cddec2d76f
Improve login page
...
- if user cannot log in, a 403 error is showed (and it is done in controller)
- 403 error message has been changed to match with the error
- add blank spaces on persona login page
2014-02-15 12:25:06 +01:00
Marien Fressinaud
a34941f418
Improve code redirection for indexController
...
- add comments
- forward request is done in the controller (no Minz_Request::forward() in the
view, please)
- "soft" forward to the login form (no need of 302)
- show a 403 page (no authenticated) for rss output when token is wrong
2014-02-15 11:43:07 +01:00
Marien Fressinaud
fb7bc50673
Fix bug token
...
The token should appear in RSS feed url when anonymous are not allowed
2014-02-15 10:44:37 +01:00
Marien Fressinaud
595bf40c70
Add a simple TODO
2014-02-13 21:59:55 +01:00
Marien Fressinaud
4dd673157b
Add possibility to anonymous to refresh feeds
...
Obviously, it's optional! (and deactivate by default)
Need some more tests?
See #351
2014-02-13 21:45:25 +01:00
Marien Fressinaud
b77d9c60ac
Use complete instead of done during feed refresh
...
A request can fail: in this case, the progress bar is not updated by using
"done".
See #421
2014-02-13 21:15:50 +01:00
Marien Fressinaud
178af19fb0
Add possibility to open notification in JavaScript + new message
...
Notifications can be opened directly in JavaScript
Class .notification is now id #notification
New message when there is no feed to refresh
See 06abbd02c2 (comments)
2014-02-13 21:01:12 +01:00
Marien Fressinaud
c33b13809e
Add a "locker" to mark_read action
...
In order to prevent multiple requests while another one is still pending.
It is based on a list of pending actions (in fact, in a list of pending feeds)
Fix #423
2014-02-13 19:51:38 +01:00
Marien Fressinaud
9f6fa5f7c6
Better function isPost
...
Use $_SERVER['REQUEST_METHOD'] instead of empty($_POST)
Possibly related to #413
2014-02-11 23:42:24 +01:00
Marien Fressinaud
483513c30f
Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into dev
2014-02-11 23:18:26 +01:00
Marien Fressinaud
6f693afe99
Add an information message when a feed is empty
2014-02-11 23:17:44 +01:00
Alexandre Alapetite
11c4c733d6
Bug mise à jour favicons dans le cas de flux invalides
2014-02-11 23:04:12 +01:00
Marien Fressinaud
4419df1da4
Fix Persona reloaded
...
When user is disconnected, current_user_mail must be null and not an empty
string
See #418
2014-02-11 22:42:24 +01:00
Alexandre Alapetite
06abbd02c2
Rafraîchit uniquement les flux qui n'ont pas déjà été rafraîchis récemment
...
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/351
2014-02-11 22:10:55 +01:00
Alexandre Alapetite
0cabd1f50d
Mutex par flux pour les actualisations
...
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/351
Nouvelle constante TMP_PATH comme répertoire pour stocker des fichiers
temporaires (si possible en mémoire et non sur disque, tel tmpfs pour
/tmp sur certaines distributions Linux)
Requiert PHP 5.2.1+ (contre 5.2.0 auparavant) pour le
`sys_get_temp_dir()`
2014-02-11 21:48:10 +01:00
Alexandre Alapetite
d48f612c43
Bug variable $feed utilisée en dehors de la boucle foreach
...
https://github.com/marienfressinaud/FreshRSS/issues/415
https://github.com/marienfressinaud/FreshRSS/issues/420
2014-02-11 21:26:09 +01:00
Alexandre Alapetite
a6b7243b16
un ->color oublié #2
...
Autre fichier oublié dans le patch précédent :-/
https://github.com/marienfressinaud/FreshRSS/issues/295
2014-02-11 15:58:13 +01:00
Alexandre Alapetite
7dc5c9eff2
un ->color oublié
...
Fichier oublié dans le patch précédent
https://github.com/marienfressinaud/FreshRSS/issues/295
2014-02-11 15:51:46 +01:00
Alexandre Alapetite
18403d9720
SQL : Supprime c.color
...
Implémente décision
https://github.com/marienfressinaud/FreshRSS/issues/295
Install.php pourrait peut-être être mis à jour pour supprimer
automatiquement la colonne, mais ce n'est pas fait dans ce patch.
2014-02-11 15:30:52 +01:00
Alexandre Alapetite
cd8e245523
+ autocomplete off
...
Ajout de quelques autocomplete="off" sur la page de configuration des
utilisateurs, sans quoi cela posait des petits problèmes avec plusieurs
utilisateurs
2014-02-11 15:13:42 +01:00
Alkarex
f5251384c4
Tolère certaines séquences UTF-8 invalides
...
Corrige https://github.com/marienfressinaud/FreshRSS/issues/419
À re-tester sur d'autres flux
2014-02-11 15:05:11 +01:00