summaryrefslogtreecommitdiff
path: root/p
AgeCommit message (Collapse)Author
2014-09-26Fix a design detail (Pafat theme)Gravatar Marien Fressinaud
+ fix typo See https://github.com/marienfressinaud/FreshRSS/pull/623
2014-09-26Corrections graphiquesGravatar plopoyop
2014-09-24Améliorations graphiquesGravatar plopoyop
2014-09-24Merge remote-tracking branch 'upstream/dev' into devGravatar plopoyop
2014-09-24Fix .as-link appearance in dropdownGravatar Marien Fressinaud
Related to https://github.com/marienfressinaud/FreshRSS/issues/633
2014-09-24More explicit message when deleting feeds or catsGravatar Marien Fressinaud
Introduce "data-str-confirm" to override default message for confirm actions. Fix https://github.com/marienfressinaud/FreshRSS/issues/625
2014-09-19Move loading of crypto formGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/commit/f727a1383639d5bdc762f73dfe93b9a5d577cb41#commitcomment-7853832
2014-09-19Optimise stats.svg fileGravatar Marien Fressinaud
2014-09-19Few fixes about statisticsGravatar Marien Fressinaud
2014-09-19Merge branch 'dev' of https://github.com/marienfressinaud/FreshRSS into devGravatar plopoyop
2014-09-18Optimize screwdriver iconsGravatar Alexis Degrugillier
Remove all icons that are copies from the default and optimize SVG for the specific icons See #624
2014-09-18Delete unused iconsGravatar plopoyop
Optimisation SVN Utilisation du template par défaut.
2014-09-18Fix width on idle page (stats)Gravatar Marien Fressinaud
2014-09-18Improve stat designGravatar Marien Fressinaud
2014-09-18Add Pafat themeGravatar plopoyop
2014-09-18Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-18Fix alignment of tablesGravatar Marien Fressinaud
2014-09-18Merge pull request #622 from plopoyop/devGravatar Marien Fressinaud
Ajout du tag sur la notification HTML5
2014-09-18Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-09-18Ajout du tag sur la notification HTML5Gravatar plopoyop
2014-09-18Use openNotification instead of alert (main.js)Gravatar Marien Fressinaud
2014-09-18Improve reset auth systemGravatar Marien Fressinaud
- Add bcrypt.js in resetAuthAction() - Rename init_loginForm() in init_crypto_form() - Load init_crypto_form() everytime (if no #crypto-form, do nothing)
2014-09-18Merge pull request #620 from plopoyop/devGravatar Alexandre Alapetite
Ajout d'un timeout pour la notification HTML5
2014-09-18Add timeout option for HTML5 notificationGravatar plopoyop
2014-09-18Change color:hover for bigMarkGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-17Style: reduce white space of line breaks in articlesGravatar Alexandre Alapetite
Makes articles a bit more compact. Plus a generic filter for multiple lines breaks, useful for instance in LeMonde.fr, which uses <br /><br /><br /> https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-17Fix bigMark for OrigineGravatar Marien Fressinaud
2014-09-16Reduce font-size of bigMarkAsReadGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Same behaviour for middle click on articleGravatar Marien Fressinaud
Middle click was not catched by JavaScript so when opening article in a new page, itwas not marked as read. See https://github.com/marienfressinaud/FreshRSS/issues/454
2014-09-16Improve align article on previous articleGravatar Marien Fressinaud
Always align view on previous article IF its top is not too far (magic number: 150px). See https://github.com/marienfressinaud/FreshRSS/issues/470
2014-09-16Reduce height of bigMarkAsReadGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Improve "End of articles" sectionGravatar Marien Fressinaud
Increase font size Change colors in Origine See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Change #bigMarkAsRead link in buttonGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
2014-09-16Fix bug with shortcut "mark all as read"Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16Use buttons instead of links for "mark as read"Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-09-16Revert setTimeout for refreshUnreadsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/commit/6374f9ec98a132a810efa3e651bd800bcf541340#commitcomment-7790536
2014-09-15Use setTimeout instead of setInterval (JavaScript)Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/pull/585
2014-09-15Add border to stick btn and inputGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/563
2014-09-15Change loading of base-theme cssGravatar Marien Fressinaud
If metadata.json indicates it should use "_template.css" or "_base.css", base-theme/template|base.css is used. It facilitates theme maintenance.
2014-09-05Merge pull request #606 from aledeg/navigationGravatar Alexandre Alapetite
Fix navigation on hidden categories and feeds
2014-09-04Fix navigation on hidden categories and feedsGravatar Alexis Degrugillier
Before, when navigating with the keyboard, hidden categories and feeds where shown. Now, they stay hidden. See #604
2014-09-04Merge pull request #592 from aledeg/more-shortcutsGravatar Alexandre Alapetite
Add shortcuts
2014-09-03Fix collapse shortcut behaviorGravatar Alexis Degrugillier
Before, the collapse shortcut was marking all articles as read when used. No matter what configuration you use. Now, the collapse shortcut marks articles only if the appropriate configuration is used (when article is viewed).
2014-08-27Fix Screwdriver themeGravatar Alexis Degrugillier
Before, it wasn't possible to hide categories when they had no articles to read. I applied the same rule than the one described in here (https://github.com/marienfressinaud/FreshRSS/commit/d19824b919289ad63743f27da7861f2422da5baa). Now, the categories are hidden when they have no articles to read. See #594
2014-08-24Add shortcutsGravatar Alexis Degrugillier
Add a shortcut to open the wiki. Shortcut is F1 and is not modifiable. Add a shortcut to access user filters the same way to access share actions.
2014-08-23Fix Screwdriver themeGravatar Marien Fressinaud
See https://github.com/misterair/Screwdriver/issues/14
2014-08-23Fix bug link at article bottom not mark as readGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/578
2014-08-23Fix design problemsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/582
2014-08-20API compatible lighttpdGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-08-19Add a feed selector in repartition statistics.Gravatar Alexis Degrugillier
Before we could choose the feed in the statistics only from the feed options in the main view. Now with the new drop-down list, it is possible to choose it from the statistics page. The rendering needs to be polished to be nicer.