platal.git
15 years agoUpdate ChangeLog
Florent Bruneau [Fri, 27 Jun 2008 22:06:32 +0000 (00:06 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix vcard generation: only users with a valid forlife are added (Closes #846)
Florent Bruneau [Fri, 27 Jun 2008 22:03:59 +0000 (00:03 +0200)]
Fix vcard generation: only users with a valid forlife are added (Closes #846)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUpdate ChangeLog
Florent Bruneau [Fri, 27 Jun 2008 21:41:13 +0000 (23:41 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoCan export X.net directory as a .csv file (Close #847)
Florent Bruneau [Fri, 27 Jun 2008 21:41:24 +0000 (23:41 +0200)]
Can export X.net directory as a .csv file (Close #847)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdd a free text field in x.net profile (Closes #848)
Florent Bruneau [Fri, 27 Jun 2008 20:53:36 +0000 (22:53 +0200)]
Add a free text field in x.net profile (Closes #848)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMerge branch 'platal-0.9.16' into platal-0.9.17
Florent Bruneau [Mon, 23 Jun 2008 16:12:02 +0000 (18:12 +0200)]
Merge branch 'platal-0.9.16' into platal-0.9.17

15 years agoTypo and better test.
Florent Bruneau [Mon, 23 Jun 2008 16:11:13 +0000 (18:11 +0200)]
Typo and better test.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoCorrectly unset the hidden input field for autocompletable-and-select-menu-settable...
Olivier Le Floch [Sat, 21 Jun 2008 12:43:54 +0000 (14:43 +0200)]
Correctly unset the hidden input field for autocompletable-and-select-menu-settable fields. This ensures that if the user enters a value in the 'text' field, the 'integer id' field is ignored. Fixes FS#850.

15 years agoCoding rules.
Florent Bruneau [Sat, 21 Jun 2008 12:58:58 +0000 (14:58 +0200)]
Coding rules.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoImproves 59887c: uses global domain instead of polytechnique.org, improves javascript...
Stéphane Jacob [Thu, 19 Jun 2008 13:14:24 +0000 (15:14 +0200)]
Improves 59887c: uses global domain instead of polytechnique.org, improves javascript and some other small things

15 years agoAutomation of the management of associations' mailing lists (Closes #817), Updates...
Stéphane Jacob [Wed, 18 Jun 2008 18:21:39 +0000 (20:21 +0200)]
Automation of the management of associations' mailing lists (Closes #817), Updates Changelog

15 years agoUpdates ChangeLog.
Vincent Zanotti [Wed, 18 Jun 2008 19:28:07 +0000 (21:28 +0200)]
Updates ChangeLog.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoUse normal int everywhere in the table to store user ids (Closes #844).
Vincent Zanotti [Tue, 17 Jun 2008 20:16:38 +0000 (22:16 +0200)]
Use normal int everywhere in the table to store user ids (Closes #844).

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoConvert uses of XDB::(..., $flags->flags()) to XDB::(..., $flags)
Florent Bruneau [Mon, 16 Jun 2008 15:24:19 +0000 (17:24 +0200)]
Convert uses of XDB::(..., $flags->flags()) to XDB::(..., $flags)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoRemove deprecated stuff.
Florent Bruneau [Mon, 16 Jun 2008 15:16:41 +0000 (17:16 +0200)]
Remove deprecated stuff.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoImproves Banana profile form behavious and use FlagSet to store the flags.
Florent Bruneau [Mon, 16 Jun 2008 15:14:36 +0000 (17:14 +0200)]
Improves Banana profile form behavious and use FlagSet to store the flags.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoMelix alias visibility in profile should user's alias visibility, not viewer's.
Vincent Zanotti [Mon, 16 Jun 2008 08:55:50 +0000 (10:55 +0200)]
Melix alias visibility in profile should user's alias visibility, not viewer's.
Cf. 50bf984bf184367a83307676441c9bf14555efc8.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoFixes a SQL 'typo' in /marketing/broken.
Vincent Zanotti [Mon, 16 Jun 2008 01:37:01 +0000 (03:37 +0200)]
Fixes a SQL 'typo' in /marketing/broken.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoMelix alias visibility in VCards should be user's visibility, and not viewer's alias...
Vincent Zanotti [Sun, 15 Jun 2008 23:00:24 +0000 (01:00 +0200)]
Melix alias visibility in VCards should be user's visibility, and not viewer's alias visibility.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoFix a SQL error.
Florent Bruneau [Sun, 15 Jun 2008 18:43:08 +0000 (20:43 +0200)]
Fix a SQL error.
Use the previous commit to pass FlagSet to XDB

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoCan pass a FlagSet objet to XDB::...({?}). This will fill the corresponding
Florent Bruneau [Sun, 15 Jun 2008 18:42:00 +0000 (20:42 +0200)]
Can pass a FlagSet objet to XDB::...({?}). This will fill the corresponding
filed with ->flags()

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoGroup managers can choose between receiving notifications or not (default is not).
Florent Bruneau [Sun, 15 Jun 2008 17:14:28 +0000 (19:14 +0200)]
Group managers can choose between receiving notifications or not (default is not).

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoUpdate ChangeLog
Florent Bruneau [Sun, 15 Jun 2008 16:54:06 +0000 (18:54 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoNot groups managers on member unsubscription (Closes #807)
Florent Bruneau [Sun, 15 Jun 2008 16:52:38 +0000 (18:52 +0200)]
Not groups managers on member unsubscription (Closes #807)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoSmarty debug for templated mails.
Florent Bruneau [Sun, 15 Jun 2008 16:46:35 +0000 (18:46 +0200)]
Smarty debug for templated mails.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFollowup to c638d8c8103 [Can disable moderation of Unsures.] : Fix spelling in commen...
Olivier Le Floch [Sun, 15 Jun 2008 15:12:39 +0000 (17:12 +0200)]
Followup to c638d8c8103 [Can disable moderation of Unsures.] : Fix spelling in comments and web interface ; optimise javascript code ; add <label> tags to simplify selecting options

15 years agoCan disable moderation of Unsures.
Florent Bruneau [Sun, 15 Jun 2008 14:26:50 +0000 (16:26 +0200)]
Can disable moderation of Unsures.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdd S::rssActivated() to check whether the rss_hash is set AND not empty.
Florent Bruneau [Sat, 14 Jun 2008 14:43:46 +0000 (16:43 +0200)]
Add S::rssActivated() to check whether the rss_hash is set AND not empty.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoNo RSS popup when the link points the RSS activation form.
Florent Bruneau [Sat, 14 Jun 2008 14:42:18 +0000 (16:42 +0200)]
No RSS popup when the link points the RSS activation form.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoVariable 'bestalias' in referent search was in fact a 'forlife'.
Vincent Zanotti [Fri, 13 Jun 2008 12:53:04 +0000 (14:53 +0200)]
Variable 'bestalias' in referent search was in fact a 'forlife'.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
15 years agoTypo in css, now default.css should be valid.
Bernardo Freitas Paulo da Costa [Tue, 10 Jun 2008 13:05:36 +0000 (15:05 +0200)]
Typo in css, now default.css should be valid.
(Same changes in keynote and openweb, grep is our friend)

15 years agoKeeps hidden validation preferences in the database instead of in a cookie (Closes...
Stéphane Jacob [Tue, 10 Jun 2008 01:09:16 +0000 (03:09 +0200)]
Keeps hidden validation preferences in the database instead of in a cookie (Closes #770), Updates Changelog

15 years agoUpdate ChangeLog
Florent Bruneau [Sun, 8 Jun 2008 16:43:34 +0000 (18:43 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoBirthday cron remove old entries (Closes #831)
Florent Bruneau [Sun, 8 Jun 2008 16:40:59 +0000 (18:40 +0200)]
Birthday cron remove old entries (Closes #831)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAccept 'yellow' passwords, add a hard limit for submit activation.
Florent Bruneau [Sun, 8 Jun 2008 16:16:16 +0000 (18:16 +0200)]
Accept 'yellow' passwords, add a hard limit for submit activation.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoFix minifiche layout for non-admin users.
Florent Bruneau [Sun, 8 Jun 2008 16:09:29 +0000 (18:09 +0200)]
Fix minifiche layout for non-admin users.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoSwitch to the new trigger pattern.
Florent Bruneau [Sun, 8 Jun 2008 16:05:23 +0000 (18:05 +0200)]
Switch to the new trigger pattern.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoAdd trigWarning() too. Update xnet CSS.
Florent Bruneau [Sun, 8 Jun 2008 15:33:38 +0000 (17:33 +0200)]
Add trigWarning() too. Update xnet CSS.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoCleaner display for 'trig'.
Florent Bruneau [Sun, 8 Jun 2008 14:46:20 +0000 (16:46 +0200)]
Cleaner display for 'trig'.

This add two kinds of triggers:
 $page->trigError()
 $page->trigSuccess()

The old $page->trig() takes 2 arguments:
 - the message to display
 - the kind of message ('errors' or 'success'), default is errors in order
   to preserve backward compatibility

Plan is to remove all ->trig() calls and switch the trig() method to protected
access rights.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoDon't try to convert non-IP to uint.
Florent Bruneau [Sat, 7 Jun 2008 14:48:19 +0000 (16:48 +0200)]
Don't try to convert non-IP to uint.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
15 years agoLoad jquery.js on all pages.
Florent Bruneau [Sat, 7 Jun 2008 08:15:04 +0000 (10:15 +0200)]
Load jquery.js on all pages.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUpdate ChangeLog
Florent Bruneau [Fri, 6 Jun 2008 06:31:27 +0000 (08:31 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoMailman don't understand UTF8 (Closes #761)
Florent Bruneau [Fri, 6 Jun 2008 06:30:14 +0000 (08:30 +0200)]
Mailman don't understand UTF8 (Closes #761)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdds admnistration pages for sub-sectors and functions, and a suitable edition page...
Stéphane Jacob [Fri, 6 Jun 2008 01:19:58 +0000 (03:19 +0200)]
Adds admnistration pages for sub-sectors and functions, and a suitable edition page for them (Closes #830)

16 years agoFixes #811: Improve interface to add medal ranks and avoid losing data
Olivier Le Floch [Fri, 6 Jun 2008 00:59:22 +0000 (02:59 +0200)]
Fixes #811: Improve interface to add medal ranks and avoid losing data

16 years agoReduce quantity of data sent back to the server in the deceased users administration...
Olivier Le Floch [Thu, 5 Jun 2008 23:09:47 +0000 (01:09 +0200)]
Reduce quantity of data sent back to the server in the deceased users administration page

16 years agoUpdate ChangeLog
Florent Bruneau [Thu, 5 Jun 2008 21:21:26 +0000 (23:21 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoImprove contrast of legend > a on skin 'Espace' (Closes #841)
Florent Bruneau [Thu, 5 Jun 2008 21:19:23 +0000 (23:19 +0200)]
Improve contrast of legend > a on skin 'Espace' (Closes #841)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoGrumpf, remove debug.
Florent Bruneau [Thu, 5 Jun 2008 21:07:21 +0000 (23:07 +0200)]
Grumpf, remove debug.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUpdate ChangeLog
Florent Bruneau [Thu, 5 Jun 2008 21:05:55 +0000 (23:05 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAutocomplete enterprise name in profile edition. (Closes #836)
Florent Bruneau [Thu, 5 Jun 2008 21:04:01 +0000 (23:04 +0200)]
Autocomplete enterprise name in profile edition. (Closes #836)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFixes XSRF protection in admin/deaths.
Vincent Zanotti [Thu, 5 Jun 2008 17:32:38 +0000 (19:32 +0200)]
Fixes XSRF protection in admin/deaths.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoIn French address only takes one d
Stéphane Jacob [Thu, 5 Jun 2008 14:48:01 +0000 (16:48 +0200)]
In French address only takes one d

16 years agoUpdate Changelog ; fix order of entries in the Lists section, add entries for my...
Olivier Le Floch [Thu, 5 Jun 2008 11:11:23 +0000 (13:11 +0200)]
Update Changelog ; fix order of entries in the Lists section, add entries for my latest commits

16 years agoFix the display of the sample refusal message in the email moderation interface ...
Stéphane Jacob [Thu, 5 Jun 2008 10:06:08 +0000 (12:06 +0200)]
Fix the display of the sample refusal message in the email moderation interface (Closes #813)

16 years agoEnable clicking on text to select messages in the mailing list moderation page
Olivier Le Floch [Thu, 5 Jun 2008 00:13:23 +0000 (02:13 +0200)]
Enable clicking on text to select messages in the mailing list moderation page
It's too bad scripts are inlined, this really makes for crappy code, I think.

16 years agoRedirects users toward the support in case of missing options in the profile
Stéphane Jacob [Wed, 4 Jun 2008 22:22:13 +0000 (00:22 +0200)]
Redirects users toward the support in case of missing options in the profile

16 years agoUpdate ChangeLog
Florent Bruneau [Wed, 4 Jun 2008 21:11:09 +0000 (23:11 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoGroup managers can change the visibility of the group (Closes #814)
Florent Bruneau [Wed, 4 Jun 2008 21:10:05 +0000 (23:10 +0200)]
Group managers can change the visibility of the group (Closes #814)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoCenters the broken email box on the broken email page
Stéphane Jacob [Wed, 4 Jun 2008 21:06:00 +0000 (23:06 +0200)]
Centers the broken email box on the broken email page

16 years agoFix alias subscription when changing user status.
Florent Bruneau [Wed, 4 Jun 2008 20:56:22 +0000 (22:56 +0200)]
Fix alias subscription when changing user status.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUpdate ChangeLog
Florent Bruneau [Wed, 4 Jun 2008 20:37:07 +0000 (22:37 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix redirection when changing user type to a not registered user (Closes #824)
Florent Bruneau [Wed, 4 Jun 2008 20:32:59 +0000 (22:32 +0200)]
Fix redirection when changing user type to a not registered user (Closes #824)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUpdate ChangeLog
Florent Bruneau [Wed, 4 Jun 2008 20:15:30 +0000 (22:15 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoProperly unsubscribe from group MLs when leaving the group (Closes #806)
Florent Bruneau [Wed, 4 Jun 2008 20:14:01 +0000 (22:14 +0200)]
Properly unsubscribe from group MLs when leaving the group (Closes #806)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUpdate ChangeLog
Florent Bruneau [Wed, 4 Jun 2008 20:02:27 +0000 (22:02 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix encoding issues in ML edition page. (Closes #810)
Florent Bruneau [Wed, 4 Jun 2008 20:01:36 +0000 (22:01 +0200)]
Fix encoding issues in ML edition page. (Closes #810)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUpdating ChangeLog
Florent Bruneau [Wed, 4 Jun 2008 19:55:30 +0000 (21:55 +0200)]
Updating ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoNo warning when adding an external address to a ML (Closes #839)
Florent Bruneau [Wed, 4 Jun 2008 19:53:47 +0000 (21:53 +0200)]
No warning when adding an external address to a ML (Closes #839)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUpdate ChangeLog
Florent Bruneau [Wed, 4 Jun 2008 19:44:50 +0000 (21:44 +0200)]
Update ChangeLog

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoClear mentor entry of the user when is expertise is empty.
Florent Bruneau [Wed, 4 Jun 2008 19:32:56 +0000 (21:32 +0200)]
Clear mentor entry of the user when is expertise is empty.
(Closes #840)

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdds the nom_usage field and fixes the problem of the admin name absence in the admin...
Stéphane Jacob [Wed, 4 Jun 2008 19:32:00 +0000 (21:32 +0200)]
Adds the nom_usage field and fixes the problem of the admin name absence in the admin intervention mail

16 years agoFixes last commit.
Stéphane Jacob [Tue, 3 Jun 2008 16:41:59 +0000 (18:41 +0200)]
Fixes last commit.

16 years agoAllows to easily come back to the full view once in the main address view
Stéphane Jacob [Tue, 3 Jun 2008 15:14:00 +0000 (17:14 +0200)]
Allows to easily come back to the full view once in the main address view

16 years agoAdds warning when the monitoring page is not properly filled (Closes #805)
Stéphane Jacob [Tue, 3 Jun 2008 12:43:31 +0000 (14:43 +0200)]
Adds warning when the monitoring page is not properly filled (Closes #805)

16 years agoTypos
Stéphane Jacob [Mon, 2 Jun 2008 14:10:00 +0000 (16:10 +0200)]
Typos

16 years agoCorrection - CSS code that shouldn't have been removed, fixes an IE CSS bug.
Olivier Le Floch [Sun, 1 Jun 2008 21:13:06 +0000 (23:13 +0200)]
Correction - CSS code that shouldn't have been removed, fixes an IE CSS bug.

16 years agoMerge branch 'platal-0.9.16'
Florent Bruneau [Sun, 1 Jun 2008 10:28:16 +0000 (12:28 +0200)]
Merge branch 'platal-0.9.16'

Conflicts:

modules/auth/auth.inc.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoRemove hack on auth-groupex to force X.org admins to be group admins.
Florent Bruneau [Sun, 1 Jun 2008 10:26:33 +0000 (12:26 +0200)]
Remove hack on auth-groupex to force X.org admins to be group admins.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoMerge branch 'platal-0.9.16'
Florent Bruneau [Sat, 31 May 2008 21:12:50 +0000 (23:12 +0200)]
Merge branch 'platal-0.9.16'

16 years agoFix 'perms' field in auth groupex
Florent Bruneau [Sat, 31 May 2008 21:10:55 +0000 (23:10 +0200)]
Fix 'perms' field in auth groupex

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix '...' entry in advanced search, clicking it now has no effect (better than insert...
Olivier Le Floch [Fri, 30 May 2008 15:52:39 +0000 (17:52 +0200)]
Fix '...' entry in advanced search, clicking it now has no effect (better than inserting '...' into the input)

16 years agoMerge branch 'platal-0.9.16'
Florent Bruneau [Fri, 30 May 2008 11:00:22 +0000 (13:00 +0200)]
Merge branch 'platal-0.9.16'

16 years agoAdapt text to the sex of the user && Typo.
Florent Bruneau [Fri, 30 May 2008 10:59:33 +0000 (12:59 +0200)]
Adapt text to the sex of the user && Typo.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoUses properly resized thumbnails for medals in user's profile.
Vincent Zanotti [Thu, 29 May 2008 19:00:56 +0000 (21:00 +0200)]
Uses properly resized thumbnails for medals in user's profile.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoAdds new reporting graphs (disk usage) to the GoogleApps admin page.
Vincent Zanotti [Thu, 29 May 2008 00:19:27 +0000 (02:19 +0200)]
Adds new reporting graphs (disk usage) to the GoogleApps admin page.

Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
16 years agoMerge branch 'platal-0.9.16'
Florent Bruneau [Tue, 27 May 2008 18:38:43 +0000 (20:38 +0200)]
Merge branch 'platal-0.9.16'

16 years agoSome old code interfered with the new one...
Florent Bruneau [Tue, 27 May 2008 18:36:16 +0000 (20:36 +0200)]
Some old code interfered with the new one...

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoSome old code interfered with the new one...
Florent Bruneau [Tue, 27 May 2008 18:36:16 +0000 (20:36 +0200)]
Some old code interfered with the new one...

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoMfh fix non significant spaces, sorry people !
Olivier Le Floch [Tue, 27 May 2008 17:17:13 +0000 (19:17 +0200)]
Mfh fix non significant spaces, sorry people !

16 years agoMinor fix to inlined javascript - un-escaped '/' is not allowed
Olivier Le Floch [Tue, 27 May 2008 15:57:30 +0000 (17:57 +0200)]
Minor fix to inlined javascript - un-escaped '/' is not allowed

By the way Vincent, I think that that is a good argument in favor of external javascript files instead of inlined ones (as are enabling compression, caching, etc.)

16 years agoUpgrade autocompletion jquery plugin to latest version ; fixes some CSS display bugs...
Olivier Le Floch [Tue, 27 May 2008 15:54:24 +0000 (17:54 +0200)]
Upgrade autocompletion jquery plugin to latest version ; fixes some CSS display bugs ; improve global autocompletion presentation

16 years agoMinor reformating of the advanced search template's inlined javascript so that its...
Olivier Le Floch [Tue, 27 May 2008 15:41:25 +0000 (17:41 +0200)]
Minor reformating of the advanced search template's inlined javascript so that its indentation is more legible (no code has been changed)

16 years agoUse 'Animateur' instead of 'Administrateur' to describe the group-level administratio...
Olivier Le Floch [Mon, 26 May 2008 13:55:42 +0000 (15:55 +0200)]
Use 'Animateur' instead of 'Administrateur' to describe the group-level administration rights

16 years agoMerge branch 'platal-0.9.16'
Florent Bruneau [Sun, 25 May 2008 12:47:54 +0000 (14:47 +0200)]
Merge branch 'platal-0.9.16'

Conflicts:

modules/auth/auth.inc.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix hash size.
Florent Bruneau [Sun, 25 May 2008 10:45:30 +0000 (12:45 +0200)]
Fix hash size.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoFix alias computation.
Florent Bruneau [Sun, 25 May 2008 10:42:52 +0000 (12:42 +0200)]
Fix alias computation.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdd a 'one-click' imap registration page.
Florent Bruneau [Sun, 25 May 2008 10:37:28 +0000 (12:37 +0200)]
Add a 'one-click' imap registration page.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoReplace %HASH% in the newsletter with $hash/$login.
Florent Bruneau [Sun, 25 May 2008 10:00:50 +0000 (12:00 +0200)]
Replace %HASH% in the newsletter with $hash/$login.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
16 years agoAdd a generic hash capability to the newsletter.
Florent Bruneau [Sun, 25 May 2008 09:41:53 +0000 (11:41 +0200)]
Add a generic hash capability to the newsletter.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>