Alexandre Alapetite
4a17c81bad
Merge pull request #1729 from Alkarex/Minz_Dispatcher_paths
...
Minz Dispatcher Controllers path
2017-12-17 12:32:35 +01:00
Alexandre Alapetite
6b202eb291
Changelog 1716
...
https://github.com/FreshRSS/FreshRSS/pull/1716
2017-12-17 00:06:26 +01:00
Alexandre Alapetite
cb37fc8b9f
Merge pull request #1716 from FreshRSS/hebrew-i18n
...
Add hebrew translation
2017-12-17 00:04:28 +01:00
Alexandre Alapetite
3b2dfdbe1e
Changelog 1729
2017-12-17 00:02:02 +01:00
Alexandre Alapetite
e6c1c7d4cb
Merge branch 'FreshRSS/dev' into Minz_Dispatcher_paths
2017-12-17 00:00:43 +01:00
Alexandre Alapetite
dc9ae355b9
Changelog 1716 1724 1725
...
https://github.com/FreshRSS/FreshRSS/pull/1716
https://github.com/FreshRSS/FreshRSS/pull/1724
https://github.com/FreshRSS/FreshRSS/pull/1725
2017-12-16 23:51:31 +01:00
Alexandre Alapetite
0cdae3978d
18n Hebrew more 2
2017-12-16 23:41:30 +01:00
Alexandre Alapetite
46f52c8a5e
i18n hebrew more
2017-12-16 23:05:40 +01:00
Alexandre Alapetite
ec0e21a8cb
Merge pull request #1726 from Alkarex/message_log_rotation
...
Add message after log rotation
2017-12-16 22:58:39 +01:00
Alexandre Alapetite
152a6a9bdc
Customisable constants.local.php ( #1725 )
...
https://github.com/FreshRSS/FreshRSS/issues/1562
https://github.com/FreshRSS/FreshRSS/issues/1607
https://github.com/FreshRSS/FreshRSS/pull/1656
https://github.com/FreshRSS/FreshRSS/issues/1705
https://github.com/FreshRSS/FreshRSS/pull/1712
2017-12-16 22:48:46 +01:00
Alexandre Alapetite
425958af5a
Minz Dispatcher Controllers path
...
https://github.com/FreshRSS/FreshRSS/pull/1704
2017-12-16 22:33:49 +01:00
Alexandre Alapetite
92d9d77fe5
Add message after log rotation
...
https://github.com/FreshRSS/FreshRSS/pull/1712
https://github.com/FreshRSS/FreshRSS/issues/1562
2017-12-16 18:08:08 +01:00
Alexandre Alapetite
8c50a44687
Fix whitespace
2017-12-16 15:41:37 +01:00
Alexandre Alapetite
fdc9e0d75a
Merge branch 'dev' into hebrew-i18n
2017-12-16 15:24:13 +01:00
Alexandre Alapetite
ccb829418d
Merge pull request #1724 from kevinpapst/exception-bug
...
ExtensionManager fixes
2017-12-13 22:56:29 +01:00
Kevin Papst
417178e957
fixed bug in catch block
...
added types to docblocks
2017-12-13 21:59:02 +01:00
Alexandre Alapetite
18b240a65e
Merge pull request #1717 from Alkarex/dir_in_require
...
Use __DIR__ for relative include and require
2017-12-12 21:40:30 +01:00
Alexandre Alapetite
52d0988655
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
2017-12-11 21:11:34 +01:00
Alexandre Alapetite
eca01e3664
Changelog 1712
...
https://github.com/FreshRSS/FreshRSS/pull/1712
https://github.com/FreshRSS/FreshRSS/issues/1562
2017-12-11 20:18:03 +01:00
Alexandre Alapetite
27c3092da4
Merge pull request #1712 from kevinpapst/logfilesize
...
Prevent logfile from growing unlimited
2017-12-11 19:58:09 +01:00
Alexandre Alapetite
c722b2cdb7
Changelog 1708 1711
...
https://github.com/FreshRSS/FreshRSS/pull/1708
https://github.com/FreshRSS/FreshRSS/pull/1711
2017-12-10 22:28:45 +01:00
Alexandre Alapetite
3ddbff6bd9
Merge branch 'dev' into logfilesize
2017-12-10 22:13:17 +01:00
Alexandre Alapetite
26d4ba63d6
Merge branch 'dev' into logfilesize
2017-12-10 22:12:07 +01:00
Kevin Papst
5c52d9b34b
Check requirement in CLI script ( #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
2017-12-10 22:09:54 +01:00
Alexandre Alapetite
b1c317a253
Log rotation, use Minz_Log, new log constants
...
ADMIN_LOG, API_LOG, PSHB_LOG
2017-12-10 21:58:24 +01:00
Kevin Papst
452886ea3a
incorporated code review feedback
2017-12-09 13:52:05 +01:00
Kevin Papst
0480d4331c
renamed method
2017-12-08 21:18:07 +01:00
Kevin Papst
a96b751d31
make sure that we do not exceed a certain file size for the users log file
2017-12-08 17:08:41 +01:00
Kevin Papst
3902d3f433
Show existing extensions in admin panel ( #1708 )
...
* 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
2017-12-06 21:04:45 +01:00
Alexandre Alapetite
4f06b17e00
Extension function to override entry hash ( #1707 )
...
Extension function to override entry hash
https://github.com/FreshRSS/FreshRSS/issues/1706
2017-12-03 17:30:02 +01:00
Pavel Pletenev
ac73ba3acc
Add more glyphs for opensans font ( #1032 )
...
* 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
2017-12-02 19:01:29 +01:00
Alexandre Alapetite
f71ad3f082
Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev
2017-12-02 14:13:19 +01:00
Alexandre Alapetite
e16a20c892
Changelog 1586 1698 1699
...
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
2017-12-02 14:12:55 +01:00
Alexandre Alapetite
7490dfdc42
Merge pull request #1700 from candrews/patch-1
...
Call idn_to_ascii with INTL_IDNA_VARIANT_UTS46
2017-12-02 14:10:09 +01:00
Alexandre Alapetite
3814dd6613
Credits Craig Andrews
2017-12-02 14:06:07 +01:00
Alexandre Alapetite
1cf545342e
Remove forgotten punycode line
2017-12-02 14:03:19 +01:00
Alexandre Alapetite
e719cf8528
Merge branch 'FreshRSS/master' into FreshRSS/dev
2017-12-02 13:58:21 +01:00
Kevin Papst
8abfe1cf28
Update panel shows latest version message as success ( #1701 )
...
show latest version message as success, FIXES #1586
2017-12-02 13:45:26 +01:00
Kevin Papst
b562639155
Documentation updates ( #1697 )
...
* added documentation about updating FreshRSS
moved Installation to admin directory
linked some already existing documentation files
2017-12-02 13:43:28 +01:00
Craig Andrews
aea78f4d99
Call idn_to_ascii with INTL_IDNA_VARIANT_UTS46
...
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
2017-12-01 18:42:15 -05:00
Kevin Papst
6c6d9bdfdc
I18n - DE ( #1698 )
...
* added missing german translations
2017-12-01 13:20:04 +01:00
Alexandre Alapetite
6c022aeca8
Changelog 1690
...
https://github.com/FreshRSS/FreshRSS/issues/1690
https://github.com/FreshRSS/FreshRSS/pull/1691
https://github.com/FreshRSS/FreshRSS/pull/1692
2017-11-20 08:03:14 +01:00
Olivier DOSSMANN
c558955a15
[ADD] 'blankoworld' as contributor in CREDITS
2017-11-18 09:38:20 +01:00
Olivier DOSSMANN
d651c41e0c
[FIX] #1690 - Also check pdo_pgsql extension in check_install()
2017-11-18 09:38:20 +01:00
Frans de Jonge
bf32835db3
[docs] Configuration: some stylistic improvements ( #1693 )
...
The main purpose is to fix the `imapcted` typo that was exposed by https://github.com/FreshRSS/FreshRSS/issues/1259#issuecomment-345034276
2017-11-16 20:58:46 +01:00
Alexandre Alapetite
32e9d3a5a1
A bit of documentation for the API ( #1689 )
...
https://github.com/FreshRSS/FreshRSS/issues/1687
https://github.com/FreshRSS/FreshRSS/issues/443#issuecomment-36666133
2017-11-12 15:51:43 +01:00
Alexandre Alapetite
07fa243bf2
Fix link encoding in API ( #1686 )
...
https://github.com/FreshRSS/FreshRSS/issues/1683
https://github.com/Alkarex/EasyRSS/issues/35
2017-11-11 12:21:41 +01:00
Alexandre Alapetite
db44b48507
Merge pull request #1682 from Alkarex/fix_mastodon_share
...
Small fix Mastodon share
2017-11-04 21:45:08 +01:00
Alexandre Alapetite
90554db7ee
Changelog Mastodon
2017-11-04 21:38:15 +01:00
Alexandre Alapetite
38de643d09
Small fix Mastodon share
...
$a['method'] can be undefined.
https://github.com/FreshRSS/FreshRSS/pull/1674
https://github.com/FreshRSS/FreshRSS/issues/1521
2017-11-04 21:34:34 +01:00