| Age | Commit message (Collapse) | Author |
|
Related to https://github.com/marienfressinaud/FreshRSS/issues/633
|
|
|
|
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
Increase font size
Change colors in Origine
See https://github.com/marienfressinaud/FreshRSS/issues/480
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/599
|
|
If metadata.json indicates it should use "_template.css" or "_base.css",
base-theme/template|base.css is used. It facilitates theme maintenance.
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/582
|
|
.prompt .form is also now larger
See https://github.com/marienfressinaud/FreshRSS/issues/465
|
|
https://github.com/marienfressinaud/FreshRSS/issues/430
There are some repeated HTML attributes (`data-unread` and `active`)
which could maybe be simplified.
If some people do not like this behaviour, we could consider having an
option.
|
|
https://github.com/marienfressinaud/FreshRSS/issues/534
Tested on Firefox 31 (Win8), Firefox 30 (Ubuntu), IE11, Chrome 36
|
|
|
|
- Add padding for "Connection" button
- Adjust height of .header and #global. I don't really like this solution
but I can't see any other solution
|
|
See https://github.com/marienfressinaud/FreshRSS/issues/532
|
|
- stats are not terminated yet
- need reviews
See https://github.com/marienfressinaud/FreshRSS/issues/320
|
|
- Coding style
- More checks server side
- Default query name is "Query n°X"
- List of queries is moved into nav_menu, in a dropdown
- Better system to remove fields in JS (to a.remove elements, give an
attibute data-remove="id_to_remove")
- Fix a bug in lib/Mine/Request.php (htmlspecialchars_utf8 can be applied on
arrays now)
- Few theme improvements
- Add an element .no-mobile to apply to elements which should not appear on
mobiles
See https://github.com/marienfressinaud/FreshRSS/pull/498
|
|
|
|
Fix https://github.com/marienfressinaud/FreshRSS/issues/506
|
|
- Fix font-size of main content titles (h1.title)
- Remove margin of blockquotes
|
|
+ add loading gif in Origine theme
|
|
- More stick buttons!
- Fix line-height of titles + fix load more on mobile (Origine)
- Fix content width and filter buttons (Dark and Flat)
|
|
- Remove template files (will be moved into another repository later)
- Rename Origine2 into Origine
- Change version (0.1 -> 0.2)
See https://github.com/marienfressinaud/FreshRSS/issues/320
|
|
|
|
I extract drop-down menu actions to make them as button action in the page header.
I removed the favorite button on the category list because it is a duplicate from the button action.
Now button action act as filters and you can combine them.
It is a test to see if we can keep it like that. There is still work to do to extract other actions from the drop-down list.
I did not want to change everything if we don't keep it.
See #376 and #277
|
|
https://github.com/marienfressinaud/FreshRSS/issues/469
|
|
Impact all themes:
- Notification is extended from left to right and top (0px)
- Close button is hidden: by clicking (or touching) notification it will close
the notification
See #427
|
|
Category header is better when some articles are not read
|
|
- if user cannot log in, a 403 error is showed (and it is done in controller)
- 403 error message has been changed to match with the error
- add blank spaces on persona login page
|
|
Notifications can be opened directly in JavaScript
Class .notification is now id #notification
New message when there is no feed to refresh
See 06abbd02c2d10934155b2464f73d8ecdb2a68de1 (comments)
|
|
Ajout de la numérotation des modes de partage pour rendre l'utilisation des raccourcis plus aisée.
|
|
Conflicts:
p/themes/Dark/freshrss.css
p/themes/Flat/freshrss.css
p/themes/Origine/freshrss.css
|
|
Ajout de la liste des 10 plus gros contributeurs
Ajout de règles CSS pour les thèmes Flat et Dark
Modification de l'affichage des camemberts (tri par nombre qui remplace le tri alphabétique)
|
|
https://github.com/marienfressinaud/FreshRSS/issues/90
Évite les sélecteurs universels *, les expressions sous-qualifiées, et
autres règles lourdes
|
|
Conflicts:
app/i18n/en.php
app/i18n/fr.php
|
|
Avec le déplacement de #new-article, .day:first ne correspondait à rien
et le border-top: none non plus.
|
|
Désormais, les champs marqués d'un .extend s'étendront sur 300px (taille
par défaut = 180px). Cela a été impliqué dans tous les thèmes. Le
champs de recherche bénéficie de cette amélioration (mais ce dernier est
un peu plus grand par défaut)
Voir issue #375
|
|
@marienfressinaud Que diras-tu de mettre le message un cran plus haut,
juste au dessus de "aujourd'hui' ?
En effet, la liste peut bien commencer à "Hier" par exemple, et du coup
le message semblerait un peu anachronique.
De plus, ça permet de sortir un test d'une boucle.
Il reste peut-être à optimiser l'adresse. La version précédente avec
_url() générait une exception chez moi.
https://github.com/marienfressinaud/FreshRSS/issues/379
|
|
Certaines lignes étaient trop claires par rapport au reste du thème
Le .stick était "buggué" avec la présence de .dropbox (une bordure de
trop). Le problème était surtout visible sur le thème Dark mais a aussi
été corrigé sur Origine (Flat Design n'a pas ce problème puisque pas de
bordures par défaut)
|
|
Ajout d'une indication pour rafraîchir la page si de nouveaux articles
ont été détectés via le serveur
Voir #379
|
|
https://github.com/marienfressinaud/FreshRSS/issues/385
|
|
https://github.com/marienfressinaud/FreshRSS/issues/385
+ oublie formLogin d'un patch précédent
https://github.com/marienfressinaud/FreshRSS/commit/ae539f68395f9a09dbc04042fa281d97578f0d1e
https://github.com/marienfressinaud/FreshRSS/issues/380
|
|
+ correction bug "..."
https://github.com/marienfressinaud/FreshRSS/issues/385
https://github.com/marienfressinaud/FreshRSS/pull/322
|
|
Termine https://github.com/marienfressinaud/FreshRSS/issues/380
|
|
Passe le texte des articles en 100% plutôt que 120% sur mobile.
À tester
https://github.com/marienfressinaud/FreshRSS/issues/368#issuecomment-33103162
|
|
Corrige https://github.com/marienfressinaud/FreshRSS/issues/369
|
|
Corrige https://github.com/marienfressinaud/FreshRSS/issues/368
|