about summary refs log tree commit diff stats
path: root/central/trunk/install.php
Commit message (Collapse)AuthorAgeFilesLines
* General: Upped default verIDBufferSizeKelly Rauchenberger2008-08-161-1/+1
| | | | | | Because of the increase in possible Verification ID values, it will be even less likely to have a repeat, so the number that are buffered is being increased. A test was run to find repeats if 10000 numbers were generated between 1 and 2147483647 and a repeat was found only once at the 8500th number, the rest of the tests (20 others) passed successfully. Refs #37
* Central: Fixed another include pathKelly Rauchenberger2008-08-151-1/+1
| | | | Yet ANOTHER [15]. Refs #25
* Central: Fixed include pathesKelly Rauchenberger2008-08-151-3/+3
| | | | Refs #25
* Central: Organized filesKelly Rauchenberger2008-08-151-1/+1
| | | | Refs #25
* Central: Fixed subscription URLKelly Rauchenberger2008-08-081-5/+1
| | | | Accidentally provided the Subscription URI instead of the Subscription File's URL in the last commit.
* Central: Added subscription notice to installationKelly Rauchenberger2008-08-081-1/+5
|
* Central: Imposed "instadisc" category contractKelly Rauchenberger2008-08-081-0/+1
| | | | | | Now Central Servers will refuse to receive items with the category of "instadisc". However, the Client has to be modifed to send this data to the Central Server. Also added the Central Server Update Notice subscription to the database and provided a subscription file. Refs #26
* Central: Added the required include()Kelly Rauchenberger2008-08-081-1/+3
| | | | | include('class.phpmailer.php'); had been neglected and thus the installation failed.
* Central: Added Email check to installationKelly Rauchenberger2008-08-071-66/+94
| | | | | Now, the installation script checks the SMTP details entered to ensure that they are valid so as to avoid errors like #23. Also modified return for instaDisc_activateAccount(). Refs #23
* Central: Fixed minor errors in install.phpKelly Rauchenberger2008-08-041-2/+2
|
* Central: Wrote installation scriptKelly Rauchenberger2008-08-041-8/+338
| | | | Closes #4
* Continued working on install.phpKelly Rauchenberger2008-07-261-3/+4
|
* Redid InstaDisc, new technique in storeKelly Rauchenberger2008-07-051-0/+20
New technique is to use XML-RPC hooks instead of a pre-built HTML interface so people who host Central Servers will not have to use the default interface, instead allowing them to create their own.