224 Commits

Author SHA1 Message Date
Sam Georges
ffc1a8490a Convert autoload refs to PSR-4 so they actually work 2014-09-19 17:23:11 +10:00
Sam Georges
23710dbbc3 No longer lower case partial override component alias Att: @chadstrat 2014-09-19 17:23:08 +10:00
Sam Georges
0f544cafb2 Merge branch 'master' into develop 2014-09-18 08:23:30 +10:00
Samuel Georges
76aed53ec8 Merge pull request #611 from nnmer/master
Additional parameters for some methods to be able to specify whether  needed absolute or relative path for the url generator
2014-09-18 08:21:14 +10:00
Sam Georges
4f00fbdbc6 Minor. keyField -> keyFrom 2014-09-17 16:47:55 +10:00
Anton Romanov
8ee57eee76 Update Page.php 2014-09-11 12:45:37 +08:00
Anton Romanov
7ded6e5fed Update Controller.php 2014-09-11 12:44:52 +08:00
Sam Georges
44cff23009 Fixes #604 where code editor has been forcibly removed 2014-09-10 07:25:11 +10:00
alekseybobkov
9f4fa49068 Fixes a bug where saving a content block from the CMS back-end creates an empty [components] section in the file settings area. 2014-09-06 21:52:42 -07:00
Sam Georges
37e5894df2 The {% put %} tag now appends by default, The closing put tag now supports overwrite, eg: {% endput overwrite %}. 2014-09-06 17:10:52 +10:00
Samuel Georges
c63dc4da31 Merge pull request #594 from andersonwoss/master
Add full translation for pt-br
2014-09-04 21:11:07 +10:00
alekseybobkov
df55946b61 Merge branch 'misc-tmp' into develop 2014-09-03 20:01:17 -07:00
alekseybobkov
9572c17253 Minor changes in the back-end UI. The front-end router now triggers an event allowing to override the default routes. The CMS back-end UI now supports view bags in content files. 2014-09-03 19:58:21 -07:00
Sam Georges
0e3d909bd0 Add missing refs and accessors for pageObj and layoutObj 2014-09-03 08:48:15 +10:00
Anderson Carlos Woss
32ad8cc09e Add full translation for pt-br 2014-08-30 22:38:32 -03:00
Sam Georges
8c07bfea15 Tokens expand when holding CTRL and double clicking (Yay!) 2014-08-30 16:21:16 +10:00
Sam Georges
357475c992 Token Breaker -> Token Expander, Add token expander to CMS editor 2014-08-30 16:05:19 +10:00
Sam Georges
e55d4f9ea0 Performance improvement: CMS was passing all assets with each AJAX call
Add token breaker plugin to CMS page
2014-08-30 15:04:15 +10:00
Sam Georges
fcf31b05ae Added new dump() Twig function 2014-08-30 12:34:03 +10:00
Sam Georges
3193006e2e Beef up the debug extension 2014-08-30 12:23:12 +10:00
Sam Georges
db2cea630b * Build 139 2014-08-30 08:56:58 +10:00
Sam Georges
1d300ace98 Add prototype code for token breaker 2014-08-29 23:53:13 +10:00
Sam Georges
b8bf570289 Add initial version of dump() twig function / debug extension 2014-08-29 21:55:41 +10:00
Sam Georges
938f9957de Add PathMaker trait, Combiner now supports aliases and dynamic paths 2014-08-29 19:23:57 +10:00
Sam Georges
cd51c37d19 Fixes LESS parser so the paths are no longer messed up 2014-08-29 19:23:56 +10:00
alekseybobkov
fdd83b53c9 Updates in the back-end UX 2014-08-28 19:03:47 +11:00
Sam Georges
eb6a912f28 Allow setParameters() in Cms Router 2014-08-28 08:19:08 +10:00
Sam Georges
a0bfbfc0d6 CMS AJAX handlers now have a way to invoke the page cycle if desired 2014-08-23 17:23:29 +10:00
alekseybobkov
e7767176ce Updated the treeview control, updated Redactor scripts, the CMS Content is now a compound object 2014-08-22 18:45:05 +11:00
Samuel Georges
fb56fbfabd Merge pull request #573 from mrmlnc/develop
ru_lang (138)
2014-08-22 08:07:10 +10:00
Samuel Georges
111589dec6 Merge pull request #577 from stefantalen/dutch-translations
Updated dutch language files
2014-08-22 08:06:48 +10:00
Stefan Talen
5455c6c1af Updating dutch language files 2014-08-21 23:07:50 +02:00
Sam Georges
76b143e8d3 Components and variables can now be accessed in the page code section via $this->foo in addition to $this['foo']. 2014-08-21 20:04:41 +10:00
Sam Georges
20e279bf4c Page URLs now support dots (.)
Add hook for cms.page.init
2014-08-21 19:47:29 +10:00
Denis Malinochkin
9a798cf46a ru_lang (138) 2014-08-20 17:10:22 +04:00
Sam Georges
d2e2e1ffff Local events also don't need prefixes 2014-08-19 21:34:59 +10:00
Sam Georges
7bd967cff5 Fix cms.template.save event, should always pass the primary object as the first/second parameter.
This may be a breaking change for some, sorry about that.
2014-08-19 21:33:03 +10:00
Sam Georges
d7f22dc797 Merge branch 'develop' 2014-08-19 12:38:25 +10:00
Sam Georges
bcc48054e7 Add hook to render page 2014-08-19 12:35:33 +10:00
adi
03d9f81b47 Added Romanian translation files in modules/*/lang/ro and modified modules/backend/models/BackendPreferences.php and modules/system/lang/en/lang.php in order for the language to appear in the admin section 2014-08-16 15:00:07 +03:00
Samuel Georges
0980c6d997 Merge pull request #549 from Flynsarmy/twigDebugState
Set twigs debug state to the same as Octobers
2014-08-16 18:01:33 +10:00
flynsarmy
35e4f9c4fb Tailing comma 2014-08-14 21:08:15 +10:00
flynsarmy
869765af76 Set twigs debug state to the same as Octobers 2014-08-14 21:06:58 +10:00
Samuel Georges
d9ca311ce3 Merge pull request #545 from marininicola/develop
Fix an issue when searching an asset in CMS backend
2014-08-14 08:25:52 +10:00
Nicola Marini
bf1247e197 Fix issue when searching an asset in CMS backend
On Windows, searching for a file return the paths with the "\" separator, and throws an error when selecting a file for editing.
2014-08-13 17:42:51 +02:00
Sam Georges
3ff31f2180 Minor 2014-08-13 21:25:57 +10:00
Samuel Georges
bee85771c6 Merge pull request #544 from Flynsarmy/getTwigMethod
Add getTwig controller method
2014-08-13 21:23:54 +10:00
flynsarmy
55c0ba8934 Add getTwig controller method 2014-08-13 09:08:18 +10:00
Sam Georges
a5d67bee27 Escape all the translated strings 2014-08-13 08:01:18 +10:00
Sam Georges
37291a0c63 Throw ApplicationException when AJAX handler not found 2014-08-13 07:52:47 +10:00