0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added GPL 2 license. More... almost 12 years ago
Added a personalization command (python manage.py personalize)! Modified the Question and QuestionTemplate schemas...patch included. More... about 12 years ago
Fixed a bug in the Caesar term definition. More... about 12 years ago
Fixed a bug with 'Fastest Time' stat display when the fastest time is < 1 minute. Removed some unnecessary dependencies from 'refresh' management command. More... about 12 years ago
Updated 'solveall' query sequence to perform much faster! More... about 12 years ago
Added 'question_io' command to import / export templates. More... about 12 years ago
Fixed a bug that was causing exceptions on questions that had retired ancestors. Added 'missingsolvers' command for manage.py Updated 'solveall' command to give more useful output. Tweaked length of 'value' field for Answer model (varchar: 100 => 255) Removed print statements from a few solvers. More... about 12 years ago
Added a bunch of new question solvers. More... about 12 years ago
Added basic code for robots.txt. Currently blocks all (law-abiding) robots. More... about 12 years ago
Fixed bug preventing users from viewing data files for questions. More... about 12 years ago
Added documentation to custom exception classes. More... about 12 years ago
One more slight tweak to 500.html More... about 12 years ago
Tweaked 500.html template. More... about 12 years ago
Added handler to test 500 errors on server (/bomb). More... about 12 years ago
Refactored the monolithic views.py into views/{admin, api, core}.py More... about 12 years ago
Merge branch 'master' of github.com:luke-segars/regis More... about 12 years ago
Revert "Guesses per question rounds to two decimal places." More... about 12 years ago
Merge branch 'master' of https://github.com/luke-segars/regis More... about 12 years ago
Added new permissions for viewing aggregate data. More... about 12 years ago
Revert "Guesses per question rounds to two decimal places." More... about 12 years ago
Guesses per question rounds to two decimal places. More... about 12 years ago
Merge branch 'master' of github.com:luke-segars/regis More... about 12 years ago
Cleaned up newline. More... about 12 years ago
Added some missing exception handling code for /question/check Added a bit more content to error.tpl More... about 12 years ago
Minor adjustments to the hintbox CSS. More... about 12 years ago
Removed hints.js from questions_view.tpl More... about 12 years ago
Merge branch 'uirefresh' into cartland More... about 12 years ago
Previous attempts can be toggled by clickcing on the hyperlink while viewing a question. More... about 12 years ago
Move included template files into templates/include directory More... about 12 years ago
Deleted unused stub. More... about 12 years ago