Sam
803d023e23
Fixed GitHub auth, GitHub can provide us with a valid email - so automatically log in for those cases
2013-08-02 12:16:44 +10:00
Neil Lalonde
cf333268d5
Fix: flag modal sometimes doesn't have nuke user button when it should
2013-08-01 22:00:00 -04:00
Sam
d25dfb85ce
Merge pull request #1280 from kubabrecka/cs_update50
...
cs translation update
2013-08-01 18:13:32 -07:00
Sam
76678f0024
broken hinting fixed
2013-08-02 11:09:54 +10:00
Sam
d343d512b9
favorite user action consistency
2013-08-02 11:07:18 +10:00
Sam
3246f066c6
an attempt at getting this working on rails 4 ... not fruitful
2013-08-02 10:31:36 +10:00
Sam
09f9ed3609
nuking turbo sprockets, having lots of issues precompiling on jenkins
2013-08-02 10:07:57 +10:00
Sam
857e2e6a19
correct scope, it should user:email to get read access to email
2013-08-02 10:03:29 +10:00
Sam
5e23a0681d
work in progress, will finalize soon
2013-08-02 09:59:25 +10:00
Sam
2162e3bbb5
we need email scope (also as I edit files I like to keep quoting consistent)
2013-08-02 09:59:25 +10:00
Sam
75345c1f8f
rails 4 to use github branch so we get all fixes (in particular order fixes)
2013-08-02 09:59:25 +10:00
Jeff Atwood
b31f26ba01
Merge pull request #1283 from ZogStriP/enhance-upload-selector
...
enhance upload selector
2013-08-01 16:57:33 -07:00
Jeff Atwood
7ca0341bdb
clarify 4 GB total with swap
2013-08-01 16:42:42 -07:00
Régis Hanol
faeb4a9ebd
enhance upload selector
...
- Change the icon on the button to a file when attachments are enabled
- Display the list of allowed extensions in the upload selector
- FIX : regexps for validating uploads weren't escaping the dots
2013-08-02 01:30:18 +02:00
Jeff Atwood
c063580275
slightly shorter copy for first post JIT education
2013-08-01 15:58:46 -07:00
Jeff Atwood
c50294cfea
clarify on minimum reqs
2013-08-01 15:36:23 -07:00
Jeff Atwood
3dfa48c72e
clarify on install
2013-08-01 15:28:26 -07:00
Jeff Atwood
0f067a2ad3
we need that <hr> in notification emails, I think
2013-08-01 15:15:32 -07:00
Sam
cb6fee4748
Merge pull request #1281 from ZogStriP/warns-sysadmin-to-rebake-all-the-posts
...
warns sysadmin to rebake all the posts
2013-08-01 15:13:00 -07:00
Robin Ward
952b1f6d71
Performance: Improve Ember.Object.create speed
2013-08-01 17:16:55 -04:00
Neil Lalonde
b194bafcc8
Fix rendering of email logs rows. Needed thead around the first row.
2013-08-01 17:15:28 -04:00
Régis Hanol
1e2f151860
warns sysadmin to rebake all the posts
...
when changing the hostname
2013-08-01 22:24:55 +02:00
Jeff Atwood
236356bfe2
add foreground color to @mentions
2013-08-01 11:43:46 -07:00
Kuba Brecka
74979b17d4
cs translation update
2013-08-01 18:27:15 +02:00
Robin Ward
be3c0f2bb4
FIX: Post Menu wasn't updating the bookmark icon properly.
2013-08-01 12:20:20 -04:00
Robin Ward
4a0ea7f776
Upgrade jQuery to 2.0.3
2013-08-01 11:58:22 -04:00
Robin Ward
05fc50006d
Rename the PK index to support table rename
2013-08-01 11:58:12 -04:00
Neil Lalonde
361f158b27
Change category by editing first post updates topic title
2013-08-01 10:56:15 -04:00
Robin Ward
4f0713b9da
Merge pull request #1275 from ZogStriP/enable-thumbnailing-on-s3
...
Enable thumbnailing on s3
2013-08-01 07:35:35 -07:00
Robin Ward
ba1472d99c
Merge pull request #1276 from jbruni/patch-1
...
Update INSTALL-ubuntu.md
2013-08-01 07:35:25 -07:00
Sam
1132c10074
support server side js and arbitrary assets
...
proper chaining for emoji so other hooks can be called
2013-08-01 17:35:31 +10:00
Sam
d15083d3ee
ensure directory at the correct spot
2013-08-01 16:13:37 +10:00
Sam
4fcba7a6f1
when there are no providers do not blow up
2013-08-01 16:05:46 +10:00
Sam
fbc28c2d64
plugins should not be checked in
...
auto generated files should not be checked in
2013-08-01 16:02:43 +10:00
Sam
1837cb769c
pretty text would blow up on an <a tag with no href
2013-08-01 16:02:43 +10:00
Sam
160107a712
working plugin interface for custom openid auth, custom css and custom js
2013-08-01 16:02:43 +10:00
Sam
61b330abb4
odd formatting
2013-08-01 16:02:43 +10:00
J Bruni
945f9b36a0
Update INSTALL-ubuntu.md
...
The removed paragraph was useful for a previous version of the "Updating Discourse" code above it. It seems useless now, as precise instructions are already in the code comments. In fact, it became incoherent, as we explicitily have "bluepill quit" in the code now.
2013-08-01 02:28:02 -03:00
Régis Hanol
ed9417fa3b
enable thumbnailing on S3
...
- added url to optimized image model
- refactored s3_store & local_store
2013-07-31 23:26:34 +02:00
Régis Hanol
36b6b8d78e
removed old rake task until it's updated
2013-07-31 23:24:16 +02:00
Régis Hanol
3e3793cf74
update fog gem to latest
2013-07-31 23:23:07 +02:00
Neil Lalonde
2af6cd616d
Use allow_uncategorized_topics site setting in categoryChoose
2013-07-31 16:48:23 -04:00
Neil Lalonde
27498a912b
Add indexes to help IncomingLinksReport, but not much. Refactor to limit result set size, but it doesn't help perf much either. SELECT COUNT(DISTINCT ...) is still slow.
2013-07-31 15:17:53 -04:00
Neil Lalonde
2a388e14e3
Add rake task multisite:rollback
2013-07-31 15:17:52 -04:00
Robin Ward
023c908d5a
FIX: Back button broke when clicking @mentions
2013-07-31 15:08:03 -04:00
Robin Ward
51d86b7a91
Front-end Optimizations
2013-07-31 14:53:10 -04:00
Jeff Atwood
0480c55d9f
minor activation copy improvement
2013-07-31 11:44:42 -07:00
Jeff Atwood
5028fdbed6
oops background-color not color
2013-07-31 11:41:29 -07:00
Robin Ward
491c93c3d1
Merge branch 'makeheadspace-fix_spelling_on_settings'
...
Conflicts:
config/locales/server.en.yml
2013-07-31 10:24:37 -04:00
Robin Ward
6f81b9b9af
Merge branch 'fix_spelling_on_settings' of git://github.com/makeheadspace/discourse into makeheadspace-fix_spelling_on_settings
2013-07-31 10:23:04 -04:00