summaryrefslogtreecommitdiffstats
path: root/pages/memberlist.php
Commit message (Collapse)AuthorAgeFilesLines
* Sticky Footer! moved <body> tag, renamed $Links $headerLinks.Patrick Davison2013-05-281-2/+1
|
* Many bugs and PHP notices & warning fixes.Patrick Davison2013-05-101-5/+0
|
* Memberlist cleanup. CSS tweeks.Patrick Davison2013-02-171-19/+1
|
* Commented out the memberlist page-divide dropdown.Patrick Davison2013-01-311-1/+2
|
* `challengeMaps` table added; start of the required code changes.Patrick Davison2013-01-251-1/+1
|
* 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
* Updates to the new MemberlistPatrick Davison2013-01-241-5/+4
|
* A functional Memberlist again! New and improved!Patrick Davison2013-01-231-65/+20
|
* Added totalMoves and totalMazes to users; and isTiedForHighScore to ↵BlueRaja2013-01-151-2/+2
| | | | solutions (for convenience)
* Added totalWins and totalTies columns to the users table. Also, removed all ↵BlueRaja2013-01-131-3/+2
| | | | references to the 'statistics' table - it's not needed anymore.
* 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)
* Some work on a new MemberslistPatrick Davison2013-01-081-2/+58
|
* Doesn't make sense that some of the items don't count today's and others doBlueRaja2012-09-101-2/+2
|
* Changing wording on memberlist (also, trying out new git/dropbox setup!)BlueRaja2012-08-181-2/+2
|
* Merge branch 'HEAD' of ssh://git@git.raylu.net/patheryPatrick Davison2012-08-181-2/+2
|\
| * Ignore the move-count from today - Memberslist PageBlueRaja2012-08-171-2/+2
| | | | | | | | In order to not show "0 moves" for an entire day, "This Week" now shows scores from the past 7 days rather than the current week. They can still view "this week's" scores on the scoreboard page - not sure if we'd want to change that for consistency or not.
* | Bugs, timezone.Patrick Davison2012-08-181-4/+3
|/ | | | | | This server should remain using the New_York timezone. Maps start at 9, not 12! Fixed a bug where default displaycolor was not being used. Fixed a bug where the user would not be logged in instantly.
* fix some undefined references/indices, tabulationraylu2012-07-171-44/+48
|
* Added field: Total Moves This Week to members page.Patrick Davison2012-07-171-2/+15
|
* Member list!Patrick Davison2012-06-271-63/+143
|
* Initial import from Dropboxraylu2011-04-071-0/+91