summaryrefslogtreecommitdiff
path: root/p
AgeCommit message (Collapse)Author
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-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
2014-04-17Add to homescreenGravatar tomgue
Ajout d’un icon iPhone/iPad + balise link et meta
2014-04-17Fix: Cannot open link from article headerGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/490
2014-04-13Move state constants from Configuration to EntryGravatar Alexis Degrugillier
2014-04-13Add a new status for 'ALL'Gravatar Alexis Degrugillier
I made the conversion in every file I can think of. It should not have any reference to the string 'all' for the state context
2014-04-12Extract RSS feed from menuGravatar Alexis Degrugillier
The RSS action has now its own button. I also reorganized the button display order to be more natural. I did not find an appropriate Unicode replacement for the Rss icon.
2014-04-12Change activate button layoutGravatar Alexis Degrugillier
2014-04-12Delete favorite buttonGravatar Alexis Degrugillier
I extract drop-down menu actions to make them as button action in the page header. I removed the favorite button on the category list because it is a duplicate from the button action. Now button action act as filters and you can combine them. It is a test to see if we can keep it like that. There is still work to do to extract other actions from the drop-down list. I did not want to change everything if we don't keep it. See #376 and #277
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-11Merge pull request #482 from aledeg/click-articleGravatar Alexandre Alapetite
Fix click action on article
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-10Fix small color bugGravatar Alexis Degrugillier
There was a small bug color in Dark theme.
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-04-06Add link to article titleGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/469
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-24Minz: remove url_rewritingGravatar Alexandre Alapetite
As suggested https://github.com/marienfressinaud/FreshRSS/issues/163#issuecomment-38478669 At the same time, removes a bunch of (almost) dead code such as Minz_Router (the few remaining lines being moved to Minz_FrontController to avoid a class) Contributes to https://github.com/marienfressinaud/FreshRSS/issues/303
2014-03-24Constant to enable PHP compressionGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/303#issuecomment-38477994
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.