summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-20CHANGELOG about loading default confGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-17dirname problemGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/906
2015-07-17Change default value for db['host'] and ['prefix']Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-17Use default user/system config in installGravatar Marien Fressinaud
Change all hard-coded values by default user or system values. We need to set db['host'] and db['prefix'] See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-17Remove unnecessary hard-coded config informationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-16Merge pull request #904 from marienfressinaud/862-fix-extension-broken-linksGravatar Alexandre Alapetite
CHANGELOG for broken extension
2015-07-16CHANGELOG for broken extensionGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/862
2015-07-14Merge pull request #903 from Alkarex/PHP7Gravatar Marien Fressinaud
PHP7 changelog
2015-07-14Merge pull request #902 from marienfressinaud/862-fix-extension-broken-linksGravatar Alexandre Alapetite
Fix broken links for extension script/style files
2015-07-14PHP7 changelogGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/889
2015-07-13Fix broken links for extension script/style filesGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/862
2015-07-12Merge pull request #895 from Alkarex/hex2binGravatar Marien Fressinaud
Avoid hex2bin for PHP 5.3
2015-07-12Merge branch 'Alkarex-curlOptions' into devGravatar Marien Fressinaud
2015-07-12Remove superfluous commentGravatar Alexandre Alapetite
sys_get_temp_dir() requires PHP 5.2.1+
2015-07-12Merge branch 'curlOptions' of https://github.com/Alkarex/FreshRSS into ↵Gravatar Marien Fressinaud
Alkarex-curlOptions
2015-07-12Merge branch 'Alkarex-UpdateSimplePie' into devGravatar Marien Fressinaud
2015-07-12Merge branch 'UpdateSimplePie' of https://github.com/Alkarex/FreshRSS into ↵Gravatar Marien Fressinaud
Alkarex-UpdateSimplePie
2015-07-12Merge pull request #887 from Alkarex/LogVisibilityGravatar Marien Fressinaud
Updated log visibility
2015-07-12Merge branch 'Alkarex-defaultFeed' into devGravatar Marien Fressinaud
2015-07-12Merge branch 'defaultFeed' of https://github.com/Alkarex/FreshRSS into ↵Gravatar Marien Fressinaud
Alkarex-defaultFeed
2015-07-12Syntax error for curl optiona arrayGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/897
2015-07-12Implement cURL optionsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/897 Requires that https://github.com/FreshRSS/FreshRSS/pull/898 is merged first.
2015-07-12Merge some pull requests from upstreamGravatar Alexandre Alapetite
silent Warning cast with PHP 5.3.3 (RHEL-6) https://github.com/simplepie/simplepie/pull/258 Use rss:pubDate over atom:updated when determining the posting date https://github.com/simplepie/simplepie/pull/288 Update Item.php: add support for media thumbnails https://github.com/simplepie/simplepie/pull/340 Remove PHP Notices https://github.com/simplepie/simplepie/pull/353 And removed "FreshRSS" annotations for pull requests submitted upstream Fixed a typo in Date.php (wrong number for September) https://github.com/simplepie/simplepie/pull/374 Remove duplicate case https://github.com/simplepie/simplepie/pull/406 Added set_curl_options method to allow custom options https://github.com/simplepie/simplepie/pull/407 Improved error message https://github.com/simplepie/simplepie/pull/412
2015-07-10Changelog with more precise version PHP 5.2.1Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/894 https://github.com/marienfressinaud/FreshRSS/commit/0cabd1f50dd7d1cf0941a50139e6fbeed6825b4d https://github.com/FreshRSS/FreshRSS/issues/789#issuecomment-73878076
2015-07-10Changelog compatibility PHP5.2Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/894
2015-07-10Avoid hex2bin for PHP 5.3Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/894 And use native hexadecimal function when available (MySQL) to avoid having binary data in the SQL logs.
2015-07-06Merge pull request #888 from Alkarex/fullContentDataSrcGravatar Alexandre Alapetite
Full content img data-src. Tested by @Pangolun https://github.com/FreshRSS/FreshRSS/issues/877#issuecomment-118777077
2015-07-05Changelog beta 1.1.2 with linksGravatar Alexandre Alapetite
I was hoping that the #123 issue numbers would be automatically converted to links, but they were not.
2015-07-05Changelog beta 1.1.2Gravatar Alexandre Alapetite
2015-07-05Merge pull request #869 from Alkarex/PDOOptionsGravatar Alexandre Alapetite
PDO options for e.g. SSL
2015-07-04Full content img data-srcGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/877 Quick fix while waiting for a new library to retrieve articles
2015-07-03Updated log visibilityGravatar Alexandre Alapetite
In particular, ensure that ERROR is only used for errors that may affect FreshRSS integrity, and ensure that feed errors are visible also in production, i.e. visibility of WARNING https://github.com/FreshRSS/FreshRSS/issues/885 https://github.com/FreshRSS/FreshRSS/issues/884
2015-07-03Add default feedsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/859
2015-06-30Merge pull request #881 from Alkarex/ForceAutocompleteOffGravatar Alexandre Alapetite
Force autocomplete off
2015-06-29Orthographe validitéGravatar Alexandre Alapetite
2015-06-14Force autocomplete offGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/880 Put a space in the user field instead of empty to avoid autocomplete. Use feed ID in the username/password field name.
2015-06-13Merge pull request #873 from Alkarex/CharsetGravatar Alexandre Alapetite
Force HTML content-type with charset
2015-06-06Merge pull request #875 from aledeg/keyboard-nav-installGravatar Alexandre Alapetite
Add tab navigation on install
2015-06-06Add tab navigation on installGravatar Alexis Degrugillier
2015-06-06Merge pull request #874 from aledeg/855-keyboard-navigationGravatar Alexandre Alapetite
Remove the auto-focus on install
2015-06-06Increased max number of posts per pageGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/872
2015-06-06Force HTML content-type with charsetGravatar Alexandre Alapetite
Force UTF-8 https://github.com/FreshRSS/FreshRSS/issues/870
2015-06-06Remove the auto-focus on installGravatar Alexis Degrugillier
The javascript code used was confusing on Chrome and Internet Explorer. So I removed it. It has no real value so I think it is better without it. See #855
2015-06-06Bug labelGravatar Alexandre Alapetite
2015-06-05PDO option exampleGravatar Alexandre Alapetite
2015-06-03PDO config issetGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/868
2015-06-03PDO options for e.g. SSLGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/868
2015-06-03Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/devGravatar Alexandre Alapetite
2015-06-03Merge branch 'FreshRSS/beta' into FreshRSS/devGravatar Alexandre Alapetite
2015-06-03PHP 5.2 compatiblityGravatar Alexandre Alapetite
Namespaces are not needed so far. https://github.com/FreshRSS/FreshRSS/commit/aacd1ffd4052b04c724c2783b3ee2845ca4ada35#commitcomment-11503581