summaryrefslogtreecommitdiffstats
path: root/pages/challengelist.php
Commit message (Collapse)AuthorAgeFilesLines
* Minor fiddlings of nothingnessPatrick Davison2014-01-131-7/+9
|
* Sticky Footer! moved <body> tag, renamed $Links $headerLinks.Patrick Davison2013-05-281-1/+1
|
* Challengesss Challenges... DB Updates. ChallengesPatrick Davison2013-05-011-16/+72
|
* Challenge EditorPatrick Davison2013-04-261-0/+8
|
* Further AJAX work for challenges. -Patrick Davison2013-04-251-19/+142
| | | | Ported PHP getChallengeDisplayString to JS.
* More fiddling with challengesPatrick Davison2013-04-231-8/+29
|
* Challenges AJAX style - progress.Patrick Davison2013-04-181-3/+90
|
* Fixed ChallengesPatrick Davison2013-02-281-5/+11
|
* Merge branch 'doin_shit_on_laptop'BlueRaja2013-01-251-2/+64
|\ | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs
| * whoops, switching between languages too quickly..BlueRaja2013-01-251-2/+4
| |
| * Tiers are now unlocked as the user players through challenges; challenges ↵BlueRaja2013-01-251-2/+51
| | | | | | | | | | | | left to next tier displayed on challengelist page (untested)
* | `challengeMaps` table added; start of the required code changes.Patrick Davison2013-01-251-3/+4
|/
* Challenges are now displayed in the correct order again. Ay' carumba.BlueRaja2013-01-241-8/+10
|
* Adjusted / added footerlinks.Patrick Davison2013-01-171-1/+1
|
* 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