Commit Graph

2775 Commits

Author SHA1 Message Date
Samuel Georges 631304abc2 Tests for model delete event cascading 2016-01-13 20:11:39 +11:00
Samuel Georges a3b338671d Pass filter conditions thru dongle
Minor fix to new YAML syntax in demo theme
2016-01-12 21:17:07 +11:00
Samuel Georges e5aa1d651c Prepare tests for BelongsToMany relation type 2016-01-06 18:51:31 +11:00
Samuel Georges a30fc006bb Update copyright and helper function names 2016-01-06 18:50:24 +11:00
Samuel Georges 7b187fc188 Fixes orphaned form events when there is no form container 2016-01-06 18:48:26 +11:00
Samuel Georges 43e4a23161 Rollback changes from 7b174e6ce8 2016-01-04 18:46:23 +11:00
Samuel Georges 8f68269b27 Fixes unit test 2016-01-04 18:10:35 +11:00
Samuel Georges ae73c2c592 Remove test testListsNestedUnknownColumn
^ because different DB drivers behave differently
Minor touch ups
2016-01-04 17:54:23 +11:00
Samuel Georges b5aef97133 Alt fix for #1680 2016-01-04 17:49:11 +11:00
Samuel Georges 2087b575d3 Roll back compiled path, which is still defined in the storage folder 2016-01-04 07:52:57 +11:00
Samuel Georges a7af2efd62 Merge pull request #1678 from gpasztor87/stable
Add missing config file, remove php 5.4 support.
2016-01-04 07:25:41 +11:00
Pásztor Gábor bb612f096e Use the ::class notation, add Broadcasting service provider and Gate alias 2016-01-02 16:57:57 +01: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 1d2929e2f0 Update composer refs 2016-01-02 18:44:59 +11:00
Samuel Georges 5f9a076025 Remove debug code 2016-01-02 16:19:13 +11:00
Samuel Georges 2213c6f28c Fix string comparison function
Flush stray output on view errors
2016-01-02 16:13:30 +11:00
Samuel Georges 0762e5cf53 Remove dependency on illuminate\html 2016-01-02 14:59:59 +11:00
Samuel Georges cdf4ab0279 Update composer to 5.5.9 + Laravel 5.1 2016-01-02 13:53:23 +11:00
Samuel Georges 5a70cec7a2 Improved fix for #1672 2016-01-02 13:41:57 +11:00
Samuel Georges ecb54ff92c Rollback #1672 2016-01-02 13:40:32 +11:00
Samuel Georges f39340fc1c Merge pull request #1672 from dqsully/dqdevelop
Fix twig caching
2016-01-02 12:36:10 +11:00
Samuel Georges 188351a82a Merge pull request #1675 from gpasztor87/patch-1
Minor fix
2016-01-02 11:55:54 +11:00
Samuel Georges fa4984cbaf Minor touch up
Refs https://github.com/octobercms/october/pull/1665
2016-01-02 11:23:29 +11:00
Sergei Novikov 922cf30cb6 Fix mail subject on PHP 5.4
Check if subject set in closure

If subject setted in template, changing in closure like:

Mail::queue("template", [], function ($message) use ($subject, $email) {
	$message->subject($subject)->to($email);
});

has no effect.
2016-01-02 10:53:16 +11:00
Samuel Georges 4cea805565 Merge pull request #1676 from dshoreman/patch-1
Fix permissions required for theme settings
2016-01-02 10:40:34 +11:00
Dave Shoreman 66413ea50b Fix permissions required for theme settings 2015-12-31 11:32:25 +00:00
Pásztor Gábor e1a9d8d393 Minor fix
It does not worked for me in popup window.
2015-12-30 19:32:14 +01:00
DQ Sully a5b3b49668 Make comments more clear 2015-12-28 10:52:10 -07:00
DQ Sully 2fae5a30b9 Fix Twig Caching
When October would load a file from its changed source, Twig would not see the message until it had gone. See Cms\Classes\Loader->isFresh. This meant a template would not update unless you deleted the Twig cache, or that template's TTL expired. Fix: add another variable (freshness) that would only change after being observed, and accurately reflected if a template's source had been modified
2015-12-28 10:09:15 -07:00
Samuel Georges 23e03aa404 Add docs for select with no search 2015-12-27 14:40:04 +11:00
alekseybobkov 7d9d2176ef Merge branch 'builder-ui' into develop
Conflicts:
	modules/system/assets/ui/js/input.monitor.js
	modules/system/assets/ui/js/inspector.editor.object.js
	modules/system/assets/ui/storm-min.js
2015-12-24 14:36:31 -08:00
alekseybobkov 747ca4357f Set default focus in popup windows, minor style fix in the flash message, minor fix in YAML-based back-end navigation initialization. 2015-12-24 14:15:02 -08:00
Samuel Georges 0164324e63 Merge pull request #1657 from gergo85/patch-1
Improve the multilingual support
2015-12-19 14:13:58 +11:00
Samuel Georges 971f7c5053 Fixes test class conflict
Refs https://github.com/octobercms/library/pull/151
2015-12-19 11:49:31 +11:00
Samuel Georges 12972cd086 Lax the validation rules on login, email + pass 2015-12-19 09:53:17 +11:00
Samuel Georges 01b2d0d186 Add relation-inset class, fixes relation-flush 2015-12-19 09:53:12 +11:00
Szabó Gergő 12465f4f86 Improve the multilingual support 2015-12-14 18:21:56 +01:00
myst6re 55bceba32c Commit deferred data when creating/updating a pivot table. 2015-12-12 11:44:59 +11:00
Samuel Georges 1643cf69b9 Merge pull request #1650 from gergo85/master
Update the Hungarian translation
2015-12-12 11:41:43 +11:00
Samuel Georges a1d0a9c461 Merge pull request #1646 from vojtasvoboda/patch-3
Update SettingsManager.php
2015-12-12 11:41:09 +11:00
Zane Sterling 48e477c0a8 Fix grammatical issues in README.md 2015-12-12 11:36:05 +11:00
Daniel Müller 01c63d6e32 fixed some PHPDocs
removed my prior changes to the code behaviour

removed errorous PHPDocs

fixed some PHPDocs

removed my prior changes to the code behaviour

removed errorous PHPDocs
2015-12-12 11:34:27 +11:00
Samuel Georges b3f318ff81 * Build 313 2015-12-12 11:13:58 +11:00
Szabó Gergő d84a9e4b4a Minor bugfix 2015-12-11 22:11:37 +01:00
alekseybobkov e6d93cf3d4 Added YAML mode for the code editor 2015-12-10 21:41:27 -08:00
Samuel Georges a186a60c43 Fixes the datepicker saving an empty value when disabled
Refs https://github.com/responsiv/campaign-plugin/issues/4
2015-12-09 08:19:53 +11:00
Vojta Svoboda 3b4f915598 Update SettingsManager.php
I think that format is in Vendor.Modele format e.g. RainLab.User.
2015-12-08 11:54:38 +01:00
alekseybobkov fd33be0932 Minor update in the form change monitor API. Minor updates in the version manager to support features required for the Builder. 2015-12-06 15:01:06 -08:00
Szabó Gergő e781240cc6 Update the Hungarian translation 2015-12-05 11:49:19 +01:00
Samuel Georges 00be75ce13 Merge pull request #1628 from bparise/develop
Fixing path to the compiled class map - fixes #1608
2015-12-05 10:23:57 +11:00