Samuel Georges
b65a653176
Add ability to null asset broadcasting from AJAX
2016-01-16 17:12:54 +11:00
Samuel Georges
d34350a7b1
Merge branch 'develop' into stable
2016-01-16 10:20:21 +11:00
Alwin Drenth
94cbe93e8c
Update Dutch language
2016-01-16 10:18:20 +11:00
Samuel Georges
c4f5a25193
Merge pull request #1687 from gpasztor87/stable
...
Remove deprecated code
2016-01-16 09:09:07 +11:00
Samuel Georges
ee155bf1f3
Merge pull request #1702 from gpasztor87/patch-2
...
Cleanup
2016-01-16 09:07:15 +11:00
Pásztor Gábor
40b8af22a9
Remove unneded Password and Gate alias.
2016-01-15 10:14:39 +01:00
Pásztor Gábor
537f637e47
Storage path
2016-01-15 10:07:39 +01:00
Pásztor Gábor
fd264a5fb4
Remove deprecated hotkeyMac attribute
2016-01-09 17:07:23 +01: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
Pásztor Gábor
bb612f096e
Use the ::class notation, add Broadcasting service provider and Gate alias
2016-01-02 16:57:57 +01:00
Vojta Svoboda
c6113f81bd
Update RequestLog.php
...
Truncate URL which should be maximum 255 lenght.
Reason: Today I got this error:
```
Next exception 'Illuminate\Database\QueryException' with message 'SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'url' at row 1 (SQL: insert into `system_request_logs` (`url`, `status_code`, `count`, `updated_at`, `created_at`) values (http://www.mysite.com/docs/%C3%83%C6%92% ...<too-many-chars>...%80%9A%C3%82%C2%814.pdf, 404, 1, 2016-01-02 12:16:08, 2016-01-02 12:16:08))
```
2016-01-02 12:20:19 +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
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
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
1643cf69b9
Merge pull request #1650 from gergo85/master
...
Update the Hungarian translation
2015-12-12 11:41:43 +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
d3c30475b9
Add support for including small buttons in list columns
...
Recompile assets
2015-12-05 10:06:26 +11:00
Samuel Georges
4db92fa8b5
Alt fix for #1585
2015-12-05 08:47:07 +11:00
alekseybobkov
5e454ee069
Minor update in the sidebar navigation client-side code. Plugins now can load navigation menus from plugin.yaml file.
2015-11-28 19:18:08 -08:00
alekseybobkov
e358bb4b57
Added new list.sortable plugin. Minor fix in the scrollpad implementation.
2015-11-27 22:12:27 -08:00
Lucas Martín
d33c555933
Update validation.php
...
Add more translations to spanish and format correction
Update lang.php
Add more translations to spanish and format correction
Create client.php
Add file with translations to spanish
Update lang.php
Add more translations and format correction
Update lang.php
Add more translations to spanish and correct format
2015-11-28 16:23:26 +11:00
Samuel Georges
1970afb17a
Merge pull request #1596 from gpasztor87/master
...
Minor typo and simplification on Inspector
2015-11-28 15:40:12 +11:00
Samuel Georges
af4f8d0a10
Merge pull request #1589 from adrenth/feature/translation
...
Update Dutch system language
2015-11-28 15:35:33 +11:00
Samuel Georges
a596a6babd
row-compact -> row-flush as per Storm naming convention
2015-11-28 14:12:25 +11:00
Samuel Georges
30025a6ada
Adds a refresh button to log pages, minor column tweaks
2015-11-28 11:10:06 +11:00
alekseybobkov
4f5ef8aa68
Inspector - added support for icons and images in the dropdown editor.
2015-11-22 20:48:08 -08:00
alekseybobkov
30eedebed9
Added the ability to load plugin permissions from the plugin.yaml file. Minor improvement in the side panel behavior.
2015-11-19 21:02:10 -08:00
alekseybobkov
e7a51a75f4
Minor improvements in the back-end control styling
2015-11-15 15:18:15 -08:00
alekseybobkov
67590fefad
Added flex layout CSS classes. Inspector container wrapper now uses flex layout. Minor CSS fixes.
2015-11-14 20:28:34 -08:00
alekseybobkov
2df22fda83
Minor improvements in the Inspector API
2015-11-13 14:41:49 -08:00
alekseybobkov
f8cd8e72a1
Minor improvement in the Inspector
2015-11-12 21:56:56 -08:00
Pásztor Gábor
7643de1161
Minor
2015-11-12 11:27:30 +01:00
Pásztor Gábor
00bdd0dc06
Minor on Inspector
2015-11-12 11:25:47 +01:00
alekseybobkov
5cb873862a
Minor changes in the Inspector API
2015-11-11 13:03:18 -08:00
alekseybobkov
d34bb2bd86
Minor changes in the Inspector API.
2015-11-09 21:59:19 -08:00
Clark Burns
898266f26a
Improves plugin:refresh error handling
2015-11-09 15:36:58 -08:00
Alwin Drenth
b6e7aa9d43
Update Dutch system language
2015-11-07 14:50:37 +01:00
alekseybobkov
2d849b2640
Implemented Inspector ignoreIfEmpty and ignoreIfDefault properties. Minor refactoring of Inspector.
2015-11-03 22:02:10 -08:00
Samuel Georges
0fa33422a4
Input monitor docs, prevent duplicate tab-close buttons
...
Recompile assets
2015-11-03 08:48:36 +11:00
Samuel Georges
99b6c6057a
Merge pull request #1562 from gergo85/master
...
Translate texts
2015-10-31 17:36:27 +11:00
Samuel Georges
b8624fb8b5
Merge pull request #1552 from JoelESvensson/patch-1
...
Allow plugins to be symlinks
2015-10-31 17:30:55 +11:00