oweals/karmaworld.git
2014-01-23 Charles ConnellReliably associate users with notes and give karma...
2014-01-23 Charles ConnellPoints for email address confirm, fix little bug
2014-01-23 Charles ConnellBadges on separate line
2014-01-23 Charles ConnellDon't show note uploads on dashboard, it's redundant
2014-01-23 Andrew Magliozziadding AGPL license to karmaworld
2014-01-23 Charles ConnellBadges on user dashboard, refactoring
2014-01-23 Charles ConnellLess hardcoding
2014-01-23 Charles ConnellCourses don't have a user
2014-01-23 BryanRemoving fabric-virtualenv, virtualenvwrapper. fixing...
2014-01-23 Bryan BonvalletMerge pull request #299 from FinalsClub/284-remove...
2014-01-23 Jacob Hilkerupdate sanitize_usde_schools.py to not require confirma... 299/head
2014-01-23 Charles ConnellReputation system
2014-01-23 Charles ConnellFix to note/user association
2014-01-22 Bryan BonvalletMerge pull request #297 from FinalsClub/broken-footer...
2014-01-22 Bryan BonvalletMerge pull request #298 from FinalsClub/gitignore-usde...
2014-01-22 Jacob Hilkerfix typo in csv name generation 298/head
2014-01-22 Jacob Hilkeradd accreditation.csv to .gitignore
2014-01-22 Jacob HilkerPreserve port number in href tag for footer about link 297/head
2014-01-21 Charles ConnellCapture names from 3rd party auth accounts
2014-01-21 Charles ConnellMore pythonic
2014-01-21 Charles ConnellLoad note iframe through JavaScript #287
2014-01-18 Bryanbeautifulsoup no longer adds extraneous whitespace...
2014-01-17 Bryanadded pip workaround closes #282; documented what fabri...
2014-01-17 Charles ConnellRe-enable search indexing, S3 support for dev environment
2014-01-17 BryanMerge branch 'master' of github.com:FinalsClub/karmaworld
2014-01-17 Bryanworkaround because beautifulsoup breaks pdf2html pretti...
2014-01-17 Charles ConnellFix to make user profile display
2014-01-17 BryanMerge remote-tracking branch 'origin' into feature_html...
2014-01-17 BryanNote HTML uploads to S3 with correct content-type and...
2014-01-17 Bryansmall fix to debug indicating database no longer stores...
2014-01-17 BryanSchool is deprecated inside Note.
2014-01-17 Bryanmore copy pasta synchronization
2014-01-17 BryanSetting permissions on uploaded S3 files
2014-01-17 Bryansynchronzing vmdev with prod because copypasta.
2014-01-16 Charles ConnellURL priority problem
2014-01-16 Charles ConnellAllow trailing slash on course page #129
2014-01-16 Bryanslug must exist now, so this test is moot. it was proba...
2014-01-16 Bryanweird merge problem?
2014-01-16 Bryanrefactoring note to self
2014-01-16 BryanFixed upload to S3, moved into Note, removed copy pasta
2014-01-16 Bryanfixing same typo from copy pasta
2014-01-16 Bryanfixing typo
2014-01-16 Bryanactually have to specify utf-8, not default as advertised
2014-01-16 Bryananother html source fix
2014-01-16 Bryangetting some mixed codecs, passthrough filters to clean...
2014-01-16 Bryanfixing html location and adding prints
2014-01-16 Bryanfixing iteration
2014-01-16 Bryantemporary action to push note HTML onto S3
2014-01-16 Bryandecreased memory footprint
2014-01-16 Bryanupdated to use static HTML
2014-01-16 Bryanmigrations for previous commit
2014-01-16 Bryaninitial attempt at #273 to replace HTML in database...
2014-01-16 Charles ConnellSmall 1.5 compatibility things
2014-01-16 Charles ConnellOptimize page load
2014-01-15 Charles ConnellGracefully handle failure when creating a UserProfile...
2014-01-15 Charles ConnellSlightly nicer emails
2014-01-15 Charles ConnellMerge pull request #280 from JHilker/patch-1
2014-01-15 Jacob HilkerFix link to virtualbox website in README 280/head
2014-01-15 BryanFQDN fails, so just use the domain names without traili...
2014-01-15 BryanMerge branch 'django155' of github.com:FinalsClub/karma...
2014-01-15 Charles ConnellFix failing test
2014-01-14 Bryanaccidentally commit VM mod; this value should be in...
2014-01-14 Bryanfixes and docs for VM to be more friendly for testing.
2014-01-14 Bryanupdating docs for debugging on prod system, such as...
2014-01-14 Bryanimproved version management; adding vm-specific pip...
2014-01-14 BryanVM hack to fix #259
2014-01-14 Bryanworkaround for #270
2014-01-14 BryanMerge branch 'master' into django155
2014-01-14 Charles ConnellMigration fix
2014-01-14 Charles ConnellThis test doesn't make sense any more
2014-01-14 Charles ConnellDjango 1.5 fixes, also turn indexing back on (oops)
2014-01-14 Bryanfixing same typo from copy pasta
2014-01-14 Bryanfixing typo
2014-01-14 Bryanactually have to specify utf-8, not default as advertised
2014-01-14 Bryananother html source fix
2014-01-14 Bryangetting some mixed codecs, passthrough filters to clean...
2014-01-14 Bryanfixing html location and adding prints
2014-01-14 Bryanfixing iteration
2014-01-14 Bryantemporary action to push note HTML onto S3
2014-01-14 Bryandecreased memory footprint
2014-01-14 Bryanupdated to use static HTML
2014-01-14 Bryanmigrations for previous commit
2014-01-14 Bryaninitial attempt at #273 to replace HTML in database...
2014-01-14 Charles ConnellCorrect pdf2htmlEX build instructions
2014-01-14 Bryanbatch show/hide notes, closes #269
2014-01-14 BryanConditionally support email; email host is now a settin...
2014-01-14 Bryaninclusion of json_pretty for dumping with better UTF8...
2014-01-14 Charles ConnellNicer profile page
2014-01-14 Charles ConnellAddress to send emails from
2014-01-14 Charles ConnellRevert change to SITE_NAME
2014-01-13 Charles ConnellEmail settings
2014-01-12 Bryanfixing migration dependencies for smoother migration.
2014-01-12 Bryanmock package is needed for running tests.
2014-01-12 Bryanupdating slugify for 1.5.5, not necessary but good...
2014-01-12 Bryanupdating for TemplateView changes in 1.5
2014-01-12 BryanALLOWED_HOSTS is now a required field, supporting local...
2014-01-12 Bryanremoving deprecated direct_to_template
2014-01-12 BryanUpgrading to 1.5.5
2014-01-11 Charles ConnellImproving login experience
2014-01-10 Charles ConnellAlways create a new course when using Course form #267
next