This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/spec
Gosha Arinich d2f3c829db refactor User and TrustLevel a bit
* rename `User#password_required` to `User#password_required!`
* emails with "i" @ something are a special case as well
* get rid of `self.` and returns where possible
* prefer "unless a" instead of "if !a"
* `unread_notifications` without manually iterating
* introduce `User#moderator?`
* introduce `TrustLevel#valid_key?`, `TrustLevel#compare`, and
  `TrustLevel#level_key`
2013-02-28 19:15:54 +03:00
..
components RSS of a topic via new route 2013-02-26 14:54:17 -08:00
controllers Code to support EmberJS + Discourse Tutorial feature: Admin Reports 2013-02-27 22:40:36 -05:00
fabricators remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
fixtures/oneboxer Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline 2013-02-25 17:16:57 -05:00
integrity remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
javascripts Fixes lines that were too long. 2013-02-27 12:27:56 -05:00
mailers Swap out "@" for "via" in email From field 2013-02-27 19:03:57 -05:00
models refactor User and TrustLevel a bit 2013-02-28 19:15:54 +03:00
phantom_js formatted some tests 2013-02-27 03:18:23 +01:00
requests remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
support use shared_examples_for versioning, for both posts and topics 2013-02-08 08:17:05 -05:00
views/omniauth_callbacks Merge branch 'github-auth' of git://github.com/nverba/discourse 2013-02-27 12:09:22 -05:00
spec_helper.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00