summaryrefslogtreecommitdiff
path: root/p
AgeCommit message (Collapse)Author
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
2014-06-13Fix theme paths for install.phpGravatar Marien Fressinaud
2014-06-12Fix font-size for titles (Origine)Gravatar Marien Fressinaud
2014-06-12Fix alignment buttons (Origine)Gravatar Marien Fressinaud
Fix https://github.com/marienfressinaud/FreshRSS/issues/506
2014-06-12Fix OrigineGravatar Marien Fressinaud
- Fix font-size of main content titles (h1.title) - Remove margin of blockquotes
2014-06-12Add a note avout branches in READMEGravatar Marien Fressinaud
+ add loading gif in Origine theme
2014-06-12Fix some theme and UI problemsGravatar Marien Fressinaud
- More stick buttons! - Fix line-height of titles + fix load more on mobile (Origine) - Fix content width and filter buttons (Dark and Flat)
2014-06-05Update themes Dark and Flat (notifications and icons)Gravatar Marien Fressinaud
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-05Add iconsGravatar Marien Fressinaud
2014-06-05Rename Origine2 into Origine (v0.2)Gravatar Marien Fressinaud
- Remove template files (will be moved into another repository later) - Rename Origine2 into Origine - Change version (0.1 -> 0.2) See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-05Update themesGravatar Marien Fressinaud
- Fix some Webkit problems - Change render of #bigMarkAsRead
2014-06-05Fix bug openNotification function (Origine2)Gravatar Marien Fressinaud
Add class "notification"
2014-06-04Fix theme Origine2 and templateGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03Fix theme Origine2Gravatar Marien Fressinaud
It should be equivalent to Origine (modulo some improvements) See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03Fix sizes in Origine2Gravatar Marien Fressinaud
Dropdowns and buttons had not homogeneous font-sizes See https://github.com/marienfressinaud/FreshRSS/issues/320
2014-06-03Add theme Origine2Gravatar Marien Fressinaud
- Based on the new template - Should remplace Origine later - It is still not finished, there are a lot to do
2014-05-13Fix templateGravatar Marien Fressinaud
Few improvements
2014-05-13Merge branch 'dev' into 320-templateGravatar Marien Fressinaud
2014-05-13Merge branch 'dev' of github.com:marienfressinaud/FreshRSS into devGravatar Marien Fressinaud
2014-05-13Merge branch 'master' of github.com:tomgue/FreshRSS into 491-homescreenGravatar Marien Fressinaud
2014-05-09Username regexp is too strictGravatar Nicolas ELIE
Username can contains more characters that the regexp allows. For example, on a raspberry pi, the default user for web server is 'www-data'.
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-18Correction iconGravatar tomgue