aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
AgeCommit message (Collapse)Author
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-10Cannot create an account with sqliteGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/770
2015-01-26Give indication on password formatGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/769
2015-01-13Fix user interaction with showing password featureGravatar Marien Fressinaud
Before, the password was hidden again after 2 seconds. Now, the password is hidden when the mouse is released Fix https://github.com/FreshRSS/FreshRSS/issues/734
2015-01-08Fix install.php script (choice of lang)Gravatar Marien Fressinaud
Fix a bug in Minz_Translate too
2015-01-08Merge branch 'dev' into 252-extensionsGravatar Marien Fressinaud
Conflicts: app/FreshRSS.php app/Models/Configuration.php app/views/index/index.phtml app/views/index/normal.phtml lib/Minz/Configuration.php lib/Minz/Translate.php lib/lib_rss.php
2015-01-08Fix saving system config fileGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/730
2015-01-08Fix i18n in install.phpGravatar Marien Fressinaud
Init i18n must be done before check steps
2015-01-08Fix i18n in install.phpGravatar Marien Fressinaud
2014-12-28Fix install.php to consider new data organizationGravatar Marien Fressinaud
- Introduce USERS_PATH - Remove LOG_PATH - Use join_path in install.php - Change references to old data files to the new ones - Update i18n See https://github.com/FreshRSS/FreshRSS/issues/729
2014-12-11Fix i1_n keys in install scriptGravatar Marien Fressinaud
2014-12-11Fix french i18n for install + some fixesGravatar Marien Fressinaud
French is finished!
2014-12-03Fix i18n for installation scriptGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/334
2014-10-06Update i18n with strings from i18n.freshrss.orgGravatar Marien Fressinaud
No more seperation between normal and install files. I will work on that later!
2014-09-18Fix a serie of undefined index (app/install.php)Gravatar Marien Fressinaud
2014-09-17Move http referer test into lib_rssGravatar Marien Fressinaud
Rename method (coding style) Change in app/FreshRSS.php Improve test of app/install.php
2014-09-17Test HTTP REFERER in install.phpGravatar Marien Fressinaud
Test is actually basic, we need to use Minz_Request::isRefererFromSameDomain() method to improve checking
2014-09-16Add a "toggle password" button during installationGravatar Marien Fressinaud
2014-09-16Fix theme path for installationGravatar Marien Fressinaud
2014-08-09Refactor install.phpGravatar Marien Fressinaud
- 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)
2014-08-03Refactor install file to check available databasesGravatar Alexis Degrugillier
Now it checks for any pdo driver supported instead of only mysql
2014-08-01Install script was not keeping all config settingsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/537
2014-07-10Fix a bug during installationGravatar Marien Fressinaud
- If MySQL database was configured and user choosed SQLite, an error was raised at the first submit. - Cast STEP into integer
2014-07-03Preparation #2 for SQLiteGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/100
2014-07-03New install logicGravatar Alexandre Alapetite
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/