Skip to content

Commit

Permalink
1.4.052511
Browse files Browse the repository at this point in the history
  • Loading branch information
dtouzeau committed May 25, 2010
1 parent b45386f commit 8a9e1f6
Show file tree
Hide file tree
Showing 84 changed files with 1,373 additions and 756 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.4.052216 1.4.052511
11 changes: 6 additions & 5 deletions WHATSNEW
@@ -1,4 +1,4 @@
1.4.052216: 1.4.052511:
======================================================================================== ========================================================================================


Interface Changes Interface Changes
Expand All @@ -11,7 +11,7 @@ Messaging Changes:
----------------------------------------------- -----------------------------------------------
1.4.052020: Adding possibility to remove Kaspersky Anti-Spam trough Setup Center. 1.4.052020: Adding possibility to remove Kaspersky Anti-Spam trough Setup Center.
1.4.052113: Fix unable to save Messages Size limit configuration in production. 1.4.052113: Fix unable to save Messages Size limit configuration in production.

1.4.052417: Add a new watchdog action on "DBERROR db4: DB_AUTO_COMMIT may not be specified in non-transactional environment" in Cyrus-imap


Proxy Changes: Proxy Changes:
------------------------------------------------- -------------------------------------------------
Expand All @@ -30,11 +30,11 @@ System Changes
The scheduler artica-cron process tis in charge of run all others services one minute after it started. The scheduler artica-cron process tis in charge of run all others services one minute after it started.
This to speedup the boot time when restart the computer and to not wait for a long time to display Artica Interface. This to speedup the boot time when restart the computer and to not wait for a long time to display Artica Interface.
This feature prepare appliances... This feature prepare appliances...

1.4.052417: Fix default Mysql databases are not installed on a fresh Artica install on CentOS systems.
1.4.052417: Adding ATrpms repostpry for setup-centos http://atrpms.net/




https://forum.debian-fr.org/viewtopic.php?f=3&t=7164&start=0&st=0&sk=t&sd=a
http://www.shallalist.de/licence.html



1.4.051818: 1.4.051818:
======================================================================================== ========================================================================================
Expand All @@ -53,6 +53,7 @@ Messaging Changes:
1.4.051717: Consolidating PoMMo starting process. 1.4.051717: Consolidating PoMMo starting process.





Proxy Changes: Proxy Changes:
------------------------------------------------- -------------------------------------------------
1.4.051623: Introduce squidGuard support. 1.4.051623: Introduce squidGuard support.
Expand Down
12 changes: 12 additions & 0 deletions admin.tabs.php
Expand Up @@ -21,6 +21,7 @@
if(isset($_GET["move-widget"])){echo manage_icon_move();exit;} if(isset($_GET["move-widget"])){echo manage_icon_move();exit;}
if(isset($_GET["widget-manage-list"])){echo manage_icons_list($_GET["widget-manage-list"]);exit;} if(isset($_GET["widget-manage-list"])){echo manage_icons_list($_GET["widget-manage-list"]);exit;}
if(isset($_GET["main"])){switch_main();exit;} if(isset($_GET["main"])){switch_main();exit;}
if(isset($_GET["left-menus"])){left_menus();exit;}






Expand Down Expand Up @@ -950,4 +951,15 @@ function kas_stats(){
echo $tpl->_ENGINE_parse_body($p); echo $tpl->_ENGINE_parse_body($p);
} }


function left_menus(){
if(!isset($_SESSION["uid"])){return null;}
$menus=new usersMenus();
$tpl=new templates();
$menus=$menus->BuildLeftMenus();
$html="$menus<input type='hidden' id='add_new_organisation_text' value='{add_new_organisation_text}'>";

echo $tpl->_ENGINE_parse_body($html);

}

?> ?>
Binary file modified bin/artica-compile
Binary file not shown.
Binary file modified bin/artica-install
Binary file not shown.
Binary file modified bin/process1
Binary file not shown.
Binary file modified bin/setup-centos
Binary file not shown.
Binary file modified bin/setup-debian
Binary file not shown.
Binary file modified bin/setup-fedora
Binary file not shown.
Binary file modified bin/setup-mandrake
Binary file not shown.
Binary file modified bin/setup-suse
Binary file not shown.
Binary file modified bin/setup-ubuntu
Binary file not shown.

0 comments on commit 8a9e1f6

Please sign in to comment.