Skip to content

Commit

Permalink
Release 5.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Arsenij committed Oct 28, 2016
1 parent dcbc49d commit 6d004b1
Show file tree
Hide file tree
Showing 5 changed files with 2,461 additions and 2,473 deletions.
6 changes: 3 additions & 3 deletions docs/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ source files into separate directories in /opt/ilias/src:
The ILIAS software, its documentation and the web space directory structure is
stored in:

ilias-5.1.10.tar.gz
ilias-5.1.11.tar.gz

The ILIAS tarball may also reside in /opt/ilias/src/tarballs/. After all third-
party software has been installed it can directly be extracted into the web
Expand Down Expand Up @@ -512,7 +512,7 @@ components:
First extract the content of the ILIAS tarball into the web space directory:

cd /opt/ilias/www/htdocs/
tar -xzf /opt/ilias/src/tarballs/ilias-5.1.10.tar.gz
tar -xzf /opt/ilias/src/tarballs/ilias-5.1.11.tar.gz

Please make sure your webserver has write permission to the ILIAS web space
and data directories and all their subdirectories. If your webserver daemon
Expand Down Expand Up @@ -655,7 +655,7 @@ your choice). Do not simply overwrite the 'ilias' directory in your webspace!
Example:

cd /tmp
tar -xzf /opt/ilias/src/tarballs/ilias-5.1.10.tar.gz
tar -xzf /opt/ilias/src/tarballs/ilias-5.1.11.tar.gz

After extracting the files you will find a newly created subdirectory 'ilias' in
your tmp/ directory. Depending on the ILIAS version you are replacing you must
Expand Down
4 changes: 2 additions & 2 deletions include/inc.ilias_version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
*
* @package ilias-core
*/
define("ILIAS_VERSION", "5.1.10 2016-10-12");
define("ILIAS_VERSION_NUMERIC", "5.1.10"); // must be always x.y.z: x, y and z are numbers
define("ILIAS_VERSION", "5.1.11 2016-10-28");
define("ILIAS_VERSION_NUMERIC", "5.1.11"); // must be always x.y.z: x, y and z are numbers
?>
15 changes: 1 addition & 14 deletions lang/ilias_ja.lang
Original file line number Diff line number Diff line change
Expand Up @@ -16219,18 +16219,5 @@ wsp#:#wsp_type_scov#:#証明書: SCORM
wsp#:#wsp_type_tstv#:#証明書: テスト
wsp#:#wsp_type_webr#:#Webリンク
wsp#:#wsp_type_wfld#:#フォルダ
assessment#:#min_auto_complete#:#Autocomplete###12 10 2016 new variable
assessment#:#autocomplete_error#:#Your autocomplete number is to large, you have answers which have less characters, so they would never be displayed.###12 10 2016 new variable
assessment#:#tst_browse_for_qpl_questions#:#Add from Pool###12 10 2016 new variable
assessment#:#tst_browse_for_tst_questions#:#Add from Other Test###12 10 2016 new variable
assessment#:#ass_competence_respect_level_ordering#:#Please note that the competence thresholds have to be defined in an ascending order according to the available levels.###12 10 2016 new variable
registration#:#reg_mail_body_activation#:#to activate your account and confirm ownership of this email address, click the link below:###12 10 2016 new variable
form#:#err_invalid_input#:#An invalid value has been submited. Please check your input.###12 10 2016 new variable
prg#:#prg_points_reachable#:#Points Obtainable###12 10 2016 new variable
mail#:#mail_members_search_continue#:#Continue###12 10 2016 new variable
copg#:#copg_confirm_el_deletion#:#Do you really want to delete the selected elements?###12 10 2016 new variable
survey#:#msg_input_only_positive_numbers#:#Please enter positive numbers in scale values.###12 10 2016 new variable
crs#:#crs_loc_err_stat_tst_offline#:#Not all tests are online.###12 10 2016 new variable
itgr#:#itgr_desc_info#:#The description will not be a part of the item group's presentation in its container.###12 10 2016 new variable
dcl#:#dcl_std_field_not_importable#:# - Standard fields are not importable.###25 10 2016 new variable
certificate#:#certificate_var_user_matriculation#:#12345###25 10 2016 new variable
certificate#:#certificate_var_user_matriculation#:#12345###25 10 2016 new variable
Loading

0 comments on commit 6d004b1

Please sign in to comment.