alekseybobkov
bc4aa1495c
Merge branch 'develop' into refactoring-profiling
2015-04-28 20:14:01 -07:00
alekseybobkov
20fb98d9a8
Refactoring and improvements in the back-end client-side memory management.
2015-04-28 20:13:04 -07:00
Samuel Georges
b2e5d24e9d
Fixes pivot model add with showCheckboxes enabled
2015-04-29 08:01:28 +10:00
Samuel Georges
9c166b18be
Fixes #1091
2015-04-28 21:59:18 +10:00
Samuel Georges
34feb39cfa
Merge pull request #1086 from astucieuxzephyr/patch-1
...
Update lang.fr
2015-04-28 20:10:12 +10: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
krisawzm
c6b525c5bf
CRITICAL! Fixes syntax error in modules/system/lang/nb-no/validation.php
2015-04-26 20:51:25 +02:00
krisawzm
6c925ff51e
Minor changes.
2015-04-26 20:16:38 +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
Tanguy Bodin-Hullin
0d31308e17
Update lang.fr
...
Small correction to adapt the message of the object gender when creating/updating/deleting
2015-04-26 01:07:18 +02: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
alekseybobkov
e3a4dd64c5
Fixed the Richeditor's UI blocks toolbar.
2015-04-25 14:32:32 -07:00
alekseybobkov
0e4db692af
Refactored october.hotkey.js, codeeditor.js, richeditor.js. Minor fix in the rich editor styling.
2015-04-25 14:07:22 -07:00
krisawzm
a670f61c92
Fixes typo for october.fresh artisan command
2015-04-25 19:52:23 +02:00
Samuel Georges
0083fcd356
Vars passed to content should be escaped
2015-04-25 14:28:52 +10:00
alekseybobkov
87b34295eb
Refactored hotkey plugin for the better memory handling. Added dispose-control event support.
2015-04-24 21:08:07 -07:00
Samuel Georges
ab1272bea9
Add parameter support to {% content %} tags
2015-04-25 13:58:05 +10:00
Samuel Georges
87644166ad
Adds internal download link for protected files
2015-04-25 12:53:54 +10:00
krisawzm
0947a60969
Fixes missing argument for sprintf
2015-04-25 04:10:51 +02:00
krisawzm
28c7dbd285
- Adds artisan command october:fresh for removing the demo included with October.
...
- Adds new artisan commands related to themes:
theme:list List all available themes (in marketplace.)
theme:use Switch the active theme.
theme:install Install a theme from the marketplace.
theme:delete Delete an existing theme.
This could make the development workflow for setting up a new project alot quicker.
For instance, take a look at https://github.com/krisawzm/blank-theme
This is just a blank scaffolding theme that you can build on. You could install it by simply running
php artisan theme:install krisawzm.blank - after running october:fresh, of course.
2015-04-25 03:57:40 +02:00
Samuel Georges
d3a9aa23cd
Themes download dependencies
2015-04-25 09:50:02 +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
alekseybobkov
fa48fbd8f0
Merge branch 'develop' into refactoring-profiling
2015-04-23 19:02:30 -07:00
alekseybobkov
594a849171
Fixes https://github.com/rainlab/pages-plugin/issues/38
2015-04-23 17:59:37 -07:00
Samuel Georges
7ad12350c6
Merge pull request #1074 from gpasztor87/master
...
Minor style fixes
2015-04-24 09:26:59 +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
Dave Shoreman
e6342dbd8a
Add support for sorting sideMenu items
...
Up until now, only main menu items have supported the 'order' parameter
to set the sort order. This adds the same support to side menus, which
is especially useful when one plugin extends the side menu of another.
There is one downside: any existing plugins that use the side menu will
inevitably end up with their menu items appearing out of order, until
the author adds the 'order' parameter to their sideMenu array.
2015-04-22 22:16:06 +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
1d30e4755f
Merge branch 'master' of github.com:octobercms/october
2015-04-21 20:16:01 +10: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
b1d1d9dae1
Add a loading indicator to install theme/plugin screen
2015-04-21 20:02:24 +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
Pásztor Gábor
dd0c82544a
Fixes in richeditor: z-index
2015-04-18 22:22:26 +02:00
Pásztor Gábor
997a032849
Minor style fixes
2015-04-18 22:12:56 +02:00
gergo85
e61c69fed8
Improve multilanguage support
2015-04-18 13:04:15 +02:00
Sam Georges
8aa5465b27
Fail softly, fixes https://github.com/octobercms/install/issues/67
2015-04-18 07:50:56 +10: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
d8fd1c6d3e
Refactored and unified the support of UI blocks in the Rich editor
2015-04-13 22:10:58 -07:00
Samuel Georges
cf1988eeca
Fixes #1068
2015-04-13 21:51:22 +10:00
Samuel Georges
25f6170287
Fixes #1066
2015-04-13 15:09:09 +10:00
Samuel Georges
0a26827abd
Refs #1064 - Throw a nicer error here
2015-04-12 19:58:28 +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
c96cef702c
Merge pull request #1065 from SaifurRahmanMohsin/patch-1
...
Missing comma
2015-04-12 08:38:42 +10:00
Saifur Rahman Mohsin
ad307e77be
Missing comma
...
Login error due to a missing comma in array
2015-04-12 01:05:15 +05:30
Samuel Georges
857c7c715a
Adds experimental october:mirror command
2015-04-11 23:03:15 +10:00
Samuel Georges
2afe43e0fd
getAvatarThumb should takes options for thumb compilation
2015-04-11 22:55:10 +10:00
Samuel Georges
8859723f35
Fixes #1062 - Subsequent popups are passed _relation* fields
...
Note in future: The bindToPopups() function could/should be made recursive
2015-04-11 12:23:49 +10:00
Samuel Georges
bdd4b21748
Fixes #1028 - Update Redactor to 10.0.9
2015-04-11 11:27:33 +10:00
Samuel Georges
f0c7b66576
Adds minor safeguard to #1044
...
^- For objects that can be cast as strings and do not interface Symfony's Response
2015-04-11 11:19:53 +10:00
Samuel Georges
ebcf57e8e3
Merge remote-tracking branch 'remotes/matiss/patch-1' into develop
2015-04-11 11:08:44 +10:00
Samuel Georges
a273fb2acf
Merge pull request #1057 from plexnum/develop
...
fix related model update when deferred binding
2015-04-11 11:04:06 +10: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
4ce2191113
Typo
2015-04-11 10:42:27 +10:00
Samuel Georges
914ce695be
Fixes #1056 - account menu width is too short for multilingual
2015-04-11 10:38:15 +10:00
Samuel Georges
ffd4b5a68a
Extract checkboxlist all/none JS to october.form.js
2015-04-11 10:35:04 +10:00
Samuel Georges
a9b9b916ca
Merge pull request #1036 from scottbedard/patch-2
...
Fixes issue #1035
2015-04-11 10:17:30 +10:00
Samuel Georges
f143c0e2ce
Merge pull request #1051 from scottbedard/patch-4
...
Adds input type to data-track-input
2015-04-10 22:34:35 +10:00
Samuel Georges
8b9db3440a
Merge pull request #1054 from meteormatt/develop
...
Update Chinese (China) language
2015-04-10 22:34:15 +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
plexnum
a20712b73c
fix related model update when deferred binding
2015-04-09 07:28:01 +03:00
Liu Xing
fde5a16da1
Merge pull request #4 from octobercms/develop
...
上游合并
2015-04-08 18:48:53 +08:00
刘星
d03f8fa65f
update zh-cn setting
2015-04-08 18:33:55 +08:00
Samuel Georges
0f630c80d9
Improve framework code to support $(this) in data attributes
2015-04-08 07:44:26 +10:00
Scott Bedard
51c868e693
Adds input types to data-track-input options
...
I need this input type, and it would be handy if I could use it with data-track-input. I promise this will be the last time I ask you to touch your priceless faberge egg ;)
2015-04-07 09:37:02 -04: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
Scott Bedard
7546174b35
Adds "request-complete" to the data-attributes api
...
... I hope.
2015-04-06 19:14:17 -04:00
drFabio
3361789b2f
Update validation.php
...
Changed some translations to be more organic for brazillian portuguese
2015-04-06 13:08:23 -03:00
Samuel Georges
ace4175fdd
CSS -> LESS
2015-04-06 18:05:56 +10:00
Samuel Georges
bc64201f02
Fixes bug not displaying recommended plugins
2015-04-06 18:01:03 +10:00
Samuel Georges
13b14729fd
Don't allow a record to be clicked if there is no form to display
2015-04-06 16:57:53 +10:00
Samuel Georges
93dd61efc7
Move the search term constraint under the same query group
...
Refs https://github.com/octobercms/october/pull/775
2015-04-06 16:25:43 +10:00
Samuel Georges
b806bd0720
Fixes installed theme count
2015-04-06 15:31:33 +10: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
a921201d6d
Fixes broken search
2015-04-04 17:31:39 +11: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
9e9aa97101
Minor clean up, tabs can now define a url (data-tab-url) set using replaceState
2015-04-04 17:26:47 +11:00
Samuel Georges
37dea95caa
Adds a new body class 'breadcrumb-flush'
...
^ that directs the breadcrumb to sit flush to the element below
2015-04-04 14:54:18 +11:00
Samuel Georges
9d4bc8eee6
Create withComponent() filter for CmsObjects
2015-04-04 10:34:25 +11:00
Samuel Georges
67ba31b946
Use shorter index names
...
Fixes https://github.com/octobercms/install/issues/64
2015-04-03 07:41:53 +11:00