Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | An example db.inc file so I remember what's in there... | Snap | 2015-04-22 | 1 | -0/+2 |
| | |||||
* | Letting users not-logged in to use feedback | Snap | 2015-04-16 | 1 | -16/+27 |
| | |||||
* | Sticky Footer! moved <body> tag, renamed $Links $headerLinks. | Patrick Davison | 2013-05-28 | 1 | -2/+1 |
| | |||||
* | 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) | ||||
* | PHP's 5.4 depreciation of eregi_replace. | Patrick Davison | 2012-12-26 | 1 | -0/+1 |
| | | | | Adjustments for the new htmlFooter | ||||
* | Bug fixes: | Patrick Davison | 2012-12-12 | 1 | -1/+1 |
| | | | | | | Fixed bug where scores were being loaded twice. Moved GZIP Compression to index.php Updated login.php to call an error on empty email addresses. | ||||
* | Feedback page adjustments. | Patrick Davison | 2012-08-18 | 1 | -4/+21 |
| | |||||
* | Everything related to the scoreboard. | Patrick Davison | 2012-07-31 | 1 | -0/+71 |
New feedback page. Changed the speed of the pauses on checkpoints during a path animation. Changed how notifications are recieved. |