Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reddit-archive/reddit
base: 5e186ee612e7f2239d253cae0dd8103cec81176b
Choose a base ref
...
head repository: reddit-archive/reddit
compare: dc03b8b6fd0ade1bedac5d3e47691b232addc07f
Choose a head ref
  • 10 commits
  • 11 files changed
  • 3 contributors

Commits on Mar 31, 2013

  1. Copy the full SHA
    1b1e337 View commit details
    Browse the repository at this point in the history
  2. Add a basic event hook system for plugins to use.

    This allows decoupled registration of interest for plugins.
    spladug committed Mar 31, 2013
    Copy the full SHA
    84e5778 View commit details
    Browse the repository at this point in the history
  3. plugins: Ensure load_controllers is called in paster shell/run as well.

    load_controllers is the safe place to do imports of things that rely on
    `g` et al being in the correct state. It was not being called in paster
    shell or run which meant that any hooks defined in a module that relies
    on `g` at module scope (e.g. things importing model or controller code)
    would not be connected in those contexts.
    spladug committed Mar 31, 2013
    Copy the full SHA
    5bd81b5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f7f5d26 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e66ee5a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    30d1c8f View commit details
    Browse the repository at this point in the history
  7. Add hook for Comment._gild().

    bsimpson63 authored and spladug committed Mar 31, 2013
    Copy the full SHA
    08ae778 View commit details
    Browse the repository at this point in the history
  8. Add comment.new hook.

    bsimpson63 authored and spladug committed Mar 31, 2013
    Copy the full SHA
    1994ce0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    3520ea5 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    dc03b8b View commit details
    Browse the repository at this point in the history