Samuel Georges
fd16f38b11
Implement file definitions (extensions + ignore files)
...
Block "unsafe" extensions from being uploaded to the Media manager
Fixes #1801
2016-02-29 18:12:26 +11:00
alekseybobkov
00ced6c79f
UI update
2016-02-28 19:52:21 -08:00
Samuel Georges
136ec18084
This allows AJAX to function on maintenance and 404 pages
2016-02-27 22:39:26 +11:00
Samuel Georges
63451aab50
Fixes validatePath for Windows
...
(DIRECTORY_SEPARATOR is normalized in code above)
2016-02-27 15:04:07 +11:00
Samuel Georges
d76863a3ec
Merge branch 'develop' into stable
...
Conflicts:
composer.json
2016-02-27 14:55:52 +11:00
Samuel Georges
8e9ae8e53e
Clean up from #1631
...
- Files in the media library can now contain two dots
- Retina Images Support
2016-02-27 14:49:38 +11:00
Samuel Georges
423360b2d2
Merge pull request #1631 from JoelESvensson/develop
...
Files in the media library can now contain two dots
2016-02-27 14:36:38 +11:00
Samuel Georges
b88e78ffb4
Minor
2016-02-27 14:22:56 +11:00
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
alekseybobkov
6ed4bd5ef6
Updates in the UI
2016-02-22 21:52:23 -08:00
Samuel Georges
ff52ad6595
Remove Illuminate references
2016-02-23 13:46:57 +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
alekseybobkov
a943708b99
UI updates
2016-02-19 22:12:41 -08: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
Samuel Georges
337cf36150
Access variables as variables, not methods
...
Fixes #1721
Really not sure why viewBag is using the __call() magic method to access properties. Switched to using __get() + __isset() to keep everything in black and white. If this turns out to be a mistake, roll it back and ensure the reason is documented accordingly.
2016-02-13 15:26:52 +11:00
Samuel Georges
97daebfa9e
Use BadMethodCallException for graceful failure (Twig only)
...
Fixes #1571
This also fixes method inheritance for behaviors by using parent::__call() to look for any methods provided by extensions, catches the exception, then continues with BAU
2016-02-13 15:23:53 +11:00
Samuel Georges
acfb35cbed
Merge branch 'develop' into stable
2016-02-10 20:03:51 +11:00
Samuel Georges
03e7c19a5d
Fixes issue where twig passed null
...
Minor update to dropdown docs
2016-02-09 17:58:37 +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
Joel E. Svensson
ed583491e0
Fixes #1681
...
Added a customzied slug-function to MediaManager which supports @-signs
2016-01-23 20:36:05 +01:00
Samuel Georges
af4f42e208
Add 503 header when maintenance mode enabled.
...
Fixes #1655
2016-01-21 20:16:53 +11:00
Samuel Georges
d34350a7b1
Merge branch 'develop' into stable
2016-01-16 10:20:21 +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
b5aef97133
Alt fix for #1680
2016-01-04 17:49:11 +11:00
Samuel Georges
1d2929e2f0
Update composer refs
2016-01-02 18:44:59 +11: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
Joel E. Svensson
8f1e2ff8a3
Files in the media library can now contain two dots
2015-12-06 18:55:51 +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
Samuel Georges
91d3d4dbde
Swap FileHelper methods for new Ini parser
2015-10-03 07:30:11 +10:00
Samuel Georges
8ed6a3cc51
Fixes exception ref
2015-10-03 07:29:08 +10:00
Samuel Georges
c30851d684
Remove dead ns ref
2015-09-30 20:54:00 +10:00
Samuel Georges
2ecf2db311
Remove dependency on IntlDateFormatter
2015-09-30 20:52:31 +10:00
Alwin Drenth
21680f60f9
Updated Dutch language for CMS
2015-09-29 22:04:14 +02:00
Samuel Georges
6b3d82d10f
Merge pull request #1464 from Flynsarmy/useFileFacade
...
Use correct folder permissions in ThemeImport/Export
2015-09-28 07:51:00 +10:00
flynsarmy
60facd2741
Use correct folder permissions in ThemeImport/Export
2015-09-26 18:12:13 +10:00
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
alekseybobkov
83b4994d61
Added new Inspector property editors - text and set, minor refactoring of the Inspector code.
2015-09-20 21:15:21 -07: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
alekseybobkov
fea5d8389f
Minor fixes and improvements.
2015-09-10 20:45:07 -07: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
Samuel Georges
52ea4a73c8
Performance improvements, rename scopes to standard
2015-07-21 20:46:35 +10:00
Denis Malinochkin
5f1e03fc46
Update Ru_lang to current branch
2015-07-18 15:53:02 +03:00
raw99
b2d7cea159
Removing dublicate string
2015-07-14 19:36:55 +03:00
Samuel Georges
41a94a50ae
Fixes broken critical bum bum
2015-07-14 20:47:00 +10:00
bilgorajskim
3ed3716548
Update polish translation
2015-07-13 09:54:58 +02:00
bilgorajskim
0c7c6f4895
Update polish translation
2015-07-13 08:59:28 +02:00
Antony Tsioukas
b3bf7645a0
Added new phrases on Greek lang.php
2015-07-11 19:08:01 +03:00
Samuel Georges
961509839e
Manually merge Pull Requests that are prepared incorrectly
...
Fixes #1229
Fixes #1259
Fixes #1260
Fixes #1261
Fixes #1262
Fixes #1263
Fixes #1264
Fixes #1277
Thanks @felixinx @awaysoft @tsioukas @Freakspot
2015-07-11 14:36:38 +10:00
Samuel Georges
60fac726a9
Merge pull request #1274 from powelski/develop
...
Translate Media to Polish language
2015-07-11 11:48:05 +10:00
Samuel Georges
eb5a1b7039
Merge pull request #1268 from scottbedard/patch-4
...
Fix location of mediafinder comments
2015-07-11 11:30:04 +10:00
Samuel Georges
a3223e8d03
Merge pull request #1256 from sajjad-ser/master
...
update persian language
2015-07-11 11:26:41 +10:00
Samuel Georges
84da7f3698
Improve tabs consistency, fix conflict with .primary
...
.primary -> .primary-tabs
.secondary -> .secondary-tabs
.master -> .master-tabs
2015-07-10 15:51:24 +10:00
Kris Powelski
502a13f08d
Translate Media to Polish language
2015-07-09 18:48:10 +02:00
Scott Bedard
2b4b891586
Fix location of mediafinder comments
...
Without the overflow, mediafinder comments render in a weird location (see before / after screenshots)
https://www.dropbox.com/s/ogxfcaky6tdkki4/before_overflow.png?dl=0
https://www.dropbox.com/s/bsn0s0fjpj7j9iz/after_overflow.png?dl=0
2015-07-08 13:32:43 -04:00
Sajjad
711df56986
update persian language
2015-07-05 21:26:39 +04:30
Samuel Georges
4f0fa37d6f
Update of FRENCH Translation for OctoberCMS - thanks @Galixte
...
Fixes #1248 without 11 commits
2015-07-04 10:36:32 +10:00
Samuel Georges
b9e4eeb60c
Merge pull request #1252 from DZB-Team/develop
...
Some small Latvian language fixes...
2015-07-04 10:26:15 +10:00
Samuel Georges
adfc198428
Merge pull request #1239 from gergo85/master
...
Updated Hungarian language
2015-07-04 10:25:11 +10:00
Samuel Georges
461e4f75de
Improve admin list toolbar
...
Change "Admins" group to "Owners" (more descriptive)
Fix bug in Firefox on Mediafinder form widget not respecting max-width 100%
Recompile assets
2015-07-04 09:34:35 +10:00
raw99
9e59382822
Some small fix again...
2015-07-01 23:24:39 +03:00
raw99
8a36ad5403
Some Latvian language fixes...
2015-07-01 23:13:30 +03:00
Samuel Georges
f9c921a797
Adds getAjaxHandler() API to controllers
...
Fixes bug where update process fails midway
2015-06-30 08:56:53 +10:00
Szabó Gergő
0ed57bb692
Updated Hungarian language
2015-06-27 11:58:30 +02:00
Samuel Georges
81eb02296d
Fixes broken invalid state
2015-06-27 14:53:17 +10:00
Samuel Georges
96959e0683
Fixes bug in IE11 that prevents use of Media Manager - Fixes #1198
...
Add mediamanager less to bundles
2015-06-27 12:24:19 +10:00
Samuel Georges
57f32d0055
Adds basic permissions for media manager - Fixes #1134
...
Note if media management is restricted, it can still be accessed via the Rich Editor - we need to address this concern later. This change is to allow the menu item to be toggled on/off.
2015-06-27 11:50:46 +10:00
Samuel Georges
3681459935
Fixes styling of upload button in Firefox - Refs #1202
2015-06-27 11:35:55 +10:00
Samuel Georges
00f7a5ed61
Enable backend context registration
2015-06-27 11:04:44 +10:00
Samuel Georges
06ec662131
Update Chinese (China) language - Fixes #1237 without 10 commits
2015-06-27 09:46:05 +10:00
Samuel Georges
3e95ee555f
Merge pull request #1224 from scottbedard/patch-4
...
Translate component group
2015-06-27 09:26:18 +10:00
Samuel Georges
0da649551b
Complete pagelinks plugin for redactor
2015-06-25 12:59:59 +10:00
Samuel Georges
c87b075440
CMS Controller now supports form widgets that use AJAX (Yay!)
2015-06-24 17:37:33 +10:00
Samuel Georges
e6f70eafdd
Translate prompt for FileUpload + MediaFinder
...
Remove redundant language key
Recompile assets
2015-06-20 22:21:18 +10:00
Samuel Georges
cd1d62d8d7
AJAX requests can only use the POST method
2015-06-20 20:18:58 +10:00
Scott Bedard
cb38107c25
Translate component group
...
Just a minor convenience, I think it makes sense to have this property auto-translated as well.
2015-06-19 22:22:18 -04:00
Samuel Georges
e6bfa5b970
Add extra file types - Refs #1209
2015-06-20 10:28:16 +10:00
Samuel Georges
91c061f60a
Add |media filter and MediaLibrary::url helper
2015-06-17 18:51:05 +10:00
Samuel Georges
8c6a58981e
Roll back the changes from #852 in the name of KISS
...
The page vars are just that, view variables, if used incorrectly (relaxed) they can leech out
2015-06-17 18:50:51 +10:00
Samuel Georges
d827ce686a
Minor tweaks
2015-06-14 14:13:15 +10:00
Samuel Georges
f9bb79eacc
Merge pull request #1195 from krisawzm/themedata-repeater-patch
...
Fixes #1194
2015-06-14 11:00:58 +10:00
Samuel Georges
dc9818a79a
Merge pull request #1189 from mrmlnc/develop
...
Synchronization Ru_lang with current develop branch
2015-06-14 10:59:27 +10:00
Samuel Georges
4791d77aaf
Merge pull request #1188 from b0gok/patch-5
...
Update lang.php
2015-06-14 10:59:08 +10:00
Samuel Georges
1c22b87cc9
Complete single image mode of mediafinder
2015-06-14 10:58:11 +10:00
Samuel Georges
362acf63d6
Build out single file mediafinder form widget
2015-06-13 10:31:31 +10:00
Samuel Georges
0a5e6adad1
Fixes tooltip background color
...
Other minor clean ups
2015-06-09 18:49:56 +10:00
krisawzm
bfd286ab18
Fixes #1194
...
Repeater form fields store arrays and must be jsonable.
2015-06-07 22:00:16 +02:00
Samuel Georges
99146294aa
Minor touch ups
...
Add danger style to popover
2015-06-06 16:49:30 +10:00
Samuel Georges
9e6d0a660c
Simplify visibleViewBag + visibleSettings
...
hidden -> is_hidden
2015-06-05 17:24:27 +10:00
Samuel Georges
302f397835
Add cms.twig.processTwigContent hook to Twig loader
2015-06-05 17:23:38 +10:00
Denis Malinochkin
59c0e84701
Synchronization Ru_lang with current develop branch
...
Full synchronization translate with current develop branch.
- Translate new keys
- Update the changed keys
- Synchronizing quotes and commas with develop branch
2015-06-04 19:14:32 +03:00
Vladimir Kattsov
6e5a6b2008
Update lang.php
...
Add translation for default_tab
2015-06-04 18:20:24 +03:00
Samuel Georges
dbba9349ab
Adds a method for defining which settings and viewBag properties should be visible as native ones
2015-06-04 19:16:35 +10:00
Samuel Georges
bed7d0825f
Fixes loading animation in various places
2015-06-03 19:22:18 +10:00
Samuel Georges
84da449d05
Fixes an infinite loop
2015-06-03 17:24:22 +10:00
Samuel Georges
a002d5da92
Merge branch 'develop' into ui-breakout
...
Conflicts:
modules/system/assets/ui/js/chart.bar.js
2015-05-30 13:01:35 +10:00
Samuel Georges
069ec925b2
Merge branch 'master' into develop
2015-05-30 12:50:31 +10:00
Samuel Georges
3ba1cee05a
Merge pull request #1161 from DZB-Team/master
...
Tanslation files for Latvian language
2015-05-30 10:45:00 +10:00
Samuel Georges
936ca3469c
Merge pull request #1142 from gergo85/master
...
Improve multilanguage support
2015-05-30 10:44:30 +10:00
Samuel Georges
309f5debc9
Merge pull request #1178 from dshoreman/fix-flash-messages
...
Fixed error when using {% flash type %}
2015-05-30 10:26:09 +10:00
Dave Shoreman
aac3d196ee
Fixed error when using {% flash type %}
...
While {% flash %} works fine for displaying all flash messages, if
a user wants to show only a certain type with {% flash success %}
(for example), it errors with "Undefined variable: message".
2015-05-30 01:24:11 +01:00
Samuel Georges
09501409c6
Fixes #1172 without using 7 commits
2015-05-30 10:00:55 +10:00
Samuel Georges
7e558ea706
Merge pull request #1171 from mrmlnc/develop
...
Update RU_lang
2015-05-30 09:58:28 +10:00
Samuel Georges
8e59305ede
Update refs to flash message script
2015-05-28 20:33:49 +10:00
Denis Malinochkin
ab382e3771
Fix typos
2015-05-27 23:19:33 +03:00
Denis Malinochkin
8cdf2e1250
Update RU_lang
2015-05-27 23:16:06 +03:00
krisawzm
3d464a422a
Improved language nb-no in cms module
2015-05-25 23:16:53 +02:00
krisawzm
d11680eba0
Updated language nb-no in cms module
2015-05-25 23:16:21 +02:00
raw99
5a6aaf760c
adding translations for latvian language
2015-05-23 23:59:46 +03:00
Samuel Georges
a1291c3716
Restyle Administrator pages
2015-05-21 22:55:08 +10:00
gergo85
7ab72b3743
Improve multilanguage support
2015-05-16 11:47:24 +02:00
Samuel Georges
4d057ba266
Fixes flaw in logic
...
Recompile JS from #1135
2015-05-16 09:57:40 +10:00
Samuel Georges
8b3ab93786
Component variables set with `$this->page` no longer leech in to other component partials.
...
Fixes #852
2015-05-16 09:29:27 +10:00
Samuel Georges
ccf8073ad6
Make page listing more detailed, now includes [base file name]
2015-05-15 20:19:11 +10:00
Samuel Georges
e675866284
The |page filter now supports passing an empty string to generate a link to the current page.
2015-05-15 20:18:40 +10:00
Samuel Georges
7255615bef
Merge pull request #1120 from gergo85/master
...
Updated Hungarian language
2015-05-09 19:02:23 +10:00
gergo85
53babb83b6
Updated Hungarian language
2015-05-09 10:54:11 +02:00
Samuel Georges
189d56a6c5
Merge pull request #1106 from gergo85/master
...
Improve multilanguage support
2015-05-09 11:06:59 +10:00
Samuel Georges
e3bd53230f
Revert breaking from #1103
2015-05-09 11:06:04 +10:00
Samuel Georges
cf90b6ad93
Merge pull request #1103 from niclasleonbock/patch-1
...
Fix two minor media manager bugs
2015-05-09 11:05:07 +10:00
gergo85
cb670237f2
Improve multilanguage support
2015-05-04 13:29:48 +02:00
niclasleonbock
28f265c10a
Fix two minor media manager bugs
2015-05-03 16:10:30 +02:00
Gerard Arall
a1790b0dbf
Translations
2015-05-02 19:32:22 +02:00
Samuel Georges
f334be5116
Complete overhaul of module service providers
...
This is to improve readability of these ever growing classes, also we can prune specific registrations based on the execution context for performance reasons.
2015-05-02 14:43:14 +10:00
Samuel Georges
366cdd55a8
Add hooks to the cms/backend route definitions
2015-05-02 13:53:05 +10:00
Samuel Georges
e6e0facaa0
Fixes issue when routing to CmsController homepage (no params)
...
Fixes https://github.com/rainlab/translate-plugin/issues/67
Fixes https://github.com/rainlab/translate-plugin/pull/68
2015-05-02 12:56:40 +10:00
Samuel Georges
f49775d547
Routes cache should be used for all driver types
...
Minor cleanup of MediaManager class
2015-05-02 11:58:09 +10:00
Samuel Georges
cceae62812
Apply incremental default order values on side menu items
...
Refs #1079
2015-05-02 10:47:06 +10:00
Samuel Georges
7c205c7ceb
Merge pull request #1079 from dshoreman/sortable-sidenavs
...
Add support for sorting sideMenu items
2015-05-02 10:28:55 +10:00
Samuel Georges
9470259727
Minor clean ups
2015-04-29 19:50:30 +10:00
alekseybobkov
bc4aa1495c
Merge branch 'develop' into refactoring-profiling
2015-04-28 20:14:01 -07:00
Samuel Georges
10ec177c54
Pass parameters to route cache - Fixes #1088
2015-04-28 20:04:35 +10:00
Samuel Georges
cacec27d25
Fixes issue preventing CMS AJAX from returning arrays
2015-04-28 19:31:38 +10:00
Samuel Georges
0cacb4cbdd
Merge pull request #1087 from krisawzm/nb-no
...
Updates language nb-no
2015-04-28 18:31:01 +10:00
Samuel Georges
9e2e0df74c
Remove deprecated API on Psge::url
2015-04-28 07:48:00 +10:00
krisawzm
23afa8bc1c
Updates lang nb-no
2015-04-26 21:38:02 +02:00
alekseybobkov
57777c0aad
Ace editor updated to the latest version. Implemented the back-end controls utility class. Some back-end UI classes are updated and displsable now. Editor tabs on the CMS page now properly free memory and DOM elements when they're closed.
2015-04-25 22:48:49 -07:00
alekseybobkov
a4ab611228
Merge branch 'develop' of github.com:octobercms/october into develop
2015-04-25 14:33:47 -07:00
alekseybobkov
a989d4e0ba
Merge branch 'refactoring-profiling' into develop
2015-04-25 14:33:26 -07:00
Samuel Georges
0083fcd356
Vars passed to content should be escaped
2015-04-25 14:28:52 +10:00
Samuel Georges
ab1272bea9
Add parameter support to {% content %} tags
2015-04-25 13:58:05 +10:00
Samuel Georges
84b80a10c2
The media manager should only look for uploads of its own species
...
Fixes https://github.com/rainlab/blog-plugin/issues/79
2015-04-24 18:51:06 +10:00
Samuel Georges
9173e3bb9a
Merge branch 'develop' into media-manager
2015-04-23 18:09:18 +10:00
alekseybobkov
6458149cd5
Disposing the code editor
2015-04-22 21:33:07 -07:00
Dave Shoreman
85bdabe783
Update cms module for new order functionality
...
Since sideMenu items are now sortable, any sideMenu items that don't
have an order applied will get sorted however PHP decides to do so.
This adds the order parameter to all cms menu items to retain the
original order of the side menu items.
2015-04-22 22:23:30 +01:00
alekseybobkov
35f742c8f5
Further CMS page JS normalization, minor fix in Inspector.
2015-04-21 22:20:55 -07:00
alekseybobkov
5928aded9f
CMS page JS code is tested and fixed after refactoring.
2015-04-21 21:30:02 -07:00
alekseybobkov
43784bf5b9
Merge branch 'media-manager' into refactoring-profiling
2015-04-21 20:52:46 -07:00
alekseybobkov
0b73f82566
Main JS class on the CMS page is refactored to reduce the complexity
2015-04-21 20:51:39 -07:00
Łukasz Biały
e2fccafa3c
allow calling of components extension ajax handlers
2015-04-22 01:22:14 +02:00
Samuel Georges
1a037bad04
Add the ability to include middleware in CMS / Backend controllers
...
Add init.php script to plugins
Fixes https://github.com/octobercms/library/issues/106
2015-04-21 20:07:34 +10:00
Samuel Georges
d94ba96ae3
Better exception handling to dump()
2015-04-21 15:20:59 +10:00
alekseybobkov
d2968b8bde
Minor fix in the Media Manager file selecting behavior. Added some audio types to .htaccess.
2015-04-19 11:19:36 -07:00
Samuel Georges
0b82e1f44f
Fixes operation in subfolders
2015-04-16 19:13:33 +10:00
alekseybobkov
7fb36588cc
Implemented keyboard navigation. Minor fix in the scrollpad class.
2015-04-15 21:48:16 -07:00
Samuel Georges
7ca6602c08
Minor
2015-04-15 19:43:05 +10:00
alekseybobkov
87a2ea1350
Implemented Insert Video and Insert Audio features
2015-04-14 22:44:45 -07:00
Samuel Georges
8e69039c0d
Adds folder support for making partials
2015-04-14 22:17:10 +10:00
alekseybobkov
06e5dce96a
Fixed a conflict in framework.js. Closures in the script are named now, for the memory profiling needs.
...
Conflicts:
modules/system/assets/js/framework.js
2015-04-11 18:58:24 -07:00
alekseybobkov
c1740c479c
Media Manager: implemented insert link, insert image, and crop and insert features. Minor fixes in October core and third-party JS plugins.
2015-04-11 18:55:02 -07:00
Samuel Georges
297ac65ce6
Alternative fix to #1050
2015-04-11 10:59:27 +10:00
Samuel Georges
f4cb5ab8f1
Merge pull request #1050 from keiosweb/fix_getComponentProperties_method
...
fixes getComponentProperties foreach iteration overriding method argument name
2015-04-11 10:56:44 +10:00
Samuel Georges
5da198ccd8
Merge remote-tracking branch 'remotes/tresbach/develop' into develop
...
Conflicts:
modules/system/lang/pt-br/lang.php
modules/system/lang/pt-br/validation.php
2015-04-11 10:53:37 +10:00
Samuel Georges
d283d6b143
Merge remote-tracking branch 'remotes/krisawzm/develop' into develop
...
Conflicts:
modules/backend/models/BackendPreferences.php
modules/system/lang/ru/lang.php
modules/system/lang/sv/lang.php
2015-04-11 10:48:59 +10:00
Samuel Georges
0b6587f771
Fixes #1019 - prevents lock out of full screen mode
...
Reorder system setting items
2015-04-09 20:20:08 +10:00
Samuel Georges
0f630c80d9
Improve framework code to support $(this) in data attributes
2015-04-08 07:44:26 +10:00
Łukasz Biały
4212386b37
fixes iteration overriding argument name, caused bug where properties of another component where returned if cache was empty
2015-04-07 13:12:20 +02:00
alekseybobkov
790b464679
Merge branch 'develop' into media-manager
2015-04-04 19:01:08 -07:00
alekseybobkov
332d92f538
Implemented image inserting to Redactor.
2015-04-04 18:59:36 -07:00
Samuel Georges
c54821f175
Overhaul the plugin installation process in the back-end
...
Themes can now be installed via the back-end
2015-04-04 17:28:51 +11:00
Samuel Georges
9d4bc8eee6
Create withComponent() filter for CmsObjects
2015-04-04 10:34:25 +11:00
Samuel Georges
31f598237a
Merge pull request #1039 from freestream/swedish-lang-improvements
...
Improved and added missing Swedish translation
2015-04-01 19:04:40 +11:00
alekseybobkov
9ed3d03484
jQuery in the back-end updated to v.2.1.3. Fixed several memory management issues in select2 (an event attached to the mask element is never unbound), framework.js (onunload event attached to window is never unbound and holds references to the Request instances). Added popup adaptive size option. Started media manager popup API.
2015-03-29 18:56:06 -07:00
Anton Samuelsson
7d8237fe30
Added swedish language for module 'cms'
2015-03-29 16:00:01 +00:00
Denis Malinochkin
8852c2e29e
Fix typo
2015-03-29 16:43:15 +03:00
Denis Malinochkin
5d5fc93d32
Translate -> Module -> CMS
2015-03-29 13:01:35 +03:00
alekseybobkov
16cb546f30
Tested and fixing the Media Manager dispose() method. Minor fixes in the DragScroll and Toolbar controls (memory management).
2015-03-28 17:18:07 -07:00
alekseybobkov
c299e3a7e7
Performance improvements in Media Manager drag-select implementation.
2015-03-28 13:36:01 -07:00
alekseybobkov
f6cf7e9840
Added new back-end control Scrollpad. Added Element and Event utility functions to the Foundation library. Implemented file list scrolling in the Media Manager. Some minor fixes.
2015-03-28 11:42:40 -07:00
alekseybobkov
5731ad0db7
Merge branch 'develop' into media-manager
2015-03-26 18:37:24 -07:00
krisawzm
5d79be79eb
Added Norwegian language support
2015-03-26 23:16:29 +01:00
krisawzm
4c723ac48f
Another typo
2015-03-26 22:31:21 +01:00
Samuel Georges
5503705576
Define more backend permissions
...
Addresses some of the concerns raised in #218 (fixes #218 )
2015-03-26 21:56:04 +11:00
Amanda Tresbach
897d291b78
Improve and update Brazilian files
2015-03-25 17:03:57 -03:00
Samuel Georges
15a016a338
Disable route persistence for static menus
2015-03-25 19:34:09 +11:00
alekseybobkov
ed2ca5308b
Implemented (draft) support for touch devices. Minor fixes. Reworked the proxy implementation in the base class. The Media Manager JS class now uses the base class.
2015-03-24 20:47:49 -07:00
刘星
4044911057
Update Chinese language
2015-03-24 12:42:35 +08:00
alekseybobkov
1e5c34b702
Added the empty Library message.
2015-03-22 22:37:51 -07:00
alekseybobkov
695c5d243b
Implemented the hide/show sidebar feature
2015-03-22 14:56:08 -07:00
alekseybobkov
86b9f58465
Implemented folder and file moving.
2015-03-22 13:07:37 -07:00
alekseybobkov
f7d08f1197
Implemented folder creation, fixed a minor issue with selecting items, added a new event to the Popup control.
2015-03-21 23:09:33 -07:00
alekseybobkov
cd0b107a2b
Implemented file and folder renaming
2015-03-21 16:14:26 -07:00
alekseybobkov
331276c244
Implemented file and folder deletion
2015-03-18 22:20:53 -07:00
alekseybobkov
e2a9c25b65
Implemented search.
2015-03-17 22:20:04 -07:00
alekseybobkov
03c46012dc
Merge branch 'develop' into media-manager
2015-03-17 19:30:57 -07:00
Samuel Georges
5648507e0c
Adds soft copy directory support, minor fix to loadindicator
2015-03-18 05:38:25 +11:00
alekseybobkov
4e1217e2de
Implemented item sorting. Minor fix in the drop-down list styling.
2015-03-16 21:49:39 -07:00
alekseybobkov
a040fa4c68
Implemented file type filters
2015-03-16 20:32:51 -07:00
Samuel Georges
851d421092
Update various language references
2015-03-16 19:33:58 +11:00
Samuel Georges
77d3ab8b67
Finish basic theme utilities: properties, import/export, duplicate, delete
2015-03-16 19:00:39 +11:00
alekseybobkov
e86a463e49
Disabled thumbnail generating in the uploader
2015-03-15 22:24:47 -07:00
alekseybobkov
64e3b77eae
Minor fix
2015-03-15 22:06:52 -07:00
alekseybobkov
44c08b76f9
Implemented file uploading
2015-03-15 21:54:39 -07:00
alekseybobkov
78ad303236
Merge branch 'develop' into media-manager
...
Conflicts:
composer.json
modules/backend/assets/css/october.css
modules/backend/assets/less/controls/lists.less
modules/backend/assets/less/october.less
modules/backend/widgets/Form.php
modules/backend/widgets/form/partials/_field.htm
2015-03-15 13:06:50 -07:00
alekseybobkov
18e058ad59
Added the Media tab, minor update in .htaccess to allow temporary public directory to be accessible; implemented the basic UI components and navigation; implemented grid, list and tiles view modes; implemented drag-select interface; implemented Media Library cache refreshing; implemented thumbnail generating for local and remote media files; fixed memory leak in third-party Flot Resize library; minor update in the AJAX framework - AJAX request cancelling is not considered as an error anymore; added back-end UI components for creating panels.
2015-03-15 12:52:03 -07:00
Samuel Georges
9b8e1ce3c1
Improve theme list to allow editing properties
2015-03-14 18:09:54 +11:00
Samuel Georges
61022d3961
Merge branch 'master' of github.com:octobercms/october
2015-03-14 11:22:16 +11:00
Samuel Georges
68819ef476
Merge pull request #1000 from masnug/lang-id
...
Bahasa Indonesia
2015-03-14 11:19:00 +11:00
Samuel Georges
203e4edc0b
Minor touch ups
2015-03-13 22:15:43 +11:00
Samuel Georges
a8389fb1aa
Tooltip now auto initializes
...
initForm can now pass context
Various improvements and bug fixes
2015-03-12 20:50:16 +11:00
Wuri Nugrahadi
fb180a748c
Add Bahasa Indonesia (OC *222)
2015-03-12 13:37:12 +07:00
Samuel Georges
fbe755c119
Use fallback when routes are not registered for pageUrl()
...
pageUrl() also no longer supports $absolute (arg 3)
2015-03-11 19:15:54 +11:00
Samuel Georges
682dbe4b95
Refactor CMS Controller, can now have ::render() called from the outside
2015-03-11 08:34:25 +11:00
Samuel Georges
a324f01678
CmsCompoundObject::hasComponent() now resolves registered codes for comparison
2015-03-07 20:28:17 +11:00
Samuel Georges
40f08ad3db
Merge pull request #975 from gergo85/master
...
Updated Hungarian language
2015-03-07 13:20:51 +11:00
Samuel Georges
ff0ca0ef6f
Merge pull request #988 from keiosweb/develop
...
Polish translation fixes
2015-03-07 11:31:16 +11:00
Samuel Georges
ec14cd6bee
Updates for new input preset /form field API
2015-03-07 11:20:54 +11:00
Samuel Georges
477ce7bbc7
Lil tidy up
2015-03-07 10:47:38 +11:00
Kuba
f3f21fdf83
Polish translation fixes
2015-03-06 23:07:52 +01:00
Samuel Georges
a3f3084924
Implement AjaxException
2015-03-03 18:41:09 +11:00
Samuel Georges
92b533d962
Tidy up
2015-03-03 08:49:31 +11:00
gergo85
157dc0c76f
Updated Hungarian language
2015-03-01 10:29:47 +01:00
retep007
09ac22918f
Added initial Slovak language mutation
2015-02-28 10:14:20 +01:00
Samuel Georges
e487f075c4
Fixes issue in CodeParser where it tries to use a class that doesn't exist
...
Adds context to filterFields() model override
2015-02-26 23:08:38 +11:00
alekseybobkov
1c273f28ba
Implementing the MediaLibrary class, in progress
2015-02-24 22:02:03 -08:00
Samuel Georges
5b758e0d4c
Merge pull request #950 from gpasztor87/master
...
Emmet support for Codeeditor
2015-02-21 15:05:44 +11:00
Samuel Georges
1277364d4c
Fixes #916
2015-02-21 14:58:51 +11:00
Pásztor Gábor
12bfc52941
Emmet support for Codeeditor
2015-02-18 20:54:36 +01:00
Samuel Georges
7145aac457
Prepare for CDN, config rename cms.plugins|themes|uploadsDir -> cms.plugins|themes|uploadsPath
...
Deprecate data-trigger-type on triggerapi
Fixes ref to Util class
2015-02-17 20:58:38 +11:00
Samuel Georges
7b52e07b65
Overhaul exceptions, rename triggerapi display -> show
2015-02-16 21:16:43 +11:00
Samuel Georges
f2460cb7b8
Fixes issue where snippet data (viewBag) is not saved
...
^- when there are no components used on the partial
+ Minor lang fix
2015-02-14 17:27:27 +11:00
Samuel Georges
9927568d98
Removed the deprecated propertyOrParam()
2015-02-14 16:31:56 +11:00
Samuel Georges
a2f2f5f87f
Component->paramName() was not functioning as described
...
{{ :param }} returned null, should return "param"
2015-02-14 15:52:58 +11:00
Samuel Georges
6a2f64757b
*** REMOVED ALL DEPRECATED CODE **
2015-02-14 14:11:25 +11:00
Samuel Georges
3d04f06ad1
Various fixes
2015-02-12 21:04:05 +11:00
Samuel Georges
49641c224d
Merge pull request #925 from SaifurRahmanMohsin/patch-2
...
Added lang instead of plain text
2015-02-12 08:30:16 +11:00
Samuel Georges
0a6e14f4d2
Popup control now supports several sizes via `data-size` attribute: giant, huge, large, small, tiny.
...
Fixes various bugs in RC version
2015-02-11 14:36:00 +11:00
Samuel Georges
f6371d532b
Fixes unit tests
2015-02-10 17:45:27 +11:00
Samuel Georges
610ea932fc
Fixes #856 - Implement a linking policy, defaults to relative
2015-02-09 21:52:17 +11:00
Samuel Georges
9d649ebb1e
Remove deprecated path symbols
2015-02-07 16:20:34 +11:00
Samuel Georges
fbf46519b4
Implement plugins_path() usage
2015-02-07 15:37:07 +11:00
Samuel Georges
9a616b6174
Fix clear cache, update storage paths
2015-02-07 14:50:03 +11:00
Samuel Georges
4c29c5080d
Clean up, get front and backends operational again
2015-02-05 19:47:20 +11:00
Samuel Georges
899100919d
Rewrite all implementations of remember() on models
2015-02-04 19:52:59 +11:00
Samuel Georges
beb818efa5
Merge branch 'develop' into laravel5
...
Conflicts:
modules/cms/classes/CmsCompoundObject.php
modules/system/ServiceProvider.php
2015-02-04 19:35:55 +11:00
Saifur Rahman Mohsin
922815cc6c
Added lang instead of plain text
2015-02-03 10:25:21 +05:30
Samuel Georges
ab128301e8
Minor
2015-02-02 00:24:05 +11:00
Samuel Georges
8ab39cb424
Minor
2015-02-01 23:56:27 +11:00
Samuel Georges
b915c2003c
Merge pull request #904 from gergo85/master
...
Minor cleanup
2015-01-31 14:28:05 +11:00
Samuel Georges
393c900342
Refs #900 - Add polish language
2015-01-31 14:26:45 +11:00
Samuel Georges
709070439d
Merge pull request #914 from jumilla/patch-cms
...
Change sort by fileName on cms template directory list.
2015-01-31 14:09:07 +11:00
Samuel Georges
b1b700368f
Radical reorg of some classes
2015-01-28 11:49:54 +11:00
Fumio Furukawa
11522d1010
Change sort by fileName on cms template directory list.
2015-01-27 17:25:29 +09:00
Fumio Furukawa
77a4e49892
Update translation for Japanese.
2015-01-27 02:46:30 +09:00
Samuel Georges
c1c733769f
Merge pull request #903 from jtherczeg/develop
...
Corrections and updates for Build 182
2015-01-25 13:20:29 +11:00
Samuel Georges
1e0a890efb
Fixes #898 - Manually added translations
2015-01-25 13:14:31 +11:00
gergo85
c65b7a6b8e
Minor cleanup
2015-01-22 09:06:30 +01:00
alekseybobkov
e7e50bc684
Merge branch 'develop' of github.com:octobercms/october into develop
2015-01-21 21:39:03 -08:00
alekseybobkov
cc23b434cb
Minor improvements in the CMS API
2015-01-21 21:38:42 -08:00
jtherczeg
831ff79c47
Corrections and updates for Build 182
2015-01-21 18:32:23 +01:00
Samuel Georges
9c4b2d690b
Tidy up event
2015-01-21 22:03:52 +11:00
Samuel Georges
f24d9ab3d3
Turns out this event was used, added it back with proper args
2015-01-21 21:41:09 +11:00
alekseybobkov
d850a795fd
Minor updates in the components API and Inspector
2015-01-20 19:38:02 -08:00
alekseybobkov
1dd2248717
Merge branch 'develop' of github.com:octobercms/october into develop
2015-01-18 19:20:46 -08:00
alekseybobkov
8ff242c1d0
Fixed default options support in Inspector, minor improvement in the components API.
2015-01-18 19:20:33 -08:00
Samuel Georges
7b4a419241
Not sure this event is used anywhere, it has improper implementation (missing $result from passed arguments)
2015-01-18 16:00:38 +11:00
Samuel Georges
2bf0084796
* Build 180 - Use less situational event names. @ping alekseybobkov
2015-01-18 15:59:44 +11:00
jtherczeg
a629c46c69
Updates for Build 178
...
Hungarian language files updated for Build 178
2015-01-16 15:00:40 +01:00
alekseybobkov
433e99d6e7
Fixed a bug with closing tabs in the CMS
2015-01-12 22:23:13 -08:00
Samuel Georges
7e7d77c5e6
Fixes #869 - Constructor doesn't have static. ping @alekseybobkov
2015-01-12 20:08:52 +11:00
Samuel Georges
ddaceb5ad7
Merge pull request #875 from scottbedard/patch-2
...
Adds isHidden check to backend components widget
2015-01-10 10:52:41 +11:00
Samuel Georges
aa11693117
Merge pull request #867 from mahony0/patch-2
...
Update lang.php
2015-01-10 10:41:51 +11:00
Scott Bedard
3ca540ac61
Adds isHidden check to backend components widget
...
Allows components to be hidden from the backend components widget by checking their isHidden value
https://github.com/octobercms/october/blob/master/modules/cms/classes/ComponentBase.php#L41
2015-01-08 09:42:41 -05:00
alekseybobkov
e1ebfac575
Merge branch 'develop' of github.com:octobercms/october into develop
2015-01-07 22:22:38 -08:00
alekseybobkov
c26545913c
Improvements in the table widget, added new events to the CMS core, form styling, added support for the Table widget in in the CMS area.
2015-01-07 22:21:52 -08:00
Mahmut
d1676ae8ad
Update lang.php
...
Added translate for unconverted strings and some of them optimized for successful converting.
2015-01-05 21:58:06 +02:00
Samuel Georges
9ea6940e6a
Add {{ this.session }}
2015-01-05 21:08:30 +11:00
Samuel Georges
b08020fd4c
Update CHANGELOG
2015-01-05 15:02:22 +11:00
Samuel Georges
55a68be13b
Check for the presence of validation errors in the session, and add it to the view
2015-01-05 14:57:17 +11:00
Samuel Georges
415f07eb1d
Fixes various unit tests so they pass (Tested in Windows)
2015-01-05 12:37:04 +11:00
Samuel Georges
59c9146b4f
Merge pull request #861 from gergo85/master
...
Cleanup
2015-01-05 09:21:09 +11:00
alekseybobkov
7e5ce04a79
Merge branch 'develop' into dynamic-partials
2015-01-03 16:41:25 -08:00
alekseybobkov
6440b718d8
Updates in the rich editor styling, minor improvements in the Inspector and CMS core.
2015-01-03 16:39:38 -08:00
gergo85
f0005d196b
Cleanup
...
Remove whitespaces.
2015-01-03 12:41:23 +01:00
Samuel Georges
8f8ac2dd02
Merge pull request #860 from gergo85/master
...
Improve multilanguage support and cleanup
2015-01-03 15:56:09 +11:00
Samuel Georges
df3e66246f
Fixes #839 - When rendering partials from component PHP code, be firm about the context
2015-01-03 15:15:57 +11:00
Samuel Georges
fa250927d0
New events for components: runAjaxHandler + beforeRunAjaxHandler
2015-01-03 12:51:09 +11:00
Samuel Georges
03bf0c8206
These are useful helpers, make them public
2015-01-03 12:33:32 +11:00
jtherczeg
242bac4ce8
Hungarian language files updated
...
Hungarian translations updated for the latest build, some corrections
made.
2014-12-22 19:06:15 +01:00
gergo85
c43680b2ef
Improve multilanguage support and cleanup
2014-12-19 10:28:27 +01:00
alekseybobkov
3ac21e3c89
Merge branch 'develop' into table-widget
2014-12-17 22:15:23 -08:00
Samuel Georges
3170dd61ea
Add new methods propertyName() and paramName() to Component base class for accessing names of external properties.
2014-12-16 15:41:50 +11:00
Samuel Georges
b95eb5b342
setComponentPropertiesFromParameters -> setComponentPropertiesFromParams
2014-12-16 15:18:36 +11:00
Samuel Georges
a03d0cc8b4
showExternalParameter -> showExternalParam
2014-12-16 15:16:31 +11:00
Samuel Georges
2583a6be6d
Merge pull request #832 from andreas-bergstrom/patch-1
...
Grammar and spelling
2014-12-16 12:46:25 +11:00
Samuel Georges
d3000ca51a
Unify the handling of detailed exception messages
2014-12-16 12:21:55 +11:00
Andreas Bergström
a608a1c5e3
Update lang.php
2014-12-15 08:17:19 +07:00
Andreas Bergström
149f1c7632
Grammar and spelling
...
Improved grammar and corrected spelling.
2014-12-15 08:16:25 +07:00
Samuel Georges
daee5f27c2
Merge pull request #821 from mrmlnc/develop
...
Clean key & Update Ru lang
2014-12-14 09:44:53 +11:00
Samuel Georges
9f8eb58591
Fixes bug where setting statusCode doesn't work for AJAX handlers
2014-12-08 19:01:27 +11:00
Denis Malinochkin
ee5bc8407c
Clean key & Update Ru lang
2014-12-08 03:51:39 +03:00
Samuel Georges
33be75af10
Config item `cms.customErrorPage` is deprecated, the setting `app.debug` should be used instead.
2014-12-06 13:22:57 +11:00
Samuel Georges
7a289e63a2
Merge pull request #800 from gergo85/master
...
Optimized images and update jQuery
2014-12-06 09:28:01 +11:00
Samuel Georges
2533b4ab4d
ThemeData now applies default values, Theme object will proxy to ThemeData
2014-12-05 16:45:20 +11:00
Samuel Georges
88ac73d221
Throw AppExceptions so they are not logged
2014-12-05 08:46:57 +11:00
jtherczeg
9dcbe89247
Hungarian translations updated
...
The Hungarian module translations updated for the latest OctoberCMS
build.
2014-12-04 09:51:05 +01:00
Samuel Georges
70eb7eaf51
Adds Theme customization feature
...
Adds reset button to settings pages
authorUrl -> homepage
2014-12-04 16:49:52 +11:00
gergo85
f4b9cbfca3
Optimized images
...
All images optimalized via PNGGauntlet. The image quality unchanged, but
the files became smaller.
2014-12-01 12:20:04 +01:00
Samuel Georges
bb18230f46
Refs #792 - Fixes logic error
2014-11-26 17:31:07 +11:00
Samuel Georges
49f5b23e31
Refs #792 : Improve 'cms.page.beforeDisplay' event to support modifying the page, clean up events
2014-11-26 17:29:04 +11:00
Samuel Georges
001e86456d
Fixes #788 - Fall back to config theme when db theme fails.
2014-11-23 03:40:04 +11:00
Samuel Georges
0c812a59e5
Merge pull request #782 from webmaxx/develop
...
Added new symbols to page slug regexp in the backend.
2014-11-19 20:53:34 +11:00
webmaxx
b4819e73b3
Added new symbols to page slug regexp in the backend.
...
Example slug:
/news/:page?|^[0-9]+$ - "/news/", "/news/2"
2014-11-19 12:04:55 +04:00
Samuel Georges
b6ec6ccf2c
Pass mtime to menu resolving method results
2014-11-19 17:46:26 +11:00
Samuel Georges
f351697c48
Streamline Theme object API (::load should be static as in CmsObject)
2014-11-19 17:45:57 +11:00
Dan Herd
352ff5e502
Fix 'File was changed' modal so 'Reload' and 'Save' buttons actually work.
2014-11-12 14:28:34 +00:00
alekseybobkov
ba32d9a1bf
Merge branch 'develop' into viewbag-unification
2014-11-11 11:43:12 -08:00
jtherczeg
b5fd93d882
Hungarian language files updated for Build 162
2014-11-10 17:18:15 +01:00
Sam Georges
ba166a0cf9
Add counter labels and maintenance settings page to Cms provider + Language files, update CHANGELOG.md with changes
2014-11-10 20:35:20 +11:00
Sam Georges
cfaf3228d9
Fixes #9 - Adds maintenance mode setting to the CMS
2014-11-10 20:34:42 +11:00
Sam Georges
cbf49e294f
Fixes #11 - Template search now puts priority on "exact" match over "fuzzy"
2014-11-10 20:32:25 +11:00
Sam Georges
333306e6ad
Remove rogue space
2014-11-09 15:22:03 +11:00
Sam Georges
98e100b377
Refs #729 - Fixes CMS permissions, should not show "pages" content by default
2014-11-09 12:35:10 +11:00
alekseybobkov
802f96f10e
Refactoring of the view bag support code
2014-11-03 20:50:18 -08:00
Sam Georges
7357954c84
Proposed fix for handling defaults when parsing external properties
2014-11-04 12:33:38 +11:00
jtherczeg
bb25a1a82c
Hungarian language files for modules committed
2014-11-03 09:41:09 +01:00
Sam Georges
c83797231d
Subsequent expressions are on a new line (see developer guide > PSR exceptions)
2014-11-01 12:00:45 +11:00
Sam Georges
03e9f48333
Deprecate propertyOrParam
2014-10-31 20:01:17 +11:00
Sam Georges
afcf50a585
noExternalParameter -> showExternalParameter
2014-10-31 19:57:07 +11:00
Sam Georges
ac37d23d14
Tidy up code a lil
2014-10-30 16:54:56 +11:00
alekseybobkov
2a771190ea
Merge branch 'develop' into dynamic-partials
2014-10-29 22:14:31 -07:00
alekseybobkov
9a05a408c9
Added support for components in partials
2014-10-29 22:12:42 -07:00
Samuel Georges
ecf84b48e1
Merge pull request #723 from alvaro-canepa/patch-1
...
Add Spanish language support
2014-10-27 19:07:10 +11:00
alvaro.canepa
d9c06c9ed5
Spanish language support
2014-10-24 23:02:38 -02:00
Sam Georges
a00cb9f556
(7:15:01 PM) Flynsarmy: i feel component should also show the subheader too
2014-10-24 19:17:21 +11:00
Sam Georges
7cb8bf0d9a
Improve code a tiny bit
2014-10-24 19:11:44 +11:00
Sam Georges
688d8c95de
Comply PSR
2014-10-24 19:01:30 +11:00
Sam Georges
38f8aab27c
Comply PSR
2014-10-24 19:00:44 +11:00
flynsarmy
f869c7d268
Make dump show object type
2014-10-23 20:32:55 +10:00
Sam Georges
4ac6469200
Original data does not exist for new objects
2014-10-23 08:11:11 +11:00
Sam Georges
59ba8af24b
Go back to old icons
2014-10-22 14:24:31 +11:00
Sam Georges
578f1c0945
Update icons
2014-10-22 14:15:21 +11:00
Sam Georges
a9eecfecd5
Remove blueimp uploader, replaced with dropzone.js
2014-10-20 18:55:31 +11:00
Sam Georges
23f6d75416
Peer review of #679
2014-10-19 10:58:18 +11:00
Stefan Talen
509e7d2a12
Fixing issues with files in modules/cms
2014-10-18 12:03:48 +02:00
Stefan Talen
347dff7e75
Merge branch 'develop' of https://github.com/octobercms/october into feature/PSR-2
...
Conflicts:
modules/backend/behaviors/RelationController.php
modules/backend/classes/WidgetManager.php
modules/cms/classes/CmsCompoundObject.php
modules/cms/twig/Extension.php
modules/cms/twig/PlaceholderNode.php
modules/cms/widgets/TemplateList.php
2014-10-18 11:07:17 +02:00
Sam Georges
ed552f1591
Minor code clean
2014-10-18 15:52:44 +11:00
Sam Georges
8ee28b214d
Minor code clean
2014-10-18 14:32:06 +11:00
alekseybobkov
d4bc164fb2
Display the default placeholder content if there is no put tag for the placeholder
2014-10-16 22:36:00 -07:00
alekseybobkov
219f1ff8f7
Merge branch 'develop' into static-pages-support
...
Conflicts:
modules/backend/assets/less/controls/filelist.less
2014-10-16 21:03:20 -07:00
alekseybobkov
12175b29db
Multiple updates in the back-end widgets and styles
2014-10-16 20:47:23 -07:00
Stefan Talen
06890d711a
Merge branch 'develop' of https://github.com/octobercms/october into feature/PSR-2
...
Conflicts:
modules/backend/behaviors/UserPreferencesModel.php
modules/cms/classes/Controller.php
modules/system/classes/CombineAssets.php
2014-10-16 18:44:18 +02:00
Sam Georges
9f5646d273
BackendSettings -> BrandSettings
...
pageTitle is now translated at the end of the line
Fixed unit tests so they pass
SettingsModels are now cached
2014-10-15 19:53:44 +11:00
Sam Georges
57ec5c7261
Moved asset combiner to the system module
2014-10-15 08:09:46 +11:00
Stefan Talen
acf2304ce2
Fixing test SectionParserTest::testParseOffset
2014-10-12 14:23:47 +02:00
Stefan Talen
230a7377cf
Updating files in modules/cms
2014-10-11 14:33:40 +02:00
Stefan Talen
61cf1ad710
Merge branch 'develop' of https://github.com/octobercms/october into feature/PSR-2
...
Conflicts:
modules/backend/behaviors/FormController.php
modules/backend/classes/AuthManager.php
modules/backend/lang/fa/lang.php
modules/backend/widgets/Form.php
modules/cms/classes/CmsCompoundObject.php
modules/cms/classes/ComponentHelpers.php
modules/cms/formwidgets/Components.php
2014-10-11 11:58:20 +02:00
Sam Georges
062ce2f50a
Closes #673 - Add Argentine Spanish (es-AR) locale
2014-10-11 16:32:51 +11:00
alekseybobkov
0b8af1f505
Merge branch 'develop' into static-pages-support
2014-10-10 22:27:01 -07:00
alekseybobkov
0b2481560b
Merge branch 'develop' of github.com:octobercms/october into develop
2014-10-10 21:21:05 -07:00
alekseybobkov
8339323870
Fixes the bug where finding a component by class name is not possible if the component has an alias
2014-10-10 21:20:46 -07:00
Sam Georges
1dcaa0d1d6
Fixes #677 - use FQN for "instanceof Model" expressions
2014-10-11 12:13:25 +11:00