Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
0ed41724
Commit
0ed41724
authored
May 08, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
May 08, 2015
Browse files
Merge "Remove the old tinymce maharaimage plugin. Bug 1452480"
parents
a5812949
ba0e6ea3
Changes
4
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/internal/editnote.php
View file @
0ed41724
...
@@ -144,7 +144,7 @@ $othernotesmsg = '<div class="warning">' . get_string('textusedinothernotes', '
...
@@ -144,7 +144,7 @@ $othernotesmsg = '<div class="warning">' . get_string('textusedinothernotes', '
$smarty
=
smarty
(
array
(),
array
(),
array
(),
array
(
$smarty
=
smarty
(
array
(),
array
(),
array
(),
array
(
'tinymceconfig'
=>
'
'tinymceconfig'
=>
'
plugins: "tooltoggle,textcolor,link,
maharaimage
,table,emoticons,spellchecker,paste,code,fullscreen,directionality,searchreplace,nonbreaking,charmap",
plugins: "tooltoggle,textcolor,link,
imagebrowser
,table,emoticons,spellchecker,paste,code,fullscreen,directionality,searchreplace,nonbreaking,charmap",
image_filebrowser: "editnote_filebrowser",
image_filebrowser: "editnote_filebrowser",
'
,
'
,
'sideblocks'
=>
array
(
'sideblocks'
=>
array
(
...
...
htdocs/artefact/resume/editgoalsandskills.php
View file @
0ed41724
...
@@ -128,7 +128,7 @@ EOF;
...
@@ -128,7 +128,7 @@ EOF;
$smarty
=
smarty
(
array
(),
array
(),
array
(),
array
(
$smarty
=
smarty
(
array
(),
array
(),
array
(),
array
(
'tinymceconfig'
=>
'
'tinymceconfig'
=>
'
plugins: "tooltoggle,textcolor,link,
maharaimage
,table,emoticons,spellchecker,paste,code,fullscreen,directionality,searchreplace,nonbreaking,charmap",
plugins: "tooltoggle,textcolor,link,
imagebrowser
,table,emoticons,spellchecker,paste,code,fullscreen,directionality,searchreplace,nonbreaking,charmap",
image_filebrowser: "editgoalsandskills_filebrowser",
image_filebrowser: "editgoalsandskills_filebrowser",
'
,
'
,
'sideblocks'
=>
array
(
'sideblocks'
=>
array
(
...
...
htdocs/js/tinymce/README.Mahara
View file @
0ed41724
...
@@ -13,5 +13,4 @@ Changes:
...
@@ -13,5 +13,4 @@ Changes:
* Removed all files in 'classes' directory since they're packaged into tinymce.js
* Removed all files in 'classes' directory since they're packaged into tinymce.js
* Removed all .less files from skin
* Removed all .less files from skin
* Added code to spellchecker/spellchecker.rpc to use $CFG->spellcheckerengine
* Added code to spellchecker/spellchecker.rpc to use $CFG->spellcheckerengine
* Added maharaimage plugin (supports adding attachments)
* Adjusted the charmap plugin to contain Māori macrons
* Adjusted the charmap plugin to contain Māori macrons
\ No newline at end of file
htdocs/lang/en.utf8/mahara.php
View file @
0ed41724
...
@@ -1172,7 +1172,7 @@ It provides users with tools to create and maintain a digital portfolio of their
...
@@ -1172,7 +1172,7 @@ It provides users with tools to create and maintain a digital portfolio of their
// Form change checker
// Form change checker
$string
[
'wanttoleavewithoutsaving?'
]
=
'You have made changes - do you want to leave the page without saving them?'
;
$string
[
'wanttoleavewithoutsaving?'
]
=
'You have made changes - do you want to leave the page without saving them?'
;
//
TinyMCE maharaimage plugin
//
Image browser
$string
[
'attachedimage'
]
=
'Attached image'
;
$string
[
'attachedimage'
]
=
'Attached image'
;
$string
[
'imagebrowsertitle'
]
=
'Insert or select an image'
;
$string
[
'imagebrowsertitle'
]
=
'Insert or select an image'
;
$string
[
'imagebrowserdescription'
]
=
'Paste the URL of an external image, or use the image browser below to select or upload your own image.'
;
$string
[
'imagebrowserdescription'
]
=
'Paste the URL of an external image, or use the image browser below to select or upload your own image.'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment