Giter Site home page Giter Site logo

kriss_feed's People

Contributors

corenting avatar d-faure avatar doc75 avatar fpunktk avatar fredtantini avatar gsurrel avatar lapoigne avatar matttbe avatar nono-m0le avatar ptitpoulpe avatar tepee-me avatar thican avatar titi avatar tontof avatar tvelter avatar ventricule avatar vinc3r avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kriss_feed's Issues

[Bug] timezone warning when updating feeds

Hi,

When updating my feeds, I obtain this error :

Warning: strtotime() [function.strtotime]: It is not safe to rely on the
system's timezone settings. You are required to use the date.timezone setting
or the date_default_timezone_set() function. In case you used any of those
methods and you are still getting this warning, you most likely misspelled the
timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead
in /path/to/rss/index.php on line 4344 (+/- few lines, depending on the version of your index.php)

Therefore I fixed it by adding the following instruction at the beginning of index.php:

date_default_timezone_set('Europe/Paris'); //or any other explicit timezone

JC

Edit menu

For now edit menu are not user friendly :

  • when all feed are selected : edit all
  • when a folder is selected : edit folder name
  • when a feed is selected : edit feed

Target blank sur un lien

Avoir la possibilité de passer les liens principaux des flux en target _blank dans la configuration.

add links on feeds in ?update

quand on met à jour sur index.php?update, quand y a «xxx seconds (y/z): Updating: Tontof», j'aimerai bien un lien vers le flux en question stp :)

Erreur update

Bonsoir,

j'obient cette erreur :

Fatal error: Using $this when not in object context in /homez.582/lnowzxzs/www/fluxx2/index.php on line 4162

Lorsque j'update un flux !

Feed is not in xml format

Après une nouvelle installation, sans importe de fichier opml, j'obtiens ceci à la mise à jour du flux :
0.000 seconds (1/1): Updating: Tontof
0.000 seconds: Updated: 0 new item(s) (Feed is not in XML format)
Dans la liste des flux, tontof est affiché en rouge, il y a 0 éléments dans le flus et un tooltip affiche "Feed is not in xml format"

Si je relance la mise à jour, j'obtiens
0.000 seconds (1/1): Updating: Tontof
0.000 seconds: Already up-to-date: Tontof
et il n'y a aucun changement.

[Bug] Problème suite à accès concurrent (probable)

Basé sur la version de ce matin (avant mise à jour PHP 5.2)

Je pense qu'il n'a pas aimé que j'ai 2 accès concurrent (navigateur différent) avec mise à jour javascript automatique.

En gros, toutes les pages affichaient le même type d'erreur. même le menu.

J'ai supprimé directement le data, donc remise à zéro complète.

Après il n'arrivait plus à récupérer les items.

Comme je reprend à zéro, je ferais des tests (probablement Lundi) pour voir si j'arrive à reproduire le problème.

je n'ai pas essayer l'update manuel avant de supprimer le data et cache

Exemple d'erreur en page d'accueil :

Warning: array_keys() expects parameter 1 to be array, integer given in /homez.379/sallet/www/rss/index.php on line 5911

Warning: Invalid argument supplied for foreach() in /homez.379/sallet/www/rss/index.php on line 5955

Warning: array_slice() expects parameter 1 to be array, integer given in /homez.379/sallet/www/rss/index.php on line 5971

Warning: Invalid argument supplied for foreach() in /homez.379/sallet/www/rss/index.php on line 3603

Hide categorie

Add an option to hide categorie where there is no unread feed.
Like the existing option to hide feed where there is no unread message.

Change menu item by icons

The div containing the actions ("mark as read", "configuration", "logout",...) should take less space. Maybe using small icons would be an interesting option.

Cron

Comment mettre en place un cron ? Je suis chez ovh mutualisé ?

Merci

Multiple vulnerabilities

Hoy,

I found multiple vulnerabilities in Kriss, any e-mail address where I can send the details ?

Feed du menu

Salut,

peut-on imaginer en mode reader (perso j'utilise que celui la) afficher dans le menu de gauche que les feeds qui ont des articles non lu ?

[Enhancement] in list mode (with only unread items) Putting current item as read should open the next item

Hello,

When you are in "view as list" mode with "show unread items" with the current item opened. Hitting "m" currently remove the current item from the list and you have no more opened item.

It would be nice to remove the item from the list (as today), but to open next item in the same time.

Thanks a lot for this great RSS reader.

PS: Sorry, I do not know how to flag it as enhancement (but I might not have the right)

A favicon for kriss_feed

It would be nice to have a favicon for kriss_feed : I used to pin Google Reader's tab in Firefox (to keep it on all day long) and I would like to do the same with kriss_feed, but it is quite ugly because it doesn't have any favicon.

This just a low-priority aesthetic request ;)

Help menu

Add keyboard shortcut and some help

[Enhancement] Open the link of an item in a different tab

Currently when clickin on an item it open the link in the same tab/window and you loose your krissfeed. It would be nice to have the capability to automatically open the link in a new tab (and therefore not to loose the krissfeed page ;-)

Undefined index: HTTP_ACCEPT_LANGUAGE when using kriss with Luakit browser

Hi,

When using Kriss with luakit browser, this message appears three or four times at the top of the page, while there is no message with Firefox:

Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /path/to/rss/index.php on line 5563

I fixed this message by replacing this line:
$infos.='_'.$SERVER['HTTP_ACCEPT_LANGUAGE'];
by:
$infos.='
'.getenv('HTTP_ACCEPT_LANGUAGE');

I am not sure it is a good fix, I only tested it on a single computer. It does not seem to change anything with Firefox. It may be a server configuration problem, for the moment it is my "q&d fix".

JC

Edit: line number might change a bit since I added another fix at the beginning of the file.

Erreur install

Salut,

j'ai uploadé sur mon serveur chez ovh et j'ai cette erreur :

Parse error: syntax error, unexpected T_START_HEREDOC in /homez.582/lnowzxzs/www/kf/index.php on line 289

[FeatureRequest] Alphabetical sort for Folders

Hello,

When I have imported my feeds into Kriss all my feed folders are not sorted in alphabetical order.
Is it already possible to do that with v5 or is it planned in the future ?

BR.
Yanik

More keyboard shortcuts

J'aimerai bien plus de raccourcis par exemple :
u pour ?update
h (home) ou i (index) pour retourner en page d'accueil (plutôt que de cliquer sur la maisonnette, j'aime pas la souris :])
voire e pour edit, c pour config, et pourquoi pas des touches pour changer les modes de vue (list/expanded, show/hide feed list, etc.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.