Samuel Georges
d19f0a1229
Add config for duplicate database query cache
...
Refs https://github.com/octobercms/library/pull/253
2017-02-11 08:18:42 +11:00
Samuel Georges
dc85993584
Minor improvements
...
Add navbar-default styling out of the box
2017-02-03 05:40:24 +11:00
Samuel Georges
b2301a8056
Add new config cms.forceBytecodeInvalidation
...
Refs #2385
2017-01-31 07:23:58 +11:00
Samuel Georges
6c5a83de89
Use 127.0.0.1 in favor of localhost
...
- Speed improvement
- Consistency with redis config
- Fixes issue with XAMPP on macOS, see: http://stackoverflow.com/questions/20723803/pdoexception-sqlstatehy000-2002-no-such-file-or-directory
2017-01-24 08:36:50 +11:00
Samuel Georges
6af6ebe733
Added config backendForceSecure used to force HTTPS
...
Refs https://security.googleblog.com/2016/09/moving-towards-more-secure-web.html
2016-12-17 10:16:02 +11:00
Scott Bedard
a12ed5e19e
Break apart run-on sentence
2016-11-30 19:11:40 -07: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
5fef21e892
Minor reorg
2016-06-23 07:37:29 +10:00
Samuel Georges
4df7c6704e
Introduce locale variants
...
Australia
Canada
UK
2016-04-23 13:13:52 +10:00
Samuel Georges
6c081d9265
Combine editor preferences and backend preferences
...
Add backend timezone setting used for converting display dates
2016-04-23 05:31:05 +10:00
Samuel Georges
3cac52afd4
Default is null, not false
2016-03-25 10:42:14 +11:00
Samuel Georges
f1aa720086
Create a safe mode to disable code field in the CMS
...
Fixes #1756
2016-03-25 10:05:04 +11:00
Samuel Georges
a6b007e55c
Rejigg the config so backendUri is more prominent
2016-03-09 20:48:18 +11:00
Pásztor Gábor
f98bc30072
Add missing option to redis config.
2016-02-05 09:31:17 +01:00
Samuel Georges
09bbf668a6
Key must be 32 chars
2016-01-29 16:22:04 +11:00
Samuel Georges
e554586f8f
Update encryption cipher in config
2016-01-29 16:15:55 +11:00
Samuel Georges
43e4a23161
Rollback changes from 7b174e6ce866deaa53a913bf3fa9851342601e26
2016-01-04 18:46:23 +11:00
Pásztor Gábor
7b174e6ce8
Add missing config file, remove php 5.4 support.
2016-01-02 15:41:27 +01:00
Samuel Georges
606892143b
Added new security config option cms.enableCsrfProtection
2015-07-04 09:31:28 +10:00
Samuel Georges
06ec662131
Update Chinese (China) language - Fixes #1237 without 10 commits
2015-06-27 09:46:05 +10:00
Vojta Svoboda
b4609a930e
Logging configuration comment update
2015-06-10 10:01:09 +02:00
Samuel Georges
c9cf2b4352
Roll back redirection function
...
This is a magical solution to a non-issue (aesthetic), it could easily be introduced by a plugin and is not a good substitute for proper web server configuration. Eg, Apache:
##
## Directory Listing attempts
##
DirectorySlash Off
RewriteOptions AllowNoSlash
##
## Redirect Trailing Slashes...
##
RewriteRule ^(.*)/$ /$1 [L,R=301]
2015-05-18 19:09:03 +10:00
Samuel Georges
bb6910a068
Add internal redirects (cms.enableRedirects)
...
The application will now perform redirects to prevent duplicate content and enforce the linking policy.
Fixes #665
Fixes #1023
2015-05-16 12:19:11 +10:00
Samuel Georges
e1b23941ba
Change default path
2015-03-14 15:12:43 +11:00
Samuel Georges
dbe1dafb28
Fixes typo in #998
2015-03-12 09:13:04 +11:00
Pásztor Gábor
b3dcce6d2a
Updates on Brand Settings
2015-03-11 20:30:41 +01:00
Samuel Georges
1ab8858271
Minor touch ups
2015-03-03 18:38:36 +11:00
Samuel Georges
83b54c043c
Fixes unit tests so they pass
2015-03-02 16:02:13 +11:00
Samuel Georges
54fe8452e5
uploadsPath -> cms.storage.uploads.path
2015-02-23 19:55:41 +11:00
Samuel Georges
a4418aeab8
Various minor touch ups
2015-02-21 19:16:14 +11:00
Samuel Georges
a9a3336d11
* Build 199 *** NB: /uploads -> /storage/app/uploads
...
The /uploads directory has been moved to /storage/app/uploads to make way for CDN support. This directory should be moved on the file system and the config (cms.uploadsPath) updated.
2015-02-19 19:12:36 +11:00
Samuel Georges
7145aac457
Prepare for CDN, config rename cms.plugins|themes|uploadsDir -> cms.plugins|themes|uploadsPath
...
Deprecate data-trigger-type on triggerapi
Fixes ref to Util class
2015-02-17 20:58:38 +11:00
Samuel Georges
47eff923e5
*** REMOVED RELATIVE LINK POLICY ***
...
A relative link policy was a bad idea, Laravel/Redirects did not play nicely at all.
2015-02-14 13:26:13 +11:00
Samuel Georges
3d04f06ad1
Various fixes
2015-02-12 21:04:05 +11:00
Samuel Georges
f6371d532b
Fixes unit tests
2015-02-10 17:45:27 +11:00
Samuel Georges
5055adfab2
Update various configs
2015-02-07 19:42:40 +11:00
Samuel Georges
8e1b4c2f68
Remove cms.tempDir - use temp_path()
2015-02-07 15:42:20 +11:00
Samuel Georges
5a0d96af8d
Minor
2015-02-07 13:27:01 +11:00
Samuel Georges
03eb949e71
Add illuminate/html package, DB -> Db, HTML -> Html
2015-02-04 20:03:44 +11:00
Samuel Georges
ed22cc9186
Migrate bootstrap process
2015-02-04 19:31:41 +11:00