summaryrefslogtreecommitdiffstats
path: root/pages
Commit message (Collapse)AuthorAgeFilesLines
* Lots'n Lots of work on the scoreboard...Patrick Davison2013-02-142-478/+169
|
* Code cleanup / deletions.Patrick Davison2013-02-093-122/+2
|
* Hopefully fix for unsupported browsers..Patrick Davison2013-02-091-4/+3
|
* Chat, no blank messages, and switched to POST; which fixes a ton of missing ↵Patrick Davison2013-02-091-1/+2
| | | | characters.
* Unsubscribe in /cpPatrick Davison2013-02-091-12/+67
|
* Emails!! go to /massemail as an admin.Patrick Davison2013-02-091-127/+193
|
* Huge changes; started deprecation of PHP's displayMap()Patrick Davison2013-02-092-32/+129
| | | | | | | | | New JS function 'mapAsHTML(mapAsObject)' getScores() will now return solutions if the map has expired. Homepage now uses mapAsHTML. Removed some padding on scoreboard. scoresFormatPage() supports solutions if available. (This can be row-specific) And tons of CSS - deprecating old CSS.
* Commented out the memberlist page-divide dropdown.Patrick Davison2013-01-311-1/+2
|
* Pixel pinching for chat.Patrick Davison2013-01-311-13/+26
|
* Error logging. .htaccess cacheing. Modified doredirect to use $mydomainPatrick Davison2013-01-312-3/+14
|
* Dynamic resizing of mapThumbnail.Patrick Davison2013-01-301-5/+12
|
* FAQ; A little bit about 'cheating'/solvers and Theme SongPatrick Davison2013-01-291-1/+29
|
* Leaderboard renamed to scores. URL backdating included.Patrick Davison2013-01-291-46/+118
|
* The start of a new scoreboard or "Scores" page.Patrick Davison2013-01-272-198/+279
| | | | - I have the feeling some adjustments made here might propigate to the Home page eventually.
* quick fix on missing totalSeconds.Patrick Davison2013-01-261-1/+2
|
* Deleting dead code.Patrick Davison2013-01-261-165/+0
|
* Merge branch 'master' of git.raylu.net:patheryBlueRaja2013-01-261-1/+1
|\
| * updated URL login to the showSignin(); popup.Patrick Davison2013-01-261-1/+1
| |
* | BUGFIX: Clicking the 'mute' button doesn't save across all maps until page ↵BlueRaja2013-01-261-2/+2
| | | | | | | | is refreshed
* | Moved usersData table to users table, added a few more columns to users ↵BlueRaja2013-01-264-39/+23
|/ | | | (currently unused)
* Merge branch 'doin_shit_on_laptop'BlueRaja2013-01-253-13/+76
|\ | | | | | | | | | | | | Conflicts: includes/datas.php also fixed some stuffs
| * whoops, switching between languages too quickly..BlueRaja2013-01-251-2/+4
| |
| * Don't show chat bar if not logged inBlueRaja2013-01-251-4/+5
| |
| * Tiers are now unlocked as the user players through challenges; challenges ↵BlueRaja2013-01-252-9/+58
| | | | | | | | | | | | left to next tier displayed on challengelist page (untested)
* | `challengeMaps` table added; start of the required code changes.Patrick Davison2013-01-253-12/+14
|/
* Added missing files, deleted some old files.Patrick Davison2013-01-254-1589/+0
|
* Challenges are now displayed in the correct order again. Ay' carumba.BlueRaja2013-01-241-8/+10
|
* Weekly maps now show the date as well as the time on the homepage scoreboardBlueRaja2013-01-241-1/+1
|
* Countdown now shows time to next weekly map as wellBlueRaja2013-01-241-25/+52
|
* oh wtf, that code isn't even used anymore -_-BlueRaja2013-01-241-138/+0
|
* 'moves in past week' should correctly include weekly maps, even when offset ↵BlueRaja2013-01-241-3/+7
| | | | by 12 hours
* Moved constants to constants.phpBlueRaja2013-01-241-0/+1
|
* Merge branch 'master' of git.raylu.net:patheryBlueRaja2013-01-243-65/+25
|\ | | | | | | | | Conflicts: db updates.sql
| * Updates to the new MemberlistPatrick Davison2013-01-241-5/+4
| |
| * Chat fixesPatrick Davison2013-01-232-2/+8
| |
| * A functional Memberlist again! New and improved!Patrick Davison2013-01-231-65/+20
| |
* | Added a 'mapExpireTime' column to mapOfTheDay table, to simply a lot of SQLBlueRaja2013-01-242-30/+26
|/
* Playing around with ChatPatrick Davison2013-01-171-22/+57
|
* Adjusted / added footerlinks.Patrick Davison2013-01-171-1/+1
|
* Updated the About Us page.Patrick Davison2013-01-161-20/+31
|
* Added totalMoves and totalMazes to users; and isTiedForHighScore to ↵BlueRaja2013-01-152-4/+4
| | | | solutions (for convenience)
* Chat cleanupPatrick Davison2013-01-151-17/+23
|
* This is the chat app* whoops.Patrick Davison2013-01-151-0/+220
|
* Replaced bullet-points with challenge images on challenge pageBlueRaja2013-01-131-5/+3
|
* Added totalWins and totalTies columns to the users table. Also, removed all ↵BlueRaja2013-01-133-9/+8
| | | | references to the 'statistics' table - it's not needed anymore.
* Fixed champion points not showing up correctly in leaderboards ↵BlueRaja2013-01-131-2/+4
| | | | weekly/monthly view
* Updated CSS of leaderboard page to not get ridiculously large with long ↵BlueRaja2013-01-131-6/+6
| | | | names, and not make the points-string off-center
* Replaced wins with champion points on the achievements page & achievement ↵BlueRaja2013-01-131-2/+2
| | | | unlocks
* Fixed minor CSS issue with leaderboard pageBlueRaja2013-01-131-1/+1
|
* Added a championpoints image to all the pages. You're definitely going to ↵BlueRaja2013-01-132-3/+3
| | | | want to change it before releasing, though :)