about summary refs log tree commit diff stats
path: root/central/trunk/install.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.