Commit Graph

1119 Commits

Author SHA1 Message Date
Robin Ward 49c66037b1 Moved deleting tests to post_destroyer_spec 2013-03-19 14:15:08 -04:00
Robin Ward 96ac0c5569 A site setting for how many similar topics are returned 2013-03-19 13:51:25 -04:00
Neil Lalonde dab49c70bb Dashboard metrics link to their report pages 2013-03-19 12:04:40 -04:00
Robin Ward 1c5613cdfa Update Rails for latest security vunerability fixes 2013-03-19 11:12:34 -04:00
Robin Ward 2d586d8052 Merge pull request #498 from williamherry/add_missing_translation
keep chinese i18n up to date
2013-03-19 07:39:11 -07:00
William Herry 5b987b7262 keep chinese i18n up to date 2013-03-19 22:21:14 +08:00
Robin Ward b1ca53e00b Merge pull request #496 from kubabrecka/cs_update17
cs translation update
2013-03-19 06:42:55 -07:00
Sam ce28982ff0 fix minor mini profiler edge case 2013-03-19 05:19:08 -07:00
Sam 851cd2637c hmmm jshint should warn about this.... 2013-03-19 05:19:07 -07:00
Sam 66b26f6988 Merge pull request #497 from ZogStriP/fix-post-removal-message-in-portuguese
FIX: post removal message is in portuguese
2013-03-19 03:53:41 -07:00
Régis Hanol 9acef70c1e FIX: post removal is in portuguese 2013-03-19 11:45:55 +01:00
Sam e6c70cb7c4 mini profiler update with ?pp=flamegraph 2013-03-19 02:57:20 -07:00
Jeff Atwood f595ace213 tighten composer spacing a bit for topics too 2013-03-19 02:42:08 -07:00
Jeff Atwood f40e21ede3 tighten up reply to spacing on composer 2013-03-19 02:24:18 -07:00
Kuba Brecka 9850386b43 cs translation update 2013-03-19 09:38:52 +01:00
Sam 9805f7d2f5 max upload size message when images are too big. 2013-03-19 00:19:05 -07:00
Sam 1cd26a7dcf oops 2013-03-18 23:44:21 -07:00
Jeff Atwood 503520d885 less wordy automatic post flag hidden PM 2013-03-18 23:30:03 -07:00
Sam dd03f44968 optimise 2013-03-18 23:18:15 -07:00
Sam 0e1174dbe8 Merge pull request #487 from ZogStriP/keep-favorite-title-in-sync-with-status
keep favorite/star button's title in sync with starred status
2013-03-18 21:48:12 -07:00
Sam cc9ea74b41 Merge pull request #490 from ZogStriP/updated-french-l10n
keeping french l10n up to date
2013-03-18 21:46:34 -07:00
Sam c8b891db4a Merge pull request #491 from ZogStriP/better-topic-title-for-crawlers
provide a better title on topic pages for crawlers
2013-03-18 21:46:17 -07:00
Sam 27b16507ac Merge pull request #494 from ZogStriP/consistent-composer-behavior
consistent behavior of the composer's create button
2013-03-18 20:57:47 -07:00
Régis Hanol feecb1374a consistent behavior of the composer's create button 2013-03-19 01:24:10 +01: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
Neil Lalonde c24f6d3d51 Username change: check length in js, we don't need the server to do it 2013-03-18 15:38:19 -04:00
Régis Hanol 125ac9a204 provide a better title on topic pages for crawlers 2013-03-18 19:24:27 +01:00
Régis Hanol 967b03fcfc keep favorite/star button's title in sync with starred status 2013-03-18 18:57:03 +01:00
Robin Ward b6224b014c Move a bunch of callbacks into PostCreator 2013-03-18 13:56:26 -04:00
Neil Lalonde 12768f1d42 Fix admin dashboard layout on smaller widths 2013-03-18 13:44:28 -04:00
Neil Lalonde 766f437e44 Say 'mod' instead of '5' on users per trust level table 2013-03-18 13:25:40 -04:00
Régis Hanol 43e13cf3ea keeping french l10n up to date 2013-03-18 18:23:19 +01:00
Robin Ward c4a5f9d47b Merge pull request #489 from ZogStriP/fix-editing-a-category-and-cancelling
fix some issues when editing a topic title and then cancelling it
2013-03-18 07:41:49 -07:00
Robin Ward c1298979bb Merge pull request #472 from ZogStriP/fixes-random-login
fixes the random login on dev
2013-03-18 07:30:06 -07:00
Robin Ward e1e1bdd0b1 Merge pull request #469 from wojciechka/master
Support for running discourse with a prefix (i.e. as http://servername/discourse)
2013-03-18 07:24:11 -07: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
Régis Hanol 33c100da17 fix some issues when editing a topic title and then cancelling it 2013-03-18 12:00:50 +01:00
Sam 2665617271 Merge pull request #485 from williamherry/add_missing_translation_for_chinese
add missing translation for chinese
2013-03-17 14:46:18 -07:00
Robin Ward 0b4339c103 For Evil Trout blog part 2: switch between bar chart and table 2013-03-17 15:03:34 -04:00
Shawn Holmes 9511beec11 Update README.md
- bullet pointed the getting started guide
- added a reference to the Admin "How To" wiki page
- clarified the developer guide as adequate for beginners
2013-03-17 11:59:24 -06:00
William Herry 4e1c3b635f add missing translation for chinese 2013-03-18 00:48:56 +08:00
Robin Ward 42c234e927 Merge pull request #483 from ZogStriP/site-setting-for-category-color
site setting for category colors
2013-03-17 04:48:01 -07:00
Robin Ward 4e057335d5 Merge pull request #464 from ZogStriP/fix-issues-when-a-failure-happen-while-creating-a-new-category
displays a message when a failure happen while creating a new category
2013-03-17 04:47:44 -07:00
Sam efd883fdf3 Revert "update am serializer to latest with my perf fix"
turns out it is broken for now due to other am updates
2013-03-16 19:13:11 -07:00