Commit Graph

2340 Commits

Author SHA1 Message Date
Samuel Georges f77f412f2f Merge pull request #1585 from brunoti/develop
Add filetypes of FileUpload formwidgets in uppercase too
2015-12-05 08:45:02 +11:00
Samuel Georges 8d7c90bebf Merge pull request #1489 from Flynsarmy/filterByFolder
Show matching folders when filtering CMS objects. Ref #1466
2015-12-05 08:24:13 +11:00
Samuel Georges 8318c05b37 * Build 311
Fixes issue locking out admins after updating to build 310
2015-11-28 16:39:16 +11: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 32a079cfd1 Merge pull request #1621 from gergo85/patch-3
Improve the multilingual support
2015-11-28 16:17:41 +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 9da2022c68 Merge pull request #1594 from vojtasvoboda/patch-2
Update fields_export.yaml
2015-11-28 15:37:18 +11:00
Samuel Georges 272fd58e0a Merge pull request #1590 from adrenth/feature/backend-translation
Update Dutch backend language
2015-11-28 15:35:58 +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 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 a596a6babd row-compact -> row-flush as per Storm naming convention 2015-11-28 14:12:25 +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
Szabó Gergő 73c70a15ed Improve the multilingual support 2015-11-24 22:00:05 +01:00
Samuel Georges b6ba31bd86 Fixes exception on removeChild(null)
Fixes danger on danger color scheme
2015-11-14 18:27:01 +11: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
Vojta Svoboda 0b6aa8750c Update fields_export.yaml 2015-11-11 16:08:50 +01:00
Clark Burns 898266f26a Improves plugin:refresh error handling 2015-11-09 15:36:58 -08:00
Alwin Drenth 0a658de6ad Update Dutch backend language 2015-11-07 17:39:07 +01:00
Alwin Drenth b6e7aa9d43 Update Dutch system language 2015-11-07 14:50:37 +01:00
BruNo Oliveira 8c051d4655 Add filetypes of FileUpload formwidgets in uppercase too 2015-11-06 08:56:32 -02: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
Samuel Georges 0fa33422a4 Input monitor docs, prevent duplicate tab-close buttons
Recompile assets
2015-11-03 08:48:36 +11: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 5e5e99cd46 Make it easier to pick the component name from the error 2015-11-01 13:16:43 +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
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 8de530fdf4 Merge pull request #1538 from tabacitu/develop
added system/lang/client translation for Romanian
2015-10-31 17:06:40 +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
Samuel Georges 02f7149e57 Allow btn-group to work inside form-buttons 2015-10-31 16:10:24 +11:00
alekseybobkov dca9effec0 Minor fixes in Inspector 2015-10-27 17:00:14 -07:00
Szabó Gergő 53041ef23a Translate texts 2015-10-27 20:49:56 +01:00
alekseybobkov 6c0932e1e4 Minor fix in the Inspector popover positioning 2015-10-25 18:30:20 -07:00
Joel Ekström Svensson 7dd0d76155 Allow plugins to be symlinks
This change makes sure that plugins can be loaded even though they are symlinks. The change makes it easier to have custom schemes to handle version control with zero-downtime deployment.
2015-10-24 23:39:18 +02: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
Cristian Tabacitu 729c93ba94 added system/lang/client translation for Romanian 2015-10-20 02:13:43 +03:00
alekseybobkov db5fde4749 Minor fixes in Inspector 2015-10-17 18:00:20 -07:00