summaryrefslogtreecommitdiff
path: root/app/install.php
AgeCommit message (Collapse)Author
2015-07-23Add pubsubhubbub_enabled to default configurationGravatar Marien Fressinaud
Rename enable_pubsubhubbub into pubsubhubbub_enabled See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-23Add a simple test to detect if server is publicGravatar Marien Fressinaud
If the server is not accessible by an external server, pubsubhubbub should be disable. See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-23Generate base_url during installationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-21Fix link for step 4 (install)Gravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/912
2015-07-20Ask confirmation before reinstallationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20Add translationsGravatar Marien Fressinaud
TODO: german and czech translations See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20Remove TODO (join_path and reinstall)Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20Detect previous FreshRSS installationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20Load previous configuration during saveStep1()Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
2015-07-20First structure to skip steps during installationGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/909
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-05Merge pull request #869 from Alkarex/PDOOptionsGravatar Alexandre Alapetite
PDO options for e.g. SSL
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-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-05PDO option exampleGravatar Alexandre Alapetite
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/