Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2210

Přidáno uživatelem Ondřej Fibich před asi 11 roky(ů)

freenetis_1.1.0~alpha58

Opravy:
- fixes #779: Pridat technikum vsechna prava na pozadavky o pripojeni

Zobrazit rozdíly:

freenetis/branches/1.1/db_upgrades/upgrade_1.1.0~alpha58.php
<?php defined('SYSPATH') or die('No direct script access.');
/*
* This file is part of open source system FreenetIS
* and it is released under GPLv3 licence.
*
* More info about licence can be found:
* http://www.gnu.org/licenses/gpl-3.0.html
*
* More info about project can be found:
* http://www.freenetis.org/
*
*/
/**
* Adds premission for engineers to manage connection requests.
*
* @author Ondřej Fibich
* @see #779
*/
$upgrade_sql['1.1.0~alpha58'] = array
(
// ACL
"INSERT INTO acl SELECT MAX(id)+1, 'Engineers can manage connection requests' FROM acl",
// ACO
"INSERT INTO aco_map SELECT MAX(id), 'view_all' FROM acl",
"INSERT INTO aco_map SELECT MAX(id), 'edit_all' FROM acl",
"INSERT INTO aco_map SELECT MAX(id), 'new_all' FROM acl",
"INSERT INTO aco_map SELECT MAX(id), 'delete_all' FROM acl",
// ARO
"INSERT INTO aro_groups_map SELECT MAX(id), '26' FROM acl",
// AXO
"INSERT INTO `axo_map` (`acl_id`, `section_value`, `value`)
SELECT MAX(id), 'Connection_Requests_Controller', 'request' FROM acl",
);
freenetis/branches/1.1/version.php
* The current version of FreenetIS.
* This value must be changed by developers in a new release of FreenetIS.
*/
define('FREENETIS_VERSION', '1.1.0~alpha57');
define('FREENETIS_VERSION', '1.1.0~alpha58');

Také k dispozici: Unified diff