Commit Graph

28 Commits

Author SHA1 Message Date
Antoine Beaupré 675a357932 remove the size_db cache, it wasn't used in the code and is fully accessible from the PHP/MySQL API 2007-08-21 00:14:13 +00:00
anonyme 63085a5524 :P 2007-05-23 19:56:27 +00:00
anonyme 55ddcb68e3 :P 2007-05-23 19:53:59 +00:00
Antoine Beaupré 09a806bdfa nice little graph: per month accout creation stats, using Image_Graph 2007-05-23 01:35:34 +00:00
Antoine Beaupré 4404569e2b My stab at #563: stop overwriting php.ini.
Most parameters different from the factory default are now set for the
whole /var/alternc, apart from those very notable exceptions, which
are not set by Alternc anymore:

 * precision = 12 ; The number of significant digits displayed in floating point numbers.
 * y2k_compliance = On ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
 * safe_mode_allowed_env_vars = PHP_,LANG,LC_
 * highlight.*
 * max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
 * log_errors_max_len = 1024 ; Do not log repeated messages. Repeated errors must occur in same file on same
 * ignore_repeated_errors = Off ; line until ignore_repeated_source is set true. * ignore_repeated_source = Off
 * report_memleaks = On
 * warn_plus_overloading = Off
 * register_globals = On ; enfin!
 * default_charset = "iso-8859-1" (see #381)
 * upload_max_filesize = 5M ; left to admin's discretion
 * default_socket_timeout = 60
 * mysql.*
 * pgsql.*
 * sybase.*
 * dbx.*
 * session.*
 * mssql.*
 * extension=mysql.so ; we assume the php-mysql packages does this properly

The cgi/ subdir was never really changed, afaict.
2006-11-27 23:52:50 +00:00
Antoine Beaupré db7fe71e68 experimental feature: a harsh mass-redirection script that can be used to
temporarly turn off (by redirecting them) a user's subdomains (all of them)

temporarly, because a SQL dump is showed to allow the admin to restore the
previous state. 

experimental, because the SQL dump should probably be hidden from the admin and
that this whole thing should probably be called something else than
"deactivate" and might be better somewhere else than in adm_list.php.

harsh, because there could be other ways to deal with evil users. this is the
best solution I have found for accounts that are victims of spambots.
2006-08-12 00:04:12 +00:00
Antoine Beaupré 173e86a3c0 retirer httpd.conf de l'installation d'alternc, les symlinks devraient maintenant suffire. testing obligatoire. see #562 2006-07-08 09:22:58 +00:00
Benjamin Sonntag d8da5e93ec new translations + secondarymx management 2006-05-22 09:03:51 +00:00
Benjamin Sonntag 02f22b912f removing flags + readme translation + removing old docs 2006-05-20 11:45:17 +00:00
Benjamin Sonntag 0c1308c5f9 confirmation de la suppression des comptes pop, Closes #672 2006-05-16 19:42:25 +00:00
Benjamin Sonntag ae1af23a4b Ajout du script fixperms.sh qui permet de remettre à plat les permissions et proprietaires des fichiers. Ref #416 2006-05-16 18:20:14 +00:00
Antoine Beaupré bc3e8b45f1 oups! .pot is for Template, so it was the right extension 2006-05-13 22:18:40 +00:00
Antoine Beaupré 740fbb661a this is now obsolete, use the makefile 2006-05-13 22:17:35 +00:00
Antoine Beaupré 8741e5a51d oups! .pot is for Template, so it was the right extension 2006-05-13 22:17:19 +00:00
Antoine Beaupré 0b77b1dc10 add a way to automatically integrate new strings in .po file, run it once 2006-05-13 21:28:24 +00:00
Antoine Beaupré b372a92e7a rename main.pot to messages.po, more standard, and rename main_manual.po to manual.po, more meaningful 2006-05-13 21:05:48 +00:00
Benjamin Sonntag f4c3ad85e0 ajout des perl suid scripts (desole, j'avais oublie...) 2006-05-12 11:17:23 +00:00
Benjamin Sonntag da63874904 Remplacement des scripts C setuid par des scripts perl, AlternC is now arch indep \! 2006-05-11 10:52:23 +00:00
Benjamin Sonntag 9735a9ef92 compilation propre du .po de alternc-admintools 2006-05-09 16:40:45 +00:00
Benjamin Sonntag 3db0f64fd4 compilation propre du .po de alternc-admintools 2006-05-09 16:37:15 +00:00
Benjamin Sonntag 3428e1fc57 remplacement des .po par des .pot + ajout de 'all' comme argument a updatelang.sh 2006-05-09 16:12:09 +00:00
Benjamin Sonntag 453e7836db retour du main_manuel anglais ... 2006-05-09 16:04:11 +00:00
Benjamin Sonntag ef87340380 changement radical de gestion de la traduction : on utilise maintenant 2 seuls fichiers po pour alternc : main.po qui contient toutes les chaines detectables automatiquement, et main_manual.po qui est alimente manuellement. le dossier modules n'a donc plus lieu d'etre... 2006-05-09 15:58:04 +00:00
Antoine Beaupré abc975efd9 move bureau.conf with the templates, as it is one, should fix #646 2006-04-26 21:38:32 +00:00
Antoine Beaupré c34386e9a4 activate a configuration file for the bureau, common for both SSL and non-SSL configs, requested by pierre-gilles et
benji.

activate variable substitution for bureau.conf in alternc.install
2006-04-26 21:23:50 +00:00
Nahuel Angelinetti 979a7f0b0e Rajout de la gestion des utilisateurs mysql pour les membres ( avec quotas )
Closes: #265
2006-04-26 14:59:28 +00:00
Benjamin Sonntag 4e444d92e0 Adding spoolsize to cache the size of web / mail / db contents, Closes 569 2006-04-26 14:26:21 +00:00
Pierre Gilles Mialon 6ca8255f49 AlternC Plugin are now part of AlternC svn repository\n Migration Phase 2 2006-04-26 12:28:53 +00:00