summaryrefslogtreecommitdiff
path: root/p
AgeCommit message (Collapse)Author
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.
2014-08-11gitignore /p/i/.htaccessGravatar Alexandre Alapetite
This can be the place of a user's .htaccess, for instance for HTTP password control.
2014-08-10Add 1 month indication for "keep me logged in"Gravatar Marien Fressinaud
.prompt .form is also now larger See https://github.com/marienfressinaud/FreshRSS/issues/465
2014-08-09Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-08-09Add Screwdriver theme by Mister aiRGravatar Marien Fressinaud
- Not include screenshot yet (wait https://github.com/marienfressinaud/FreshRSS/issues/571) - Need maybe more tests? See https://github.com/marienfressinaud/FreshRSS/issues/557
2014-08-09Dynamic favicon: remove the same number in the titleGravatar Alexandre Alapetite
Now the number of unread articles in only shown in the favicon https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-09Show notification only for new articlesGravatar Marien Fressinaud
Now, notifications are shown only if there are new articles not shown on the page yet. Before, at the first loading of the page, if there were unread articles, a notification appeared after two minutes!
2014-08-08Merge branch 'dev' of github.com:marienfressinaud/freshrss into devGravatar Marien Fressinaud
2014-08-08Add support of HTML5 notificationsGravatar Marien Fressinaud
Show a notification if there are at least 1 new article to read. Support only window.Notification API. See https://github.com/marienfressinaud/FreshRSS/issues/399
2014-08-08Change event handling for confirmation dialogGravatar Alexis Degrugillier
See #567 Before, when content was loaded dynamically, the confirmation was not poping. Now, the confirmation pops by changing event handling.
2014-08-07Dynamic favicon style 2Gravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-07Dynamic favicon styleGravatar Alexandre Alapetite
A bit more transparency in the background of the text https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-07Revert "Dynamic favicon all unread articles"Gravatar Alexandre Alapetite
This reverts commit 6972a469794a654c6ecd6b32b68a813e1c47f7ec.
2014-08-06Dynamic favicon all unread articlesGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-03Minor change dynamic faviconGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-02Experimental: Removed lazyload.js and use postpone attribute insteadGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/316 The performance of lazyload.js was not good enough, and not really needed anyway. This change mostly affects mainly situations when the content of articles is shown by default, not so much when they are collapsed Using HTML5 lazyload and postpone attributes by default on all img, audio, iframe, video. http://www.w3.org/TR/resource-priorities/#attr-postpone Postpone attribute is removed by JavaScript if the user does not want the lazyload behaviour. In the case when users do want the lazyload behaviour, in normal view with articles hidden, we furthermore use the data-original approach to be sure to support current browsers. +Corrected some bugs with enclosures, and some images not appearing before the first scroll. +Now faster regex processing img and iframe at once (was not practical with lazyload.js)
2014-08-02Dynamic favicon quick fix ChromeGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539 Could be done better
2014-08-02Dynamic favicon large numbers 2Gravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-02Dynamic favicon large numbersGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539
2014-08-02Dynamic favicon showing the number of unread articlesGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/539 Works in Firefox 32 and Opera 12. Does not work in IE 11 but without error. We should test if icons still work in many contexts such as placing a shortcut on the desktop of various platforms.
2014-07-31Merge branch 'dev' of github.com:marienfressinaud/freshrss into devGravatar Marien Fressinaud
2014-07-31Fix bug collapse and mark_readGravatar Marien Fressinaud
Articles was not marked as read when open with shortcuts.collapse_entry Fix https://github.com/marienfressinaud/FreshRSS/issues/556
2014-07-26Hide read feeds and read categories when in unread modeGravatar Alexandre Alapetite
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.
2014-07-17Merge pull request #535 from aledeg/confirmGravatar Alexandre Alapetite
Add a confirmation when using shortcuts
2014-07-14CSS: Bug dancing titlesGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/534 Tested on Firefox 31 (Win8), Firefox 30 (Ubuntu), IE11, Chrome 36
2014-07-14Bug main view prefix titleGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/536
2014-07-13Bug compatibility prefix titleGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/536 The previous syntax worked only in Firefox https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/default_parameters
2014-07-13Number of unread articles as prefix in page titleGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/536
2014-07-12Add a confirmation when using shortcutsGravatar Alexis Degrugillier
Before, it was possible to mark everything as read with no confirmation using shortcut even if the configuration introduced in a previous commit asked for a confirmation. Now, depending of the configuration, a confirm dialog box is displayed when requested in the configuration.
2014-07-10Fix header title alignment and change color of Flat iconGravatar Marien Fressinaud
2014-07-10Fix themesGravatar Marien Fressinaud
- 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
2014-07-10Add base-theme in p/themesGravatar Marien Fressinaud
This base theme is not visible by default (no name). You can use it to create new theme. Fix https://github.com/marienfressinaud/FreshRSS/issues/533 (comment)
2014-07-09Block user to click many times on the refresh buttonGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/513
2014-07-09Coding style header.phtml + possibility to change logoGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/532
2014-07-09Fix Dark themeGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/532
2014-07-08Fix Dark theme + ChangelogGravatar Marien Fressinaud
2014-07-08Dark design based on default templateGravatar Marien Fressinaud
Need reviews See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-07-08Fix Flat designGravatar Marien Fressinaud
2014-07-07Flat design based on default templateGravatar Marien Fressinaud
- stats are not terminated yet - need reviews See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-07-05Change behavior when selecting an articleGravatar Alexis Degrugillier
See #524 Before, when the configuration was set so the article is marked as read when selected, if you mark it as unread while it is open and then close it, it is marked again as read. This behavior was not straightforward. Now, the article is not marked again as read.
2014-07-05Autoload more articles if needed on big screensGravatar Alexandre Alapetite
2014-07-05Add support for SQLiteGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/100 Warning: MySQL has been changed too, so bugs may have been introduced
2014-07-03Preparation #3 for SQLiteGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/100
2014-07-03New install logicGravatar Alexandre Alapetite
Now the install.php is kept in ./app/ and the trigger is ./data/do-install.php There is no need anymore to have write access in ./p/i/
2014-06-14Improve system of queriesGravatar Marien Fressinaud
- 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
2014-06-13Merge branch 'user-queries' of https://github.com/aledeg/FreshRSS into ↵Gravatar Marien Fressinaud
aledeg-user-queries Conflicts: app/layout/nav_menu.phtml