| Age | Commit message (Collapse) | Author |
|
|
|
Rename method (coding style)
Change in app/FreshRSS.php
Improve test of app/install.php
|
|
Test is actually basic, we need to use
Minz_Request::isRefererFromSameDomain() method to improve checking
|
|
|
|
|
|
- Remove all references to update functions
- Improve step2 by checking if password exists (form) or mail (persona)
- Add a param($key, $default=falsse) function to get $_POST vars
- Fix coding style (mainly spaces)
|
|
Now it checks for any pdo driver supported instead of only mysql
|
|
https://github.com/marienfressinaud/FreshRSS/issues/537
|
|
- If MySQL database was configured and user choosed SQLite, an error was
raised at the first submit.
- Cast STEP into integer
|
|
https://github.com/marienfressinaud/FreshRSS/issues/100
|
|
Now the install.php is kept in ./app/ and the trigger is
./data/do-install.php
There is no need anymore to have write access in ./p/i/
|