Skip to content

Commit

Permalink
Release 5.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aarsenij committed May 6, 2016
1 parent 40e3be3 commit 87ec763
Show file tree
Hide file tree
Showing 30 changed files with 3,122 additions and 2,882 deletions.
6 changes: 3 additions & 3 deletions docs/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,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.0.11.tar.gz
ilias-5.0.12.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 @@ -506,7 +506,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.0.11.tar.gz
tar -xzf /opt/ilias/src/tarballs/ilias-5.0.12.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 @@ -649,7 +649,7 @@ your choice). Do not simply overwrite the 'ilias' directory in your webspace!
Example:

cd /tmp
tar -xzf /opt/ilias/src/tarballs/ilias-5.0.11.tar.gz
tar -xzf /opt/ilias/src/tarballs/ilias-5.0.12.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.0.11 2016-03-01");
define("ILIAS_VERSION_NUMERIC", "5.0.11"); // must be always x.y.z: x, y and z are numbers
define("ILIAS_VERSION", "5.0.12 2016-05-06");
define("ILIAS_VERSION_NUMERIC", "5.0.12"); // must be always x.y.z: x, y and z are numbers
?>
6 changes: 6 additions & 0 deletions lang/ilias_ar.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_bg.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_cs.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_da.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_el.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15326,3 +15326,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_es.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_et.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_fa.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_fr.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
3 changes: 3 additions & 0 deletions lang/ilias_hu.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15328,3 +15328,6 @@ style#:#sty_va_iheada_class#:#Függőleseg harmonika fejléc (aktív)
style#:#sty_va_ihcap_class#:#Függőleseg harmonika felirat
exc#:#exc_delete_team#:#Csapat törlése
trac#:#trac_cron_info#:#Adatgyűjtéshez kapcsolja be az 'Objektumstatisztikák' ütemezett feladatot.
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_it.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_ja.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_ka.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_lt.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_nl.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
6 changes: 6 additions & 0 deletions lang/ilias_pl.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15325,3 +15325,9 @@ style#:#sty_ha_iheada_class#:#Hor. Accordion Header (active)###01 03 2016 new va
style#:#sty_ha_ihcap_class#:#Hor. Accordion Caption###01 03 2016 new variable
style#:#sty_va_iheada_class#:#Vert. Accordion Header (active)###01 03 2016 new variable
style#:#sty_va_ihcap_class#:#Vert. Accordion Caption###01 03 2016 new variable
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
9 changes: 8 additions & 1 deletion lang/ilias_pt.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15323,4 +15323,11 @@ wsp#:#wsp_type_file#:#Arquivo
wsp#:#wsp_type_scov#:#Certificate: SCORM
wsp#:#wsp_type_tstv#:#Verificação: Teste
wsp#:#wsp_type_webr#:#Weblink
wsp#:#wsp_type_wfld#:#Pasta
wsp#:#wsp_type_wfld#:#Pasta
assessment#:#ass_create_export_file_with_results#:#Create Test Export File (incl. Participant Results)###06 05 2016 new variable
assessment#:#tst_conflict_fbh_oblig_quest#:#The combination of using compulsory questions and locked answers is not allowed.###06 05 2016 new variable
assessment#:#tst_conflict_reset_non_fbh#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers".###06 05 2016 new variable
assessment#:#tst_conflict_reset_fbh_force#:#The setting "Lock Answers" was adjusted to "Do Not Lock Answers but Force Feedback".###06 05 2016 new variable
content#:#cont_LocalFile#:#Local File###06 05 2016 new variable
exc#:#exc_delete_team#:#Delete Team###06 05 2016 new variable
trac#:#trac_cron_info#:#Please activate the "Object Statistics" cron job to gather data.###06 05 2016 new variable
Loading

0 comments on commit 87ec763

Please sign in to comment.