Commit Graph

7003 Commits

Author SHA1 Message Date
Marien Fressinaud
bbedca510b Better import icon
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 09:21:08 +02:00
Marien Fressinaud
fe655e0d9d Fix close slider when a feed is selected
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 13:58:09 +02:00
Marien Fressinaud
405f23050b Design of the slider
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 13:55:30 +02:00
Marien Fressinaud
f400621f44 Fix problem when deleting default category
This is not allowed!

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 13:37:10 +02:00
Marien Fressinaud
a7bf7ced36 Fix links for feed management
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 12:18:32 +02:00
Marien Fressinaud
89c407d7d7 Add selected feed on main subscription page
- When an id is given, corresponding feed is displayed
- Refactor code
- Improve coding style

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 11:58:08 +02:00
Marien Fressinaud
1eef789306 Reorganize subscription management code
There is still a lot of work to do. Some links are broken.

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 11:27:41 +02:00
Marien Fressinaud
fdb63fbbe6 Simplify configureController
Remove useless code for category configuration.

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 10:19:38 +02:00
Marien Fressinaud
7481887db7 Load feed configuration on the same page
Need improvements

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01 10:06:04 +02:00
Alexandre Alapetite
a5a0bd9a35 SQL performance: Removed filter to hide old articles
As discussed on
https://github.com/marienfressinaud/FreshRSS/issues/493#issuecomment-56266415
For performance, but this is also a good simplification.
Will help with PostgreSQL
https://github.com/marienfressinaud/FreshRSS/issues/416 and SQLite too
https://github.com/marienfressinaud/FreshRSS/issues/100 because the main
query becomes simpler.

Me may need to introduce another system to hide old articles, if this is
a problem for some users.
Also, the feature showing "empty feeds" in another colour may need to be
adapted.
2014-09-30 22:28:47 +02:00
Alexandre Alapetite
5e8872983a i18n minor spelling 2014-09-30 22:18:01 +02:00
Marien Fressinaud
0d5a1f3a65 Improve design of .box
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 19:45:49 +02:00
Marien Fressinaud
dc714d3949 Cat updating system works
Add a submit button
Each box contains a specific form

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 17:12:42 +02:00
Marien Fressinaud
13fb1170c0 Move deletion of categories into new Controller
Fix i18n (occured -> occurred)

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 16:31:38 +02:00
Marien Fressinaud
b9ddffdade Additional information about cat configuration
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 16:09:08 +02:00
Marien Fressinaud
9e0a62727f Move empty cat action in the new Controller
feedController::delete is simpler than before.
Improve coding style

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 15:44:45 +02:00
Marien Fressinaud
edb02c8fef Move creation of categories in a new Controller
Category names are 255 chars max
2014-09-30 15:02:56 +02:00
Marien Fressinaud
46ae0a3f5a BREAK CATEGORIZE SYSTEM!
And begin big changes.

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 14:33:28 +02:00
Marien Fressinaud
549500764e Coding style (aside_feed.phtml)
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 12:14:28 +02:00
Marien Fressinaud
389e8e749d Add space after tag icon
Fix https://github.com/marienfressinaud/FreshRSS/issues/643
2014-09-30 11:08:30 +02:00
Marien Fressinaud
d087f75337 We are working on 0.10-dev...
but it could be the 1.0!
2014-09-30 10:10:06 +02:00
Alexis Degrugillier
fc6a3c2fd2 Add string delimiters for averages.
Before, if the average was equal to 0, it was displayed on the graph but the label was not displayed.
Now, the label is displayed.
2014-09-29 18:57:40 -04:00
Alexis Degrugillier
cd88414abc Add an average per day for the 30 day period 2014-09-29 18:54:03 -04:00
Alexis Degrugillier
3d288eb170 Add percent of total on top 10 feeds 2014-09-29 18:26:28 -04:00
Alexis Degrugillier
59c17a3c6c Fix read all shortcut
Before, the read all shortcut raised a javascript exception when we use the confirmation option. The confirmation was not even displayed. The code was failling since there was a missing variable.
Now, the shortcut ask for confirmation when the option is selected in the reading configuration page.

The definition of the shortcut was buggy since the confirmation was handled properly in an other location. I simplified the code by removing the confirmation code in the shortcut.
2014-09-27 08:22:41 -04:00
Marien Fressinaud
6dfbc28042 Version 0.9.0 0.9.0 2014-09-26 14:51:53 +02:00
Marien Fressinaud
f0fb1fbb07 Merge branch 'dev' into beta 2014-09-26 14:50:33 +02:00
Marien Fressinaud
444b155236 Version 0.8.0 0.8.0 2014-09-26 14:47:48 +02:00
Marien Fressinaud
147a3d21bb Merge branch 'dev' 2014-09-26 14:36:30 +02:00
Marien Fressinaud
c141622213 Remove German language for 0.8 release 2014-09-26 14:32:52 +02:00
Marien Fressinaud
492b508247 Merge branch 'plopoyop-dev' into dev 2014-09-26 10:46:40 +02:00
Marien Fressinaud
9917d0e86a Fix a design detail (Pafat theme)
+ fix typo

See https://github.com/marienfressinaud/FreshRSS/pull/623
2014-09-26 10:45:27 +02:00
Marien Fressinaud
d53a9fac6a Merge branch 'dev' of github.com:plopoyop/FreshRSS into plopoyop-dev 2014-09-26 10:32:55 +02:00
Marien Fressinaud
cf729ea637 Fix i18n
Fix https://github.com/marienfressinaud/FreshRSS/issues/637
2014-09-26 10:31:35 +02:00
Marien Fressinaud
0ef8b4a95c Fix stat link available in feed menu for anonymous
Fix https://github.com/marienfressinaud/FreshRSS/issues/636
2014-09-26 10:15:45 +02:00
Marien Fressinaud
d695c273f3 Coding style aside_flux.phtml 2014-09-26 10:13:35 +02:00
plopoyop
d847d67502 Corrections graphiques 2014-09-26 09:23:09 +02:00
Marien Fressinaud
ab986b21b9 CHANGELOG 2014-09-25 11:57:05 +02:00
plopoyop
4483887df6 Améliorations graphiques 2014-09-24 23:23:58 +02:00
plopoyop
c446625c7f Merge remote-tracking branch 'upstream/dev' into dev 2014-09-24 20:06:34 +02:00
Marien Fressinaud
a12d90d85d Fix favorite cat doesn't change state button
Fix https://github.com/marienfressinaud/FreshRSS/issues/632
2014-09-24 14:41:44 +02:00
Marien Fressinaud
fe32d14cfa Fix .as-link appearance in dropdown
Related to https://github.com/marienfressinaud/FreshRSS/issues/633
2014-09-24 14:32:37 +02:00
Marien Fressinaud
e6a25f78f5 Fix bug mark as read a complete feed
Related to https://github.com/marienfressinaud/FreshRSS/issues/599
Fix https://github.com/marienfressinaud/FreshRSS/issues/633
2014-09-24 14:14:33 +02:00
Marien Fressinaud
bcb1e3750a More explicit message when deleting feeds or cats
Introduce "data-str-confirm" to override default message for confirm actions.

Fix https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24 13:56:40 +02:00
Marien Fressinaud
17f686095d Remove queries at the same time as feeds
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24 13:38:07 +02:00
Marien Fressinaud
5a1baff9be Refactor removing query by get param
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24 13:28:09 +02:00
Marien Fressinaud
666162ae56 Fix a bug when $query['state'] doesn't exist
Add a test in addQueryAction().
2014-09-24 12:34:44 +02:00
Marien Fressinaud
a80e12cbf7 Remove queries at the same time as categories
See https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-24 12:32:49 +02:00
Marien Fressinaud
0ea3a5a394 Coding style configureController.php 2014-09-24 11:49:32 +02:00
Alexis Degrugillier
c791d84ded Fix user queries
Before, when adding a user query where the state contains the strict filter, the label applied to the query was wrong.
Now, the strict filter is always removed so the label applied is correct.
2014-09-21 18:49:34 -04:00