summaryrefslogtreecommitdiff
path: root/p/scripts
AgeCommit message (Collapse)Author
2015-01-13Fix user interaction with showing password featureGravatar Marien Fressinaud
Before, the password was hidden again after 2 seconds. Now, the password is hidden when the mouse is released Fix https://github.com/FreshRSS/FreshRSS/issues/734
2015-01-07Refactor FreshRSS_Share object to be more usableGravatar Marien Fressinaud
- FreshRSS_Share is the only object we manipulate - Add a way to register new share options easily - Move some i18n keys from index.php to gen.php See https://github.com/FreshRSS/FreshRSS/issues/730
2014-12-18jQuery update from 2.1.1 to 2.1.3Gravatar Alexandre Alapetite
http://blog.jquery.com/2014/12/18/jquery-1-11-2-and-2-1-3-released-safari-fail-safe-edition/
2014-12-03Fix behavior to hide articlesGravatar Alexis Degrugillier
I do not like it since it is partly duplicated. We need to find something better.
2014-12-03Revert "Fix behavior when marking an article as unread"Gravatar Alexis Degrugillier
This reverts commit 93af0cf61e6e9368888eedb2d2e36397da3f87bd.
2014-12-03Fix behavior when marking an article as unreadGravatar Alexis Degrugillier
2014-12-02Add article auto-remove after clicking on the read linkGravatar Alexis Degrugillier
2014-11-02Add a feature to hide articles when they are readGravatar Alexis Degrugillier
This is a new reading option to hide articles when they are read. The hidding process occurs when the article is left for an other article. This way, even when the article is marked as read on opening, it is hidden only while navigating to an other article. I'm not really happy with the behavior when the "mark while scrolling" option is enabled. Please review. It is missing the i18n since we're not supposed to push them before it exists on i18n.freshrss.org. Or maybe I misunderstood the process. See #476
2014-10-31Fix global view mark as readGravatar Marien Fressinaud
2014-10-26Crypto update bcrypt.js + bugGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/676
2014-10-24Fix last sections of main.jsGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/634
2014-10-24Begin to fix global viewGravatar Marien Fressinaud
2014-10-23Begin to fix JS for new asideGravatar Marien Fressinaud
2014-10-23Rename aside_flux in aside_feed.Gravatar Marien Fressinaud
2014-10-20Refactoring of indexControllerGravatar Marien Fressinaud
Global view has been moved to a different action (all is not working) See https://github.com/marienfressinaud/FreshRSS/issues/634 and https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-17User list load a new pageGravatar Marien Fressinaud
Beginning of more options for administrator!
2014-10-07Authentication system moved + Persona comes back!Gravatar Marien Fressinaud
AuthController is dedicated to auhentication. Persona is back, greater than ever! See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05Fix bug of i18n in JavaScriptGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05Refactor javascript_vars.phtmlGravatar Marien Fressinaud
Introduce kind of context objectin JavaScript See https://github.com/marienfressinaud/FreshRSS/issues/634 See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-10-05Minor JavaScriptGravatar Alexandre Alapetite
2014-10-04Merge pull request #654 from aledeg/new-shortcutGravatar Alexandre Alapetite
Add a shortcut to close drop-down lists
2014-10-04Add a shortcut to close drop-down listsGravatar Alexis Degrugillier
2014-10-04Fix library with code provided in the comments of the library page.Gravatar Alexis Degrugillier
The fix was given by the owner of the project (I assume) but was never integrated in the code. There is no bug tracker so I couldn't open a ticket. It looks like the project is dead since there is modification to the library.
2014-10-04Remove debugging codeGravatar Alexis Degrugillier
2014-10-02Merge branch '646-new-cat-system' into devGravatar Marien Fressinaud
2014-10-02Fix box when no feed in categoryGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02Hack for dragleave (triggered on children!)Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02Improve drag and dropGravatar Marien Fressinaud
- Refactoring - Better design - Item doesn't disappear if action is not completed See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02Add dataTransfer property to event for JQueryGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02First draft for drag and dropGravatar Marien Fressinaud
We can change feed category by drag and drop! Need improvements... See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-02Fix a bug in main.jsGravatar Marien Fressinaud
In global view, there is no ".category.all>a" element so we tried to apply str2int on an undefined value. In consequence, we were not able to mark several articles as read This patch need to apply on 0.8.1 and 0.9.1 See https://github.com/marienfressinaud/FreshRSS/issues/649
2014-10-02Merge branch '646-new-cat-system' into devGravatar Marien Fressinaud
2014-10-01Fix close slider when a feed is selectedGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01Design of the sliderGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-10-01Load feed configuration on the same pageGravatar Marien Fressinaud
Need improvements See https://github.com/marienfressinaud/FreshRSS/issues/646
2014-09-27Fix read all shortcutGravatar Alexis Degrugillier
Before, the read all shortcut raised a javascript exception when we use the confirmation option. The confirmation was not even displayed. The code was failling since there was a missing variable. Now, the shortcut ask for confirmation when the option is selected in the reading configuration page. The definition of the shortcut was buggy since the confirmation was handled properly in an other location. I simplified the code by removing the confirmation code in the shortcut.
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