c9c7ec799f
FIX: add minimum value for invites_per_page setting
2017-04-14 17:58:18 +05:30
fe29fe71c5
FIX: embedding comments was broken
2017-04-14 08:14:22 +05:30
2d636406dc
FIX: in some case bundle exec fails from spawn
...
there is some bundler magic in here, prefer bin stubs anyway
cause they are a bit faster
2017-04-13 17:24:58 -04:00
809fbb25ce
FIX: blanking theme field was not properly removing it
2017-04-13 17:24:15 -04:00
9927489f4e
FEATURE: auto focus text editor when editing themes
2017-04-13 16:21:46 -04:00
43e4fc03ef
FIX: clicking on themes while editing left a blank screen
2017-04-13 15:49:46 -04:00
3f4f0b32a9
FIX: path wizard showing with no style
2017-04-13 15:22:39 -04:00
37d4dd4a4b
use scss mode instead of css mode
2017-04-13 12:05:27 -04:00
ee950b419f
correct transitioning to theme CSS editing
2017-04-13 11:09:31 -04:00
679b6548e6
FIX: order child themes by name
2017-04-13 10:51:44 -04:00
e61be7af13
FIX: improve dark theme styling in header for tags
2017-04-13 10:39:36 -04:00
22214f5e5c
Upgrade the Listen gem
2017-04-13 10:39:36 -04:00
ef093b1610
Merge pull request #4807 from techAPJ/email-token-social
...
FIX: confirm email token for user created via social login
2017-04-13 16:18:15 +05:30
3d76fb9c2c
FIX: Don't show category options for reports that can't be scoped to a category.
2017-04-13 17:10:55 +08:00
7fb17b83c4
FIX: confirm email token for user created via social login
2017-04-13 14:15:32 +05:30
bda20cc44a
FIX: Don't enqueue topic status update job if topic is deleted.
2017-04-13 12:02:35 +08:00
ee449b0dd5
Improve SSO verbose log when user record is invalid.
2017-04-13 11:39:26 +08:00
72c16967e6
FIX: Check for reserved usernames before hitting DB.
2017-04-13 11:32:20 +08:00
57788200ec
REFACTOR: Add User.reserved_username?
.
2017-04-13 10:44:26 +08:00
f48022b674
Upgrade Rails to 4.2.8.
2017-04-13 10:17:09 +08:00
6db0cba005
Merge pull request #4803 from ckeboss/patch-1
...
Wrap directory names in quotes
2017-04-13 09:47:49 +08:00
a5f1c57a70
bump onebox
2017-04-13 00:49:22 +02:00
0165b22b76
Bump onebox.
2017-04-13 06:31:25 +08:00
07d596ea05
FIX: handle expanding quotes from deleted posts by rendering a trash icon
2017-04-12 16:48:47 -04:00
ff6a98183f
WIP: JIVE importer using the API
2017-04-12 22:30:36 +02:00
2916b45666
multiplier should not have been changed
2017-04-12 14:48:30 -04:00
d34dd4ed4f
FIX: pasting link into composer with a topic template will onebox the link after the template
2017-04-12 14:48:30 -04:00
8395569b05
FIX: Topic.similar_to error when Search is not loaded
2017-04-12 14:48:30 -04:00
a018eed611
expand tmp for osx
2017-04-12 14:47:37 -04:00
db9a44d4b5
we need theme vars when building theme css
2017-04-12 13:37:27 -04:00
6bfe92e19e
Update boot_dev
2017-04-12 10:33:56 -07:00
d0fa8cda76
correct issue where no selected theme would force incorrect selection
2017-04-12 13:00:25 -04:00
bbecc65737
force recompilation of css assets
2017-04-12 12:46:03 -04:00
513f1f065a
Wrap directory names in quotes
...
When there are spaces in any of the directories referenced, bash will error out. This wraps those items in quotes to allow bash to parse the path names properly.
2017-04-12 09:41:23 -07:00
8cd9afcfad
move CSS precompilation to last step
2017-04-12 12:30:24 -04:00
7f2a80bbc8
correct theme selector expiry selection
2017-04-12 11:59:47 -04:00
a7ed8a0310
correct theme importer to support embedded.scss
2017-04-12 11:30:16 -04:00
95d095c97d
test should be configuring git info
2017-04-12 11:19:47 -04:00
3dcad123f5
Merge branch 'libsass'
2017-04-12 10:56:28 -04:00
a3e8c3cd7b
FEATURE: Native theme support
...
This feature introduces the concept of themes. Themes are an evolution
of site customizations.
Themes introduce two very big conceptual changes:
- A theme may include other "child themes", children can include grand
children and so on.
- A theme may specify a color scheme
The change does away with the idea of "enabled" color schemes.
It also adds a bunch of big niceties like
- You can source a theme from a git repo
- History for themes is much improved
- You can only have a single enabled theme. Themes can be selected by
users, if you opt for it.
On a technical level this change comes with a whole bunch of goodies
- All CSS is now compiled using a custom pipeline that uses libsass
see /lib/stylesheet
- There is a single pipeline for css compilation (in the past we used
one for customizations and another one for the rest of the app
- The stylesheet pipeline is now divorced of sprockets, there is no
reliance on sprockets for CSS bundling
- CSS is generated with source maps everywhere (including themes) this
makes debugging much easier
- Our "live reloader" is smarter and avoid a flash of unstyled content
we run a file watcher in "puma" in dev so you no longer need to run
rake autospec to watch for CSS changes
2017-04-12 10:53:49 -04:00
1a9afa976d
FEATURE: Add AWS S3 EU (London) "eu-west-2" region
2017-04-12 10:38:17 -04:00
4cb6880766
Upgrade image_optim.
2017-04-12 10:38:17 -04:00
24d3c77d19
Fix the build.
2017-04-12 10:38:17 -04:00
30a8c5cca2
FIX: render emoji in topic title
2017-04-12 10:38:17 -04:00
7e060e8425
FEATURE: Add AWS S3 EU (London) "eu-west-2" region
2017-04-12 17:21:31 +08:00
3aec0154de
Merge pull request #4802 from tgxworld/upgrade_image_optim
...
Upgrade image_optim.
2017-04-12 17:19:33 +08:00
af8a0d93a0
Upgrade image_optim.
2017-04-12 16:56:00 +08:00
f322f3a6cf
Fix the build.
2017-04-12 16:32:39 +08:00
04567e00fa
Merge pull request #4801 from techAPJ/topic-title-unicode
...
FIX: render unicode emoji in topic title
2017-04-12 13:49:50 +05:30
1c1b36ad14
FIX: render emoji in topic title
2017-04-12 13:49:08 +05:30