2814 Commits

Author SHA1 Message Date
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
73d6ff2324 Minor 2015-11-28 16:22:18 +11:00
Marcelo Jacobus
8c689d63ea Ignored composer.json. Fixed failing tests
Tests were failing because the indexes were not the same
2015-11-28 16:19:41 +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
5e93e126c4 Merge pull request #1614 from gergo85/patch-2
Add generator meta tag
2015-11-28 16:17:09 +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
471ca41d6f Merge pull request #1582 from JoelESvensson/rename-stub-file
Add .stub extension to stub file
2015-11-28 15:33:41 +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
4e1d2ca445 Write tests for listsNested on tree traits 2015-11-28 14:12:50 +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
alekseybobkov
4f5ef8aa68 Inspector - added support for icons and images in the dropdown editor. 2015-11-22 20:48:08 -08:00
Szabó Gergő
7f04d4ffa1 Add generator meta tag 2015-11-22 16:49:46 +01:00
alekseybobkov
c72920029e Minor extension in the table widget client-side API. 2015-11-20 21:02:45 -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
Szabó Gergő
fe54f8ac24 Add alignment button to Rich editor
I think the alignments are basic features.
2015-11-18 14:09:58 +01:00
alekseybobkov
0e2e18af7f Added autocomplete column type to the Table widget 2015-11-17 21:26:03 -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
Samuel Georges
b6ba31bd86 Fixes exception on removeChild(null)
Fixes danger on danger color scheme
2015-11-14 18:27:01 +11: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
3217bf03d8 Minor fix in the flyout implementation 2015-11-11 20:18:38 -08:00
alekseybobkov
5cb873862a Minor changes in the Inspector API 2015-11-11 13:03:18 -08:00
Vojta Svoboda
0b6aa8750c Update fields_export.yaml 2015-11-11 16:08:50 +01:00
alekseybobkov
d34bb2bd86 Minor changes in the Inspector API. 2015-11-09 21:59:19 -08:00
Samuel Georges
a3a5e241d7 Merge pull request #1591 from rclarkburns/feature/plugin-refresh-command
Improves plugin:refresh error handling
2015-11-10 10:51:46 +11: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
52090e8a9b Added .stub extension as namespaces.php is not a valid php file 2015-11-04 20:41:53 +01:00
alekseybobkov
2d849b2640 Implemented Inspector ignoreIfEmpty and ignoreIfDefault properties. Minor refactoring of Inspector. 2015-11-03 22:02:10 -08: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