Jeff Atwood
|
d9a8419d68
|
Merge pull request #1087 from ZogStriP/fix-posts-rebake
Fix posts rebake
|
2013-06-24 15:32:14 -07:00 |
|
Régis Hanol
|
3d2ef18bb7
|
move BBCode formating before the markdown conversion
|
2013-06-24 22:25:08 +02:00 |
|
Neil Lalonde
|
e12dff2c31
|
New bootbox renders all the buttons backwards. :<
|
2013-06-24 15:29:58 -04:00 |
|
Neil Lalonde
|
c79ab3fc2e
|
Change modal that asks which topic you want to reply in; upgrade bootbox.js
|
2013-06-24 15:01:07 -04:00 |
|
Robin Ward
|
1b8c9d2efd
|
Merge pull request #1077 from jamesaanderson/jump-to-last-post-in-best-of-mode-fix
Jump to last post in "Best of" mode fix
|
2013-06-24 06:26:44 -07:00 |
|
Jeff Atwood
|
ab74bbfc8e
|
we use wrench for admin not cog
NO WIRE COAT HANGERS!! NO WIIIIREEE COOAATT HANNGGERSS
|
2013-06-24 01:22:40 -07:00 |
|
James Anderson
|
c6113f6701
|
Jump to last post in "Best of" mode fix
http://meta.discourse.org/t/jump-to-last-post-does-not-work-in-best-of-mode/7626/
|
2013-06-23 12:12:37 -07:00 |
|
Sam
|
47fd1c5228
|
more left over code removed
|
2013-06-23 15:33:35 +10:00 |
|
Sam
|
25bb8cf382
|
remove dead uncalled code
|
2013-06-23 15:28:38 +10:00 |
|
Robin Ward
|
82c21868f3
|
Moved JSHint into Qunit suite. It's much harder to forget about now!
|
2013-06-21 14:07:11 -04:00 |
|
Robin Ward
|
bb908d5913
|
Email parsing uses Traditional Markdown Linebreaks by default. Added JS tests for line breaks.
|
2013-06-21 11:37:26 -04:00 |
|
Robin Ward
|
601c35fc58
|
Merge pull request #1067 from adkron/feature/supress_to_suppress
Correct spelling of suppress
|
2013-06-21 07:08:12 -07:00 |
|
Jeff Atwood
|
bcf54be780
|
incorrect nesting of #each on /admin/flags
|
2013-06-21 00:40:20 -07:00 |
|
Jeff Atwood
|
a9c251e71a
|
restructure /admin/flags rows a bit
|
2013-06-21 00:29:54 -07:00 |
|
Jeff Atwood
|
6de1e16595
|
add icons to the flag action buttons
|
2013-06-21 00:12:17 -07:00 |
|
Amos L King
|
777e8c2012
|
Correct spelling of suppress
supress => suppress
Amos King @adkron <amos.l.king@gmail.com>
|
2013-06-20 23:44:27 -05:00 |
|
Neil Lalonde
|
42564c9ce7
|
Mods can edit categories
|
2013-06-20 15:09:31 -04:00 |
|
Robin Ward
|
3257bef387
|
Category List and Topic View Integration Test
|
2013-06-20 15:02:26 -04:00 |
|
Robin Ward
|
d78898443d
|
Oops: Forgot debugging information in scrolling handlers
|
2013-06-20 14:32:22 -04:00 |
|
Robin Ward
|
a8b5716421
|
FIX: Coudln't scroll while on Qunit page due to browser bindings
|
2013-06-20 14:29:59 -04:00 |
|
Robin Ward
|
cc90939aa8
|
Merge pull request #1056 from cezarcp/text_logo
Allow to use a text logo when logo_url setting is set to an empty value
|
2013-06-20 10:00:47 -07:00 |
|
Neil Lalonde
|
88a9e13510
|
Don't create globals in i18n.js
|
2013-06-20 12:47:50 -04:00 |
|
Neil Lalonde
|
94853f0295
|
Fix length check of pm body; refactor composer length and title length validation
|
2013-06-20 12:33:34 -04:00 |
|
Cezar
|
132b0498ed
|
added a conditional that checks if the logo_url setting is empty. In that case, the logoHTML function returns a header tag with the site_title as its content
|
2013-06-20 12:28:52 -03:00 |
|
Sam
|
4a8a663a67
|
flagging workflow changes per http://meta.discourse.org/t/we-need-an-archive-flag-notification-button/7450
|
2013-06-20 17:42:15 +10:00 |
|
Sam
|
6a9484155d
|
oops forgot to reorder this
|
2013-06-19 17:04:34 +10:00 |
|
Sam
|
31bcabd5e1
|
minor UI fixes for site customisations
|
2013-06-19 15:18:22 +10:00 |
|
Sam
|
e7d6b25998
|
shuffle around the topic metadata so we don't need absolute positioning
|
2013-06-19 14:44:36 +10:00 |
|
Neil Lalonde
|
66c18a0bec
|
I missed one td that needs the activity class
|
2013-06-18 18:53:34 -04:00 |
|
Neil Lalonde
|
b7efd0be50
|
Move post date and edits link to top right of content area
|
2013-06-18 17:35:37 -04:00 |
|
Neil Lalonde
|
c9556b4bb8
|
Remove bookmark from top right of post; move its functionality to the post menu button
|
2013-06-18 17:35:37 -04:00 |
|
Robin Ward
|
60fce196c7
|
More Qunit tests including a CLI runner
|
2013-06-18 13:44:20 -04:00 |
|
Robin Ward
|
8e96299653
|
FIX: Discourse.Presence was broken on arrays. The flag button was showing for anonymous users.
|
2013-06-18 11:36:48 -04:00 |
|
Sam
|
14e7bb4a08
|
improve style a tiny bit
|
2013-06-18 17:22:37 +10:00 |
|
Sam
|
80c42753e1
|
fix up find as you type for the invite into PM function
allow mods to remove users from a PM
|
2013-06-18 17:17:01 +10:00 |
|
Sam
|
7abb20928b
|
Merge pull request #1033 from chrishunt/move-dynamic-favicon-to-user
Move 'dynamic favicon' setting to User preference
|
2013-06-17 17:31:02 -07:00 |
|
Neil Lalonde
|
014db4c2e9
|
Discourse.Site.instance now returns a singleton object; add js test for NavItem
|
2013-06-17 13:05:08 -04:00 |
|
Robin Ward
|
3c7eb3a4e8
|
FIX: null dates crashed the client app. last_posted_at was not updating properly on split topic.
|
2013-06-17 13:02:50 -04:00 |
|
Robin Ward
|
c2d9d95237
|
FIX: Dates in the history window shouldn't wrap in spans
|
2013-06-17 11:56:50 -04:00 |
|
Robin Ward
|
797b99db7c
|
Moved a bunch of tests to QUnit. Added basic Discourse.Site support to test suite.
|
2013-06-17 11:38:30 -04:00 |
|
Sam
|
a15ab2a0a6
|
flag type summary
|
2013-06-17 17:15:56 +10:00 |
|
Sam
|
4714d31c01
|
fix scrolling while clicking up and down on search results
|
2013-06-17 16:23:03 +10:00 |
|
Sam
|
30df1b1815
|
fix positioning regression
|
2013-06-17 16:05:41 +10:00 |
|
Sam
|
8c7519df86
|
missing pluralization
|
2013-06-17 15:37:46 +10:00 |
|
Sam
|
dd5cd1df4f
|
Merge pull request #1037 from ZogStriP/imagineering
Imagineering
|
2013-06-16 22:01:10 -07:00 |
|
Sam
|
0052e78bfe
|
render error when people attempt to save an invalid group name
hide controls when we showing an automatic group
|
2013-06-17 13:43:06 +10:00 |
|
Sam
|
b97d186cb5
|
automatic groups should not allow you to muck with the listed users in the group
|
2013-06-17 12:54:25 +10:00 |
|
Sam
|
7c73140674
|
offsets for find as you type names for PMS and Groups were crazy, change it so it renders the autocomplete below.
|
2013-06-17 12:14:59 +10:00 |
|
Sam
|
fe979b7299
|
correct suggested list trigger to perform all work AFTER it is debounced, avoids incorrect new/unread items
|
2013-06-17 12:00:06 +10:00 |
|
Régis Hanol
|
6ea91b4416
|
remove useless upload topic direct association
|
2013-06-17 02:49:33 +02:00 |
|