Marien Fressinaud
6dc1267b98
Fix Origine theme
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23 12:33:22 +02:00
Marien Fressinaud
4708eb7daf
Fix Origine theme
...
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-23 11:17:05 +02:00
Marien Fressinaud
4204336bd6
Begin to fix JS for new aside
2014-10-23 10:44:45 +02:00
Marien Fressinaud
8769931a68
Rename aside_flux in aside_feed.
2014-10-23 09:32:02 +02:00
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
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
2796cc9ae5
User list load a new page
...
Beginning of more options for administrator!
2014-10-17 16:24:21 +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
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
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
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
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
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
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
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
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
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
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
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
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
46ae0a3f5a
BREAK CATEGORIZE SYSTEM!
...
And begin big changes.
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-30 14:33:28 +02: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
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
plopoyop
d847d67502
Corrections graphiques
2014-09-26 09:23:09 +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
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
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
635ea04d52
Move loading of crypto form
...
See f727a13836 (commitcomment-7853832)
2014-09-19 18:38:00 +02:00
Marien Fressinaud
c4c4ad867a
Optimise stats.svg file
2014-09-19 16:53:05 +02:00
Marien Fressinaud
55843ff7a5
Few fixes about statistics
2014-09-19 16:45:16 +02:00
plopoyop
ffbfbb92cc
Merge branch 'dev' of https://github.com/marienfressinaud/FreshRSS into dev
2014-09-19 09:07:11 +02:00
Alexis Degrugillier
204b5a77fa
Optimize screwdriver icons
...
Remove all icons that are copies from the default and optimize SVG for the specific icons
See #624
2014-09-18 21:34:53 -04:00
plopoyop
4fd1478e82
Delete unused icons
...
Optimisation SVN
Utilisation du template par défaut.
2014-09-18 18:36:48 +02:00
Marien Fressinaud
2f5304a1f7
Fix width on idle page (stats)
2014-09-18 17:44:31 +02:00