about summary refs log tree commit diff stats
path: root/central/trunk/includes/instadisc.php
Commit message (Collapse)AuthorAgeFilesLines
* Central: Added Activate Subscription formKelly Rauchenberger2008-08-251-5/+17
| | | | Also added an option to the user panel that allows you to edit configuration values if you're an admin. Refs #25
* Central: Undid Come AgainKelly Rauchenberger2008-08-171-19/+1
| | | | I don't currently like the look of Come Again, perhaps it could be implemented at a later release. Refs #43
* Central: Started on Come AgainKelly Rauchenberger2008-08-171-3/+21
| | | | Refs #43
* Central: Modified Verification ID deletionKelly Rauchenberger2008-08-171-1/+1
| | | | Refs #42
* General: Upgraded Verification ID generationKelly Rauchenberger2008-08-161-4/+4
| | | | Verification IDs in Central and Update can now be between 0 and 2147483647. Closes #37
* Central: Fixed a few minor errorsKelly Rauchenberger2008-08-161-2/+3
| | | | Ok, this is sort of part [15], part strange unnoticed error(s). Refs #25
* Central: Fixed instaDisc_verifyUser()Kelly Rauchenberger2008-08-161-3/+6
| | | | | | | Previously, instaDisc_verifyUser() was lazy and checked a user's existance by routing the input through instaDisc_checkVerification() with the static Verification ID of 0, but it was forgotten that a static Verification ID would work once and be rejected after that. Refs #25
* Central: Add change passwordKelly Rauchenberger2008-08-151-0/+6
| | | | Refs #25 and closes #35
* Central: Organized filesKelly Rauchenberger2008-08-151-0/+400
Refs #25