619 Commits

Author SHA1 Message Date
Samuel Georges
8d11fe1257 Minor touch up to #1462 2015-09-26 08:51:13 +10:00
Samuel Georges
25f59a3b27 Merge pull request #1462 from dshoreman/localised-dates
Localise last modified date for mediaManager items
2015-09-26 08:47:41 +10:00
Christopher Forsberg
cf25f1caac Added missing client.php to modules/system/lang/sv/.
Updates to Swedish translations of OctoberCMS * Added missing keys * Updated some translations that were incorrect
2015-09-26 08:43:32 +10:00
Samuel Georges
1a43f01978 Merge pull request #1444 from drtzack/patch-2
Update Turkish Language for CMS module
2015-09-26 08:35:56 +10:00
Samuel Georges
253f4b3e84 Merge pull request #1446 from Flynsarmy/pageRegexEscape
Allow \ character in Page URLs. Fixes #1441
2015-09-26 08:34:16 +10:00
Samuel Georges
3974fbb423 Merge pull request #1442 from jBOKA/develop
Updated AssetList widget to use correct folder permissions
2015-09-26 08:30:51 +10:00
Samuel Georges
70882a0e33 Minor revert from previous 2 commits 2015-09-26 08:01:08 +10:00
Dave Shoreman
faf682e30e Localise last modified date for mediaManager items
Updates the string version of the date to use PHP's IntlDateFormatter
which gives us translated dates in the appropriate format, based on
the user's locale set in backend preferences.

If ever there's a case where locale wasn't set or didn't match anything,
it would default to the system locale.
2015-09-24 19:11:32 +01:00
flynsarmy
6e85290c9e Allow \ character in Page URLs. Fixes #1441 2015-09-22 10:38:35 +10:00
Szabó Gergő
5a39058b56 Translate the "CMS" string and minor cleanup 2015-09-21 21:09:07 +02:00
Talha Zekeriya Durmuş
4d2a14ae94 Update Turkish Language for CMS module 2015-09-20 12:50:24 +03:00
jBOKA
2bfcec811f Updated AssetList widget to use correct folder permissions 2015-09-20 06:03:42 +02:00
Samuel Georges
ab4abb9bc5 Minor 2015-09-19 06:17:31 +10:00
Vladimir Kattsov
9fee6346df Update MediaManager.php
Transform extension like JPG and etc to lower case
2015-09-19 06:04:25 +10:00
Vojta Svoboda
17a2585a15 Add cs_CZ locale 2015-09-15 14:30:18 +02:00
Samuel Georges
9812e1f4ec Fix protection level on formExtendFields
Improve styling on collapsible sections
2015-09-10 20:42:24 +10:00
Samuel Georges
51c7878e8f Fixes rendering 2 shared component partials nukes context 2015-08-30 11:56:44 +10:00
Samuel Georges
793bf30c26 Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Samuel Georges
1d0c22293c Merge pull request #1386 from gergo85/master
Big update for Hungarian language
2015-08-22 20:18:55 +10:00
Szabó Gergő
07c8b23c7d Big updated for Hungarian language 2015-08-22 12:09:56 +02:00
Samuel Georges
60c18d39df Remove dependency on sweet alert 2015-08-22 13:48:53 +10:00
Samuel Georges
742ae07391 Tidy up from #1377 2015-08-22 08:47:35 +10:00
Vladimir Kattsov
7c39a1ae74 Update MediaManager.php
If name of our upload file not latin
2015-08-17 18:35:43 +03:00
Samuel Georges
2c5f9eba6b Write tests that verify the truth of #1373 2015-08-15 13:39:44 +10:00
Samuel Georges
85933facbc Stack partials, store components, unstack partials - Fixes #1373
Fixes instances where nested repeating partials are destroying the partial component stack and causing breaking errors.
Nesting example:

Partial (with components)
^-> Calls component default markup
^-> Refers to partial override (with repeating partial calls)
^-> Calls another partial (with components)
^-> Components not found (destroyed by repeating calls above)
2015-08-15 11:05:30 +10:00
Samuel Georges
0e3403f1aa Use a nicer syntax for <html lang="" />
Recompile assets
2015-08-15 09:49:51 +10:00
Jérémy GAULIN
3f8d17995a Translate alert messages. Switched to sweetAlert.alert() instead of raw window.alert().
Override `swal` and `sweetAlert` functions to set translation on default buttons.

Changed `sweetAlert()` to `swal()` to be consistent with `mediamanager.js`
2015-08-15 09:46:24 +10:00
Samuel Georges
b8bc6c6d99 Allow the "go up" link to be selected with the mouse - Refs #1360
This will disable the move and delete buttons
2015-08-15 09:17:30 +10:00
Jofry
8973761146 Merge pull request #1 from jofrysutanto/master
Show mediamanager sidebar preview when "Go up" is selected.
2015-08-08 22:57:21 +10:00
jofrysutanto
871f824582 Show mediamanager sidebar preview when "Go up" is selected.
Show more informative sidebar information when "Go up' is selected, instead of blank file information with 'null' public url.
2015-08-08 22:52:21 +10:00
Samuel Georges
d537cef720 Merge pull request #1347 from powelski/resolve-1272
Escape HTML for .txt contents
2015-08-08 11:40:58 +10:00
Samuel Georges
2cf1d707ad The API response for insert / insert+crop should be identical
This is because the 'onInsert' callback is used for both actions, yet yielded different results causing breakages
Fixes #1281
Also improved code readability in some places
2015-08-08 11:17:56 +10:00
Nicola Marini
b579891164 Update lang.php
Update lang.php

Update lang.php

Update validation.php

Update lang.php

Update lang.php
2015-08-08 10:31:17 +10:00
Finjon Kiang
cebf7466a9 add new language zh-tw / Chinese (Taiwan) 2015-08-08 10:12:23 +10:00
Krzysztof Powelski
9c3f83c54f Escape HTML for .txt contents 2015-08-05 00:00:43 +02:00
Samuel Georges
b010732796 These methods should be protected, update client lang 2015-08-04 10:01:17 +10:00
Samuel Georges
52361e9b4d Merge pull request #1324 from acwoss/develop
Update pt-br lang
2015-08-03 20:12:57 +10:00
Samuel Georges
8cd97b27a6 Add prettify, update Ace, recompile assets 2015-08-03 19:00:45 +10:00
Samuel Georges
3e898064e1 Translate some client side strings 2015-08-03 18:59:37 +10:00
Anderson Carlos Woss
bfdcfa69da Update PT-BR lang 2015-07-30 00:37:23 -03:00
Samuel Georges
f47b99d183 Move storm to its own build 2015-07-29 19:13:42 +10:00
Samuel Georges
c3d44fb0b4 Merge pull request #1307 from GeGeek/patch-2
Update lang.php
2015-07-25 15:39:34 +10:00
Tom
506f7502ea update Chinese Language File 2015-07-25 15:29:07 +10:00
Asselin de Beauville
26882346c4 Update lang.php
Updated 'settings_menu' var.
2015-07-25 07:28:43 +02:00
Samuel Georges
d931c6ecfc Merge pull request #1296 from mrmlnc/path-1
Update Ru_lang to current status develop branch
2015-07-25 15:19:13 +10:00
Samuel Georges
bdc05a20fe Merge pull request #1291 from DZB-Team/develop
Some new language strings...
2015-07-25 15:18:17 +10:00
Samuel Georges
d6d48b4580 Merge pull request #1285 from bilgorajskim/bilgorajskim-patch-1
Update Polish translation
2015-07-25 15:04:52 +10:00
Samuel Georges
561adcfb37 Merge pull request #1279 from tsioukas/patch-1
Added new phrases on Greek Language
2015-07-25 15:01:01 +10:00
Samuel Georges
a5531f931b Manual merge - fixes #1278 Thanks @Freakspot 2015-07-25 15:00:19 +10:00
Samuel Georges
0f215785f3 Rollback the idea of using $visible on CmsCompoundObjects
This feature should be reserved for serializing the object (in future maybe) rather than defining visible properties, these should be relaxed.
2015-07-25 11:07:36 +10:00