summaryrefslogtreecommitdiffstats
path: root/pages/challengelist.php
Commit message (Collapse)AuthorAgeFilesLines
* db.inc.php now only contains the database login info; the actual connection ↵BlueRaja2013-01-131-1/+1
| | | | to the DB has been moved to includes/sqlEmbedded. This was done so we don't need to have the db info in two separate files (one of which is in the repo, derp)
* changed ChallengeList to return rather than echo.Patrick Davison2013-01-111-12/+14
|
* Challenges, massEmail functions startedPatrick Davison2013-01-091-12/+54
|
* Map class and ChallengesPatrick Davison2013-01-081-5/+24
| | | | | The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely
* Challenges Implementation. LOTS of stuffPatrick Davison2013-01-081-6/+1
| | | | | Fixed an issue with loading best solution from logged out to logged in state. Commented out a lot of firephp stuff; feel free to uncomment.
* Completed an ugly but functional draft of the challenge-listing pageBlueRaja2012-10-011-1/+41
|
* Added a challenge-listing page, and skeleton code for the listing itselfBlueRaja2012-10-011-0/+63