| Age | Commit message (Collapse) | Author |
|
https://github.com/marienfressinaud/FreshRSS/issues/250
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/issues/250
|
|
Refactor statistics
|
|
Following introduction of user-queries
https://github.com/marienfressinaud/FreshRSS/commit/2b8dc666345d334f50bf2f4f32f0b127edb40c3a#diff-be03dd1f6b53ebb2682ba9dd334bc273
|
|
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/issues/100
Warning: MySQL has been changed too, so bugs may have been introduced
|
|
Preparation of https://github.com/marienfressinaud/FreshRSS/issues/250
Will also be used to disable automatic update for selected feeds
|
|
https://github.com/marienfressinaud/FreshRSS/issues/100
|
|
https://github.com/marienfressinaud/FreshRSS/issues/100
|
|
https://github.com/marienfressinaud/FreshRSS/issues/100
|
|
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/
|
|
Ensure to try the website favicon before trying the feed URL favicon
(which might be on e.g. FeedBurner with an anonymous favicon).
|
|
|
|
https://github.com/marienfressinaud/FreshRSS/commit/300c508d9e4732a7c6e8025ee62f934f7ecc5328
|
|
https://github.com/marienfressinaud/FreshRSS/commit/63c9c47a761b9925e6811ae630c3b77ef05b9fc8
|
|
|
|
Add support for HTTP 301 Moved Permanently in SimplePie
FreshRSS will automatically update the address of a feed, only in this
case.
|
|
Conflicts:
app/Controllers/statsController.php
app/Models/StatsDAO.php
app/i18n/en.php
app/i18n/fr.php
app/layout/aside_stats.phtml
app/layout/header.phtml
app/views/index/stats.phtml
app/views/stats/idle.phtml
app/views/stats/index.phtml
app/views/stats/main.phtml
|
|
|
|
|
|
|
|
I made a new controller to handle statistics. The old statistics have been moved in that controller and a new action has been added to display idle feeds. I also added a menu in the left panel to navigate between the statistics pages.
See #90
|
|
- _t() is a wrapper for Minz_Translate::t()
- Improve coding style of Translate.php
- _i() is a wrapper for FreshRSS::icon()
- queries.phtml shows how they work
- It is a lot easier to read files with these functions :)
|
|
|
|
|
|
- Menu button is a down arrow
- Bookmark icon has moved near of "add a query"
See https://github.com/marienfressinaud/FreshRSS/pull/498
|
|
Wording
|
|
https://github.com/marienfressinaud/FreshRSS/issues/328#issuecomment-43250647
|
|
|
|
Un peu de typo FR (points/exclam)
|
|
|
|
|
|
- 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
|
|
|
|
aledeg-user-queries
Conflicts:
app/layout/nav_menu.phtml
|
|
Token was visible in all URLs of nav menu
|
|
|
|
|
|
I made a new controller to handle statistics. The old statistics have been moved in that controller and a new action has been added to display idle feeds. I also added a menu in the left panel to navigate between the statistics pages.
See #90
|
|
|
|
Fix https://github.com/marienfressinaud/FreshRSS/issues/506
|
|
- Fix font-size of main content titles (h1.title)
- Remove margin of blockquotes
|
|
+ add loading gif in Origine theme
|
|
- More stick buttons!
- Fix line-height of titles + fix load more on mobile (Origine)
- Fix content width and filter buttons (Dark and Flat)
|
|
|
|
|
|
- 4 options: thin, medium, large and no limit
- Thin is by default
|
|
Add class "active" to button which reveals the password and remove it
when revealing is terminated
|