aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2015-05-31Minor comment 1.1.1Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/845
2015-05-31MySQL create table bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/845 And updated version comments to 1.1.1
2015-05-30Merge pull request #849 from Alkarex/RssFeedGravatar Alexandre Alapetite
Minz getBaseUrl correction and RSS template bug
2015-05-24Bug EntryDAO filterGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/850
2015-05-23Minz getBaseUrl correction and RSS template bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/848 Corrections in Minz (HTTP_HOST was not sanitized, getURI() was never used and not working anyway with absolute base_url) $this->url was not defined in rss.phtml
2015-05-18Merge pull request #842 from Alwaysin/patch-9Gravatar Alexandre Alapetite
Language fix
2015-05-18Merge pull request #843 from Alwaysin/patch-10Gravatar Alexandre Alapetite
Language fix
2015-05-18Language fixGravatar Alwaysin
2015-05-18Language fixGravatar Alwaysin
2015-05-18Language fixGravatar Alwaysin
2015-05-17i18n: en-GB revertGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/commit/af166f6c5344d727744e08d22f605cc57ec618f8#commitcomment-11229341
2015-05-17Merge pull request #840 from Alwaysin/patch-6Gravatar Alexandre Alapetite
Language fix
2015-05-17Merge pull request #839 from Alwaysin/patch-5Gravatar Alexandre Alapetite
Language fix + en_GB standardisation
2015-05-17Language fixGravatar Alwaysin
2015-05-17Language fix + en_GB standardisationGravatar Alwaysin
2015-05-17Language fixGravatar Alwaysin
2015-05-16Typo fixGravatar Alwaysin
2015-05-16i18n: GermanGravatar Alexandre Alapetite
Completed cherry-pick of https://github.com/FreshRSS/FreshRSS/pull/832 + corrections
2015-05-16Update install.phpGravatar thomasE1993
2015-05-16Update index.phpGravatar thomasE1993
2015-05-16Update gen.phpGravatar thomasE1993
2015-05-16Update feedback.phpGravatar thomasE1993
2015-05-16Update conf.phpGravatar thomasE1993
2015-05-16Update admin.phpGravatar thomasE1993
2015-05-15Revert bug HTTP 301 introduced by Refactor feedControllerGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/commit/e2da6e6e6b871dc3dbc289cdd40ba401a21d8e91
2015-05-11Merge branch 'FreshRSS/dev' into devGravatar Alexandre Alapetite
2015-05-11Merge pull request #829 from Tets42/814-i18n-czech-translationGravatar Alexandre Alapetite
814-i18n-czech-translation
2015-05-11Merge remote-tracking branch 'origin/sqliteBug' into devGravatar Alexandre Alapetite
2015-05-11More SQLite compatibilityGravatar Alexandre Alapetite
Additional changes to add compatibility with SQLite for the new hash/lastSeen mode of updating articles.
2015-05-11Czech translationGravatar Tets
2015-05-10Merge remote-tracking branch 'origin/sqliteBug' into devGravatar Alexandre Alapetite
2015-05-10Hexadecimal literals do not work with SQLite/PDOGravatar Alexandre Alapetite
X'09AF' hexadecimal literals do not work with SQLite/PDO. Replaced by PHP hex2bin(). https://github.com/FreshRSS/FreshRSS/commit/711530a512b370d79b079205ce1f8376174f7f03
2015-05-10Cannot create an account with sqliteGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/770
2015-05-10Bug Page 403 ne peut s'afficher si Translate n'est pas instancié avantGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/821
2015-05-10Moved updated/unread option from global to userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/798
2015-05-10Global option to mark updated articles as unreadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/798
2015-05-10Merge branch 'FreshRSS/dev' into sql_hash_lastUpdateGravatar Alexandre Alapetite
2015-05-10Merge pull request #818 from Alkarex/ConfigurationSetterBugGravatar Alexandre Alapetite
Configuration setter bug
2015-05-10Merge branch 'Alkarex/Logging'Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/815
2015-05-10Merge pull request #815 from Alkarex/LoggingGravatar Alexandre Alapetite
SimplePie logging of HTTP requests
2015-05-09Minor spacesGravatar Alexandre Alapetite
2015-05-09SQL: more robust purgeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/798 https://github.com/FreshRSS/FreshRSS/issues/493
2015-05-09Merge branch 'FreshRSS/dev' into sql_hash_lastUpdateGravatar Alexandre Alapetite
2015-05-09SQL: update request for updated articlesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/798
2015-04-22Split the search into valuesGravatar Alexis Degrugillier
Before, the search was a single value. Now it is splited in chuncks when separated by spaces. Except if they are enclosed by single quotes or double quotes. For some reasons, the unit tests are working for both single and double quotes but the search box isn't. It is working only with single quotes. We need to investigate the reason of this behavior. See #823
2015-04-04SQL: detection of updates, and preparation for better burgeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/798 https://github.com/FreshRSS/FreshRSS/issues/493 SQLite not yet tested. Only MySQL tested so far.
2015-03-27Added Czech to the list in other languages in gen.phpGravatar Tets
2015-03-26Added Czech translationGravatar Tets
2015-03-24Error when deleting a feed, wrong objectGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/816
2015-03-24Error when deleting a feedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/816