| Age | Commit message (Collapse) | Author |
|
* Fix Config pages in Swage Theme
Fix config & extensions pages; experimental fix for over-length menu options
* unminify Swage CSS
make swage.css readable.
* Update template.css
prevent a dropdown menu item from wrapping multiple lines
|
|
* Add Swage Theme
Add a new Theme to FreshRSS
* Update Credits
Add additional line to Credits
* CSS Fixes
Fix glitches in CSS.
* Add Missing Icon
Add Icon was missing from theme.
|
|
* First draft of custom tags
https://github.com/FreshRSS/FreshRSS/issues/928
https://github.com/FreshRSS/FreshRSS/issues/1367
* SMALLINT to BIGINT for id_entry
And uppercase SQL types
* Fix layout for unreads
* Start UI menu
* Change menu order
* Clean database helpers
https://github.com/FreshRSS/FreshRSS/pull/2027#discussion_r217971535
* Travis rules do not understand PostgreSQL constants
Grrr
* Tag controller + UI
* Add column attributes to tags
* Use only favicon for now, for label
* Fix styling for different themes
* Constant for maximum InnoDB index length in Unicode
https://github.com/FreshRSS/FreshRSS/pull/2027#discussion_r219052200
(I would have personnally prefered keeping the readability of a real
value instead of a constant, in this case of many SQL fields)
* Use FreshRSS_Factory::createCategoryDao
* Add view of all articles containing any tag
* Fix search in tags
* Mark as read tags
* Partial auto-update unread tags
* More auto update tag unreads
* Add tag deletion
* Do not purge tagged articles
* Minor comment
* Fix SQLite and UI bug
* Google Reader API support for user tags
Add SQL check that tag names must be distinct from category names
* whitespace
* Add missing API for EasyRSS
* Compatibility SQLite
Problematic parentheses
* Add SQL DISTINCT for cases with multiple tags
* Fix for PostgreSQL
PostgreSQL needs some additional type hint to avoid "could not determine
data type of parameter $1"
http://www.postgresql-archive.org/Could-not-determine-data-type-of-parameter-1-tp2171092p2171094.html
|
|
|
|
the other buttons.
|
|
* Add mark-as-unread
https://github.com/FreshRSS/FreshRSS/issues/1966
* Change sentence
https://github.com/FreshRSS/FreshRSS/pull/1995#discussion_r214515954
* Enable mark-as-unread only when unread articles are shown
In order to prevent erroneous marking-as-unread.
We might find a better logic later.
* Disable instead of hide mark-as-unread option
To make it easier to discover
|
|
|
|
* bottom padding to enable scroll to mark all as read
* 100vh fallback for mobile
|
|
* Support for media: tags
https://github.com/FreshRSS/FreshRSS/issues/944
E.g. YouTube
* Fix for medium attribute
* Changelog 944
https://github.com/FreshRSS/FreshRSS/issues/944
https://github.com/FreshRSS/FreshRSS/pull/1920
* enclosure styling
* Compatibility old enclosure content
|
|
|
|
* Add more glyphs for opensans font
* Update .htaccess to support woff2 file format
* Fixed browser support for new font face
* Fixed Origine theme css and .htaccess
* Deleted unneeded fonts
* Added stylefiles for OpenSans font
* Fixed all themes with new font css
* Avoid additional CSS file
* htaccess cache control public
* Font casing bug
* Remove TTF font
Too big, low need https://caniuse.com/#search=woff
* Changelog 1032
https://github.com/FreshRSS/FreshRSS/pull/1032
https://github.com/FreshRSS/FreshRSS/pull/1028
|
|
* Change layout for the share options on mobile
Before, it was impossible to click on links to share on small screens.
Now, all dropdowns are opened at the bottom of the screen and stays there.
Linked to #1506
* Change rule for border-radius
|
|
https://github.com/FreshRSS/FreshRSS/issues/1605
|
|
|
|
fix font-sizes of input fields for exotic browsers
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1556
|
|
|
|
|
|
simplified chinese translation
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1479
|
|
|
|
|
|
ZIP export, OPML export.
Corrected height of feeds select in Pafat theme.
https://github.com/FreshRSS/FreshRSS/pull/1338
https://github.com/FreshRSS/FreshRSS/issues/1039
https://github.com/FreshRSS/FreshRSS/issues/1277
|
|
https://github.com/FreshRSS/FreshRSS/issues/534#issuecomment-255519269
https://www.cs.tut.fi/~jkorpela/www/linespacing.html
|
|
https://github.com/FreshRSS/FreshRSS/issues/1236
|
|
https://github.com/FreshRSS/FreshRSS/issues/1236
|
|
Introduced by the new forms of
https://github.com/FreshRSS/FreshRSS/issues/772
https://github.com/FreshRSS/FreshRSS/pull/1188
|
|
https://github.com/FreshRSS/FreshRSS/issues/1178
There was a conflict on the ".logs" class name
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
And moved .htaccess rules in the folder there are used
https://github.com/FreshRSS/FreshRSS/issues/1114
|
|
Added missing loader.gif
`.loading { background: url("loader.gif") center center no-repeat; font-size: 0; }`
|
|
https://github.com/FreshRSS/FreshRSS/issues/1075
|
|
|
|
By @aledeg
https://github.com/FreshRSS/FreshRSS/pull/984
https://github.com/FreshRSS/FreshRSS/pull/983
|
|
Before, in the CSS files, :after and :before were in use. But those are not pseudo-classes in CSS3.
They are pseudo-elements. The syntax should use ::before and ::after instead.
See http://www.w3.org/TR/css3-selectors/#gen-content
|
|
When a category has one or more feeds with errors, a visual warning is displayed before the name of the category.
|
|
UI was frustrating when input had the focus: we needed to click elsewhere to
be able to open the next dropdown.
See https://github.com/FreshRSS/FreshRSS/issues/777
|
|
FreshRSS should not be associated to me but to the community:
- Remove links to send me email or references to a "lead developer"
- Change old Github links marienfressinaud/FreshRSS to FreshRSS/FreshRSS
|
|
I know it's not the best solution, a dynamic width would be the best but there
are some CSS constraints. I don't want to spend my time on this problem ;)
Fix https://github.com/FreshRSS/FreshRSS/issues/756
|
|
See https://github.com/FreshRSS/FreshRSS/commit/6b560c61330b254e794057ef36515e4c751114f4
Fix https://github.com/FreshRSS/FreshRSS/issues/750
|
|
|
|
See https://github.com/FreshRSS/FreshRSS/issues/697
|
|
If url is not find, we copy default favicon into favicon dir so at the next
try, we don't search the url again.
See https://github.com/FreshRSS/FreshRSS/issues/290
See https://github.com/FreshRSS/FreshRSS/issues/727
|
|
Use https://github.com/ArthurHoaro/favicon
See https://github.com/FreshRSS/FreshRSS/issues/290
|
|
See https://github.com/FreshRSS/FreshRSS/issues/571
|
|
|
|
Bluelagoon description was overflowed by its screenshot
|
|
|