- 13 Apr, 2008 1 commit
-
-
Antoine Beaupré authored
See: #318. As of now, the MySQL configuration used everywhere by AlternC is not stored in the main configuration file (/etc/alternc/local.sh) but in a MySQL configuration file in /etc/alternc/my.cnf, which enables us to call mysql without exposing the password on the commandline. The changes here are quite invasive but will allow us to factor out the MySQL configuration better. See #364. This includes a partial rewrite of the mysql.sh logic, which is now ran from the postinst script (and not alternc.install) which will allow us to actually change the MySQL root user properly. See #601. This commit was tested like this: * clean install on etch (working) * upgrade from a clean 0.9.7 (working)
-
- 12 Apr, 2008 3 commits
-
-
Antoine Beaupré authored
NEW MESSAGES TO TRANSLATE regenerer les locales pour que les traducteurs/trices puissent traduire 0.9.8 NOUVEAUX MESSAGES À TRADUIRE
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
- 11 Apr, 2008 1 commit
-
-
Antoine Beaupré authored
vague "5 minutes". Sponsored by: Koumbit Closes: #231
-
- 10 Apr, 2008 9 commits
-
-
Antoine Beaupré authored
Patch from: Sebastien Grenier Closes: #1097
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
Antoine Beaupré authored
add missing configuration that wasn't ran properly when installing, since initrep.sh was removed from the installation at some point. remove initrep.sh altogether since it's not required anymore. Closes: #1109.
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
Antoine Beaupré authored
Contributed by: Mathieu Lutfy Sponsored by: Koumbit
-
Antoine Beaupré authored
validation du w3c Refonte de certains styles et couleurs, tel que discuté sur la liste de discussion. Des modifications locales peuvent maintenant être faites dans styles/custom.css qui n'est pas distribué avec AlternC et donc jamais remplacé. Contribution de Marc Angles Sponsorisé par Koumbit
-
- 14 Mar, 2008 3 commits
-
-
Antoine Beaupré authored
i did not add configuration directives as requested, as it would annoy people that don't *want* to install the rss functionality. Closes: #1099
-
Antoine Beaupré authored
-
Antoine Beaupré authored
* call with the proper path * remove the quotes from the calls, they're already there * make ExtractFile non-recursive * force unzip extraction to overwrite existing files
-
- 29 Feb, 2008 2 commits
-
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
- 27 Feb, 2008 1 commit
-
-
Antoine Beaupré authored
-
- 01 Feb, 2008 2 commits
-
-
Antoine Beaupré authored
-
Antoine Beaupré authored
add trivial code to display an RSS feed on the home page of users, feed can be changed in the variables panel
-
- 22 Jan, 2008 18 commits
-
-
Antoine Beaupré authored
-
Antoine Beaupré authored
Closes: #1043
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
Antoine Beaupré authored
make ExtractFile extract in the same directory as the archive by default
-
Antoine Beaupré authored
use move_uploaded_file to get uploaded files instead of copy (svn diff), as recommended in the php manual, see http://php.net/move_uploaded_file
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
Antoine Beaupré authored
place the escapeshellarg() calls properly print the cp error on failure assume the target parent directory
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
Antoine Beaupré authored
* desactiver le code de copie par http:// pour l'instant * utilise escapeshellarg() au lieu de addslashes() pour echapper les arguments * utiliser le bon systeme de message d'erreurs * ajouter -p a l'appel de cp
-
Antoine Beaupré authored
-
Antoine Beaupré authored
* respect our function naming convention * remove unrar code as I do not trust it for now * use convertabsolute() instead of addslashes() to sanitize the paths See #1043.
-
Antoine Beaupré authored
add the code provided from an anonymous user for recursive copy and decompress functions in the browser. Will be audited and corrected to hook properly in the browser See #1043.
-