Robin Ward
|
738789f336
|
Admins can't lock themselves out of a site by setting approval.
|
2013-04-03 12:23:28 -04:00 |
|
Régis Hanol
|
cf3eb98321
|
add GitHub commit onebox
|
2013-04-03 03:36:38 +02:00 |
|
Robin Ward
|
473a64d39d
|
Add score, percent_rank to topics. Adds HotTopic model and consolidated job to calculate
hotness. Note: People on Heroku will have to update their jobs to the new structure
in Heroku.md
|
2013-03-28 15:39:54 -04:00 |
|
Sam
|
2295290383
|
added best=N option to get N best comment on a post
|
2013-03-27 22:53:11 -07:00 |
|
Robin Ward
|
36269cfbaa
|
Rename 'popular' to 'latest'. First stab at 'Hot' tab.
|
2013-03-27 16:21:23 -04:00 |
|
Robin Ward
|
f1e2923a91
|
Display correct post counts, even with a filter active
|
2013-03-26 15:06:23 -04:00 |
|
Robin Ward
|
5dc47c2d82
|
Rename posts_count in topic view to post_counts_by_user which makes much more sense
|
2013-03-26 14:06:24 -04:00 |
|
Robin Ward
|
2efd3e61c7
|
TopicView respects sort_order and better specs
|
2013-03-26 13:27:11 -04:00 |
|
Robin Ward
|
90443dac30
|
Don't email about posts if the user deleted it.
|
2013-03-25 13:40:48 -04:00 |
|
Karan Misra
|
5dfb04e4b3
|
Convert a lot of :a => b to a: b and bring peace to the world
|
2013-03-25 05:07:36 +05:30 |
|
Robin Ward
|
9c38c13ac5
|
The "Best Of" mode uses a percentage ranking of posts.
|
2013-03-22 15:44:39 -04:00 |
|
Neil Lalonde
|
6f8d13d47e
|
Dashboard warning when sidekiq is not running
|
2013-03-22 11:35:51 -04:00 |
|
Régis Hanol
|
2ab08ef21d
|
FIX: OpenGraph tags not fully sanitized
|
2013-03-22 12:32:56 +01:00 |
|
Neil Lalonde
|
8cc7f3c20b
|
Dashboard warning when clockwork doesn't seem to be running
|
2013-03-21 16:51:50 -04:00 |
|
Robin Ward
|
babcfe6234
|
Cache oneboxes in Redis now instead of postgres.
|
2013-03-21 13:11:54 -04:00 |
|
Sam
|
62c60540be
|
pull moderator into own column, rename trust levels
|
2013-03-19 21:06:11 -07:00 |
|
Robin Ward
|
49c66037b1
|
Moved deleting tests to post_destroyer_spec
|
2013-03-19 14:15:08 -04:00 |
|
Robin Ward
|
59fc3bfac4
|
PostDestroyer to replace callbacks for destroying
|
2013-03-18 17:55:11 -04:00 |
|
Robin Ward
|
897d48b145
|
Moved more Post callbacks into service classes
|
2013-03-18 17:54:55 -04:00 |
|
Robin Ward
|
aea848f164
|
Move MessageBus observer into PostCreator
|
2013-03-18 17:54:39 -04:00 |
|
Robin Ward
|
b6224b014c
|
Move a bunch of callbacks into PostCreator
|
2013-03-18 13:56:26 -04:00 |
|
Sandy Vanderbleek
|
204dcc43a4
|
Use Diffy as DiffEngine implementation
|
2013-03-15 17:31:51 -07:00 |
|
Regis Hanol
|
2039c0f704
|
fix the specs errors due to a change to the min topic title's length
|
2013-03-11 14:51:24 +01:00 |
|
Robin Ward
|
d1d4530efd
|
User Profile enhancements:
- Added PreloadStore support to avoid duplicate requests
- preliminary SEO
- Support for opengraph/twitter cards
|
2013-03-08 15:04:37 -05:00 |
|
Robin Ward
|
fb573b917f
|
Merge pull request #390 from ZogStriP/min-search-term-length-site-setting
added the min-search-term-length site setting
|
2013-03-08 06:58:45 -08:00 |
|
Robin Ward
|
d848a9fedc
|
Add opengraph and twitter card support to topics
|
2013-03-07 17:46:43 -05:00 |
|
Robin Ward
|
052887c296
|
Category Topics are no longer invisible, they are pinned.
|
2013-03-07 12:46:23 -05:00 |
|
Robin Ward
|
5349e1b163
|
Merge pull request #387 from ZogStriP/g10n-wikipedia-oneboxer
globalized wikipedia onebox
|
2013-03-07 09:23:19 -08:00 |
|
Robin Ward
|
f8d8272406
|
Cleaned up TopicUserSpec, introduces clearing of pinned topics
|
2013-03-07 12:19:25 -05:00 |
|
Regis Hanol
|
5703d6c730
|
added the min-search-term-length site setting
|
2013-03-07 16:52:01 +01:00 |
|
Régis Hanol
|
621995f35a
|
globalized wikipedia onebox
|
2013-03-07 03:30:40 +01:00 |
|
Sam Saffron
|
8f56a09e82
|
PBKDF2 gem is trouble, removing and hand coding for now
|
2013-03-06 23:12:16 +11:00 |
|
Régis Hanol
|
239cbd2d58
|
enforce coding convention
replaced every `and` by `&&` and every `or` by `||`
|
2013-03-05 01:42:44 +01:00 |
|
Robin Ward
|
35d5c899dd
|
Merge pull request #321 from tijmenb/fix-hosts-in-oneboxer
Fix display hosts in oneboxer
|
2013-03-04 11:04:02 -08:00 |
|
Robin Ward
|
59b0299a27
|
Merge pull request #331 from goshakkk/enum-spec-valid
Make Enum#valid? specs test the right thing
|
2013-03-02 08:00:46 -08:00 |
|
Michael Berg
|
50dcaa0205
|
Removed Strange Test-Output
|
2013-03-02 12:23:40 +01:00 |
|
Gosha Arinich
|
28bc5a6c89
|
make Enum#valid? specs test the right thing
|
2013-03-02 10:40:32 +03:00 |
|
Tijmen Brommet
|
ba04e72a99
|
Fix weirdly indented code
|
2013-03-02 00:48:49 +01:00 |
|
Tijmen Brommet
|
eaef66a423
|
Fix display host for onebox
|
2013-03-02 00:46:55 +01:00 |
|
Robin Ward
|
5cf69baf56
|
Add specs for Enum class
|
2013-03-01 17:05:39 -05:00 |
|
Robin Ward
|
d410f043a9
|
Merge pull request #290 from alxndr/category-rss
RSS for topics in a category
|
2013-03-01 12:01:26 -08:00 |
|
Gosha Arinich
|
0c99dea153
|
introduce Enum
|
2013-03-01 21:16:36 +03:00 |
|
Alexander
|
fd240c1967
|
RSS for topics in a category
Creates a new route for category RSS
|
2013-03-01 09:52:59 -08:00 |
|
Kirill Pimenov
|
f639397aff
|
Correct stripping of non BasicLatin characters
|
2013-02-28 23:52:35 +04:00 |
|
Alexander
|
8855a0bfbe
|
RSS of a topic via new route
Adds TopicView#recent_posts; Post#by_newest, #with_user, #author_readable; User#readable_name
Autodiscovery tag in topic show HTML.
|
2013-02-26 14:54:17 -08:00 |
|
Gosha Arinich
|
cafc75b238
|
remove trailing whitespaces ❤️
|
2013-02-26 07:31:35 +03:00 |
|
Sam Saffron
|
430a397cde
|
comment out missing test
|
2013-02-24 22:59:09 +11:00 |
|
Sam Saffron
|
b66db4153d
|
refactor and organise current_user better
|
2013-02-24 21:42:04 +11:00 |
|
Robin Ward
|
532b1f5450
|
Can edit category descriptions, they show up in a title attribute
|
2013-02-22 13:43:47 -05:00 |
|
Robin Ward
|
42d996aae1
|
Show empty categories to those who can create them (admins/mods)
|
2013-02-21 10:43:10 -05:00 |
|