Revize e5ae2d3f
Přidáno uživatelem Ondřej Fibich před téměř 6 roky(ů)
application/libraries/Settings.php | ||
---|---|---|
|
||
return FALSE;
|
||
}
|
||
|
||
/**
|
||
* Enable/disable DB queries on get/set.
|
||
*
|
||
* @param bool $flag
|
||
*/
|
||
public static function set_offline_mode($flag)
|
||
{
|
||
self::$offline_mode = $flag;
|
||
}
|
||
|
||
}
|
application/vendors/deb/freenetis/changelog | ||
---|---|---|
freenetis (1.1.23) stable; urgency=low
|
||
* Support for Debian 9 (Stretch)
|
||
* Big debtor notification message
|
||
* E-mail reports of notification message activations with list of affected
|
||
* Fix map support by using Mapy.cz (maps) and OSM Nominativ (GPS lookup)
|
||
* Fix setup on Wheezy
|
||
* Fix order of options in filter fields with selectbox
|
||
-- Ondrej Fibich <ondrej.fibich@gmail.com> Fri, 28 Dec 2018 10:25:25 +0100
|
||
|
||
freenetis (1.1.22) stable; urgency=low
|
||
* GDPR: Former members older than 5 years can be deleted
|
||
* Member registration field can be set during adding
|
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.22');
|
||
define('FREENETIS_VERSION', '1.1.23');
|
Také k dispozici: Unified diff
Release 1.1.23