Skip to content

Commit

Permalink
7.5.0 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagigas-at-wiris authored Aug 3, 2018
1 parent 4f35bae commit f84eebc
Show file tree
Hide file tree
Showing 17 changed files with 540 additions and 325 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0.1390
7.5.0.1391
406 changes: 257 additions & 149 deletions core/core.js

Large diffs are not rendered by default.

394 changes: 245 additions & 149 deletions core/core.src.js

Large diffs are not rendered by default.

Binary file modified core/help.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/icons/cas.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/icons/chem.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/icons/formula.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/icons/tiny_mce/cas.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/icons/tiny_mce/chem.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/icons/tiny_mce/formula.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/icons/xinha/cas.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/icons/xinha/formula.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 21 additions & 10 deletions core/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,22 @@
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: left;
}

.wrs_modal_close_button {
float: right;
cursor: pointer;
color: #fff;
padding: 5px 10px 5px 0;
background: url('icons/general/close_icon.png');
background-image: url('icons/general/close_icon.png');
background-size: 10px;
margin: 10px 7px 0 0;
background-repeat: no-repeat;
}

.wrs_modal_close_button:hover {
float: right;
cursor: pointer;
color: #fff;
padding: 5px 10px 5px 0;
background: url('icons/hover/close_icon_h.png');
background-size: 10px;
margin: 10px 7px 0 0;
background-image: url('icons/hover/close_icon_h.png');
}

.wrs_modal_minimize_button {
Expand All @@ -82,6 +78,7 @@
margin: 10px 7px 0 0;
background-size: 10px;
background-image: url('icons/general/min_icon.png');
background-repeat: no-repeat;
}

.wrs_modal_minimize_button:hover {
Expand Down Expand Up @@ -132,6 +129,7 @@
top: inherit;
background-image: url('icons/general/fulls_icon.png');
background-size: 10px;
background-repeat: no-repeat;
}

.wrs_modal_maximize_button.wrs_maximized {
Expand Down Expand Up @@ -209,6 +207,7 @@
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
position: absolute;
}

.wrs_modal_dialogContainer.wrs_modal_ios {
Expand All @@ -220,6 +219,7 @@
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
position: absolute;
}


Expand Down Expand Up @@ -432,6 +432,7 @@

.wrs_modal_buttons_container {
display: inline;
float: left;
}

.wrs_modal_buttons_container.wrs_modalAndroid {
Expand Down Expand Up @@ -506,7 +507,11 @@
border: 0;
}

.wrs_button_cancel {
.wrs_button_cancel,
.wrs_button_cancel:hover,
.wrs_button_cancel:visited,
.wrs_button_cancel:active,
.wrs_button_cancel:focus {
min-width: 80px;
font-size: 14px;
border-radius: 3px;
Expand All @@ -517,9 +522,15 @@
margin-bottom: 0;
cursor: pointer;
font-family: arial, sans-serif;
background-color: #DDDDDD;
background-image: none;
}

.wrs_button_accept {
.wrs_button_accept,
.wrs_button_accept:hover,
.wrs_button_accept:visited,
.wrs_button_accept:active,
.wrs_button_accept:focus {
min-width: 80px;
font-size: 14px;
border-radius: 3px;
Expand Down
22 changes: 11 additions & 11 deletions lang/he/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ wrs_strings['cancel'] = 'ביטול';
wrs_strings['accept'] = 'אישור';
wrs_strings['manual'] = 'מדריך';
wrs_strings['insert_math'] = 'הוסף נוסחה מתמטית - MathType';
wrs_strings['insert_chem'] = 'Insert a chemistry formula - ChemType';
wrs_strings['insert_chem'] = 'הוספת כתיבה כימית - ChemType';
wrs_strings['latex'] = 'LaTeX';
wrs_strings['latex_name_label'] = 'Latex Formula';
wrs_strings['minimize'] = 'Minimize';
wrs_strings['maximize'] = 'Maximize';
wrs_strings['fullscreen'] = 'Full-screen';
wrs_strings['exit_fullscreen'] = 'Exit full-screen';
wrs_strings['close'] = 'Close';
wrs_strings['minimize'] = 'מזערי';
wrs_strings['maximize'] = 'מרבי';
wrs_strings['fullscreen'] = 'מסך מלא';
wrs_strings['exit_fullscreen'] = 'יציאה ממצב מסך מלא';
wrs_strings['close'] = 'סגירה';
wrs_strings['mathtype'] = 'MathType';
wrs_strings['tittle_modalwindow'] = 'MathType modal window';
wrs_strings['close_modal_warning'] = 'Are you sure you want to leave? The changes you made will be lost.';
wrs_strings['close_modal_warning'] = 'האם לצאת? שינויים אשר בוצעו ימחקו.';
wrs_strings['browser_no_compatible'] = 'Your browser is not compatible with AJAX technology. Please, use the latest version of Mozilla Firefox.';
wrs_strings['error_convert_accessibility'] = 'Error converting from MathML to accessible text.';
wrs_strings['exception_cross_site'] = 'Cross site scripting is only allowed for HTTP.';
wrs_strings['exception_high_surrogate'] = 'High surrogate not followed by low surrogate in fixedCharCodeAt()';
wrs_strings['exception_string_length'] = 'Invalid string. Length must be a multiple of 4';
wrs_strings['exception_key_nonobject'] = 'Object.keys called on non-object';
wrs_strings['exception_null_or_undefined'] = ' this is null or not defined';
wrs_strings['exception_not_function'] = ' is not a function';
wrs_strings['exception_invalid_date_format'] = 'Invalid date format : ';
wrs_strings['exception_casting'] = 'Cannot cast ';
wrs_strings['exception_casting_to'] = ' to ';
wrs_strings['exception_not_function'] = ' איננה פונקציה';
wrs_strings['exception_invalid_date_format'] = 'תסדיר תאריך אינו תקין : ';
wrs_strings['exception_casting'] = 'לא ניתן להמיר ';
wrs_strings['exception_casting_to'] = ' ל ';
2 changes: 1 addition & 1 deletion thirdpartylibs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<library>
<location>core</location>
<name>MathType JavaScript engine</name>
<version>7.4.0.1390</version>
<version>7.3.0.1390</version>
<license>GPL</license>
<licenseversion>3.0+</licenseversion>
</library>
Expand Down
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2018071200;
$plugin->release = '7.4.0.1390';
$plugin->version = 2018070300;
$plugin->release = '7.3.0.1390';
$plugin->requires = 2014050800;
$plugin->component = 'atto_wiris';
$plugin->dependencies = array ('filter_wiris' => 2018071200);
$plugin->dependencies = array ('filter_wiris' => 2018070300);
$plugin->maturity = MATURITY_STABLE;
2 changes: 1 addition & 1 deletion wirisplugin-generic.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Configuration.
var _wrs_int_conf_file = "" + M.cfg.wwwroot + "/filter/wiris/integration/configurationjs.php";
var _wrs_plugin_version = "7.4.0.1390";
var _wrs_plugin_version = "7.5.0.1391";
var _wrs_int_conf_async = true;

// Stats editor (needed by core/editor.js).
Expand Down

0 comments on commit f84eebc

Please sign in to comment.