Commit Graph

7003 Commits

Author SHA1 Message Date
Marien Fressinaud
8c1789ae06 Begin fixing of Origine theme
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23 09:26:00 +02:00
Marien Fressinaud
e37a126b9d Fix some parts of aside_flux
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22 23:41:36 +02:00
Marien Fressinaud
1efbf6fb86 Add comments to Context object.
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22 20:05:00 +02:00
Marien Fressinaud
db1ad1de23 Fix a bug in nextGet 2014-10-22 19:36:55 +02:00
Marien Fressinaud
00bad6e644 Fix pagination
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22 19:30:59 +02:00
Marien Fressinaud
1fe5ed5d21 nextGet and idMax are coming back.
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22 19:19:15 +02:00
Marien Fressinaud
8a6ad05eba Remove STATE_STRICT
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22 18:33:46 +02:00
Marien Fressinaud
9551145200 Better view mode
- Seperate view mode from default state in conf
- Load read articles if no unread articles only if view is adaptive

See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22 18:21:36 +02:00
Marien Fressinaud
eb60b82959 Move back i18n init in FreshRSS.php 2014-10-22 18:06:28 +02:00
Marien Fressinaud
98587d5d61 Fix a set of TODO and bugs
- Context object raises correct Exception if get is invalid
- RSS feed is well-indicated on the home page
- State is better calculated
- Add some comments

See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22 17:57:22 +02:00
Marien Fressinaud
f1f9b2f5ff Entries are loaded again! It's working :)
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22 13:52:20 +02:00
Marien Fressinaud
b446a510eb Finish to update context object
See See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22 13:35:30 +02:00
Marien Fressinaud
fcae415753 Update title and get parameter correctly.
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-22 13:13:24 +02:00
Marien Fressinaud
80cffa6de5 Views are in dedicated actions + improve Context
- Seperate normal, global and rss outputs in dedicated actions (NOT WORKING YET!)
- Rewrite aside_flux and nav_menu to use Context object
- Improve Context object

See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-21 16:55:19 +02:00
Alexandre Alapetite
5d7d01be29 Merge pull request #674 from plopoyop/dev
start with admin only if exists
2014-10-21 00:09:48 +02:00
plopoyop
fe29390006 start with admin only if exists 2014-10-20 22:28:40 +02:00
Marien Fressinaud
8a7bab3a55 Refactoring of indexController
Global view has been moved to a different action (all is not working)

See https://github.com/marienfressinaud/FreshRSS/issues/634
and https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-20 19:35:22 +02:00
Marien Fressinaud
1a22a87fb1 Use FreshRSS_Context::$conf only
- Replace $this->view->conf in controllers
- Replace $this->conf in views
2014-10-20 18:45:22 +02:00
Marien Fressinaud
ad92dd7dae First draft for Context object.
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-20 18:21:10 +02:00
Marien Fressinaud
df4ddf0e55 Unsafe autologin comes back
Should be moved in an extension later!

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-20 13:31:49 +02:00
Marien Fressinaud
ae84e877c5 Fix some i18n keys 2014-10-20 12:52:18 +02:00
Marien Fressinaud
61a2f9387f Fix i18n (french and english) 2014-10-20 12:42:46 +02:00
Marien Fressinaud
7080a32650 Add checking installation feature 2014-10-20 11:54:31 +02:00
Marien Fressinaud
3bad4d138e Fix i18n 2014-10-17 16:29:55 +02:00
Marien Fressinaud
ce0984e102 Fix i18n 2014-10-17 16:24:21 +02:00
Marien Fressinaud
74be86d7e8 Reorganise menus (aside and header) 2014-10-17 16:24:21 +02:00
Marien Fressinaud
5797344aff Fix a bug to get size of user (SQLite) 2014-10-17 16:24:21 +02:00
Marien Fressinaud
d4ad951b9b Show more information about user when selected 2014-10-17 16:24:21 +02:00
Marien Fressinaud
2796cc9ae5 User list load a new page
Beginning of more options for administrator!
2014-10-17 16:24:21 +02:00
Marien Fressinaud
c5fe3bd659 Reorganize user pages
Three pages:

- User profil
- User management
- Authentication
2014-10-17 16:24:21 +02:00
Alexandre Alapetite
1283e73d08 SimplePie: bug date CEST
https://github.com/marienfressinaud/FreshRSS/issues/659
https://github.com/simplepie/simplepie/pull/380
2014-10-14 20:00:06 +02:00
Alexandre Alapetite
f1720778ba Merge pull request #664 from aledeg/stats
Change statistic average
2014-10-10 13:22:20 +02:00
Alexis Degrugillier
eb40dbccdb Change statistic average
I was using the stats and it feels that the stat average was useless in that form since the line is always at the same position no matter what is the value.
So I deleted that line and added the average in the title. It is way more useful this way.

I updated some translations both on i18n files and on http://i18n.freshrss.org
2014-10-09 21:44:44 -04:00
Marien Fressinaud
cff8636e77 Version 0.9.1 0.9.1 2014-10-09 16:19:05 +02:00
Marien Fressinaud
799bb6e0de Merge branch 'hotfixes' into beta
Conflicts:
	CHANGELOG
	README.fr.md
	README.md
	constants.php
2014-10-09 16:18:26 +02:00
Marien Fressinaud
42fd539a1b Version 0.8.1 0.8.1 2014-10-09 16:16:31 +02:00
Marien Fressinaud
52173d7121 Merge branch 'hotfixes' 2014-10-09 16:15:43 +02:00
Marien Fressinaud
caf98a6468 Prepare READMEs 2014-10-09 16:15:02 +02:00
Marien Fressinaud
db12b30e4d CHANGELOG 2014-10-09 16:13:19 +02:00
Marien Fressinaud
ba163baa84 Fix bug with getExtension()
getExtension() is not available on PHP < 5.3.7
Replaced by pathinfo(..., PATHINFO_EXTENSION)

See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-09 16:02:56 +02:00
Alexandre Alapetite
d842f85966 SimplePie enclosure bug workaround
https://github.com/marienfressinaud/FreshRSS/issues/504
2014-10-09 16:01:05 +02:00
Alexis Degrugillier
8a09958281 Add percent of total on top 10 feeds 2014-10-09 16:00:33 +02:00
Alexis Degrugillier
57d4914bf8 Add an average per day for the 30 day period
Conflicts:
	app/views/stats/index.phtml
2014-10-09 16:00:15 +02:00
Alexis Degrugillier
0965aecefe 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.

Conflicts:
	app/views/stats/index.phtml
2014-10-09 15:58:10 +02:00
Marien Fressinaud
d6396be41a Fix category not appear on feed.add page (GET)
Must apply to 0.8.1 and 0.9.1

See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-09 15:54:37 +02:00
Alexis Degrugillier
e7c36d5152 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-10-09 15:54:07 +02:00
Marien Fressinaud
2fc3068d1b Add space after tag icon
Fix https://github.com/marienfressinaud/FreshRSS/issues/643
2014-10-09 15:53:34 +02:00
Marien Fressinaud
5e2a01d61f Fix a bug in main.js
In global view, there is no ".category.all>a" element so we tried
to apply str2int on an undefined value.
In consequence, we were not able to mark several articles as read

This patch need to apply on 0.8.1 and 0.9.1

See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-09 15:53:18 +02:00
Marien Fressinaud
f97d4b3b6c Merge branch 'master' into hotfixes 2014-10-09 15:53:10 +02:00
Marien Fressinaud
99cdd2a0ad Merge branch 'refactor-authentication' into dev 2014-10-07 17:28:56 +02:00