summaryrefslogtreecommitdiff
path: root/p/scripts
AgeCommit message (Collapse)Author
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-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-18Add timeout option for HTML5 notificationGravatar plopoyop
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-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-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-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-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 bug link at article bottom not mark as readGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/578
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-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-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-09Block user to click many times on the refresh buttonGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/513
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-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
2014-06-05Improve toggle-passwordGravatar Marien Fressinaud
Add class "active" to button which reveals the password and remove it when revealing is terminated