Changeset 1368

Show
Ignore:
Timestamp:
10/11/08 19:35:57 (2 months ago)
Author:
scitech
Message:

Fixed #1151: Update Hosting Package should only visible for a customer if a hosting plan to update is available (thanks Feg). Fixed #971: Why i can't set the IPs of a domain? (thanks Feg). Fixed #714: Undefined index in pma-style sheet (thanks Feg)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1367 r1368  
    33 
    442008-09-11 Daniel Andreca 
     5        - GUI: 
     6                * Fixed #1151: Update Hosting Package should only visible for a customer if a hosting plan to update is available (thanks Feg) 
     7        - CONFIGS: 
     8                * Fixed #971: Why i can't set the IPs of a domain? (thanks Feg) 
     9        - TOOLS: 
     10                * Fixed #714: Undefined index in pma-style sheet (thanks Feg) 
    511        - ENGINE: 
    612                * Fixed #1080: Active web folders should not be deletable by customer 
  • trunk/configs/centos/bind/parts/db_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/centos/bind/parts/db_master_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/centos/proftpd/proftpd.conf

    r1367 r1368  
    9393  AllowOverwrite           on 
    9494  HideNoAccess             on 
    95 </Directory> 
    96  
    97 # But not to overwrite ispCP Standard directories. 
    98 <Directory ~/> 
    99   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    10095</Directory> 
    10196 
  • trunk/configs/centos/proftpd/proftpd1.3.conf

    r1367 r1368  
    8787  AllowOverwrite           on 
    8888  HideNoAccess             on 
    89 </Directory> 
    90  
    91 # But not to overwrite ispCP Standard directories. 
    92 <Directory ~/> 
    93   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9489</Directory> 
    9590 
  • trunk/configs/debian/bind/parts/db_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/debian/bind/parts/db_master_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/debian/proftpd/proftpd.conf

    r1367 r1368  
    8686  AllowOverwrite           on 
    8787  HideNoAccess             on 
    88 </Directory> 
    89  
    90 # But not to overwrite ispCP Standard directories. 
    91 <Directory ~/> 
    92   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9388</Directory> 
    9489 
  • trunk/configs/debian/proftpd/proftpd1.3.conf

    r1367 r1368  
    8686  AllowOverwrite           on 
    8787  HideNoAccess             on 
    88 </Directory> 
    89  
    90 # But not to overwrite ispCP Standard directories. 
    91 <Directory ~/> 
    92   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9388</Directory> 
    9489 
  • trunk/configs/debian/proftpd/proftpd1.3.conf.lenny

    r1367 r1368  
    8686  AllowOverwrite           on 
    8787  HideNoAccess             on 
    88 </Directory> 
    89  
    90 # But not to overwrite ispCP Standard directories. 
    91 <Directory ~/> 
    92   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9388</Directory> 
    9489 
  • trunk/configs/fedora/bind/parts/db_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/fedora/bind/parts/db_master_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/fedora/proftpd/proftpd.conf

    r1367 r1368  
    9595  AllowOverwrite           on 
    9696  HideNoAccess             on 
    97 </Directory> 
    98  
    99 # But not to overwrite ispCP Standard directories. 
    100 <Directory ~/> 
    101   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    10297</Directory> 
    10398 
  • trunk/configs/freebsd/bind/parts/db_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/freebsd/bind/parts/db_master_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/freebsd/proftpd/proftpd.conf

    r1367 r1368  
    8787  AllowOverwrite           on 
    8888  HideNoAccess             on 
    89 </Directory> 
    90  
    91 # But not to overwrite ispCP Standard directories. 
    92 <Directory ~/> 
    93   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9489</Directory> 
    9590 
  • trunk/configs/gentoo/bind/parts/db_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/gentoo/bind/parts/db_master_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/gentoo/proftpd/proftpd.conf

    r1367 r1368  
    9191  AllowOverwrite           on 
    9292  HideNoAccess             on 
    93 </Directory> 
    94  
    95 # But not to overwrite ispCP Standard directories. 
    96 <Directory ~/> 
    97   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9893</Directory> 
    9994 
  • trunk/configs/openbsd/bind/parts/db_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/openbsd/bind/parts/db_master_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/openbsd/proftpd/proftpd.conf

    r1367 r1368  
    8787  AllowOverwrite           on 
    8888  HideNoAccess             on 
    89 </Directory> 
    90  
    91 # But not to overwrite ispCP Standard directories. 
    92 <Directory ~/> 
    93   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9489</Directory> 
    9590 
  • trunk/configs/opensuse/bind/parts/db_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/opensuse/bind/parts/db_master_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/opensuse/proftpd/proftpd.conf

    r1367 r1368  
    8787  AllowOverwrite           on 
    8888  HideNoAccess             on 
    89 </Directory> 
    90  
    91 # But not to overwrite ispCP Standard directories. 
    92 <Directory ~/> 
    93   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9489</Directory> 
    9590 
  • trunk/configs/redhat/bind/parts/db_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/redhat/bind/parts/db_master_e.tpl

    r1007 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/redhat/proftpd/proftpd.conf

    r1367 r1368  
    8787  AllowOverwrite           on 
    8888  HideNoAccess             on 
    89 </Directory> 
    90  
    91 # But not to overwrite ispCP Standard directories. 
    92 <Directory ~/> 
    93   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9489</Directory> 
    9590 
  • trunk/configs/redhat/proftpd/proftpd1.3.conf

    r1367 r1368  
    8787  AllowOverwrite           on 
    8888  HideNoAccess             on 
    89 </Directory> 
    90  
    91 # But not to overwrite ispCP Standard directories. 
    92 <Directory ~/> 
    93   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9489</Directory> 
    9590 
  • trunk/configs/ubuntu/bind/parts/db_e.tpl

    r1016 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/ubuntu/bind/parts/db_master_e.tpl

    r1016 r1368  
    1818{DMN_NAME}.     IN              TXT             "v=spf1 a mx ip4:{DMN_IP} ~all" 
    1919localhost       IN              A               127.0.0.1 
    20 mail            IN              A               {BASE_SERVER_IP} 
     20mail            IN              A               {DMN_IP} 
    2121ns1             IN              A               {BASE_SERVER_IP} 
    2222ns2             IN              A               {SECONDARY_DNS_IP} 
  • trunk/configs/ubuntu/proftpd/proftpd.conf

    r1367 r1368  
    8787  AllowOverwrite           on 
    8888  HideNoAccess             on 
    89 </Directory> 
    90  
    91 # But not to overwrite ispCP Standard directories. 
    92 <Directory ~/> 
    93   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9489</Directory> 
    9590 
  • trunk/configs/ubuntu/proftpd/proftpd1.3.conf

    r1367 r1368  
    8787  AllowOverwrite           on 
    8888  HideNoAccess             on 
    89 </Directory> 
    90  
    91 # But not to overwrite ispCP Standard directories. 
    92 <Directory ~/> 
    93   PathDenyFilter "^/(backups|cgi-bin|htdocs|errors|logs|phptmp|statistics)/?$" 
    9489</Directory> 
    9590 
  • trunk/gui/tools/pma/themes/omega/layout.inc.php

    r798 r1368  
    1111 
    1212/** 
     13 * We don't need these values, but let's define them,  
     14 * so PHP doesn't complain...  
     15 */  
     16 $GLOBALS['cfg']['BgcolorOne']               = ''; 
     17 $GLOBALS['cfg']['BgcolorTwo']               = ''; 
     18 $GLOBALS['cfg']['LeftBgColor']              = ''; 
     19 $GLOBALS['cfg']['LeftPointerColor']         = ''; 
     20 $GLOBALS['cfg']['RightBgColor']             = ''; 
     21 $GLOBALS['cfg']['ThBgcolor']                = ''; 
     22 
     23/**  
    1324 * navi frame 
    1425 */