Commit Graph

7003 Commits

Author SHA1 Message Date
Marien Fressinaud
dbf57266b2 Reset auth system comes back!
It has moved to authController.
2014-10-07 16:58:11 +02:00
Marien Fressinaud
1252b3dd86 Authentication system moved + Persona comes back!
AuthController is dedicated to auhentication.
Persona is back, greater than ever!

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-07 16:37:10 +02:00
Marien Fressinaud
6009990935 Introduce FreshRSS_Auth::hasAccess('admin')
Replace Minz_Configuration::isAdmin($user). FreshRSS_Auth::hasAccess() could
be extended to others scopes later.

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-07 10:16:38 +02:00
Marien Fressinaud
79aa5beaf4 Refactor authentication system.
Big work, not finished. A lot of features have been removed.

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-06 23:29:20 +02:00
Marien Fressinaud
530a1d4b6b Update i18n with strings from i18n.freshrss.org
No more seperation between normal and install files. I will work on
that later!
2014-10-06 14:23:17 +02:00
Marien Fressinaud
34151ea1ae Add comments in error and importExport controllers
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-06 13:12:36 +02:00
Marien Fressinaud
d65a9f9bd6 Refactor entryController
- Coding style
- Refactoring
- Comments (set of TODO)

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-06 11:59:27 +02:00
Marien Fressinaud
031c1d802d Fix a bug (has_transaction)
Introduced by the last commit.
2014-10-05 23:57:54 +02:00
Marien Fressinaud
e2da6e6e6b Refactor feedController
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 23:20:16 +02:00
Marien Fressinaud
f5a95d383c Coding style errorController 2014-10-05 21:16:06 +02:00
Alexandre Alapetite
6c1fe11395 SimplePie timeout preference
https://github.com/marienfressinaud/FreshRSS/issues/656
TODO: Make a user setting
2014-10-05 20:27:16 +02:00
Marien Fressinaud
d8f4681382 Replace Minz_Log::record by corresponding methods
Please not use Minz_Log::record anymore!

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 19:35:29 +02:00
Marien Fressinaud
aa8529b2d6 Coding style (views)
Some files was not saved :s

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 19:12:52 +02:00
Marien Fressinaud
65ab90d3c7 Coding style (views)
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 19:11:43 +02:00
Marien Fressinaud
b5dee73ea0 Coding style
Remove spaces before parenthesis bis

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 18:51:08 +02:00
Marien Fressinaud
9a0d01be0c Coding style
Remove spaces before parenthesis.

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 18:24:28 +02:00
Marien Fressinaud
3831961b2e Fix bug of i18n in JavaScript
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 18:03:32 +02:00
Marien Fressinaud
fe1fa98127 Add feed/move.phtml
Avoid log problem
2014-10-05 18:00:45 +02:00
Marien Fressinaud
64d1026dd9 Move usersAction into usersController 2014-10-05 17:55:35 +02:00
Marien Fressinaud
d8ed718aab Refactor javascript_vars.phtml
Introduce kind of context objectin JavaScript

See https://github.com/marienfressinaud/FreshRSS/issues/634
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 17:32:01 +02:00
Alexandre Alapetite
70131f776a SimplePie enclosure bug workaround
https://github.com/marienfressinaud/FreshRSS/issues/504
2014-10-05 16:53:49 +02:00
Marien Fressinaud
c8fad68a4f Use _i() whenever it is possible
Transform FreshRSS_Themes::icon\s? in _i

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 16:10:25 +02:00
Marien Fressinaud
6c8b36f04e Let's begin the big refactoring!
Minz_Translate::t\s? replaces by _t

See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 15:55:20 +02:00
Alexandre Alapetite
5a9b08e084 Primitive extension system: minor change
https://github.com/marienfressinaud/FreshRSS/issues/252
2014-10-05 12:38:13 +02:00
Alexandre Alapetite
febabccdd5 Primitive extension system
https://github.com/marienfressinaud/FreshRSS/issues/252
I have been using this extension system for a little while, in
particular to include custom CSS and/or JavaScript (inclusion of PHP
code is not done yet).
There is very little code and it does not impact performances.
I hurry to post it before
https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05 12:14:22 +02:00
Marien Fressinaud
5474803aa7 Add a TODO in feedController 2014-10-05 10:57:50 +02:00
Marien Fressinaud
9c4f0a94d7 Coding style shortcut.phtml 2014-10-05 10:00:49 +02:00
Marien Fressinaud
9101bdb15e Design shortcuts_navigation_help box 2014-10-05 09:58:21 +02:00
Alexandre Alapetite
6e6d7b3c87 Minor JavaScript 2014-10-05 01:43:29 +02:00
Alexandre Alapetite
099f5ab760 Merge pull request #654 from aledeg/new-shortcut
Add a shortcut to close drop-down lists
2014-10-04 15:39:07 +02:00
Alexandre Alapetite
0a60a1a71e Merge pull request #653 from aledeg/fix-shortcut
Fix shortcut
2014-10-04 15:38:39 +02:00
Alexis Degrugillier
38a6f0c4b2 Add a shortcut to close drop-down lists 2014-10-04 09:06:35 -04:00
Alexis Degrugillier
7a59568dfc Fix library with code provided in the comments of the library page.
The fix was given by the owner of the project (I assume) but was never integrated in the code. There is no bug tracker so I couldn't open a ticket.
It looks like the project is dead since there is modification to the library.
2014-10-04 08:46:11 -04:00
Alexis Degrugillier
91cc88209c Remove debugging code 2014-10-04 08:45:57 -04:00
Marien Fressinaud
783171011d Fix icon not appearing (Flat theme)
See https://github.com/marienfressinaud/FreshRSS/issues/651
2014-10-04 10:30:40 +02:00
Marien Fressinaud
dd945df0cb Fix category not change (updating feed on MySQL)
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-03 12:54:10 +02:00
Marien Fressinaud
9f8d3d0527 Fix configure icon on Flat design
See https://github.com/marienfressinaud/FreshRSS/issues/468
2014-10-03 12:18:43 +02:00
Marien Fressinaud
94520ee326 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-02 22:02:09 +02:00
Marien Fressinaud
3b6b7d08d3 Fix position of links (updating feed)
See last commit
2014-10-02 21:41:06 +02:00
Marien Fressinaud
370b518150 Filter link on feed updating page
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 21:38:18 +02:00
Marien Fressinaud
43c1183c93 Merge branch '646-new-cat-system' into dev 2014-10-02 19:49:49 +02:00
Marien Fressinaud
ce43b1761b Fix box when no feed in category
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 19:47:02 +02:00
Marien Fressinaud
408ac31dd8 Hack for dragleave (triggered on children!)
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 19:02:43 +02:00
Marien Fressinaud
6effa82cef Improve drag and drop
- Refactoring
- Better design
- Item doesn't disappear if action is not completed

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 15:02:42 +02:00
Marien Fressinaud
50f07febae Add dataTransfer property to event for JQuery
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 12:13:16 +02:00
Marien Fressinaud
db4da3babc First draft for drag and drop
We can change feed category by drag and drop! Need improvements...

See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02 11:39:51 +02:00
Marien Fressinaud
9b2ad32e98 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-02 10:05:26 +02:00
Marien Fressinaud
f1a5a174ea Merge branch '646-new-cat-system' into dev 2014-10-02 09:36:32 +02:00
Marien Fressinaud
7be9613fa6 Merge pull request #642 from aledeg/stats
Improve statistics
2014-10-02 09:31:54 +02:00
Marien Fressinaud
1bbbc17636 Merge pull request #640 from aledeg/fix-shortcut
Fix read all shortcut
2014-10-02 09:29:54 +02:00