Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set up foreign keys within the database. There is a small chance I may have ↵ | BlueRaja | 2013-05-29 | 1 | -1/+1 |
| | | | | broken emails, unlocks, or chat. Will test :) | ||||
* | Sticky Footer! moved <body> tag, renamed $Links $headerLinks. | Patrick Davison | 2013-05-28 | 1 | -2/+1 |
| | |||||
* | Edited a few more places where "include_once" was being used within a ↵ | BlueRaja | 2013-05-28 | 1 | -2/+1 |
| | | | | method. Hopefully this doesn't break anything :) | ||||
* | Many PHP warnings/notices fixes. | Patrick Davison | 2013-05-13 | 1 | -5/+5 |
| | |||||
* | Fixed typo, added email cache-size to admin page. | Patrick Davison | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | Moved sqli connection to sqlEmbeded.php | Patrick Davison | 2013-02-21 | 1 | -1/+1 |
| | |||||
* | Emails!! go to /massemail as an admin. | Patrick Davison | 2013-02-09 | 1 | -127/+193 |
| | |||||
* | db.inc.php now only contains the database login info; the actual connection ↵ | BlueRaja | 2013-01-13 | 1 | -2/+2 |
| | | | | 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) | ||||
* | Challenges, massEmail functions started | Patrick Davison | 2013-01-09 | 1 | -0/+209 |