Sam
|
bfb37054e8
|
Badge Grouping work in progress
|
2014-07-17 16:11:10 +10:00 |
Sam
|
e8ca1a2469
|
FEATURE: allow overriding badge names
FEATURE: allow html in badge description
|
2014-07-17 16:11:09 +10:00 |
Sam
|
5ad519e2bc
|
Rename Read Faq, Read Guidelines
|
2014-07-16 17:55:08 +10:00 |
Sam
|
4c25fedf70
|
FEATURE: Reader badge
Read a every post in a topic that if 50 posts or longer
|
2014-07-15 15:16:41 +10:00 |
Sam
|
833c50c460
|
FEATURE: Read Faq badge
|
2014-07-11 17:32:29 +10:00 |
Sam
|
89fc989adb
|
FEATURE: First Quote badge
|
2014-07-11 14:17:43 +10:00 |
Neil Lalonde
|
fd55a3fd66
|
FEATURE: add a welcome topic to the Lounge category. Copy needs to be improved.
|
2014-07-10 15:13:18 -04:00 |
Neil Lalonde
|
c6a313d458
|
Seed categories with capitalized names
|
2014-07-10 11:28:49 -04:00 |
Sam
|
c5d3db9148
|
FIX: there is no trust_level_5
|
2014-07-10 12:17:13 +10:00 |
Sam
|
928848c0a8
|
FEATURE: First Link badge
|
2014-07-10 12:02:16 +10:00 |
Sam
|
e32e96dabb
|
FEATURE: new badges
- Pay it forward renamed to first like
- First flag
- First share
|
2014-07-09 12:17:39 +10:00 |
Sam
|
81682b74b7
|
Feature: Paying it forward badge
|
2014-07-08 14:26:53 +10:00 |
Sam
|
c839ee86fc
|
FIX: fixture order
|
2014-07-08 07:17:44 +10:00 |
Sam
|
0f25bbeaf7
|
FEATURE: Editor badge
|
2014-07-07 17:55:40 +10:00 |
Sam
|
9a9ad9bda8
|
FEATURE: Badge progress
- Refactor model so it stores backfill query
- Implement autobiographer
- Remove sample badge
- Correct featured badges to only include a badge once
|
2014-07-03 17:29:44 +10:00 |
Vikhyat Korrapati
|
3ba65af19e
|
Add like-based system badges.
|
2014-06-19 17:10:43 +05:30 |
Sam
|
56dcd00570
|
BUGFIX: trust_level_0 group not including trust_level_1
BUGFIX: manual trust level change not adding user to groups
BUGFIX: system not in correct trust level groups
|
2014-06-17 10:52:02 +10:00 |
Andrew Bezzub
|
9ffd173873
|
move bio to UserProfile from User
|
2014-06-13 14:55:32 -04:00 |
Sam
|
504cfcff96
|
Fix specs for avatars
Implement avatar picker
Correct avatar related jobs
|
2014-05-27 10:08:03 +10:00 |
Sam
|
6c1c8be794
|
Work in progress, keeping avatars locally
This introduces a new model to store the avatars and 3 uploads per user (gravatar, system and custom)
user can then pick which they want.
|
2014-05-27 10:08:03 +10:00 |
Sam
|
eff8c22638
|
There is this thing called SQL and it is about 1000x faster
|
2014-05-16 10:34:06 +10:00 |
Sam
|
5914d0e132
|
Merge pull request #2311 from vikhyat/badge-system
Add automatically assigned trust level badges
|
2014-05-16 09:08:00 +10:00 |
Sam
|
8bf19e244a
|
Don't litter stuff with p statements
|
2014-05-15 12:19:53 +10:00 |
Vikhyat Korrapati
|
b144b75565
|
Add automatically assigned trust level badges.
|
2014-05-14 20:47:21 +05:30 |
Neil Lalonde
|
c4d3aa3d47
|
Theming: a UI to choose some base colors that are applied to all the site css. CSS compiled outside of asset pipeline.
|
2014-05-14 10:18:12 -04:00 |
Sam
|
a619aa4bbb
|
BUGFIX: initial migrate was broken cause bust schema was cached
|
2014-05-12 13:31:33 +10:00 |
Louis Rose
|
1574485443
|
Perform the where(...).first to find_by(...) refactoring.
This refactoring was automated using the command: bundle exec "ruby refactorings/where_dot_first_to_find_by/app.rb"
|
2014-05-06 14:41:59 +01:00 |
Neil Lalonde
|
93c3ec2a54
|
FIX: welcome topic needs to be pinned globally
|
2014-05-05 10:47:52 -04:00 |
Neil Lalonde
|
feaaf55a0c
|
Theming: color scheme editing. Unfinished! Doesn't have any effect on css files yet.
|
2014-04-24 16:49:12 -04:00 |
Sam
|
87f37b3ee9
|
Merge pull request #2271 from vikhyat/badge-system
Badge system updates
|
2014-04-17 16:22:41 +10:00 |
Vikhyat Korrapati
|
b62606e7f1
|
Remove color_hexcode column from badge_types.
|
2014-04-17 05:36:29 +05:30 |
Jeff Atwood
|
3b02257edb
|
better admin quick start guide
|
2014-04-16 00:13:52 -07:00 |
Neil Lalonde
|
7780013c3a
|
Seed categories in transactions
|
2014-03-19 12:00:13 -04:00 |
Sam
|
7460e5ed24
|
BUGFIX: dupe topic names could booby trap seeding
|
2014-03-19 09:30:17 +11:00 |
Sam
|
fe63db7953
|
Merge pull request #2115 from vikhyat/badge-system
Initial badge system implementation
|
2014-03-17 10:06:37 +11:00 |
Vikhyat Korrapati
|
9b26c8584e
|
Initial badge system implementation.
|
2014-03-14 21:49:26 +05:30 |
Neil Lalonde
|
99285f73e7
|
FIX: don't try to create category description topic if it already exists
|
2014-03-14 10:26:17 -04:00 |
Neil Lalonde
|
ec7ef21403
|
Add a Staff category. Have a topic for assets in the Staff category. Move admin quick start guide to Staff category. Quick start guide is not invisible anymore.
|
2014-02-27 17:38:20 -05:00 |
Neil Lalonde
|
fdcd3c20b6
|
Admin Quick Start Guide topic is visible only to staff in new sites
|
2014-02-25 10:35:37 -05:00 |
Neil Lalonde
|
3690a24f7f
|
FIX: welcome topic should be uncategorized
|
2014-02-24 14:27:29 -05:00 |
Sam
|
04f1a5c3f8
|
FEATURE: added welcome to discourse topic
|
2014-02-04 13:21:43 +11:00 |
Neil Lalonde
|
714a40313d
|
Don't seed a welcome topic on every db:migrate
|
2014-01-23 16:42:03 -05:00 |
Sam
|
f59c223210
|
BUGFIX: not seeding welcome topic
|
2014-01-23 22:59:53 +11:00 |
Sam
|
fc3bad8ff4
|
FEATURE: Seed a meta category, we want everyone to have it
|
2014-01-22 16:05:46 +11:00 |
Régis Hanol
|
1fd71bb237
|
BUGFIX: make the system_user an elder (TL=4)
Otherwise it won't be able to create topic when the `min_trust_to_create_topic` is > 0
|
2014-01-21 15:21:38 +01:00 |
Neil Lalonde
|
0289053a70
|
Add the Lounge category, an exclusive area for trust level 3 users
|
2014-01-20 16:52:55 -05:00 |
Neil Lalonde
|
33c3e027b3
|
Revert "Add the Lounge category, an exclusive area for trust level 3 users"
|
2014-01-20 15:43:04 -05:00 |
Neil Lalonde
|
2d98720cc8
|
Add the Lounge category, an exclusive area for trust level 3 users
|
2014-01-20 15:06:20 -05:00 |
Sam
|
3681f69085
|
BUGFIX: if users somehow deleted the uncategorized category, it is re-created
|
2014-01-02 11:08:23 +11:00 |
Sam
|
820e29e30e
|
don't seed welcome topic in test db
|
2013-12-16 12:48:45 +11:00 |
Sam
|
8ad78dcce2
|
added quick start guide to seeds
|
2013-12-16 12:46:46 +11:00 |
Sam
|
6e1198334c
|
automatic groups should be bootstrapped
|
2013-11-18 12:53:14 +11:00 |
Sam
|
270fde7dbd
|
correct rake test:prepare so it seeds the db correctly
move category creation into seeds as well, so db can be seeded from structure.sql
|
2013-10-25 10:31:33 +11:00 |
Neil Lalonde
|
648b11a0eb
|
Add screening by IP address. When deleting a user as a spammer, block all signups from the same IP address.
|
2013-10-21 14:50:18 -04:00 |
Sam
|
641c51367a
|
fix broken build
hack to allow for PMs with no users for flagging needs
|
2013-09-06 18:03:30 +10:00 |
Sam
|
2ce4468aa5
|
rename system_username to site_contact_username , system_user is a special user with -1 id that is only used for certain admin tasks
for example system_user will autoclose stuff if needed, it will delete stubs and be the target for flag pms
|
2013-09-06 17:28:37 +10:00 |
Sam
|
41a1b6942d
|
notify moderators now goes to the "community" user, that saves our poor mods from a flood of pms
if any staff respond to a pm they are automatically added to the list of recipients and will start
getting email notifications
|
2013-09-06 14:07:23 +10:00 |
Robin Ward
|
89f182899f
|
Support for custom Privacy Policies
|
2013-06-26 10:59:36 -04:00 |
Sam
|
e969eb14e8
|
added 2 new flag types: notify user and notify moderators
fixed up messed up user navigation
refactored
|
2013-04-12 17:55:45 +10:00 |
Sam
|
3d3b589b4d
|
for now, run seed fu automatically after migrate ... still think there should be a cleaner way
|
2013-04-08 09:56:42 +10:00 |
Robin Ward
|
fa1ba6791b
|
Work in Progress: Content Editing in Admin Section
|
2013-04-04 17:26:22 -04:00 |
Gosha Arinich
|
0c99dea153
|
introduce Enum
|
2013-03-01 21:16:36 +03:00 |
Sam Saffron
|
f79f0e740a
|
Don't allow users to double flag stuff
Correct seed fu to match model
|
2013-02-07 10:45:58 +11:00 |
Robin Ward
|
21b5628528
|
Initial release of Discourse
|
2013-02-05 14:16:51 -05:00 |