Permalink
Commits on Oct 20, 2016
  1. Now deal with UnicodeDecodeError

    wezm committed Oct 20, 2016
Commits on Oct 19, 2016
Commits on Oct 4, 2016
  1. Merge pull request #588 from jglamine/meetups

    Fix meetup submission
    wezm committed on GitHub Oct 4, 2016
  2. Merge pull request #586 from jglamine/post_editing

    Fix article edit form.
    wezm committed on GitHub Oct 4, 2016
Commits on Sep 30, 2016
Commits on Sep 29, 2016
Commits on Sep 27, 2016
  1. Merge pull request #575 from jglamine/linkposts

    Add the ability to submit links. Fixes #548
    wezm committed on GitHub Sep 27, 2016
  2. Merge pull request #576 from jglamine/multiplier

    Implement per-user vote multiplier. Fixes #568
    wezm committed on GitHub Sep 27, 2016
Commits on Sep 6, 2016
  1. 548: Display validation errors correctly on link submission page.

    Also change article submission tab text.
    jglamine committed Sep 6, 2016
Commits on Sep 5, 2016
Commits on Aug 28, 2016
Commits on Aug 12, 2016
  1. Merge pull request #572 from jglamine/retract_karma

    Fixes #569: Upvotes on retracted comments don't count towards a user's total karma
    wezm committed on GitHub Aug 12, 2016
Commits on Jul 5, 2016
  1. Merge pull request #571 from jglamine/captcha_import

    Incorperate upstream fix for captcha module import
    moggyboy committed on GitHub Jul 5, 2016
  2. Merge pull request #573 from tricycle/replace-chef-with-ansible

    Replace chef with ansible
    moggyboy committed on GitHub Jul 5, 2016
Commits on Jul 4, 2016
  1. Add development.ini

    jack-trikeapps committed Jul 4, 2016
  2. Set up ansible playbook

    jack-trikeapps committed Jul 4, 2016
  3. Rip out chef submodules

    jack-trikeapps committed Jul 4, 2016
Commits on Jul 3, 2016
Commits on Apr 28, 2016
  1. Fixed broken API

    Why:
    Back in 2012 change was made to optimise calculation of clicked time
    by calling it on demand. Whilst the HTML templates were updated to
    relfect this change the JSON API wasn't.
    
    This change addresses the need by:
    Calling the clicked function if it is return
    dangalipo committed Apr 28, 2016
Commits on Feb 18, 2016
  1. Merge branch 'anonymous-readers-use-default-visibility' of https://gi…

    …thub.com/xrpd/lesswrong into xrpd-anonymous-readers-use-default-visibility
    
    Conflicts:
    	r2/r2/lib/app_globals.py
    cdaloisio committed Feb 18, 2016
  2. Merge pull request #558 from xrpd/require-min-karma-to-vote

    require a minimum user karma to upvote and downvote
    cdaloisio committed Feb 18, 2016
Commits on Feb 17, 2016
  1. Merge pull request #557 from xrpd/disable-post-but-not-edit

    Disable user posts to main, but permit user edits to existing posts in main
    cdaloisio committed Feb 17, 2016
Commits on Feb 16, 2016