| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
ExtensionManager fixes
|
|
added types to docblocks
|
|
Use __DIR__ for relative include and require
|
|
For uniformity, and to avoid having PHP searching in include_path.
http://php.net/manual/function.include.php
https://github.com/FreshRSS/FreshRSS/pull/1715
https://github.com/FreshRSS/FreshRSS/pull/1711#issuecomment-350581350
|
|
https://github.com/FreshRSS/FreshRSS/pull/1712
https://github.com/FreshRSS/FreshRSS/issues/1562
|
|
Prevent logfile from growing unlimited
|
|
https://github.com/FreshRSS/FreshRSS/pull/1708
https://github.com/FreshRSS/FreshRSS/pull/1711
|
|
|
|
|
|
* check requirements in actualize_script before executing, fixes #1710
* removed empty whiteline
* testing all requirements
* incorporated code review feedback
* removed code that is already executed in _cli.php
* added newline at eof
* fixed include problems
* fixed include problems
|
|
ADMIN_LOG, API_LOG, PSHB_LOG
|
|
|
|
|
|
|
|
* first draft
* display installed extension state
* fixed whitespace vs tabs
* added translation in all languages
* added error checks and log messages
* fixed tabs vs whitespace
* another try in fixing whitespaces
* another try in fixing whitespaces
* improved extension list translations
* using JSON from official extension repo
* improved version compare
* updated translations
* French translation
|
|
Extension function to override entry hash
https://github.com/FreshRSS/FreshRSS/issues/1706
|
|
* 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
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1586
https://github.com/FreshRSS/FreshRSS/pull/1701
https://github.com/FreshRSS/FreshRSS/pull/1698
https://github.com/FreshRSS/FreshRSS/issues/1699
https://github.com/FreshRSS/FreshRSS/pull/1700
|
|
Call idn_to_ascii with INTL_IDNA_VARIANT_UTS46
|
|
|
|
|
|
|
|
show latest version message as success, FIXES #1586
|
|
* added documentation about updating FreshRSS
moved Installation to admin directory
linked some already existing documentation files
|
|
Under PHP 7.2, calling `idn_to_ascii($idn)` results in a deprecation warning: 'INTL_IDNA_VARIANT_2003 is deprecated'
See https://secure.php.net/manual/en/function.idn-to-ascii.php
Therefore, if possible, `idn_to_ascii($idn, 0, INTL_IDNA_VARIANT_UTS46)` should be used instead. `INTL_IDNA_VARIANT_UTS46` was introduced in PHP 5.4, so on versions before that, `idn_to_ascii($idn)` must still be used.
Fixed #1699
|
|
* added missing german translations
|
|
https://github.com/FreshRSS/FreshRSS/issues/1690
https://github.com/FreshRSS/FreshRSS/pull/1691
https://github.com/FreshRSS/FreshRSS/pull/1692
|
|
|
|
|
|
The main purpose is to fix the `imapcted` typo that was exposed by https://github.com/FreshRSS/FreshRSS/issues/1259#issuecomment-345034276
|
|
https://github.com/FreshRSS/FreshRSS/issues/1687
https://github.com/FreshRSS/FreshRSS/issues/443#issuecomment-36666133
|
|
https://github.com/FreshRSS/FreshRSS/issues/1683
https://github.com/Alkarex/EasyRSS/issues/35
|
|
Small fix Mastodon share
|
|
|
|
$a['method'] can be undefined.
https://github.com/FreshRSS/FreshRSS/pull/1674
https://github.com/FreshRSS/FreshRSS/issues/1521
|
|
See #1521
|
|
Translation tools must be used on cli. It is better to have them in the cli folder.
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1666
https://github.com/FreshRSS/FreshRSS/issues/1669
https://github.com/FreshRSS/FreshRSS/issues/908
|
|
CLI optimize database https://github.com/FreshRSS/FreshRSS/issues/1583
And VACUUM in SQLite https://github.com/FreshRSS/FreshRSS/issues/918
Add VACUUM for PostgreSQL (Not tested yet)
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/1660
https://github.com/FreshRSS/FreshRSS/pull/1292
https://github.com/FreshRSS/FreshRSS/issues/1247
|
|
[i18] nl/sub: add a few translations
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/1660
https://github.com/FreshRSS/FreshRSS/pull/1292
https://github.com/FreshRSS/FreshRSS/issues/1247
|