Samuel Georges
2a4ea398f8
Merge pull request #2267 from cdarken/develop
...
Added ROMANIAN_MAP to modules/system/assets/ui/js/input.preset.js
2016-08-01 19:44:36 +10:00
Cătălin Georgescu
b01f4728a5
Added ROMANIAN_MAP to modules/system/assets/ui/js/input.preset.js for proper slug generation
2016-07-31 19:11:55 +03:00
Jérémy Gaulin
7ca97f4825
Styles for markdown tables in the plugin details view
2016-07-31 12:20:35 +02:00
Jérémy Gaulin
2be29e6d48
Fix missing sprintf in exception message (wrong signature)
2016-07-30 10:14:21 +02:00
Samuel Georges
b1a86b5f9f
Performance enhancement
...
Don't use deep handing lastMod check if we don't have to
2016-07-30 16:14:54 +10:00
Samuel Georges
3a6bf35f06
Only need to pasa a single asset now
2016-07-30 16:06:37 +10:00
Samuel Georges
cf76e4c64a
Performance enhancement
2016-07-30 16:05:37 +10:00
Samuel Georges
b08e2c4912
Introduce deep hashing on asset combiner
...
Added cms.enableAssetDeepHashing config item, disabled by default
Recompile assets
Refs #2248
Refs https://github.com/octobercms/library/pull/225
2016-07-30 15:06:50 +10:00
Samuel Georges
a50d3c1387
Merge pull request #2248 from christianWilling/fix-asset-cache
...
Fix asset cache
2016-07-30 13:01:20 +10:00
Samuel Georges
325232fe8e
Minor UI fix
2016-07-30 11:54:01 +10:00
Christian Willing
2b71055677
change spaces
2016-07-27 11:49:16 +02:00
Json
3206f6657d
Create client.php
2016-07-24 21:48:27 +08:00
Jens Herlevsen
fe24864d87
Add 'exact' field preset type to input.preset.js
2016-07-24 13:10:38 +02:00
Samuel Georges
422098c9c7
Fixes inconsistency in popup.js API
...
Fixes #1685
2016-07-23 13:54:56 +10:00
Antony Tsioukas
b64b480918
Greek Language Update
2016-07-23 12:40:32 +10:00
Samuel Georges
584f2871b0
Update pikaday to allow disabling specific dates
...
Fixes #2237
2016-07-23 11:30:11 +10:00
Samuel Georges
5af9fcbfdc
Sidebar needs to sit above dropdown overlay
...
This prevents the mouseout event firing and ending the entire show
Recompile assets
Fixes #2190
2016-07-23 09:42:18 +10:00
Samuel Georges
676196d304
Use starts_with instead of regex
2016-07-16 15:34:20 +10:00
Samuel Georges
9c12160f5d
october:mirror no longer experimental
2016-07-16 13:14:59 +10:00
Samuel Georges
0a3dddf569
Merge pull request #2206 from JoelESvensson/patch-2
...
Escapes exception output
2016-07-16 13:13:03 +10:00
Samuel Georges
c3f76ce61c
Merge pull request #2207 from JoelESvensson/fix-october-mirror
...
Only public folder should be mirrored
2016-07-16 13:11:59 +10:00
Joel E. Svensson
dcfc0897fe
Only public folder should be mirrored
2016-07-13 02:02:02 +02:00
Samuel Georges
c8f8c5cc27
Merge pull request #2200 from mplodowski/polish-lang
...
Polish language update (pl)
2016-07-13 08:01:53 +10:00
Michał Płodowski
bbf503f212
German datepicker translation
2016-07-11 19:55:35 +02:00
Michał Płodowski
75dbd74bca
Polish language update (pl)
2016-07-11 19:34:53 +02:00
Joel Ekström Svensson
5f7b7d8c6d
Escapes exception output
...
Fixes #2198
2016-07-11 17:32:30 +02:00
Christian Willing
743d2d1b4e
added scss to core
2016-07-10 19:44:54 +02:00
Sebastian Hilger
87cd7d8bf6
Added missing backend translations (German) ( #1825 )
...
* Added auth.title which was missing in the German language file
* Added missing backend translations to two language files
* added more German translations
2016-07-09 20:43:01 +10:00
Michał Płodowski
7b1437d026
Fix database config parsing
2016-07-08 17:23:03 +10:00
Michał Płodowski
fb7e7ff164
Command for changing configuration to env syntax
2016-07-08 17:23:03 +10:00
Samuel Georges
305f20e4f9
Merge pull request #2164 from Herlevsen/danish_backend
...
Expose danish language in backend locale dropdown
2016-07-07 08:00:26 +10:00
Christian Willing
c343758d7c
asset cache fix
2016-07-06 11:21:15 +02:00
Samuel Georges
5eab01b8bd
Update composer versions
...
Rollback 8dd2e97cf78a148cdcff6daacb212055b99acb22
2016-07-06 17:15:41 +10:00
Jens Herlevsen
40a755a6cc
Expose danish language in backend locale dropdown
2016-07-03 19:36:24 +02:00
Samuel Georges
b7d0c19a38
Merge pull request #2151 from freestream/fix/sv-translation
...
Changed and remove some english words in Swedish translation file
2016-06-27 16:44:16 +10:00
Anton Samuelsson
3a0c2c8270
Changed and remove some english words in Swedish translation file
2016-06-27 08:38:39 +02:00
Samuel Georges
fdb1d13ede
Merge pull request #2134 from Herlevsen/danish_translation
...
Add danish translation
2016-06-25 10:39:33 +10:00
Samuel Georges
d7ef9b1738
Apply chmod rules to combiner cache
2016-06-18 09:23:16 +10:00
Jens Herlevsen
be2bdb010b
Add danish translation
2016-06-17 23:48:37 +02:00
Samuel Georges
d3b2809866
htaccess now resembles october:mirror command
...
Added 'resources' as a potential asset storage directory name
2016-06-17 07:09:14 +10:00
Pavel
c34b2afd9c
Removes hardcoded "Misc" settings group translation.
...
This pull request allows to properly show "Misc" setting group in other languages.
2016-06-12 14:23:42 +03:00
Samuel Georges
04c4fe9633
Fixes logic error in filter search
...
The search was using !$.inArray when the expression should be $.inArray === -1 since it returns the index of the value in the array.
Also tidied up the code so it is easier to read.
Fixes #1918
2016-06-11 15:09:08 +10:00
Samuel Georges
d1b765fa5e
Definition of a drag is now 3 pixels
...
Fixes #1554
2016-06-11 14:28:15 +10:00
Samuel Georges
927250e9c9
Allow customization of default rich editor buttons
...
Fixes #2078
Recompile assets
2016-06-11 13:51:34 +10:00
Anderson Carlos Woss
e2f30cb8a4
Update pt-br lang ( #2110 )
...
* Update pt-br lang
2016-06-11 06:34:06 +10:00
Samuel Georges
519eaad04c
Include report widgets in mirroring
2016-06-08 05:46:15 +10:00
Samuel Georges
68c53aee34
Merge pull request #2100 from gabsource/fix/svg-error-bar-chart
...
Fix NaN error when values are not defined in charts widget
2016-06-07 08:49:14 +10:00
Samuel Georges
97ca0976a7
Create new october:install command
...
Add quick start instructions to readme
Fixes #1674
2016-06-07 07:09:01 +10:00
Jérémy Gaulin
5bfc6e63eb
Prevent NaN errors when rendering charts with no values, removed trailing ;
2016-06-06 17:57:19 +02:00
Alwin Drenth
47c038c96e
Update Dutch (nl) language ( #2086 )
2016-06-04 12:16:17 +10:00