Commit Graph

1815 Commits

Author SHA1 Message Date
Alexandre Alapetite
46f52c8a5e i18n hebrew more 2017-12-16 23:05:40 +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
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
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
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
6c6d9bdfdc I18n - DE (#1698)
* added missing german translations
2017-12-01 13:20:04 +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
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
Alexis Degrugillier
afffbfce07 Add a Mastodon share (#1674)
See #1521
2017-11-04 21:19:51 +01:00
hoilc
fe84e6135e improve zh-cn i18n (#1678) 2017-10-26 12:46:53 +02:00
Alexis Degrugillier
875b302179 Fix typo in nl i18n (#1675) 2017-10-17 23:15:16 +02:00
Alexandre Alapetite
f632a34626 CLI optimize database (#1663)
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)
2017-10-12 20:11:06 +02:00
Frans de Jonge
02c5ffa1e0 [i18] nl/sub: add a few translations 2017-10-10 21:21:12 +02:00
Alexandre Alapetite
4f89a31066 Merge pull request #1658 from aledeg/improve-i18n-tools
Improve translation tools
2017-10-10 20:55:38 +02:00
Alexis Degrugillier
ac60e35f6a Improve translation tools
I was not happy with the previous version. I refactored everything to make it reusable.
It allows me do do more verifications and to build a tool to handle the files themselves.
2017-10-10 06:46:25 +02:00
Alexis Degrugillier
e6fc86b4b1 Add an entry in the subscription tool page
I reworked @Alkarex idea proposed in #1292. I though it was a good idea to merge everything in the same location.
2017-10-10 06:40:43 +02:00
Alexandre Alapetite
1eb19409b5 CURLOPT_FOLLOWLOCATION open_basedir bug (#1657)
CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set
https://github.com/FreshRSS/FreshRSS/issues/1655#issuecomment-334999448
https://stackoverflow.com/questions/6918623/curlopt-followlocation-cannot-be-activated
2017-10-08 17:26:43 +02:00
Alexandre Alapetite
4058ff3ff4 Remove SimplePie name from HTTP User-Agent string
https://github.com/FreshRSS/FreshRSS/issues/1622#issuecomment-334928486
https://github.com/FreshRSS/FreshRSS/issues/1627
https://github.com/FreshRSS/FreshRSS/issues/1607
2017-10-07 13:51:45 +02:00
Alexandre Alapetite
128ab42227 i18 quick fix: forgot es, kr in pt-br
https://github.com/FreshRSS/FreshRSS/pull/1648
2017-09-30 09:31:31 +02:00
David souza
ac3c24dd83 Language portugue (#1648)
* Create folder pt-br to translate to portuguese-brazil;
Translate file admin.php;
Trnaslate file index.php;

* Translate the files:
- conf.php
- feedback.php
- gen.php

* Translate sub.php e install.php; add pt-br in file gen.php inside another languages

* fix bug

* Configure display date

* Add pt-br to es, kr, zh, and fix whitespace

https://github.com/FreshRSS/FreshRSS/pull/1648

* Changelog 1648

https://github.com/FreshRSS/FreshRSS/pull/1648

* Fix whitespace (caught by Travis)
2017-09-30 09:26:09 +02:00
Alexandre Alapetite
c5b5d8fade Merge pull request #1643 from Alkarex/quick-fix-PSHB-after-travis
Quick fix PSHB encoding after Travis refactoring
2017-09-24 13:07:03 +02:00
Alexandre Alapetite
a38bd3da8a Merge pull request #1638 from Alkarex/tmp_unique_guids
Fix SQL constraint insert into entrytmp table
2017-09-24 13:02:15 +02:00
Alexandre Alapetite
62d68f8c66 Quick fix PSHB encoding after Travis refactoring
https://github.com/FreshRSS/FreshRSS/pull/1619
Related to https://github.com/FreshRSS/FreshRSS/pull/1633
2017-09-24 12:16:41 +02:00
Alexandre Alapetite
28db5dd285 Fix SQL constraint insert into entrytmp table
https://github.com/FreshRSS/FreshRSS/issues/1614
2017-09-23 12:32:35 +02:00
Frans de Jonge
bc109cff50 [fix] Spanish lang double space (#1637) 2017-09-22 18:14:41 +02:00
Alexandre Alapetite
3fa63217cd Quick fix i18n es and zh (#1636)
https://github.com/FreshRSS/FreshRSS/pull/1631
2017-09-22 16:21:37 +02:00
Ramón Cutanda
cb5d6997a3 Spanish language (#1631)
Based on the informal style spoken in Spain
2017-09-22 15:41:59 +02:00
Alexandre Alapetite
2e8d8834c4 Quick fix small bug from 1619 (#1633)
https://github.com/FreshRSS/FreshRSS/pull/1619
2017-09-22 13:05:42 +02:00
Frans de Jonge
4e174ed9dd [ci] Add Travis (#1619)
* [ci] Add Travis

* Exclude some libs

* Semi-auto whitespace fixes

* line length in SQLite

* Exclude tests from line length

* Feed.php line length

* Feed.php: get rid of unnecessary concat

* Feed.php: line length

* bootstrap.php: no newline at end of file

* Allow concatenating across multiple lines

* Add Travis badge

* do-install line length

* update-or-create-user line length

* cli/create-user line length

* tests/app/Models/SearchTest.php fix indentation

* tests/app/Models/UserQueryTest.php fix indentation

* tests/app/Models/CategoryTest.php fix indentation

* [fix] PHP 5.3 on precise

* cli/do-install no spaces

* cli/list-users line length

* cli/reconfigure line length

* empty catch statements

* api/index line length nonsense

* spaces before semicolon

* app/Models/EntryDAO bunch of indentation

* extra blank lines

* spaces before comma in function call

* testing tabwidth

* increase to 10

* comment out tabwidth line

* try older phpcs version 3.0.0RC4

* line length exception for app/install.php

* proper spaces

* stray spaces in i18n

* Minz/ModelPdo line length

* Minz whitespace

* greader line length

* greader elseif placement

* app/Models/Feed.php spacing in function argument

* ignore php 5.3

* app/Models/ConfigurationSetter.php stray whitespace

* EntryDAOSQLite line length

* I vote for higher max line length =P

* ignore SQL

* remove classname complaint

* line length/more legible SQL

* ignore line length nonsense

* greader line length

* feedController issues

* uppercase TRUE, FALSE, NULL

* revert

* importExportController lowercase null

* Share.php default value not necessary because ! is_array () a few lines down

* CategoryDAO constants should be UPPERCASE

* EntryDAO reduce line length

* contentious autofix

* Allow failures on all versions of PHP except 7.1 because reasons
2017-09-22 12:13:46 +02:00
Frans de Jonge
3ce2b4d1a8 [i18n] gen.php: mar to mrt (#1623)
See https://github.com/FreshRSS/FreshRSS/pull/1617#discussion_r134110655
2017-08-25 08:50:11 +02:00
Alexandre Alapetite
2916637a70 Merge pull request #1618 from Alkarex/php_5.3.8
Increase minimal support to PHP 5.3.8+
2017-08-24 18:15:21 +02:00
Alexandre Alapetite
a72ad940df Increase minimal support to PHP 5.3.8+
https://github.com/FreshRSS/FreshRSS/issues/1604
2017-08-21 12:29:12 +02:00
Alexandre Alapetite
b80c2ee014 English month names
https://github.com/FreshRSS/FreshRSS/pull/1617#discussion_r134110617
2017-08-20 11:33:14 +02:00
Alexandre Alapetite
07cce02ad3 May abbreviation conflict 2017-08-20 11:10:22 +02:00
Alexandre Alapetite
4f74193b4a May abbreviation
https://github.com/FreshRSS/FreshRSS/issues/1560
2017-08-20 11:02:00 +02:00
Alexandre Alapetite
2fa8fdd28e Merge branch 'FreshRSS/dev' into cli_update_user 2017-08-19 15:36:32 +02:00
Alexandre Alapetite
18285d2729 Author HTML to text
https://github.com/FreshRSS/FreshRSS/issues/1590#issuecomment-313914174
https://github.com/FreshRSS/FreshRSS/pull/1592#issuecomment-320290049
2017-08-19 13:48:47 +02:00
Adrien Dorsaz
074ab63bb1 commitNewEntries: fixup to use unique aliases 2017-08-15 11:39:21 +02:00
Adrien Dorsaz
3b8b9eabd0 commitNewEntries should ignore conflicting keys on migration from entrytmp to entry
Fixes #1610 by first ignoring all entries from entrytmp which exists
already inside the entry table.
2017-08-15 10:45:26 +02:00
Alexandre Alapetite
03a99c2408 Merge branch 'FreshRSS/dev' into cli_update_user 2017-07-27 09:40:53 +02:00
Alexandre Alapetite
e046791c93 CLI update user
https://github.com/FreshRSS/FreshRSS/issues/1600
Not tested
2017-07-22 20:05:36 +02:00
Alexandre Alapetite
c3f2302be7 Update username constraints
https://github.com/FreshRSS/FreshRSS/issues/1597
2017-07-22 15:47:13 +02:00
Alexandre Alapetite
e3d76d612c Merge pull request #1578 from gsongsong/i18n-koKR
Add Korean internationalization
2017-06-10 17:46:11 +02:00
Alexandre Alapetite
ef80a3be8d i18n fr typo
https://github.com/FreshRSS/FreshRSS/pull/1568
2017-06-10 17:42:35 +02:00
Seokseong Jeon
30fcf0a150 Add i18n for subscription menu 2017-06-11 00:39:11 +09:00
Seokseong Jeon
a39717d2b2 Merge branch 'dev' into i18n-koKR 2017-06-11 00:25:31 +09:00