c8f477c3eccrude implementation of permission change in the file browser
Antoine Beaupré
2008-04-10 18:40:08 +0000
9517d27d78Standardisation de l'interface web d'AlternC, qui passe maintenant la validation du w3c
Antoine Beaupré
2008-04-10 18:05:51 +0000
aad2d5ef0dsilence various warnings with rss feed functionality
Antoine Beaupré
2008-03-14 04:11:07 +0000
8f8c888abdget rid of the non-working Send & extract button
Antoine Beaupré
2008-03-14 04:03:12 +0000
c192607d51fix archive extraction: * 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
Antoine Beaupré
2008-03-14 03:08:14 +0000
7269275e5cbe a bit more optimistic: accept AlternC installation by default
Antoine Beaupré
2008-02-29 20:22:14 +0000
c41a64dc9badd dependency on mysql-client, as it is actually required
Antoine Beaupré
2008-02-29 20:13:41 +0000
cb1c8276f7add date, remove cruft
Antoine Beaupré
2008-02-27 05:23:21 +0000
b851a6fb99suggest magpierss since we need it, optionally, for the homepage news
Antoine Beaupré
2008-02-01 23:07:48 +0000
e8caebb01fadd trivial code to display an RSS feed on the home page of users, feed can be changed in the variables panel
Antoine Beaupré
2008-02-01 23:03:53 +0000
2fc2361877remove debug message
Antoine Beaupré
2008-01-22 04:20:39 +0000
c6612a3092hook in the extract action. Closes: #1043
Antoine Beaupré
2008-01-22 04:14:20 +0000
eaefa56fb9improve error handling in extraction code, add is_extractable functionality
Antoine Beaupré
2008-01-22 04:12:24 +0000
de54a15ca0more factorization in error messages: make errstr() work with our new messaging system
Antoine Beaupré
2008-01-22 04:11:00 +0000
d63da16fccdon't translate mimetypes in m_bro::mime(). revert hooking tarball extraction from the last commit
Antoine Beaupré
2008-01-22 03:39:01 +0000
6b07f7f68btry to hook extraction in the browser
Antoine Beaupré
2008-01-22 03:23:56 +0000
97d65aadb3make UploadFile() return the uploaded path make ExtractFile extract in the same directory as the archive by default
Antoine Beaupré
2008-01-22 03:23:26 +0000
7ecbf6d263use 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é
2008-01-22 03:13:54 +0000
ca5137fc7breorder CopyFile API so that it works like MoveFile (ie. support multiple files
Antoine Beaupré
2008-01-22 03:08:10 +0000
e47e12df88reorder copy button
Antoine Beaupré
2008-01-22 03:06:45 +0000
0a65fa34b9try to hook the new CopyFile function into the main brouteur
Antoine Beaupré
2008-01-22 02:41:33 +0000
57cf564a80remove recursive mkdir code place the escapeshellarg() calls properly print the cp error on failure assume the target parent directory
Antoine Beaupré
2008-01-22 02:30:23 +0000
ed74b4debcremove write tests: cp will fail all by itself, no need to test
Antoine Beaupré
2008-01-22 02:27:22 +0000
48871eb7d4use escapeshellarg() properly and in both functions.
Antoine Beaupré
2008-01-22 02:24:59 +0000
3de628ccb2adaptation du code de copie de fichier:
Antoine Beaupré
2008-01-22 02:19:54 +0000
6160112864allow arbitrary errors in m_err instead of just error codes. errors are translated before display
Antoine Beaupré
2008-01-22 02:17:01 +0000
6787f26a12various fixes to the imported functions: * 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
Antoine Beaupré
2008-01-22 01:36:39 +0000
593fdc17dbadd 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
Antoine Beaupré
2008-01-22 01:21:36 +0000
44182f2f19add a alternc_del_session() hook that removes the phpMyAdmin cookie on logout
Antoine Beaupré
2008-01-21 18:50:55 +0000
9878416c22display errors properly on directory creation in the browser. Sponsored by Koumbit, bug #9203
Antoine Beaupré
2007-12-20 05:44:43 +0000
dcd3687701stricter pattern matching in local.sh so that comments are not considered
Antoine Beaupré
2007-12-12 22:28:29 +0000
62cd8a201bfix typo
Antoine Beaupré
2007-12-12 22:16:17 +0000
258b4496ebmettre la version sur une ligne separee
Antoine Beaupré
2007-12-03 22:05:11 +0000
99909678f0disable 'autocomplete' (remembering form items) on the main login form
Antoine Beaupré
2007-11-30 00:24:50 +0000
7c467be6d5don't add the openbasedir protection on webmail. Closes: #1080
Antoine Beaupré
2007-11-15 20:30:17 +0000
a478703bb4normalise the url given so that users redirecting to http://example.com don't have problems. Closes: #1079
Antoine Beaupré
2007-11-15 19:21:31 +0000
d6d765eba9properly prompt, with low priority, for the MYSQL_CLIENT parameter. AT LAST, this Closes: #1012
Antoine Beaupré
2007-11-15 02:53:04 +0000
e43a9939b5do the bind zonefiles migration for all versions before 0.9.4 (instead of all before and including 0.9.3), since it's the only known version with that proper configuration. Closes: #1077
Antoine Beaupré
2007-11-14 22:30:17 +0000
7d48224955make this configuration work without register_globals. Closes: #1076
Antoine Beaupré
2007-11-13 00:59:16 +0000
6e3b1f0952remove unofficial packages from history, announce 0.9.7
0.9.7
Antoine Beaupré
2007-11-09 23:44:38 +0000
20ac9d2316fix another lintian warning
Antoine Beaupré
2007-11-09 22:09:34 +0000
183397a9b4update templates translations
Antoine Beaupré
2007-11-09 22:08:04 +0000
73baaee104silence lintian warnings
Antoine Beaupré
2007-11-09 22:07:31 +0000
686fcc8328one more test release
Antoine Beaupré
2007-11-09 22:05:45 +0000
50a5d0e455warn the user the mailbox will be deleted with POP is turned off
Antoine Beaupré
2007-11-09 21:38:49 +0000
021b9de9c9fix translation of 'Mysql Users' quota
Antoine Beaupré
2007-11-09 21:14:32 +0000
b96ac8ea84note some packages never released
Antoine Beaupré
2007-10-26 04:49:42 +0000
ec8692ca09try to fix bug #1075: don't use ****** as a special password
Antoine Beaupré
2007-10-26 04:44:53 +0000
b17f518ffeupdate from current templates
Antoine Beaupré
2007-10-26 04:30:26 +0000
bbff509cc2forgot to change the charset tag
Antoine Beaupré
2007-10-26 04:29:24 +0000
231fd2cb46all other files are actually latin1
Antoine Beaupré
2007-10-26 04:28:11 +0000
48d9cdd1d3remerge, but with a proper charset
Antoine Beaupré
2007-10-26 03:57:33 +0000
c51a2f957fnow really fix charset and remote unrelated files
Antoine Beaupré
2007-10-26 03:48:24 +0000
c8b4b2a7b9revert everything to r2006 for real
Antoine Beaupré
2007-10-26 03:45:34 +0000
52184c3c31hta wasn't translated
Antoine Beaupré
2007-10-26 03:38:38 +0000
a788ff8b2dremove again unrelated modules
Antoine Beaupré
2007-10-26 03:37:50 +0000
1c0b53f797revert to r2006
Antoine Beaupré
2007-10-26 03:33:36 +0000
8073f23396try to fix some entries
Antoine Beaupré
2007-10-26 03:23:15 +0000
3d7c6407c1remove deleted instances
Antoine Beaupré
2007-10-26 02:57:08 +0000
028cc7110dregenerate locale
Antoine Beaupré
2007-10-26 02:56:41 +0000
c48cf23b47concatenate all messages into one big file
Antoine Beaupré
2007-10-26 02:41:46 +0000
8a40acafc6more parse errors...
Antoine Beaupré
2007-10-26 02:40:49 +0000
5544c21750fix format again
Antoine Beaupré
2007-10-26 02:37:52 +0000
90d13b4554fix formatting
Antoine Beaupré
2007-10-26 02:36:02 +0000
a9690aed2fadd brasil/portugese translation
Antoine Beaupré
2007-10-26 02:19:45 +0000
ee02d94e79fix link to hta_edit
Antoine Beaupré
2007-10-18 22:52:15 +0000
a2b26cb820don't hardcode the mysql host, rely on alternc configuration, which resolves the problem of configuring phpmyadmin for remote mysqls
Antoine Beaupré
2007-10-05 18:57:53 +0000
91d8878aefremove useless default configs to simplify this config file
Antoine Beaupré
2007-10-05 18:53:50 +0000
0b976cbf5ainclude unconditionnaly our phpmyadmin config, because in the etch version (2.9), config.inc.php gets called multiple times, which ends up not including our config in later includes
Antoine Beaupré
2007-10-05 18:51:54 +0000
82dcc64da5switch to tcp connections in pma so that we can support remote mysqls properly
Antoine Beaupré
2007-10-05 18:31:07 +0000
ed96566057fix a longstanding issue in AlternC: don't show translation links for which AlternC is not translated
Antoine Beaupré
2007-10-05 18:07:02 +0000
a035c95f98reverting part of [1994]: keep on calling apache restart properly
Antoine Beaupré
2007-10-05 15:46:24 +0000
75e2f1cba1Another fix to allow alternc to consider the php5 in an apache2 environnement
Pierre Gilles Mialon
2007-10-05 14:46:40 +0000
03038d18ddSuppress an usueless restart of apache in dopo.sh This chek is althought apache 1.3 dependent.
Pierre Gilles Mialon
2007-10-05 14:31:05 +0000
74a3d9702asilence 'zone reload queued' messages from newest bind from etch
Antoine Beaupré
2007-10-04 23:53:44 +0000
919b64da06fix changelog format again
Antoine Beaupré
2007-10-03 23:06:40 +0000
c1ecec8a0efix my username for signnatures
Antoine Beaupré
2007-10-03 23:04:59 +0000
67f581664bprepare a test package for stable for Koumbit
Antoine Beaupré
2007-10-03 22:58:42 +0000
20037606admore details in changelog, some grammar fixes
Antoine Beaupré
2007-10-02 18:09:11 +0000
dfa50e6b2eregenerate locals using make all, see #1065
Antoine Beaupré
2007-10-02 17:51:24 +0000
778824b25bmove mysql-server to recommends, since we now support mysql on a different server. Closes: #1014
Antoine Beaupré
2007-10-02 17:48:13 +0000
4381c97bdbuse dpkg-statoverride instead of hardcoding config, because it will be replaced on saslauthd restarts. See: #1069. Closes: #684
Antoine Beaupré
2007-10-02 17:37:47 +0000
217662a8a1fix ownership of saslauthd directory. Closes: #1069
Antoine Beaupré
2007-10-02 17:34:09 +0000
6b07011480fix saslauthd config for etch, partial fix. See #1069
Antoine Beaupré
2007-10-02 17:26:38 +0000
29b3d79dcbadding test cases using libtest-www-mechanize-perl
Benjamin Sonntag
2007-10-02 16:35:55 +0000
451792e34dchecking for array to prevent array error with php5
Benjamin Sonntag
2007-10-02 16:30:42 +0000
251cb7db6drestart with stop/start instead of restart (...) apache AND apache2 (test)
Benjamin Sonntag
2007-09-27 08:29:11 +0000
df3b3b0769ensure that php variable is correctly expanded
Benjamin Sonntag
2007-09-27 08:18:50 +0000
843f1fb246remove duplicate icons alias, move non-bureau alternc conf to alternc.conf so that the bureau can be safely disabled by commenting out the bureau include in alternc.conf
Antoine Beaupré
2007-09-27 03:27:44 +0000
1d2d3da1d3petit erreur de synthaxe
Nahuel Angelinetti
2007-09-11 22:11:22 +0000
6d36e8722ffix php call. Closes: #1064
Antoine Beaupré
2007-09-11 21:55:55 +0000
3b749e368drevert des commit [1944], [1939], [1933], [1925] : nouveau bureau. On recommencera mais en patchant la branche /franck-desktop
Camille Lafitte
2007-09-09 21:55:18 +0000