Changeset 2913
- Timestamp:
- 03/28/11 10:04:18 (2 years ago)
- Location:
- alternc/trunk
- Files:
-
- 6 edited
-
bureau/locales/fr_FR/LC_MESSAGES/manual.po (modified) (1 diff)
-
debian/alternc.postinst (modified) (2 diffs)
-
debian/changelog (modified) (9 diffs)
-
install/mysql.sh (modified) (1 diff)
-
install/mysql.sql (modified) (1 diff)
-
install/upgrades/1.0.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/manual.po
r2891 r2913 835 835 msgstr "Entrée DNS MX" 836 836 837 msgid "secondary MX DNS entry" 838 msgstr "Entrée DNS MX secondaire" 839 -
alternc/trunk/debian/alternc.postinst
r2887 r2913 14 14 var="$2" 15 15 db_get "$question" 16 if [ ! -z "$RET" ]; then 17 grep -Eq "^ *$var=" $CONFIGFILE || echo "$var=" >> $CONFIGFILE 18 SED_SCRIPT="$SED_SCRIPT;s\\^ *$var=.*\\$var=\"$RET\"\\" 19 fi 16 17 grep -Eq "^ *$var=" $CONFIGFILE || echo "$var=" >> $CONFIGFILE 18 SED_SCRIPT="$SED_SCRIPT;s\\^ *$var=.*\\$var=\"$RET\"\\" 20 19 } 21 20 … … 146 145 . /usr/share/alternc/install/mysql.sh 147 146 fi 148 149 # We don't force seen or reset the data : this will allow preseeding150 # db_reset alternc/mysql/password || true151 # db_fset alternc/mysql/password "seen" "false" || true152 147 153 148 if [ -e $CONFIGFILE ]; then -
alternc/trunk/debian/changelog
r2877 r2913 3 3 * Web & DNS file generation rebuild from scratch 4 4 * Drop of apache 1 support 5 * Big changes in database schema (domaines, sub_domaines, *_standby )5 * Big changes in database schema (domaines, sub_domaines, *_standby removal) 6 6 * Major changes 7 7 * Drop mass virtual hosting, now use full vhost 8 * Panel URL do not need anymore /admin/ (but you can still use it) 8 * Panel URL do not need anymore /admin/ (but you can still use it, we put a 301 redirect) 9 * JQuery is now used by AlternC (but not needed for any usual feature usage) 9 10 * New features 10 11 * Domains type are dynamic, the administrator can create domaine type with his own apache template 11 12 * Advanced DNS options (ipv6, cname, txt, mx) 12 * Possibility to create a temporary mail 13 * Possibility to create a temporary mail (not yet shown, need cron) 14 * Admin can connect to other account and go back to their own 15 * Language link is back inside the menu 13 16 * Bugfixes 14 * Too many to be listed (we change the update_domaines.sh)17 * Too many to be listed (we change the historic update_domaines.sh) 15 18 * Dash compatibility 16 19 * Use iana.org to have whois server list up to date 17 20 * Preseeding compatibility : don't ask for questions when already set 21 18 22 -- Alan Garcia <fufroma@mailfr.com> Fri, 11 Mar 2011 10:24:30 +0200 19 23 … … 24 28 * Sanitizing of get/request/post parameters using getFields function. May allow alternc not to use register_globals some day ... 25 29 * security: passwords are now MANDATORY in MySQL class (whoosh...) 26 * security: now using htmlspecialchars on every form default values ... yes it's 2010 ;) 30 * security: now using htmlspecialchars on every form default values ... yes it's 2010 ;) 27 31 * i18n: charset is now variable depending on the current language 28 32 * new features: … … 33 37 * #1163: fix sqlbackup script call routine to retain backwards 34 38 compatibility 35 * fix usage of ISO8859-15 charset (that may NOT be defined in locales...) 39 * fix usage of ISO8859-15 charset (that may NOT be defined in locales...) 36 40 and add it to the correct url (%%fqdn_lettre%%...) 37 41 * major changes: … … 44 48 * send an email on new account creation. the actual email needs to be 45 49 configured through the AlternC variables for this to work. 46 * added the password policy management module : you can choose which 50 * added the password policy management module : you can choose which 47 51 password complexity you want to force for each place a password is required. 48 52 * API changes … … 145 149 * fix proftpd and saslauthd configuration for Etch (#1046, #1069) 146 150 * fix .eu, .be, .name whois issue (#571) 147 * change apache log format to a working one (using host request), also fix awstats issues. 151 * change apache log format to a working one (using host request), also fix awstats issues. 148 152 * fix modules manipulation rules (#1062) 149 153 * try to support apache2, at least with the right dependencies … … 185 189 * Fix mail accounts creation. Closes: #1003. 186 190 * Fix a race condition in update_domains.sh which could allow users to 187 bypass openbasedir protection when creating domains. Reported by 191 bypass openbasedir protection when creating domains. Reported by 188 192 Jerome Moinet. 189 193 … … 223 227 * see https://dev.alternc.org/trac/alternc/milestone/0.9.4 for milestone 224 228 * changelog at https://dev.alternc.org/trac/alternc/query?status=closed&milestone=0.9.4 225 However, this version contains mainly : 229 However, this version contains mainly : 226 230 * Integration of Globenet patchs (replacement of do_domains.sh by update_domains.sh and others) 227 231 * Changing mysql database creation from uid to login name … … 264 268 alternc (0.9.3.9-globenet8) unstable; urgency=low 265 269 266 * Finally fix empty host handling in update_domains.sh. 270 * Finally fix empty host handling in update_domains.sh. 267 271 268 272 -- Lunar <lunar@anargeek.net> Wed, 21 Sep 2005 23:45:06 +0200 … … 372 376 373 377 -- Benjamin Sonntag <benjamin@alternc.org> Tue, 27 Aug 2002 19:31:26 +0200 374 375 376 377 -
alternc/trunk/install/mysql.sh
r2169 r2913 46 46 # The grant all is the most important right needed in this script. 47 47 echo "Granting users..." 48 # cat <<EOF49 # host: $host50 # user: $user51 # password: $password52 # database: $database53 # EOF54 48 55 49 MYSQL_CONFIG="/etc/alternc/my.cnf" -
alternc/trunk/install/mysql.sql
r2891 r2913 498 498 ('vhost','Locally hosted', 'DIRECTORY', '%SUB% IN A @@PUBLIC_IP@@', 'txt', false, false, false), 499 499 ('url','URL redirection', 'URL', '%SUB% IN A @@PUBLIC_IP@@','txt', true, true, false), 500 ('ip','IPv4 redirect', 'IP', '%SUB% IN A %TARGET%','url,ip,ipv6,txt ', false, true, false),500 ('ip','IPv4 redirect', 'IP', '%SUB% IN A %TARGET%','url,ip,ipv6,txt,mx,mx2', false, true, false), 501 501 ('webmail', 'Webmail access', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'txt', false, false, false), 502 ('ipv6','IPv6 redirect', 'IPV6', '%SUB% IN AAAA %TARGET%','ip,ipv6,webmail,txt ',true, true, true ),502 ('ipv6','IPv6 redirect', 'IPV6', '%SUB% IN AAAA %TARGET%','ip,ipv6,webmail,txt,mx,mx2',true, true, true ), 503 503 ('cname', 'CNAME DNS entry', 'DOMAIN', '%SUB% CNAME %TARGET%', 'txt',true, true, true ), 504 ('txt', 'TXT DNS entry', 'TXT', '%SUB% IN TXT "%TARGET%"','vhost,url,ip,webmail,ipv6,cname,txt,mx',true, true, true), 505 ('mx', 'MX DNS entry', 'IP', '%SUB% IN MX 5 %TARGET%', 'vhost,url,ip,webmail,ipv6,cname,txt,mx',true, false, true), 506 ('panel', 'AlternC panel access', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'vhost,url,ip,webmail,ipv6,cname,txt',true, false, true) 504 ('txt', 'TXT DNS entry', 'TXT', '%SUB% IN TXT "%TARGET%"','vhost,url,ip,webmail,ipv6,cname,txt,mx,mx2',true, true, true), 505 ('mx', 'MX DNS entry', 'DOMAIN', '%SUB% IN MX 5 %TARGET%', 'vhost,url,ip,webmail,ipv6,cname,txt,mx,mx2',true, false, true), 506 ('mx2', 'secondary MX DNS entry', 'DOMAIN', '%SUB% IN MX 10 %TARGET%', 'vhost,url,ip,webmail,ipv6,cname,txt,mx2',true, false, true), 507 ('panel', 'AlternC panel access', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'vhost,url,ip,webmail,ipv6,cname,txt,mx,mx2',true, false, true) 507 508 ; -
alternc/trunk/install/upgrades/1.0.sql
r2891 r2913 23 23 ('vhost','Locally hosted', 'DIRECTORY', '%SUB% IN A @@PUBLIC_IP@@', 'txt', false, false, false), 24 24 ('url','URL redirection', 'URL', '%SUB% IN A @@PUBLIC_IP@@','txt', true, true, false), 25 ('ip','IPv4 redirect', 'IP', '%SUB% IN A %TARGET%','url,ip,ipv6,txt ', false, true, false),25 ('ip','IPv4 redirect', 'IP', '%SUB% IN A %TARGET%','url,ip,ipv6,txt,mx,mx2', false, true, false), 26 26 ('webmail', 'Webmail access', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'txt', false, false, false), 27 ('ipv6','IPv6 redirect', 'IPV6', '%SUB% IN AAAA %TARGET%','ip,ipv6,webmail,txt ',true, true, true ),27 ('ipv6','IPv6 redirect', 'IPV6', '%SUB% IN AAAA %TARGET%','ip,ipv6,webmail,txt,mx,mx2',true, true, true ), 28 28 ('cname', 'CNAME DNS entry', 'DOMAIN', '%SUB% CNAME %TARGET%', 'txt',true, true, true ), 29 ('txt', 'TXT DNS entry', 'TXT', '%SUB% IN TXT "%TARGET%"','vhost,url,ip,webmail,ipv6,cname,txt,mx',true, true, true), 30 ('mx', 'MX DNS entry', 'IP', '%SUB% IN MX 5 %TARGET%', 'vhost,url,ip,webmail,ipv6,cname,txt,mx',true, false, true), 31 ('panel', 'AlternC panel access', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'vhost,url,ip,webmail,ipv6,cname,txt',true, false, true) 29 ('txt', 'TXT DNS entry', 'TXT', '%SUB% IN TXT "%TARGET%"','vhost,url,ip,webmail,ipv6,cname,txt,mx,mx2',true, true, true), 30 ('mx', 'MX DNS entry', 'DOMAIN', '%SUB% IN MX 5 %TARGET%', 'vhost,url,ip,webmail,ipv6,cname,txt,mx,mx2',true, false, true), 31 ('mx2', 'secondary MX DNS entry', 'DOMAIN', '%SUB% IN MX 10 %TARGET%', 'vhost,url,ip,webmail,ipv6,cname,txt,mx2',true, false, true), 32 ('panel', 'AlternC panel access', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'vhost,url,ip,webmail,ipv6,cname,txt,mx,mx2',true, false, true) 32 33 ; 33 34
Note: See TracChangeset
for help on using the changeset viewer.
