Arpit Jalan
|
68377ba4ab
|
add class for container div on 404 page
|
2015-02-04 00:40:21 +05:30 |
|
Robin Ward
|
9a07945a16
|
FIX: Don't add constants for ES6 modules in plugins
If you're using ES6 in a plugin, you shouldn't be depending on the
backwards compatibility layer. That's for proper Discourse only.
|
2015-02-03 13:14:05 -05:00 |
|
Robin Ward
|
d0630b7f26
|
Update to latest onebox gem
|
2015-02-03 12:55:41 -05:00 |
|
Régis Hanol
|
0e5c9b2590
|
small upload code refactor
|
2015-02-03 18:44:18 +01:00 |
|
Régis Hanol
|
91b3123e14
|
Merge pull request #3165 from techAPJ/patch-2
FIX: allow TL4 user to rebake post
|
2015-02-03 18:32:43 +01:00 |
|
Arpit Jalan
|
b413c6249d
|
FIX: allow TL4 user to rebake post
|
2015-02-03 22:49:01 +05:30 |
|
Robin Ward
|
d9c6acafc0
|
Merge pull request #3164 from techAPJ/patch-2
FIX: URL encoding was not working for %23 in links
|
2015-02-03 11:39:40 -05:00 |
|
Arpit Jalan
|
a092944582
|
FIX: URL encoding was not working for %23 in links
|
2015-02-03 22:06:49 +05:30 |
|
Jeff Atwood
|
c1ddda3e8f
|
try removing "loading topic..." vs spinner
|
2015-02-02 23:10:07 -08:00 |
|
Sam
|
7e259375e9
|
PERF: properly pass topic_id to post action cache to avoid excessive query
in the past auto closing was forcing a consistency check on topic, which in
turn was triggering a full post action cache rebuild
|
2015-02-03 15:59:26 +11:00 |
|
Sam
|
85d9b2d227
|
regression, missing local storage would cause script to break
|
2015-02-03 13:17:03 +11:00 |
|
Sam
|
78b879d666
|
remove superflous rules break firefox
|
2015-02-03 11:56:57 +11:00 |
|
Sam
|
5ddec2e76d
|
revert lodash upgrade, it is causing severe breakages elsewhere
|
2015-02-03 11:51:34 +11:00 |
|
Jeff Atwood
|
80d8b133d9
|
slight emoji dialog tweak
|
2015-02-02 15:41:53 -08:00 |
|
Sam
|
5eea774f54
|
update gems
|
2015-02-03 10:31:37 +11:00 |
|
Sam
|
0f1bd60ab2
|
update gems
|
2015-02-03 10:24:24 +11:00 |
|
Sam
|
d1dd0d888a
|
FIX: message bus was causing constant redis growth
(minor amount of space but it adds up)
|
2015-02-03 10:22:40 +11:00 |
|
Jeff Atwood
|
2dbe747918
|
emoji dialog UX tweaks
https://meta.discourse.org/t/idea-design-window-emoticons/24654
|
2015-02-02 14:43:10 -08:00 |
|
Régis Hanol
|
03f7a12b52
|
UX: use 🌟 icon for recently used emoji tab
|
2015-02-02 22:28:58 +01:00 |
|
Neil Lalonde
|
a064bad9a3
|
fix Ning import script when resuming an import
|
2015-02-02 16:01:48 -05:00 |
|
Régis Hanol
|
20308ecfd9
|
fix typo (stupid 🇫🇷)
|
2015-02-02 21:55:44 +01:00 |
|
Régis Hanol
|
69f95df297
|
FEATURE: recently used emoji tab
⬆️ update lodash to V.3.0.1
|
2015-02-02 21:54:15 +01:00 |
|
Robin Ward
|
06279b5c6a
|
Add a new event for when a post is confirmed as spam
|
2015-02-02 15:52:21 -05:00 |
|
Régis Hanol
|
0a252d7785
|
FIX: quote whote post should insert at cursor position
|
2015-02-02 19:08:28 +01:00 |
|
Robin Ward
|
f15b0d205f
|
FIX: The "too similar" check happened when trying to make a post a wiki
|
2015-02-02 12:44:56 -05:00 |
|
Neil Lalonde
|
b56999e984
|
show last 30 days on about page
|
2015-02-02 12:27:49 -05:00 |
|
Robin Ward
|
8ba72b3a84
|
Merge pull request #3161 from techAPJ/patch-2
FIX: uncategorized category was not loading updates in edit mode
|
2015-02-02 11:29:28 -05:00 |
|
Arpit Jalan
|
88306cc112
|
FIX: uncategorized category was not loading updates in edit mode
|
2015-02-02 21:50:29 +05:30 |
|
Régis Hanol
|
b9ff4a5e81
|
UX: fix 'revision details' styling in revision history window
|
2015-02-02 12:13:37 +01:00 |
|
Jeff Atwood
|
5605238fb7
|
Merge pull request #3160 from techAPJ/update-docs
update meta url
|
2015-02-02 02:21:20 -08:00 |
|
Arpit Jalan
|
5bfa6e5ab9
|
update meta url
|
2015-02-02 15:44:38 +05:30 |
|
Jeff Atwood
|
9d4ee9553d
|
add some breathing room to quoted categories
|
2015-02-02 02:08:06 -08:00 |
|
Régis Hanol
|
e2a65a6605
|
Merge pull request #3159 from riking/patch-6
FIX: Add Google Analytics code to crawler view
|
2015-02-02 11:07:47 +01:00 |
|
Jeff Atwood
|
737f81b3a9
|
remove default bgcolor from code highlight
|
2015-02-02 01:53:24 -08:00 |
|
Jeff Atwood
|
e45b3c15c3
|
Revert "FIX: auto orientation code causing grey images to appear blackish"
This reverts commit f680374820 .
|
2015-02-02 01:27:52 -08:00 |
|
riking
|
c6e27399b3
|
FIX: Add Google Analytics code to crawler view
|
2015-02-02 00:49:58 -08:00 |
|
Sam
|
8304c306a4
|
Merge pull request #3158 from techAPJ/patch-2
FIX: Not allow TL4 user to set staff color
|
2015-02-02 16:27:39 +11:00 |
|
Arpit Jalan
|
a29970275a
|
FIX: Not allow TL4 user to set staff color
|
2015-02-02 10:38:42 +05:30 |
|
Jeff Atwood
|
be16bbdd89
|
Merge pull request #3157 from mcwumbly/install-docs
Update install docs:
|
2015-02-01 17:14:37 -08:00 |
|
David McClure
|
e6d9f02f0a
|
Update install docs:
1. add deprecation warning for Heroku install guide
2. remove incomplete and outdated cloud66 guide
3. remove unused links to unofficial guides from main install doc
|
2015-02-01 15:28:40 -08:00 |
|
Sam
|
05a56b25a9
|
FIX: setting custom avatar would not work a lot of the time
Due to internal structure we were often caching "redirect" images.
|
2015-01-31 23:42:50 +11:00 |
|
Sam
|
f680374820
|
FIX: auto orientation code causing grey images to appear blackish
|
2015-01-31 18:05:50 +11:00 |
|
Sam
|
f4609fd6ae
|
selection refactor caused wrench to show up in topic list for non-admins
|
2015-01-31 17:16:08 +11:00 |
|
Sam
|
8b95511816
|
correct bad styling in user->pref->categories
|
2015-01-31 17:04:53 +11:00 |
|
Jeff Atwood
|
79daa4b410
|
Merge pull request #3156 from techAPJ/patch-2
FIX: Toggling staff color on a post doesn’t change button text
|
2015-02-01 12:28:58 -08:00 |
|
Arpit Jalan
|
3e7cc18276
|
FIX: Toggling staff color on a post doesn’t get applied
|
2015-02-02 01:11:35 +05:30 |
|
Régis Hanol
|
c502e9fc47
|
Merge pull request #3153 from gschlager/import_scripts
FIX: The order of includes in the base importer was wrong.
|
2015-01-31 17:44:45 +01:00 |
|
Gerhard Schlager
|
827daf7f0f
|
FIX: The order of includes in the base importer was wrong.
https://meta.discourse.org/t/importer-for-simple-machines-2-forums/17656/58
|
2015-01-31 15:42:39 +01:00 |
|
Jeff Atwood
|
3948ea89eb
|
Update INSTALL.md
|
2015-01-30 16:39:44 -08:00 |
|
Jeff Atwood
|
674e917243
|
Update INSTALL.md
|
2015-01-30 16:34:09 -08:00 |
|