Robin Ward
|
a0867bff24
|
Topic Statuses need to be updated by those who have access. I have self flaggelated
as punishment for checking in broken specs before running out earlier.
|
2013-03-29 02:38:54 -04: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 |
|
Robin Ward
|
36269cfbaa
|
Rename 'popular' to 'latest'. First stab at 'Hot' tab.
|
2013-03-27 16:21:23 -04:00 |
|
Robin Ward
|
af7f6fea28
|
Can set the hotness of a category. For the soon to be implemented "hotness" tab.
|
2013-03-26 18:08:58 -04:00 |
|
Robin Ward
|
c372e36cb6
|
Don't count @mentions as links in a post
|
2013-03-25 13:12:15 -04:00 |
|
Robin Ward
|
6568b4aaa9
|
Better error messages when hitting max mentions/images/links
|
2013-03-25 12:27:09 -04:00 |
|
Sam
|
deb603f41c
|
Merge pull request #547 from kid0m4n/convert-ruby-1-9-syntax
Convert a lot of :a => b to a: b and bring peace to the world
|
2013-03-24 16:43:17 -07: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 |
|
Sam
|
36a069488e
|
Merge pull request #492 from sbauch/email-whitelist
added email whitelist SiteSetting feature to replicate email blacklist S...
|
2013-03-24 16:35:24 -07:00 |
|
Régis Hanol
|
7d43058d20
|
FIX: Email notification for different user being mentioned
|
2013-03-24 01:57:00 +01:00 |
|
Neil Lalonde
|
aa6e87c5c1
|
Dashboard memory warning
|
2013-03-22 15:47:35 -04:00 |
|
Robin Ward
|
9c38c13ac5
|
The "Best Of" mode uses a percentage ranking of posts.
|
2013-03-22 15:44:39 -04:00 |
|
Sam Bauch
|
77e3434d81
|
added email whitelist SiteSetting feature to replicate email blacklist. email_validator method now also uses the regex method for both the whitelist and blacklist.
|
2013-03-22 14:49:42 -04:00 |
|
Neil Lalonde
|
6f8d13d47e
|
Dashboard warning when sidekiq is not running
|
2013-03-22 11:35:51 -04: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 |
|
Neil Lalonde
|
d28d81a590
|
Dashboard warning when GC params are default
|
2013-03-20 16:16:23 -04:00 |
|
Neil Lalonde
|
c8508d3f26
|
Dashboard warning when host_names is localhost
|
2013-03-20 15:38:28 -04:00 |
|
Neil Lalonde
|
c3c25b894a
|
Cache dashboard data in the controller, not the report model
|
2013-03-20 13:54:32 -04:00 |
|
Neil Lalonde
|
1e4dd3ea0c
|
Start detecting install problems and report them on the admin dashboard. This commit adds check for Rails.env
|
2013-03-20 12:00:52 -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
|
c1e40f5d19
|
Convert Post type constants to Enum
|
2013-03-18 17:55:05 -04:00 |
|
Robin Ward
|
897d48b145
|
Moved more Post callbacks into service classes
|
2013-03-18 17:54:55 -04:00 |
|
Robin Ward
|
d5e4243f02
|
Move draft sequence incrementing out of after_save
|
2013-03-18 17:54:50 -04:00 |
|
Robin Ward
|
5aec5261a7
|
Converted flag threshold constants to enums
|
2013-03-18 17:54:43 -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 |
|
Neil Lalonde
|
50b04b2209
|
Add email counts to admin dashboard
|
2013-03-18 10:08:09 -04:00 |
|
Neil Lalonde
|
6a99d12784
|
Add likes to admin dashboard
|
2013-03-18 10:08:08 -04:00 |
|
Neil Lalonde
|
0e63de59b5
|
Comment out report_spec.rb for now because it fails sometimes
|
2013-03-16 19:42:23 -04:00 |
|
Neil Lalonde
|
d9cdde9aa7
|
Add user counts for each trust level to admin dashboard
|
2013-03-15 18:09:02 -04:00 |
|
Neil Lalonde
|
8983df9856
|
Show current user count for now, not at different points in time
|
2013-03-15 18:09:01 -04:00 |
|
Robin Ward
|
1a60301a17
|
Merge branch 'fixes-topic-title-length-too-short' of git://github.com/ZogStriP/discourse
Conflicts:
app/assets/javascripts/discourse/controllers/composer_controller.js
app/assets/javascripts/discourse/views/composer_view.js
config/locales/client.en.yml
|
2013-03-15 16:49:17 -04:00 |
|
Robin Ward
|
ad082cea70
|
Big commit:
- Support for a popup that shows similar topics
- Cleaned up a lot of Javascript
- Cleaned up use of Promises
|
2013-03-15 14:35:33 -04:00 |
|
Robin Ward
|
ea20993bed
|
FIX: Don't create a new version when a post is recovered. Also display username instead of full name for consistency.
|
2013-03-13 12:35:55 -04:00 |
|
Sam
|
fcc6aac008
|
hacked dates so jeff sees no more 1mons everywhere.
|
2013-03-13 00:05:21 -07:00 |
|
Neil Lalonde
|
40c27ff3cf
|
Add flag counts to admin dashboard
|
2013-03-12 14:40:59 -04:00 |
|
Neil Lalonde
|
4eda422cdf
|
Add total users report; restructure dashboard reports js
|
2013-03-12 14:40:59 -04:00 |
|
Robin Ward
|
1103dde5cd
|
Fix: When you split topics, featured users and like counts were incorrect.
|
2013-03-12 12:33:42 -04:00 |
|
Neil Lalonde
|
f1908fd8e8
|
Fix report_spec so it's not so fussy and breaks sometimes
|
2013-03-11 10:40:13 -04: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 |
|
Sam
|
621f946193
|
fuff with test so it passes
|
2013-03-10 19:58:42 -07:00 |
|
Neil Lalonde
|
8927432a93
|
Add stats to the admin dashboard
|
2013-03-09 15:34:27 -05: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
|
b8fd734d0e
|
Merge branch 'refactor-category' of git://github.com/goshakkk/discourse
Conflicts:
app/models/category.rb
|
2013-03-08 10:49:25 -05:00 |
|
Robin Ward
|
052887c296
|
Category Topics are no longer invisible, they are pinned.
|
2013-03-07 12:46:23 -05:00 |
|
Robin Ward
|
f8d8272406
|
Cleaned up TopicUserSpec, introduces clearing of pinned topics
|
2013-03-07 12:19:25 -05:00 |
|
Robin Ward
|
30aae8e793
|
Topic was not sanitizing <b> and <img> tags from titles
|
2013-03-06 11:36:42 -05:00 |
|