summaryrefslogtreecommitdiff
path: root/p/scripts
AgeCommit message (Collapse)Author
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
2014-06-05Merge branch 'dev' into 320-templateGravatar Marien Fressinaud
2014-06-05Improve page of sharing configurationGravatar Marien Fressinaud
- Use sticks - Change order of buttons
2014-06-05Fix bug openNotification function (Origine2)Gravatar Marien Fressinaud
Add class "notification"
2014-05-04Add user queriesGravatar Alexis Degrugillier
It's an intermediary step to remove the favorite button. I add a button to store the current query as a favorite query. It redirects automatically to the configuration page where it is possible to name and remove user queries. To make the queries more straigtforward, I removed the default behavior when searching for a string. This way, when we search for a string, the filter is not defaulted to all articles.
2014-05-03jQuery 2.1.1Gravatar Alexandre Alapetite
http://blog.jquery.com/2014/05/01/jquery-1-11-1-and-2-1-1-released/
2014-04-27Add a shortcut to access the search fieldGravatar Alexis Degrugillier
2014-04-17Fix: Cannot open link from article headerGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/490
2014-04-11Revert "Revert "Fix click action on article""Gravatar Alexandre Alapetite
This reverts commit c94e893dbb7f5e4fcc58311c563f1b33f3681823.
2014-04-11Revert "Fix click action on article"Gravatar Alexandre Alapetite
This reverts commit 7e0566b0a183208e020ff31d5c92ef794de19a1e.
2014-04-10Fix click action on articleGravatar Alexis Degrugillier
Before, when the user clicks on an article header one, it expands. When it clicks a second time, it collapses. When it clicks a third time it stays collapsed instead of expand. Now it toggles the article between expanded and collapsed state.
2014-04-09Fix unexpected behavior during navigationGravatar Alexis Degrugillier
When the navigation is done with the mouse and shortcuts, the focus on the current article is lost when the article is collapsed with the mouse. So when navigating with the shortcut does not open the intended article. See #473 and #478
2014-04-08Change click behaviour on articles #3Gravatar Alexandre Alapetite
Code simplification https://github.com/marienfressinaud/FreshRSS/issues/473 https://github.com/marienfressinaud/FreshRSS/commit/60f73f53c4da215a6a60d21e809960c9cf6078fe
2014-04-08Change click behaviour on articles #2Gravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/473 https://github.com/marienfressinaud/FreshRSS/pull/474/files
2014-04-07Change click behavior on articlesGravatar Alexis Degrugillier
Before, when the user click on an article it closes even if he want to select text. This behavior was not acceptable, so I changed it to close the article when cliking on the article footer or in the article margins. See #473
2014-04-06UI: Align article one entry lowerGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/470
2014-03-30Add a bookmark to easily subscribe to websitesGravatar Marien Fressinaud
- FeedController->addAction (GET) shows a confirmation page - If already subscribe, redirect to Configure->feedAction - Add a bookmark in aside_feed See #425 #426 and #464
2014-03-15Small corrections previous pull requestsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/457 https://github.com/marienfressinaud/FreshRSS/pull/459 https://github.com/marienfressinaud/FreshRSS/issues/422 https://github.com/marienfressinaud/FreshRSS/pull/461
2014-03-15Merge pull request #461 from aledeg/passwordGravatar Alexandre Alapetite
Add a button to reveal/hide password
2014-03-15Add a button to reveal/hide passwordGravatar Alexis Degrugillier
I add a button on the configure user interface to reveal the password for 2 seconds and hide it after that period. See #442 I am not sure if the fallback unicode text for the icon is correct. I can not make it work.
2014-03-14Change article observerGravatar Alexis Degrugillier
Instead of observe only the bottom of the article to collapse the article, the whole article is observed. Now if you want to close an article in the middle of your reading, you can.
2014-03-12Add an observer to close an article when clicking on its footerGravatar Alexis Degrugillier
See #449
2014-03-09Enhance feed adding popupGravatar Alexis Degrugillier
I added a new option in the category select. It allows the user to add dynamically a new category and add the feed to the newly created category. See #356
2014-03-09Autoload when less than 2 remaining articlesGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/388 + Simplify code
2014-02-24Add a configuration option to get sticky articlesGravatar Alexis Degrugillier
Now the user can choose if an opened article will be repositioned to the top or not See #338
2014-02-22Improve sharingGravatar Alexis Degrugillier
Previously, the share page can handle only a limited number of shares and only one of each type. Now the configuration has been change to be more flexible and allows an unlimited number of shares. The share description is located in an array and the share configuration is stored along with the user configuration. Note: I tried to include the specific javascript code in a separate file but I did not succeded to import it.
2014-02-21Bug "mark all as read" when using DESC and paginationGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/431#issuecomment-35710258
2014-02-16Change syntax to have less testsGravatar Alexis Degrugillier
2014-02-16Change category modifier for shortcutsGravatar Alexis Degrugillier
The modifier to change the focus of categories was Ctrl. It was changed to avoid interference with browser shortcuts. See #256
2014-02-15Improve behaviour category / feed shortcutsGravatar Marien Fressinaud
- code improved - possibility to move directly from "all" category - when there is no selected feed and we want the "next one", first feed is selected (last before). Same for categories See #256
2014-02-15Oops, fix bug auto_actualize_feedsGravatar Marien Fressinaud
See 0a5a7d780722f0dc9e12a7cad43a3b74ea812257
2014-02-15Fix bug auto_actualizeGravatar Marien Fressinaud
feed_count was not known in main.js See cabac73b552a8bec4ca284dd40fb27872d6694c6
2014-02-15Add locker to mark_favorite actionGravatar Marien Fressinaud
Similar to c33b13809ef4e1941d3655479db8c5fcf5731013 See #423
2014-02-15Fix bug auto_actualizeGravatar Marien Fressinaud
When auto_actualize was true and there was no feed to refresh, a message was always showed. Now we check size of array "feeds" and if size is zero, we don't perform auto_actualize action
2014-02-13Add possibility to open notification in JavaScript + new messageGravatar Marien Fressinaud
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)
2014-02-13Add a "locker" to mark_read actionGravatar Marien Fressinaud
In order to prevent multiple requests while another one is still pending. It is based on a list of pending actions (in fact, in a list of pending feeds) Fix #423
2014-02-06Petite simplification mise à jour JavaScriptGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/pull/414
2014-02-04Corrige l'ouverture d'un lienGravatar Alexis Degrugillier
Lors de l'ouverture d'un lien au clavier quand les articles sont fermés, le lien ne s'ouvre pas. Avec la correction, le lien s'ouvre correctement.
2014-02-04Merge branch 'dev' into shortcutsGravatar Alexis Degrugillier
Ajoute le défilement automatique de l'article quand le partage est sélectionné. Conflicts: p/scripts/main.js
2014-02-04Si nécessaire, défile lors du raccourci pour partagerGravatar Alexandre Alapetite
Corrige http://marienfressinaud.fr/index.php?article141/freshrss-0-7-ca-casse-et-ca-passe#c1391357481-1