737bb96737
translation accelerator
2013-04-24 14:40:09 +10:00
c9ed7100b1
bug fix
2013-04-24 12:26:39 +10:00
0b76166ad1
inflector backport
2013-04-24 12:02:36 +10:00
631ed3df58
Checking size of some gifs throws a Zlib::BufError. Tolerate it until we can figure out why.
2013-04-23 14:08:05 -04:00
2e8e4b7c6e
Don't send an email for a topic that has been deleted
2013-04-23 13:10:11 -04:00
439877bdb9
Show a warning if there are email jobs in the retry queue
2013-04-22 13:37:16 -04:00
82b03a1661
Version bump to v0.8.7
2013-04-19 17:33:33 -04:00
0cd7c592ec
remove HTML from amazon byline
2013-04-19 13:45:22 -07:00
ec0525ff37
add HTG to the onebox opengraph whitelist
2013-04-19 12:51:06 -07:00
1bd3744676
disable image optimization for now
2013-04-19 09:50:23 +10:00
4a94f12a33
FIX: optimized images url when using a CDN
2013-04-19 00:19:08 +02:00
28d111d370
typo
2013-04-18 17:23:52 +10:00
8367951000
sprockets upgrade
...
stop bundling all js files in dev, replace with turbo boosted serving of assets
2013-04-18 16:33:25 +10:00
0c65c4d92e
fix error
2013-04-18 11:34:40 +10:00
2a65dd41d4
some safety
2013-04-18 10:04:42 +10:00
723df0b964
deleted topics get no notifications
2013-04-18 10:00:55 +10:00
cb8f3f1a6f
fix feature job so it does not fail out when a topic is deleted
2013-04-18 09:35:15 +10:00
b64a4100fa
change "visitor" trust level to "new user"
...
I blame me for this mistake.. visitor means other stuff in practice. New
User is correct meaning.
2013-04-17 16:11:24 -07:00
e76f629df8
Text Cleaner now removes all periods from the end of the title
2013-04-18 00:19:42 +02:00
ee23a088ea
Add SoundcloudOnebox to support http and https
2013-04-17 16:24:00 -04:00
3b6aeb14c7
Add subtype to topics to classify private messages
2013-04-16 16:56:18 -04:00
c2e58b61c9
automatically resizes images
2013-04-15 23:32:26 +02:00
b24c1a1ad9
better consistency around email case sensitivity
2013-04-15 02:20:33 +02:00
c6ab9fec9d
Unregister forum membership at Discourse Hub when deleting a user
2013-04-15 14:52:07 -04:00
56c858e58b
Use transaction around deleting a user and logging that action
2013-04-15 11:39:30 -04:00
dec6b9970a
guard failed me
2013-04-15 15:37:31 +10:00
4413d2a92b
Version bump to v0.8.6
2013-04-12 16:55:24 -04:00
651cfba93f
Add ability to destroy a user with 0 posts
2013-04-12 16:53:00 -04:00
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
e1b958d483
oops
2013-04-11 21:31:56 +10:00
850b042cab
introduce rack:cache as a default, so users don't need to configure apache or nginx
...
under rack cache we are able to serve 620reqs a second per thin (on my machine) before it 12 (on my machine)
reorganised so mini profilers can be cleanly disabled from config file
added caching for categories index
move production.rb to production.sample.rb
2013-04-11 16:24:21 +10:00
5f30ea7463
Merge pull request #684 from ZogStriP/auto-replace-rules-in-titles
...
auto replace rules in titles
2013-04-10 21:12:20 -07:00
17becd0e5f
update the list of i18n postgre stemmers
2013-04-10 19:45:29 +02:00
c5cf8be864
auto replace rules in titles
2013-04-10 11:00:50 +02:00
33e3ad1603
clean up onebox application so it uses a single code path
...
use fragments for oneboxes
strip parent <p> if <div> is in it
clean some tests
2013-04-10 17:52:38 +10:00
00f9e628e0
Don't apply markdown to content of [quote] -- it messes up spacing.
2013-04-09 17:32:50 -04:00
47fb99198a
path to asset is insanely slow cause it is pluralizing the word "javascript" over and over and over and over again.
2013-04-09 11:54:00 +10:00
8942d9a094
Okay, THIS time the specs should pass. Geez.
2013-04-08 11:23:03 -04:00
9c461aced4
Safer code - check that topic is present.
2013-04-08 11:01:55 -04:00
1715aa66d9
Fixes issue with featuring topic users
2013-04-08 10:51:01 -04:00
9ad320768e
Merge pull request #667 from ZogStriP/dont-track-links-in-oneboxes
...
don't track links in oneboxes
2013-04-07 18:30:24 -07:00
d080ae4d2d
don't track links in oneboxes
2013-04-08 02:24:12 +02:00
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
a14f62766e
Replace MultisiteI18n hack with SiteContent and admin editing.
2013-04-05 16:48:15 -04:00
72b4f41254
Can change TOS content via site content editor
2013-04-05 15:21:55 -04:00
af9b27358c
If an admin or moderator edits a visitor's post, the restrictions should be based
...
on the *editors* access rights, not the original poster.
2013-04-05 13:59:00 -04:00
68bdab6635
Post processing of images adds prefix second time when post processing a post with one or more images if running with a prefix
2013-04-05 12:38:20 +02:00
a2cca2540e
some minimal site settings diags
...
fix issue where days_visited was totally out of sync
2013-04-05 17:47:54 +11:00
a7f92ec0c1
topic reply count resync for each new post
2013-04-05 17:47:54 +11:00
bf8e756175
Merge pull request #637 from wojciechka/master
...
Putting rootURL in JavaScript using Discourse::base_uri and erb
2013-04-04 21:42:54 -07:00