Samuel Georges
2a3a63857c
text/javascript is obsolete. Fixes #1847
2016-03-21 19:13:01 +11:00
Scott Bedard
fcfcb96d0d
Add ctrl+click support for rowlinks
...
Ctrl+click is supported pretty well in the backend, this adds it to rowlinks as well.
2016-03-06 02:29:57 -07:00
kaserv
51d1f1a684
issue #1819
2016-03-01 10:20:20 +04:00
brenodouglas
2caf2d6f84
Modify in less file icon close
2016-02-27 14:20:00 +11:00
breno
cc45c499ed
fix color button close in modal
2016-02-27 14:18:21 +11:00
Samuel Georges
b9a4808c28
Merge pull request #1800 from mrmlnc/develop
...
Update Russian localization to the current build number
2016-02-27 14:01:29 +11:00
Samuel Georges
2fc0db5732
Merge pull request #1804 from haegemon/develop
...
fix output of function isDisabled in accordance to phpdoc and function naming
2016-02-27 14:01:10 +11:00
Samuel Georges
40e458d0b0
Colon is a valid character, doesn't mess up themes with underscores
...
Eg: SLIDERWEB.SLIDERWEB_0002_hydrogen-theme -> SLIDERWEB.SLIDERWEB.0002.hydrogen-theme
Reference: https://www.w3.org/TR/html401/types.html#type-name
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
2016-02-25 15:01:12 +11:00
pawel
c38b841eb8
fix function output in accordance to phpdoc and function naming
2016-02-25 01:11:29 +03:00
Denis Malinochkin
d801bafed5
Update Russian localization to the current build number
2016-02-23 17:43:05 +03:00
Samuel Georges
c7530eece9
Merge pull request #1781 from sajjad-ser/master
...
Fix Some Typo
2016-02-20 10:17:01 +11:00
alekseybobkov
af3c67a270
Merge branch 'develop' of github.com:octobercms/october into develop
2016-02-15 17:23:29 -08:00
alekseybobkov
d58b6d4d51
Fixed loading permissions from plugin.yaml
2016-02-15 17:23:10 -08:00
saman3230
21574edf01
FIX typo
2016-02-15 17:21:16 +03:30
Mahmut Namli
6391e9b323
Added new translation strings
2016-02-13 16:44:43 +11:00
Lucas Martín
2fa6b2d7be
Update lang.php + client.php
2016-02-13 16:28:48 +11:00
Samuel Georges
5e6fc130bb
Merge pull request #1732 from sajjad-ser/master
...
Update persian language
2016-02-13 15:52:39 +11:00
Samuel Georges
668ccf2588
Merge pull request #1722 from tresbach/patch-1
...
Fix negative count
2016-02-13 15:30:22 +11:00
alekseybobkov
c762ed2836
Merge branch 'builder-ui' into develop
2016-02-07 14:41:45 -08:00
alekseybobkov
1454a4ed6b
Fixed a bug in the Inspector string list autocomplete editor where clicking an item in the autocompletion list doesn't select the item.
2016-02-07 14:40:31 -08:00
alekseybobkov
f5e47ebc88
Merge branch 'builder-ui' into develop
2016-02-04 18:00:49 -08:00
alekseybobkov
bfb0fa1671
Merge branch 'develop' of github.com:octobercms/october into develop
2016-02-04 18:00:42 -08:00
alekseybobkov
241332e14a
Minor style updates for the Inspector header area
2016-02-04 18:00:10 -08:00
alekseybobkov
8cb5ec1c0e
Fixed several minor bugs in Inspector.
2016-01-29 22:16:33 -08:00
Sajjad
d2619b6ba4
Update persian language
2016-01-28 18:00:07 +03:30
alekseybobkov
264090fb3b
Added new Inspector editor - String List Autocomplete
2016-01-26 19:53:35 -08:00
Amanda Tresbach
adf42896da
Fix negative count
2016-01-24 14:23:58 -02:00
alekseybobkov
6aef72bb87
Added "depend" parameter to the Inspector autocomplete editor. Minor fix in the Inspector.
2016-01-23 20:27:57 -08:00
alekseybobkov
f6dec96c86
Improved memory management in the table widget client-side scripts. Minor CSS fixes.
2016-01-22 21:43:45 -08:00
Samuel Georges
205d122dce
Logic error. Fixes #1692
2016-01-19 21:03:03 +11:00
alekseybobkov
778e73964e
Merge branch 'develop' of github.com:octobercms/october into develop
2016-01-17 18:55:12 -08:00
alekseybobkov
5f2e6f3306
Allow word wrap in the Inspector autocomplete editor
2016-01-17 18:55:00 -08:00
Alwin Drenth
94cbe93e8c
Update Dutch language
2016-01-16 10:18:20 +11: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
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