Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db.inc.php now only contains the database login info; the actual connection ↵ | BlueRaja | 2013-01-13 | 1 | -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 Davison | 2013-01-11 | 1 | -12/+14 |
| | |||||
* | Challenges, massEmail functions started | Patrick Davison | 2013-01-09 | 1 | -12/+54 |
| | |||||
* | Map class and Challenges | Patrick Davison | 2013-01-08 | 1 | -5/+24 |
| | | | | | The mapclass should eventually replace the current mapmatrix array w/ headers. Work on challenges progresses nicely | ||||
* | Challenges Implementation. LOTS of stuff | Patrick Davison | 2013-01-08 | 1 | -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 page | BlueRaja | 2012-10-01 | 1 | -1/+41 |
| | |||||
* | Added a challenge-listing page, and skeleton code for the listing itself | BlueRaja | 2012-10-01 | 1 | -0/+63 |