aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2022-02-01Compat import JSON milliseconds (#4186)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4185
2022-01-31Fixed: <label> (#4189)Gravatar maTh
* fixed: empty/wrong for attribute * label to div, because no for attribute possible * useless label deleted
2022-01-30Fix ctype_alnum (#4182)Gravatar Alexandre Alapetite
* Fix ctype_alnum #fix https://github.com/FreshRSS/FreshRSS/issues/4180 Ensure `ctype_alnum()` gets a string * Changelog
2022-01-29Fix keep state after favourites tags (#4178)Gravatar Alexandre Alapetite
* Fix keep state after favourites tags #fix https://github.com/FreshRSS/FreshRSS/issues/4124 regression * Optimisation
2022-01-27Fixed: wrong dropdown triangle of labels category (#4174)Gravatar maTh
* Update aside_feed.phtml * Solution could be so simple
2022-01-16Improve Czech: Update conf.php (#4153)Gravatar marapavelka
* Update conf.php Corrected errors and typos, unified terminology, added missing translations. * Update conf.php Corrected errors and typos, unified terminology, added missing translations. Removed TODO comments. * Update feedback.php Corrected errors and typos, unified terminology, added missing translations.
2022-01-16Update gen.php (#4154)Gravatar marapavelka
Corrected errors and typos, unified terminology, added missing translations.
2022-01-16Update index.php (#4155)Gravatar marapavelka
Corrected errors and typos, unified terminology, added missing translations.
2022-01-16Update install.php (#4156)Gravatar marapavelka
Corrected errors and typos, unified terminology, added missing translations.
2022-01-16Update sub.php (#4157)Gravatar marapavelka
Corrected errors and typos, unified terminology, added missing translations.
2022-01-16Update user.php (#4158)Gravatar marapavelka
And the last one! Corrected errors and typos, unified terminology, added missing translations.
2022-01-16[i18n] Fix "Add a RSS feed" typo (#4161)Gravatar Frans de Jonge
* [i18n] Fix "Add a RSS feed" typo * fix the typo also in i18n/en[-us]/index.php * moar * moar Co-authored-by: mathContao <math-home@web.de>
2022-01-15Update admin.php (#4151)Gravatar marapavelka
Editing and completing the translation
2022-01-12Improvement: menu icons (#4004)Gravatar maTh
* default icons * icons Flat theme * icons Swage theme * icon gets bright when hover: Ansum theme * icon gets bright when hover: Blue lagoon theme * icon gets bright when hover: Origine/Origine Compact theme * compressed SVG * Better formated SVG/XML files * Update bookmark-tag.svg
2022-01-11Improve dropdown menu mobile (#4141)Gravatar maTh
* Theme template.css * theme adark * theme ansum * theme bluelagoon * theme dark * theme template.css RTL fix * theme flat * theme Origine * theme Origine-compact * theme Pafat * theme Screwdriver * theme Swage * theme Mapco * dropdown menu with thin scrollbar * Fix CI foundings * Fix RTL * Fix CSS semicolons * Fix CSS RTL * Fix SCSS * Update _mobile.scss
2022-01-11fix error message force feed (#4145)Gravatar maTh
* CZ * the other languages * fix DE
2022-01-09Add spell checking with typos (#4138)Gravatar Alexandre Alapetite
* Add spell checking with typos Implement https://github.com/FreshRSS/FreshRSS/pull/4134#issuecomment-1008027558 * GitHub Actions attempt * Quiet wget * Makefile
2022-01-08Use typographic quotes (#4133)Gravatar Alexandre Alapetite
* Use typographic quotes * A few fixes * Fix * Fix not saved * Implement feedback * Detail * Revert spoken English fixes Left for a future dedicated discussion * More reverts * Final reverts * Final minor
2022-01-08Fix various typos and spelling errors in documentation, comments and code. ↵Gravatar Thomas Renes
(#4134)
2022-01-08Change i18n process (#4131)Gravatar Alexis Degrugillier
Before, the ignore info were stored in a different file which was a bit cumbersome for new comers. Now, this info is stored directly in the translation file as a comment. Before, there was no way of telling translators that a previously translated string was in need of a new translation. Now, the dirty information is there to convey that info.
2022-01-07Optimise Minz_ModelPdo::class (#4119)Gravatar Luc SANCHEZ
* - Fix typo, - remove unnecessary null in property, - remove unused property, - add phpDoc, - add ext PDO in composer.json, - use strict comparison, - indentation * Translate * Update lib/Minz/ModelPdo.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * The code is more explicite * Fix phpstan * Fix phpstan expect one * Fix phpstan * Return in back... * make fix-all * Fix exception and more types * Fix more types * Remove ext- in composer.json Co-authored-by: Luc SANCHEZ <l.sanchez-ext@ubitransport.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-01-07delete the no-mobile css class (#4128)Gravatar maTh
2022-01-06Fix several PHP8.1 warnings (#4123)Gravatar Alexandre Alapetite
* Fix several PHP8.1 warnings Taking advantage of https://github.com/FreshRSS/FreshRSS/pull/4121 * Couple oh type hints missing * Compatibility PHP 7 * Fix variadic PHPDocs syntax
2022-01-05[CI] PHPCS: check for opening brace on same line (#4122)Gravatar Frans de Jonge
* [CI] PHPCS: check for opening brace on same line * make fix-all * Minor comments Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-01-04PHPStan level 5 (#4110)Gravatar Alexandre Alapetite
* Fix most PHPDocs errors Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103 https://phpstan.org/writing-php-code/phpdoc-types * Avoid func_get_args Use variadic syntax instead https://php.net/manual/functions.arguments#functions.variable-arg-list And avoid dynamic functions names when possible to more easily identify calls and unused functions. Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103 * PHPStan level 3 * PHPStand level 4 * Update default to PHPStan level 4 * Towards level 5 * Fix level 4 regression * Towards level 5 * Pass PHPStan level 5 * Towards level 6 * Remove erronenous regression from changelog https://github.com/FreshRSS/FreshRSS/pull/4116
2022-01-02Fix regression user init (#4116)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4115
2022-01-01Fix most PHPDocs errors (#4107)Gravatar Alexandre Alapetite
Contributes to https://github.com/FreshRSS/FreshRSS/issues/4103 https://phpstan.org/writing-php-code/phpdoc-types
2021-12-31Add PHPStan (#4021)Gravatar Alexandre Alapetite
* Add PHPStan #fix https://github.com/FreshRSS/FreshRSS/issues/4016 https://phpstan.org/ ```sh composer run-script phpstan ``` * More fixes * Fix global variables * Add .phtml * Fix merge https://github.com/FreshRSS/FreshRSS/pull/4090 * Fix more warnings * Fix view errors and enable in CI * ReturnTypeWillChange * Dynamic view type * Fix Minz static/self bug
2021-12-31Improved: install.php code quality (#4099)Gravatar maTh
* delete unused $user_default_config * move inner named function * moved $auth_type * improve readability * phpcs fixes
2021-12-31Improve: Aside slider: close slider when click on the outside of slider (#4061)Gravatar maTh
* CSS + PHTML * give some grey background * fixed whitespace * fixed RTL * close area just for mobile view
2021-12-31fix (#4065)Gravatar maTh
2021-12-31Fix article filter (#4092)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4057 Several search filters where missing for the automatic article actions
2021-12-31Search on article IDs (#4058)Gravatar Alexandre Alapetite
* Search on article IDs Partial implementation of https://github.com/FreshRSS/FreshRSS/issues/4053
2021-12-28Fix: loading wheel (#4082)Gravatar maTh
* fix anoym. user * fix global view * Update app/views/helpers/pagination.phtml Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update global_view.js Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2021-12-27fix: incorrect translations (#4084)Gravatar Virgil Chen
2021-12-24Fix invalid user (#4081)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4080 Initialise the default user to be able to display the error page
2021-12-21Update UserMailer.php (#4076)Gravatar maTh
2021-12-09fix global view template (#4043)Gravatar maTh
2021-12-07fix normal and reader view (#4040)Gravatar maTh
2021-12-07Fix: global view does not show "no articles to show" alert (#4042)Gravatar maTh
* fix * phpcs fixed * fix JS
2021-12-07Updated translation (#4038)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4036)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4035)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4034)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4033)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comments. ;)
2021-12-06Updated translation (#4032)Gravatar Tibor Repček
I translated string with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4031)Gravatar Tibor Repček
I translated strings with "TODO - Translation" comment. ;)
2021-12-06Updated translation (#4030)Gravatar Tibor Repček
I translated strings with "TODO - Translate" comment. ;)
2021-12-05Fix reader view header (#4015)Gravatar maTh
* fix the hyperlink underline * add mouse title * improve German mouse titles * fixed whitespaces * use the same title in config/display like in normal/reader view * i18n German: Discard change for this String * delete unused gen.action.mark_favorite
2021-12-05Updated japanese translation on 3898 (#4026)Gravatar 312k