Breno Douglas Araujo Souza
ec03b7b2f8
Access paramater in onStart method in the partial
...
Variables passed in parameter partils not accessed in onStart method in the partial.
With merged vars before render partial, stays like this::
```php
function onStart() {
$this['param'];
}
```
2016-02-27 14:18:22 +11:00
sNuuFix
a724a3aeb2
Fixed framework extra stylesheets for validator.w3.org HTML5 validation.
2016-02-27 14:13:20 +11:00
Samuel Georges
fbed1dd2ed
Merge pull request #1799 from mcustiel/feature-component-autowiring
...
Added the ability to inject dependencies into components
2016-02-27 14:09:14 +11:00
Mariano Custiel
c94706ed05
Added the ability to create instances of components from factories to allow injection of dependencies in components
...
Fixed descriptions
Added missing new lines at the end of fixture components
Fixed problem with include path
Fixed code as suggested. Now everything is solved through app::make
Removed tests that are not needed anymore since last changes
2016-02-22 09:44:14 +01:00
Samuel Georges
c7530eece9
Merge pull request #1781 from sajjad-ser/master
...
Fix Some Typo
2016-02-20 10:17:01 +11:00
Samuel Georges
9b06549a13
Merge pull request #1783 from iBourgeois/master
...
Update AssetList.php
2016-02-20 10:15:13 +11:00
Derek Bourgeois
4797364a04
Update AssetList.php
...
Allow .otf and .woff2 font formats by default. These file types are included in popular packages such as Bootstrap and Font Awesome.
2016-02-15 10:37:56 -05: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
Samuel Georges
2c9e61e182
Minor typo - Fixes #1735
2016-02-13 15:55:02 +11:00
Samuel Georges
5e6fc130bb
Merge pull request #1732 from sajjad-ser/master
...
Update persian language
2016-02-13 15:52:39 +11:00
Sajjad
d2619b6ba4
Update persian language
2016-01-28 18:00:07 +03:30
Jens Herlevsen
2350e30853
Make default 404 page use 404 status code
2016-01-24 19:04:22 +01:00
Samuel Georges
af4f42e208
Add 503 header when maintenance mode enabled.
...
Fixes #1655
2016-01-21 20:16:53 +11:00
Alwin Drenth
94cbe93e8c
Update Dutch language
2016-01-16 10:18:20 +11:00
Joshua Wilson
d0b250c8f7
Flash twig node now displays all messages of all types.
...
Fixes #1225
2016-01-12 16:51:58 -05:00
Samuel Georges
5a70cec7a2
Improved fix for #1672
2016-01-02 13:41:57 +11:00
Samuel Georges
ecb54ff92c
Rollback #1672
2016-01-02 13:40:32 +11:00
Samuel Georges
f39340fc1c
Merge pull request #1672 from dqsully/dqdevelop
...
Fix twig caching
2016-01-02 12:36:10 +11:00
Dave Shoreman
66413ea50b
Fix permissions required for theme settings
2015-12-31 11:32:25 +00:00
DQ Sully
2fae5a30b9
Fix Twig Caching
...
When October would load a file from its changed source, Twig would not see the message until it had gone. See Cms\Classes\Loader->isFresh. This meant a template would not update unless you deleted the Twig cache, or that template's TTL expired. Fix: add another variable (freshness) that would only change after being observed, and accurately reflected if a template's source had been modified
2015-12-28 10:09:15 -07:00
Samuel Georges
0164324e63
Merge pull request #1657 from gergo85/patch-1
...
Improve the multilingual support
2015-12-19 14:13:58 +11:00
Szabó Gergő
12465f4f86
Improve the multilingual support
2015-12-14 18:21:56 +01:00
Samuel Georges
1643cf69b9
Merge pull request #1650 from gergo85/master
...
Update the Hungarian translation
2015-12-12 11:41:43 +11:00
Daniel Müller
01c63d6e32
fixed some PHPDocs
...
removed my prior changes to the code behaviour
removed errorous PHPDocs
fixed some PHPDocs
removed my prior changes to the code behaviour
removed errorous PHPDocs
2015-12-12 11:34:27 +11:00
Szabó Gergő
d84a9e4b4a
Minor bugfix
2015-12-11 22:11:37 +01:00
Szabó Gergő
e781240cc6
Update the Hungarian translation
2015-12-05 11:49:19 +01: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
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
5e5e99cd46
Make it easier to pick the component name from the error
2015-11-01 13:16:43 +11:00
Denis Malinochkin
f5dd39e1a2
update Russian language to build 305
2015-10-17 18:12:14 +03:00
Samuel Georges
3b4ee3340e
* Build 305
...
Fix bug when property values are array
2015-10-17 14:52:50 +11: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
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
Samuel Georges
c4e88d2e21
Merge pull request #1518 from firoxer/develop
...
Display media manager upload errors more clearly
2015-10-17 11:50:56 +11:00
Vojta Svoboda
16eb704793
Add missing PHPDoc @return tag
2015-10-17 09:17:37 +11: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
alekseybobkov
e26271bc01
Minor fix in Inspector styles. Minor fix in the component helper.
2015-10-15 17:10:56 -07:00
Oliver Vartiainen
9f2e50c4eb
Display media manager upload errors more clearly
...
* Differentiate between successful and failed uploads
* Add a function for updating upload bar status
* Add a new upload error text
Fixes #1349
2015-10-14 21:06:17 +03:00
Samuel Georges
84a95af93b
whereComponent doesn't rely on the component object
2015-10-09 05:32:24 +11:00
Samuel Georges
3531793ca3
Add where and whereComponent to CMS objects
2015-10-08 07:28:20 +11:00
Samuel Georges
1774f12e65
Minor styling fix
2015-10-07 07:22:16 +11:00
flynsarmy
3e37c9307f
Show matching folders when filtering CMS objects. Ref #1466
2015-10-05 12:12:11 +10:00
Samuel Georges
99fcdaaadb
Merge pull request #1488 from vojtasvoboda/feature/duplicate-array-keys
...
Remove duplicate array keys
2015-10-05 08:45:48 +11:00
Samuel Georges
399fd70cba
Merge pull request #1486 from sajjad-ser/master
...
Update Persian language
2015-10-05 08:44:43 +11:00
Samuel Georges
16ca5b4ffc
Merge pull request #1474 from adrenth/develop
...
Fix undefined variable $filePath
2015-10-05 08:43:31 +11:00
Vojta Svoboda
3ea76dd817
Remove duplicate array keys
2015-10-04 22:09:57 +02:00
Sajjad
19adf61c5e
Update Persian language
2015-10-03 12:36:57 +03:30
Samuel Georges
1847018b99
Switch to October flavored INI
2015-10-03 08:52:52 +10:00