Samuel Georges
030e1977e8
Relation form field now supports model attributes in "nameFrom"
...
nameFromSelect -> select|sqlSelect
Refs https://github.com/octobercms/october/pull/1579
2015-11-28 15:31:11 +11:00
Samuel Georges
7885074cb0
Merge pull request #1579 from JoelESvensson/relation-select-from-name
...
Added support for 'nameFromSelect' in relation form fields
2015-11-28 14:43:04 +11:00
Samuel Georges
e8e0f50bd4
Fixes typo
2015-11-28 13:13:50 +11:00
Samuel Georges
ca4a6e9679
Remove some unnecessary code from #1575
2015-11-28 11:24:34 +11:00
Samuel Georges
165c1daf7a
Merge pull request #1575 from SaifurRahmanMohsin/develop
...
Make recordfinder's popup list title configurable
2015-11-28 11:12:38 +11:00
Samuel Georges
30025a6ada
Adds a refresh button to log pages, minor column tweaks
2015-11-28 11:10:06 +11:00
Samuel Georges
2ced2f8c73
Move the superuser flag out of permissions array - fixes #1503
2015-11-28 10:21:41 +11:00
Samuel Georges
6ebe187db1
Fixes issue removing existing uploads
2015-11-28 09:24:20 +11:00
Samuel Georges
b6ba31bd86
Fixes exception on removeChild(null)
...
Fixes danger on danger color scheme
2015-11-14 18:27:01 +11:00
Samuel Georges
73ed24c4c1
Repeater should purely render fields, with no container or tabs
...
Refs https://github.com/rainlab/pages-plugin/pull/95
2015-11-05 07:31:35 +11:00
Joel E. Svensson
e992e95ae3
Added support for 'nameFromSelect' in relation form fields
2015-11-03 14:34:16 +01:00
Saifur Rahman Mohsin
3c67c2f8bc
Make recordfinder's popup list title configurable
...
When selecting record using the recordfinder, by default the popup list
shows **Find Record** as the title. Made this field a user configurable
field, and kept **Find Record** as default if not specified. Also,
added this default string to the lang file.
2015-11-02 00:09:26 +05:30
Samuel Georges
982565fe62
Merge pull request #1550 from triasrahman/develop
...
Fix placeholder color on fancy layout backend form
2015-10-31 17:25:46 +11:00
Samuel Georges
56f66ada53
Revert indentation from #1545
2015-10-31 17:22:48 +11:00
Samuel Georges
3b885ade56
Merge pull request #1545 from keiosweb/develop
...
translation strings in import-export behaviour and polish translations
2015-10-31 17:09:15 +11:00
Samuel Georges
100dfc2802
Merge pull request #1532 from mrmlnc/develop
...
update Russian language to build 305
2015-10-31 17:02:24 +11:00
Samuel Georges
c30b34e4d9
In special cases, has one/many will require a foreign key set
...
For example: to pass any constraints imposed by the database
This new logic emulates the "create" method on the relation object
Fixes #1541
2015-10-31 16:40:16 +11:00
Trias Nur Rahman
a65c83755d
Fix placeholder color on fancy layout backend form
2015-10-24 23:53:57 +07:00
alekseybobkov
6162d24651
Minor back-end styling fix in fancy layout / master tabs.
2015-10-21 21:37:41 -07:00
Kuba
031b9cdbe6
translation strings in import-export behaviour and polish translations
2015-10-21 19:47:57 +02:00
Denis Malinochkin
f5dd39e1a2
update Russian language to build 305
2015-10-17 18:12:14 +03:00
Joel E. Svensson
707c925b02
Even more translations
...
Added translation for "Properties"
Added translation for "Invalid security token"
Fixed spelling of "log in"
Fixed spelling of "access log"
2015-10-17 12:48:49 +11:00
Samuel Georges
5c294b78bd
Add support to extend query on 'nested' sortMode - refs #1519
...
Recompile assets, minor cleanup
2015-10-17 12:44:16 +11:00
Jofry
f0b4691168
Allow extend query on reorder controller, on 'simple' sortMode
2015-10-17 12:36:46 +11:00
Samuel Georges
6203970122
Progress bar should turn red on error - refs #1518
...
Tidy up progress bar control, streamline brand colours
2015-10-17 12:17:10 +11:00
jBOKA
763bec47ad
Update German language
...
Update German language
2015-10-17 11:47:00 +11:00
Samuel Georges
af657e9399
Fixes #1042 - remove fillable constraint on models when saving
...
Form fields are already constrained by their fields.yaml definition (values not defined in the yaml will not be saved) so we don't need to double dip by enforcing fillable too.
2015-10-17 11:41:40 +11:00
Samuel Georges
f12101671e
Merge pull request #1508 from MatissJanis/feature/lv-language
...
Added missing latvian language strings
2015-10-17 10:54:33 +11:00
Samuel Georges
33d39c8b34
Minor
2015-10-17 10:51:54 +11:00
Samuel Georges
f446f8acd4
Merge pull request #1506 from tschallacka/FormFieldCatchForEmptyYaml
...
Fixed form field parsing to accept no config
2015-10-17 10:23:58 +11:00
Samuel Georges
ef22ac934d
DRY up code from #1504
2015-10-17 10:16:49 +11:00
Samuel Georges
7d911c2c9f
Merge pull request #1504 from Flynsarmy/formWidgetDefaults
...
Add support for default values in form widgets
2015-10-17 10:11:47 +11:00
Samuel Georges
f2e13ba3eb
Simplify #1475
2015-10-17 08:54:40 +11:00
Samuel Georges
54b4223660
Merge pull request #1475 from patrickward/develop
...
Allow minDate/maxDate to be entered in date format for DatePicker. Fixes #909 .
2015-10-17 08:42:45 +11:00
Samuel Georges
5c12d99cc9
Minor revision to #1469
2015-10-17 08:41:10 +11:00
Samuel Georges
7543daa976
Merge pull request #1469 from Notuom/localize-backend-list-widget-switch
...
Add localization for the backend list Switch widget
2015-10-17 08:22:50 +11:00
Samuel Georges
22252638a8
Because W3C
2015-10-16 17:50:53 +11:00
alekseybobkov
61acdf9f46
Fixed Redactor toolbar styling in Fancy layout, minor fix in Inspector.
2015-10-15 20:17:50 -07:00
alekseybobkov
a5b217ff0b
Merge branch 'develop' into builder-ui
...
Conflicts:
modules/backend/widgets/table/assets/js/build-min.js
modules/backend/widgets/table/assets/js/table.js
2015-10-15 17:32:19 -07:00
Samuel Georges
5713dfbf86
Disable fixed toolbar - fixes #1463
2015-10-10 20:45:09 +11:00
Samuel Georges
ddba926e2a
Update redactor to latest
2015-10-10 20:36:37 +11:00
Samuel Georges
d4cf2f7178
Spaces in URLs break Markdown syntax
...
Fixes https://github.com/rainlab/blog-plugin/issues/136
Recompile all assets
2015-10-10 09:09:40 +11:00
tschallacka
c4fffbd6f7
Fixed form field parsing to accept no config
...
If a programmer would define a yaml like
fields:
shortcut:
country:
It would fail with message
"array_key_exists() expects parameter 2 to be array, null given" on line 275 of ..\modules\backend\classes\FormField.php
The yaml parsing returns a null. This check intercepts that null value being passed to the function and turns it into a proper array.
2015-10-09 16:06:23 +02:00
flynsarmy
82c2787f39
Add support for default values in form widgets
2015-10-09 13:51:33 +10:00
Matiss Janis Aboltins
b1766196c2
Added missing latvian language strings
2015-10-08 10:02:06 +03:00
Samuel Georges
f99ff4a363
Prevent sorting of count column, fixes #1491
2015-10-07 19:24:18 +11:00
alekseybobkov
889a25f1c6
Added the autocomplete Inspector editor. Minor fixes in the Inspector memory management. Added destroy() method to the existing autocomplete control.
2015-10-05 20:56:35 -07:00
Samuel Georges
b7505a2cd7
Returning save data now depends on form fields, so they should always be defined
2015-10-05 18:00:01 +11:00
Samuel Georges
3a7e1d6d31
Fixes #1480 - Allow postback key names to use dots
2015-10-05 12:11:25 +11:00
Samuel Georges
399fd70cba
Merge pull request #1486 from sajjad-ser/master
...
Update Persian language
2015-10-05 08:44:43 +11:00