Skip to content

Commit

Permalink
Release 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
www-data committed Jan 27, 2016
1 parent 2604ef9 commit 37d99c0
Show file tree
Hide file tree
Showing 4 changed files with 2,896 additions and 2,896 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.1.tar.gz
ilias-5.1.2.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.1.tar.gz
tar -xzf /opt/ilias/src/tarballs/ilias-5.1.2.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.1.tar.gz
tar -xzf /opt/ilias/src/tarballs/ilias-5.1.2.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.1 2016-01-22");
define("ILIAS_VERSION_NUMERIC", "5.1.1"); // must be always x.y.z: x, y and z are numbers
define("ILIAS_VERSION", "5.1.2 2016-01-27");
define("ILIAS_VERSION_NUMERIC", "5.1.2"); // must be always x.y.z: x, y and z are numbers
?>
18 changes: 9 additions & 9 deletions setup/sql/ilDBTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -26190,25 +26190,25 @@ function setupILIASDatabase()
$ilDB->addPrimaryKey("il_wac_secure_path", $pk_fields);

$ilDB->insert("il_wac_secure_path", array(
'path' => array('text', 'ilPortfolio'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Modules/Portfolio'), 'checking_class' => array('text', 'ilPortfolioAccessHandler'), 'in_sec_folder' => array('integer', '1')));
'path' => array('text', 'ilPortfolio'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS512/Modules/Portfolio'), 'checking_class' => array('text', 'ilPortfolioAccessHandler'), 'in_sec_folder' => array('integer', '1')));

$ilDB->insert("il_wac_secure_path", array(
'path' => array('text', 'lm_data'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Modules/LearningModule'), 'checking_class' => array('text', 'ilObjLearningModuleAccess'), 'in_sec_folder' => array('integer', '0')));
'path' => array('text', 'lm_data'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS512/Modules/LearningModule'), 'checking_class' => array('text', 'ilObjLearningModuleAccess'), 'in_sec_folder' => array('integer', '0')));

$ilDB->insert("il_wac_secure_path", array(
'path' => array('text', 'ilBlog'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Modules/Blog'), 'checking_class' => array('text', 'ilObjBlogAccess'), 'in_sec_folder' => array('integer', '1')));
'path' => array('text', 'ilBlog'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS512/Modules/Blog'), 'checking_class' => array('text', 'ilObjBlogAccess'), 'in_sec_folder' => array('integer', '1')));

$ilDB->insert("il_wac_secure_path", array(
'path' => array('text', 'ilPoll'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Modules/Poll'), 'checking_class' => array('text', 'ilObjPollAccess'), 'in_sec_folder' => array('integer', '1')));
'path' => array('text', 'ilPoll'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS512/Modules/Poll'), 'checking_class' => array('text', 'ilObjPollAccess'), 'in_sec_folder' => array('integer', '1')));

$ilDB->insert("il_wac_secure_path", array(
'path' => array('text', 'usr_images'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Services/User'), 'checking_class' => array('text', 'ilObjUserAccess'), 'in_sec_folder' => array('integer', '0')));
'path' => array('text', 'usr_images'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS512/Services/User'), 'checking_class' => array('text', 'ilObjUserAccess'), 'in_sec_folder' => array('integer', '0')));

$ilDB->insert("il_wac_secure_path", array(
'path' => array('text', 'mobs'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Services/MediaObjects'), 'checking_class' => array('text', 'ilObjMediaObjectAccess'), 'in_sec_folder' => array('integer', '0')));
'path' => array('text', 'mobs'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS512/Services/MediaObjects'), 'checking_class' => array('text', 'ilObjMediaObjectAccess'), 'in_sec_folder' => array('integer', '0')));

$ilDB->insert("il_wac_secure_path", array(
'path' => array('text', 'thumbs'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS51/Services/MediaObjects'), 'checking_class' => array('text', 'ilObjMediaObjectAccess'), 'in_sec_folder' => array('integer', '0')));
'path' => array('text', 'thumbs'), 'component_directory' => array('text', '/srv/www/www.ilias.de/html/ILIAS512/Services/MediaObjects'), 'checking_class' => array('text', 'ilObjMediaObjectAccess'), 'in_sec_folder' => array('integer', '0')));


//
Expand Down Expand Up @@ -30926,7 +30926,7 @@ function setupILIASDatabase()
'obj_id' => array('integer', '33'), 'type' => array('text', 'typ'), 'title' => array('text', 'root'), 'description' => array('text', 'Root Folder Object'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', '2002-12-21 00:04:00'), 'last_update' => array('timestamp', '2003-08-15 12:04:20'), 'import_id' => array('text', '')));

$ilDB->insert("object_data", array(
'obj_id' => array('integer', '70'), 'type' => array('text', 'lng'), 'title' => array('text', 'en'), 'description' => array('text', 'installed'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', ''), 'last_update' => array('timestamp', '2016-01-26 21:32:33'), 'import_id' => array('text', '')));
'obj_id' => array('integer', '70'), 'type' => array('text', 'lng'), 'title' => array('text', 'en'), 'description' => array('text', 'installed'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', ''), 'last_update' => array('timestamp', '2016-01-27 20:06:51'), 'import_id' => array('text', '')));

$ilDB->insert("object_data", array(
'obj_id' => array('integer', '14'), 'type' => array('text', 'role'), 'title' => array('text', 'Anonymous'), 'description' => array('text', 'Default role for anonymous users (with no account)'), 'owner' => array('integer', '-1'), 'create_date' => array('timestamp', '2003-08-15 12:06:19'), 'last_update' => array('timestamp', '2005-07-20 15:15:06'), 'import_id' => array('text', '')));
Expand Down Expand Up @@ -47403,7 +47403,7 @@ function setupILIASDatabase()
'module' => array('text', 'common'), 'keyword' => array('text', 'db_update_running'), 'value' => array('clob', '0')));

$ilDB->insert("settings", array(
'module' => array('text', 'common'), 'keyword' => array('text', 'db_hotfixes_5_1'), 'value' => array('clob', '3')));
'module' => array('text', 'common'), 'keyword' => array('text', 'db_hotfixes_5_1'), 'value' => array('clob', '4')));


//
Expand Down
Loading

0 comments on commit 37d99c0

Please sign in to comment.