Displays grade if any in medal validation process (Closes #1403).
[platal.git] / ChangeLog
1 ================================================================================
2 VERSION 1.1.0                                                         XX XX XXXX
3
4
5 ================================================================================
6 VERSION 1.0.2                                                         31 01 2011
7
8 Bug/Wish:
9
10     * Admin:
11         - #1399: Displays all similar entreprises only on demand           -JAC
12         - #1362: List last profile modifications for secretary             -JAC
13         - #1403: Displays grade if any in medal validation process         -JAC
14
15     * Core:
16         - #1352: Fixes csv downloading with IE8.                           -JAC
17         - #1355: Mode with propagation of the skinning mode                -FRU
18
19     * Newsletter:
20         - #774:  Enable custom newsletters for groups                      -XEL
21         - #1047: Filter the list of previous AXletters                     -XEL
22
23     * Payments:
24         - #1290: Fixes display of payments on xnet                         -JAC
25         - #1318: Fixes PHP errors in PayPal payments                       -JAC
26
27     * Profile:
28         - #1270: Adapts default picture to main education                  -JAC
29         - #1324,1352: Adds jobs to vcards                                  -JAC
30         - #1340: Allows secretaries and admin to fully edit profiles' name -JAC
31         - #1354: Do not notify death to a deceased user                    -JAC
32         - #1356: Indicates delivery issues on addresses                    -JAC
33         - #1360: Default profile publicity is now ax                       -JAC
34         - #1361: Allows secretaries to validate entreprises                -JAC
35         - #1363: Prevents deletion of private information by secretaries   -JAC
36         - #1364: Only admin can edit original corps                        -JAC
37         - #1367: Improves postal address formatting                        -JAC
38         - #1368: Allows admin profile edition even if birthdate is unknown -JAC
39         - #1369: Properly displays moderated jobs                          -JAC
40         - #1389: Do not require validation for private names modifications -JAC
41         - #1401: Main addresses are displayed before secondary addresses   -JAC
42
43     * Register:
44         - #1374: Adapts registration for master and doctorate              -JAC
45
46     * Search:
47         - #1365: Outputs csv of postal addresses for advanced search       -JAC
48         - #1366: Adds 'by AX id' advanced search for admins                -XEL
49
50     * XnetEvent:
51         - #1373: Fixes acceptance of non member in xnet events.            -JAC
52
53     * XnetGrp:
54         - #907: Adds more info about groups (address, phones, positions)   -JAC
55
56 ================================================================================
57 VERSION 1.0.1                                                         26 10 2010
58
59 New:
60
61     * Admin:
62         - Accounts not attached to a profile can be deleted                -FRU
63
64     * Core:
65         - Access to the website by non-X                                   -FRU
66         - Add foreign key constraints for uid and pids                     -JAC
67
68     * Profile:
69         - Sectors replaced by job terms (thesaurus)                        -Car
70         - Profile edition interface for secretaries of the AX              -FRU
71         - #1256: Notify user when his profile has been edited              -JAC
72
73     * Search:
74         - Search results depend on user's permissions                      -XEL
75
76 Bug/Wish:
77
78     * Admin:
79         - #1182: Notify admins when a account is edited                    -JAC
80         - #1258: Fix promotion insertion                                   -FRU
81
82     * Lists:
83         - #1208,1250: Fix export of a mailing list as a CSV file           -JAC
84
85     * Profile:
86         - #1265: Fix access to profile using a user identifier             -FRU
87
88     * Register:
89         - #1261: Fix wrong join between user and profile                   -JAC
90
91     * Search:
92         - #1177: Clean url in advanced search                              -Car
93         - #1251: More intuitive networking search                          -XEL
94         - #1283: Restrict second operation on promo search                 -Car
95
96     * Survey:
97         - #964: The creator of a survey can get early results              -FRU
98         - #1282: The creator can always view the results                   -FRU
99
100     * XnetGrp:
101         - #1252: Don't include dead user in directory listing              -FRU
102         - #1253: Don't include not-registered users in promo listing       -FRU
103
104 From 1.0.0 branch:
105
106     * Admin:
107         - #1196: Fix password edition on admin page                        -JAC
108         - #1197: Allow user unsubscription                                 -JAC
109
110     * Auth:
111         - #1246: Fix GroupeX auth                                          -Car
112
113     * AXLetter:
114         - Fix unsubscription                                               -XEL
115
116     * Carnet:
117         - Fix inaccessible carnet/panel in case of profile update          -FRU
118         - #1176: Fix notification email                                    -JAC
119
120     * Events:
121         - Fix promotion_ml reminder                                        -FRU
122
123     * Forums:
124         - #1247: Fix RSS feed                                              -XEL
125
126     * Lists:
127         - Fix inclusion of banana for achives and moderation preview       -FRU
128         - #1218,1222: Fix link to profiles                                 -JAC
129
130     * Profile:
131         - Fix entreprise validation                                        -JAC
132         - Fix name validation                                              -XEL
133         - Fix orange validation                                            -XEL
134         - Fix vcards                                                       -FRU
135         - #1173,1174,1205,1219: Fix geocoding                              -JAC
136         - #1232: Fix autocompletion for the first enterprise               -JAC
137
138     * Newsletter:
139         - Fix user selection                                               -FRU
140
141     * Register:
142         - Fix calls to missing functions                                   -JAC
143         - #1216: Fix missing check that the user was not registered        -FRU
144
145     * Search:
146         - Fix filtering by promotion                                       -XEL
147         - Fix search by address                                            -XEL
148
149     * Survey:
150         - #1214: Fix result of a survey                                    -FRU
151         - #1263: Fix edition of pending surveys                            -FRU
152
153     * XnetEvent:
154         - #1187: Fix listing of the participant                            -JAC
155
156     * XnetGrp:
157         - Fix name in unsubscription notification                          -JAC
158         - Fix mailer sending O(n^2) mails                                  -VZA
159
160     * XnetList:
161         - Fix group directory synchronization page                         -JAC
162
163 ================================================================================
164 VERSION 1.0.0                                                         30 06 2010
165
166 New:
167     * Core:
168         - New directory format                                             -JAC
169         - Split user management into accounts and profiles                 -FRU
170         - New database abstraction for user selection                  -FRU/XEL
171         - Centralises email management through an email combobox           -JAC
172
173 Bug/Wish:
174     * Auth:
175         - #1089: Also logs the return url in auth for groupesx             -Car
176
177     * Carnet:
178         - #507: Uses full name in notification email                       -JAC
179         - #1074: Removes the red cross to reset contact search             -Car
180
181     * Core:
182         - #1019: Allow 35 points passwords as announced                    -Car
183         - #1059: Fix support of '?' in mail subjects                       -FRU
184
185     * Payments:
186         - #932: Adds the date of linked event in payments admin listing    -Car
187
188     * Profile:
189         - New contact/networking fields                                 -GUI/JM
190         - #16, #528, #917: Changes job interface, updates business sectors -JAC
191         - #188: Adds informations about the Corps d'État                   -JAC
192         - #209: Thoroughly changes education's implementation              -JAC
193         - #373: User now chooses the name we use to talk to him/her        -JAC
194         - #386: Adds the possibility to fill in multiple nationalities     -JAC
195         - #443: Adds concept of ordinary firstname                         -JAC
196         - #450: Adds marital name, thus ordinary name can be any name      -JAC
197         - #670: Adds Outlook CSV format for birthdays and contacts         -Car
198         - #891: Improves education display                                 -JAC
199
200     * Search:
201         - #870: Fixes region selection when choosing country from list     -Car
202
203     * Survey:
204         - #993: Enables survey for oranges                                 -Car
205         - #1002: Lets the user set promo interval in both ways             -Car
206         - #967: Lets admin see surveys even when not in targeted promos    -Car
207         - #1119: Removes useless links on post-edit admin page             -Car
208
209     * XnetGrp:
210         - #1086: Fixes view members of group even if not in group          -Car
211
212     * XnetEvents:
213         - #737: Admin can cancel subscription to an event                  -Car
214
215     * XnetLists:
216         - #1010: Prevent empty list creation                               -Car
217
218 ================================================================================
219 VERSION 0.10.2                                                        13 11 2009
220
221 New:
222
223     * Admin:
224         - Now processes broken addresses through the web site.             -JAC
225
226     * Core:
227         - Prunes old sessions/events logs after 12 months                  -VZA
228         - Adds proper content caching for static and semi-static content   -VZA
229
230 Bug/Wish:
231
232     * AXLetter:
233         - #980: Adds option to invert a subset definition                  -XEL
234
235     * Carnet:
236         - #975: Cleans up watch_nonins when someone dies                   -JAC
237         - #1000: Notifies her contacts when a user has no redirection left -JAC
238
239     * Core:
240         - #984: Properly upper/lowercases accented letters when necessary  -JAC
241
242     * Lists:
243         - #978: An email address has to be valid to be added to a ML       -JAC
244
245     * Mail:
246         - #988: Gets rid of <h1> tags in the mails we send                 -JAC
247
248     * Marketing:
249         - #946: Displays marketing email and allows the sender to edit it  -JAC
250
251     * Newsletter:
252         - #986: Improves the nl edition page                               -JAC
253         - #991: Adds the text of the article in the mail when refused      -JAC
254         - #992: Simplifies blacklist verification                          -JAC
255
256     * Profile:
257         - #983: Fixes issue with the professional email publicity          -JAC
258
259     * XnetEvents:
260         - #919: Allows negative amounts in the column "Autre"              -JAC
261         - #979: Fixes javascript for people who paid but did not book      -JAC
262         - #985: Adds payment related email lists for events                -JAC
263
264 From 0.10.1 branch:
265
266     * Core:
267         - Fixes the use of Smarty's "default" modifier                     -VZA
268
269     * Profile:
270         - #977: Professional addresses can now be deleted                  -JAC
271         - Removes stats about profiles view: it was far too costly         -JAC
272
273 ================================================================================
274 VERSION 0.10.1                                                        30 07 2009
275
276 New:
277
278     * Events:
279         - Reminders                                                    -JAC/VZA
280
281 Bug/Wish:
282
283     * Admin:
284         - #965: Prevents password hashes from being broadcasted by email   -VZA
285
286     * AXLetter:
287         - Enables axletter mailings to a subset of subscribers             -XEL
288
289     * Core:
290         - #680: Retrieve dead redirections thanks to inactive redirections -JAC
291         - #862: Remodels the registration process                          -VZA
292
293     * Mail:
294         - Notifies the sender when a moderated message to a ML is accepted -JAC
295         - #963: Fixes notification email on removal of "nom d'usage"       -VZA
296         - #972: Adds a legend on the email redirection page                -JAC
297
298     * Payment:
299         - #669: Sends comments with the payment notifications              -JAC
300
301     * Profile:
302         - #951: The address of a dead person is her last address           -JAC
303         - #958: Fix the address in the professionnal vcard                 -JAC
304         - #970: Shows a confirmation message when the profile is modified  -JAC
305
306     * Marketing:
307         - #671: Displays more statistics about marketings                  -JAC
308
309     * Survey:
310         - #794: Adds wiki syntax to surveys                                -PIK
311
312     * XnetGrp:
313         - #973: Only site administrators can allow AX aggregation          -JAC
314
315 From 0.10.0 branch:
316
317     * Auth:
318         - Fix use of deprecated PlLogger in password recovery              -JAC
319
320     * Lists:
321         - #942: Fix missing MLs in ML listing                              -FRU
322         - #943: Fix adding member to a list                                -FRU
323
324     * Profile:
325         - Fix malformed query leading to error when adding an address      -FRU
326
327     * XnetGrp:
328         - #861: Fix adding non-registered X with compound name to a group  -JAC
329
330 ================================================================================
331 VERSION 0.10.0                                                        11 12 2008
332
333 New:
334
335     * Core:
336         - Move plat/al engine in a separated library                       -FRU
337         - Introduction of 'hruid' as a replacement for 'forlife'           -VZA
338
339     * Mail:
340         - Validation of the rewrites                                       -FRU
341
342     * Newsletter:
343         - Tool to process bounces                                          -mYk
344
345     * OpenId:
346         - OpenId provider                                                  -mYk
347
348 Bug/Wish:
349
350     * Admin:
351         - #912: Fix error when validating an 'alread-validated' request    -FRU
352
353     * Core:
354         - #918: Use POST for wiki preview                                  -FRU
355
356     * Search:
357         - #691: Adds search on postcode and thus on "arrondissements"      -JAC
358         - #791: Adds the possibility to do an exact search                 -JAC
359         - #822: Adds the possibility to search on diplomas                 -JAC
360
361     * Lists:
362         - #927: Can export the list of members as a CSV file               -FRU
363
364     * XnetEvents:
365         - #751: Fix calculation of the number of pages                     -FRU
366
367     * XnetList:
368         - #914: Adds a toggle button in the ML/directory sync. page        -JAC
369
370 ================================================================================
371 VERSION 0.9.17                                                        19 07 2008
372
373 New:
374
375     * Core:
376         - Password strength checker                                        -FRU
377         - Show user picture on the mini-profile                            -FRU
378         - Add an anti-XSRF framework, and add protection to most pages     -VZA
379         - Add a 'disallow all' robots.txt in development working copies.   -VZA
380
381     * Forums:
382         - Can choose the color of the branches                             -FRU
383
384 Bug/Wish:
385
386     * Admin:
387         - #770: Keeps hidden validation preferences in the database        -JAC
388         - #811: Improve interface to add medal ranks and avoid losing data -ALK
389         - #830: Adds admnistration pages for sub-sectors and functions     -JAC
390
391     * Carnet:
392         - #831: Don't be notified of birthdays of the previous day         -FRU
393
394     * Core:
395         - Fix email sending, correcting bugs introduced in r1897           -VZA
396         - #832: Always include the url in bug reports                      -ALK
397         - #841: Improves contrast of links in legends in skin 'Espace'     -FRU
398         - #844: Uses INT in MySQL to store user ids                        -VZA
399         - #851: Adds a direct link to GApps for gapps-active users         -VZA
400
401     * Lists:
402         - #756: Can build the list of members from a file                  -FRU
403         - #761: Fix user comment in moderation mail sent by mailman        -FRU
404         - #810: Fix encoding of admin pages                                -FRU
405         - #813: Fix display of the sample mail refusal message             -JAC
406         - #817: Automation of the management of associations' ML           -JAC
407         - #839: Fix warning when adding an external address                -FRU
408         - #849: Don't list registrated user in unregistrated list          -FRU
409         - Larger click target to toggle emails in the validation interface -ALK
410
411     * Profile:
412         - #805: Improves mentoring edition page                            -JAC
413         - #836: Autocomplete enterprise name in profile edition page       -FRU
414         - #840: Remove mentor entry when "expertise" is empty              -FRU
415
416     * Search:
417         - Fix display of autocompletion menu (use plugin's latest version) -ALK
418         - Clicking on the "..." entry no longer replaces search with "..." -ALK
419         - #850: Fix autocompletion bug when changing an advanced search    -ALK
420         - #854: Indicates the bounds of the page's display if possible     -JAC
421
422     * Xnet:
423         - #821: Fix infinite loop when user can't be authenticated         -FRU
424
425     * XnetGrp:
426         - #806: Unsubscribe from MLs when leaving the group                -FRU
427         - #807: Notify groupes managers of unsubscriptions                 -FRU
428         - #814: Group managers can change the visibility of the group      -FRU
429         - #823: Store the subscription requests                            -FRU
430         - #824: Fix redirection when changing status of the user           -FRU
431         - #846: Don't export users without a forlife in the vcard          -FRU
432         - #847: Can export the directory as .csv file                      -FRU
433         - #848: Add a free text field in user profile                      -FRU
434
435     * XnetEvents:
436         - #825: Show the number of comers when the events contains 1 part  -FRU
437
438 From 0.9.16 branch:
439
440     * Admin:
441         - #745: Fix invalid warnings when editing user profile             -VZA
442
443     * Core:
444         - Fix authentication level required by 403/404 error pages         -FRU
445         - Fix default password on subscription                             -VZA
446
447     * GoogleApps:
448         - Enable service                                                   -VZA
449
450 ================================================================================
451 VERSION 0.9.16                                                        31 03 2008
452
453 New:
454
455     * Carnet:
456         - List updated fields in notifications                             -FRU
457
458     * Core:
459         - New PlProfiler tool                                              -FRU
460         - Integration of goodies/external tools with local rss/iCal        -VZA
461         - iGoogle gadgets for latest events and directory search           -VZA
462         - Integration of Google Apps accounts                              -VZA
463
464     * Emails:
465         - Imap mail storage can be activated/deactivated from interface    -VZA
466         - Mail storage backends are now integrated with redirections       -VZA
467
468     * Lists:
469         - Unsure mails are moderated                                       -FRU
470
471     * Forums:
472         - Ban system                                                       -THD
473
474 Bug/Wish:
475
476     * Carnet:
477         - #734: Fix notification emails and carnet for female users        -VZA
478
479     * Emails:
480         - #726: Don't send the email if an attachment can't be downloaded  -FRU
481         - #750: Fix email list in test email                               -FRU
482         - #802: Fix upload content type checking on some buggy PHP         -FRU
483         - #803: Prevents UI from allowing 'last active alias deletion'     -Car
484
485     * Lists:
486         - #793: Show broken members on ML                                  -FRU
487
488     * Profile:
489         - #729: Fix positioning of addresses on public profile             -FRU
490         - #742: Sub domain was hidden when editing profile                 -FRU
491         - #752: Don't show vcard link on profile when the person is dead   -FRU
492         - #764: Fix mentoring edition page                                 -FRU
493         - #790: Ensure we always have a current address                    -FRU
494
495     * Search:
496         - #741: Mentor search in advanced search                           -FRU
497
498     * XnetEvent:
499         - #728: Update CSV                                                 -FRU
500         - #743: Don't show a warning when subscriber has no forlife        -FRU
501         - #730: XnetEvents are not synchronized with aliases               -VZA
502         - #772: Indicate there are members-only events for non-members     -JAC
503
504     * XnetGrp:
505         - #732: Adapt subscription text to sex                             -FRU
506         - #735: Encoding of list description in member edition form        -FRU
507         - #740: Can add a picture in the announces                         -FRU
508         - #799: Improve asked inscription interface                        -JAC
509
510 From 0.9.15 branch:
511
512     * XnetEvents:
513         - #738: Duplicated payments in certain conditions                  -FRU
514
515 ================================================================================
516 VERSION 0.9.15                                                        08 10 2007
517
518 New:
519
520     * Banana:
521         - Show poster photo                                                -FRU
522
523     * Core:
524         - Auto-redirect HTML pages to HTTPS                                -FRU
525
526     * Emails:
527         - #722: Can send a test email to check mail routing                -FRU
528
529     * Lists:
530         - Asynchronous mail moderation (should avoid server overload)      -FRU
531
532     * Platal:
533         - New default page with a flexible multi-topic presentation        -FRU
534
535     * Profile:
536         - #28: Use group/subscription list from Xnet                       -FRU
537
538     * Search:
539         - Shortcuts to open profiles or search in documentation            -FRU
540
541     * XnetEvents:
542         - #702: Be notified of the availability of the payment             -FRU
543
544 Bug/Wish:
545
546     * Auth:
547         - #714: Fix groupex authentication logging                         -FRU
548
549     * Carnet:
550         - #682: Can quick search in contact list                           -FRU
551
552     * Core:
553         - #665: Fix text alignment                                         -FRU
554         - #674: MiniWiki xhtml validation                                  -FRU
555         - #678: PlUpload filename detection                                -FRU
556         - #690: Improves SMTP pass privacy policy                          -FRU
557         - #713: Can run the site in a degraded mode                        -FRU
558         - #717: Allow TLD with length up to 6 characters in emails         -FRU
559
560     * Emails:
561         - #687: Don't lose authentication when editing a long mail         -FRU
562         - #688: From name in the sending form                              -FRU
563         - #703: Fix management of mail adresses containing '+'             -ALK
564         - #720: Save not sent mail                                         -FRU
565
566     * Lists:
567         - #700: Fix several encoding issues                                -FRU
568
569     * Profile:
570         - Fix GoogleMaps links                                             -FRU
571         - #663: Link to Xnet's map from the "My groups" page               -FRU
572         - #689: Edit my profile from Xnet                                  -FRU
573         - #692: Layout of the profile                                      -FRU
574         - #693: Fix empty description for generic education                -FRU
575         - #708: Fix title (fix by Laurent Penou from Gadz.org)             -FRU
576         - #710: Adding grade do not degrade the database                   -FRU
577
578     * Search:
579         - #711: Fix search when autocompletion is not explicitly validated -FRU
580
581     * Xnet:
582         - #694: Color of 'Promotion' groups                                -ALK
583
584     * XnetGrp:
585         - #481: Can list user of a city or a map from the geoloc           -FRU
586         - #658: Admins can convert 'non-X' into X                          -FRU
587         - #696: Don't forget non-X when counting members                   -FRU
588         - #698: Fix the unregister user lister when adding a new member    -FRU
589
590     * XnetEvents:
591         - #695: More details about payments                                -FRU
592         - #719: More consistent subscription count                         -FRU
593
594 From 0.9.14 branch:
595
596     * Payment:
597         - #662: Fix the attribution of the payments                        -BOB
598
599     * Search:
600         - Fix DOS on too large quick searches                              -FRU
601
602     * XnetEvents:
603         - #684: Fix the list of coming members                             -FRU
604
605 ================================================================================
606 VERSION 0.9.14                                                        27 04 2007
607
608 New:
609
610     * Admin:
611         - Fold/unfold wiki folders                                         -Car
612         - View all installed icons                                         -Car
613
614     * Banana:
615         - Fold/unfold threads                                              -Car
616
617     * Core:
618         - UTF-8                                                            -FRU
619         - New Backtrace tool                                               -FRU
620         - New Upload manager                                               -FRU
621         - #641: Miniwiki syntax                                         -Car/FRU
622         - New PlSet: Model/View tool for displaying a set of user          -FRU
623
624     * Events:
625         - #642: Can add an image                                           -FRU
626         - #643: Sort menu                                                  -FRU
627         - Can set events as important                                      -FRU
628         - Hide events on main page without reloading                       -Car
629
630     * Search:
631         - Search Engine IE7 compatible                                     -FRU
632         - Add soundex search for quick search                              -FRU
633         - Add autocompletion for advanced search                           -Car
634
635     * Survey:
636         - New module                                                       -PIK
637
638     * Xnetgrp:
639         - Direct access to the group forum (if exists)                     -FRU
640
641 Bug/Wish:
642
643     * Banana:
644         - #407: RSS feed                                                   -FRU
645
646     * Carnet:
647         - #448: Geoloc for contacts                                        -FRU
648         - #510: Use RSS hash to get iCal                                   -FRU
649
650     * Core:
651         - #640: Always switch to the good secure server                    -FRU
652
653     * Emails:
654         - #595: Update antispam description                                -FRU
655
656     * Events:
657         - #651: Less confusing "next tip" link                             -FRU
658
659     * Newsletter:
660         - #648: Add navigation link in preview page                        -FRU
661         - #649: Fix layout of preview page                                 -FRU
662
663     * Profile:
664         - Better checks on image type for photos                           -FRU
665         - #646: Don't send a mail to an invalid address                    -FRU
666         - #656: Fix multipage mentor search                                -FRU
667
668     * Lists:
669         - #407: RSS feed                                                   -FRU
670         - #515: Specify allowed characters in the name of the list         -FRU
671         - #602: Identify the moderator who accepted/refused a subscription -FRU
672         - #636: Remove non-X from trombi                                   -FRU
673         - #638: Sort trombi by promo then name                             -FRU
674
675     * Register:
676         - #428: Can propose subscription to lists                          -FRU
677
678     * Search:
679         - #132: Better french soundex                                      -FRU
680         - #173: Show only countries where there is a user                  -FRU
681         - #627: Link to promotion trombi                                   -FRU
682
683     * Xnet:
684         - #639: Fix the number of pages                                    -FRU
685
686     * XnetEvents:
687         - #637: Check payment before submission                            -FRU
688         - #652: Show people who don't come separately                      -FRU
689
690     * XnetGrp:
691         - #543: Adapt marketing                                            -FRU
692
693 ================================================================================
694 VERSION 0.9.13                                                        30 01 2007
695
696 New:
697
698     * Admin:
699         - Show last contact date on marketing validation                -Fal/FRU
700         - New page to add users in the database                            -FRU
701         - New IP based security tool                                       -FRU
702
703     * AXLetter:
704         - New module AXLetter (legal mailer for AX)                        -FRU
705
706     * Core:
707         - New mailer                                                       -FRU
708         - Signal bug send to OTRS and not trackers.                        -Car
709         - New CSV-Importer                                                 -FRU
710
711     * Emails:
712         - New spam submission form                                         -FRU
713
714     * Events:
715         - Tips.                                                         -FRU/Car
716         - Split Events in 2 modules: events and newsletter                 -FRU
717
718     * Lists:
719         - Use Banana to power mail moderation                              -FRU
720         - Use Banana to browse mail archives                               -FRU
721
722     * Marketing:
723         - Marketing on broken redirections becomes a validation            -FRU
724
725     * Newsletter:
726         - New skin                                                         -mYk
727
728     * Payment:
729         - Directly integrated into Xnet.                                   -FRU
730
731     * Profile:
732         - Public fiche link to private fiche.                              -Car
733
734     * Xnet:
735         - New member class for immaterial entities                         -FRU
736
737 Bug/Wish:
738
739     * Auth:
740         - #20: Show who need auth                                          -FRU
741
742     * Admin:
743         - #593: Admins can take temporarily user rights                    -FRU
744
745     * Core:
746         - #558: Propose a valid URL when getting a 404 error               -FRU
747
748     * Emails:
749         - #512: Can attach a file                                          -FRU
750
751     * Geoloc:
752         - #493: Fix "List map search" button.                              -Car
753
754     * Lists:
755         - #588: Auto-select mail to moderate                               -FRU
756         - #598: Ask for confirmation                                       -FRU
757         - #616: Fix encoding issues with mail to moderate                  -FRU
758
759     * Profile:
760         - #535: Tel can use / to specify extension.                        -Car
761         - #628: Fix edition link from user's own profile                   -FRU
762
763     * Register:
764         - #277: Improve ergonomy.                                          -FRU
765
766     * Stats:
767         - #603: Add informations on mail delivery                          -FRU
768
769     * Xnet:
770         - #570: Fix geoloc skin.                                           -FRU
771         - #589: Can attach a file when sending an email                    -FRU
772         - #592: Can unsubscribe                                            -FRU
773         - #594: Group admins can view the site without privileges          -FRU
774
775 From 0.9.12 branch:
776
777     * Search:
778         - #566: Fix accent detection.                                      -FRU
779
780     * Xnet:
781         - #574: Fix subscription link customization.                       -FRU
782
783 ================================================================================
784 VERSION 0.9.12                                                        25 11 2006
785
786 New:
787
788     * Admin:
789         - Can add sorting key in Table Editor.                             -FRU
790         - Can manage not registered users.                                 -FRU
791
792     * Carnet:
793         - Add a vcard of all the contacts.                                 -FRU
794         - Fix timestamp in RSS feed.                                       -FRU
795
796     * Lists:
797         - Add the fourth antispam level (moderate and drop).               -FRU
798
799     * Events:
800         - Add author and event id in RSS feed.                             -FRU
801
802     * Profile:
803         - Add "My groups" page with direct links to Xnet.                  -Car
804
805     * Xnet:
806         - Add a vcard of all the members of a group.                       -FRU
807         - Add a full announce system.                                      -FRU
808         - Add a list of the administrators of the group.                   -FRU
809         - Url to force login on any page.                                  -Car
810
811     * Xnet/Events:
812         - Events can be archived.                                          -FRU
813         - Can get iCal version of the events.                              -FRU
814         - Can use short name as an event identifier in the URL.            -FRU
815
816 Bug/Wish:
817
818     * Admin:
819         - #468: Can edit requests before validation.                       -FRU
820         - #478: Sort payments by flag.                                     -FRU
821         - #484: Sort Table Editor by clicking on column title.             -Car
822
823     * Core:
824         - #473: Use 'événement' instead of 'évènement'.                    -FRU
825         - #475: More understandable bug report form.                       -FRU
826         - #545: Fix encoding issues with some Windows special chars        -FRU
827         - #548: More informations for recovery for homonyms.               -FRU
828         - #553: Fix right click on send bug link.                          -Car
829         - #562: Cipher all email adresses                                  -FRU
830
831     * Events:
832         - #517: URL catcher update (www).                                  -Car
833         - #525: Add a user-friendly id for newsletters.                    -FRU
834         - #530: Members can be identified as a unregistered user.          -FRU
835
836     * Lists:
837         - #485: Can moderate pure-HTML mails.                              -FRU
838         - #520: Can moderate several mails at once                         -FRU
839         - #532: Fix case sensitivity issues in emails processing.          -FRU
840
841     * Payment:
842         - #155: Add a free comment for payments.                           -Car
843
844     * Profile:
845         - #385: Add section, binets and groupes-X in vCard.                -FRU
846         - #451: vCard are RFC compliant.                                   -FRU
847         - #466: Fix delete phone number.                                   -Car
848         - #502: Use 'alias' instead of 'aka' to specify the nickname.      -FRU
849         - #536: Can use login.promo as a valid user identifier.            -FRU
850         - #539: Medals and deco need validation from admin.                -Car
851         - #540: Profile of unregistered user redirects to marketing.       -FRU
852
853     * Xnet:
854         - #511: Migrate ML subscription when changing email of a non-X.    -FRU
855         - #516: Trombino for groups.                                       -Car
856         - #554: Move exit link beside "my group" list                      -FRU
857
858     * Xnet/Events:
859         - #374: Modify ergonomy of inscription to events (again).          -Car
860         - #490: Events can be opened to non-members.                       -FRU
861         - #514: Improve visibility of open events.                         -FRU
862         - #523: Organizer does not change when editing an event.           -FRU
863         - #546: More understandable new payment form.                      -FRU
864
865 From 0.9.11 branch:
866
867     * Core:
868         - #472: Fix problem with auth when using the cookie.                -MC
869
870     * Emails:
871         - #496: Fix link to warn user who has a broken email.              -FRU
872
873     * Geoloc:
874         - #469: Google Maps link works for the USA.                        -FRU
875
876     * Newsletter:
877         - Mail can have different title not to repeat the month or sender. -Car
878
879     * Payment:
880         - #482: Fix action in the form.                                     -MC
881
882     * Profile:
883         - #486: Fix force login to see private fiche.                      -Car
884         - #509: Can access trombi of the current year promotion.           -FRU
885         - #529: Disabled state is private.                                 -FRU
886
887 ================================================================================
888 VERSION 0.9.11                                                 18 Septembre 2006
889
890
891 New:
892
893     * Admin:
894         - New table editor.                                                -Car
895         - Switch to the new URI scheme.                                    -Car
896
897     * Auth:
898         - Switch to the new URI scheme.                                     -MC
899
900     * Banana:
901         - Switch to the new URI scheme.                                 -MC/FRU
902
903     * Carnet:
904         - Switch to the new URI scheme.                                     -MC
905
906     * Core:
907         - Work hard to add nice URI's into Platal.                          -MC
908         - Use fancy icons from http://www.famfamfam.com/ for flags.         -MC
909         - Merge htdocs/htdocs.net using apache tricks, share more code.     -MC
910         - Remove seldome used files in plugins/ and do explicit registers.  -MC
911
912     * Emails:
913         - Switch to the new URI scheme.                                     -MC
914         - Work around broken emails (detection, marketing...)              -FRU
915
916     * Events:
917         - Switch to the new URI scheme.                                 -MC/FRU
918         - Rework Events administration interface.                          -FRU
919         - Create a new Newsletter if needed                                -FRU
920
921     * Geoloc:
922         - Switch to the new URI scheme.                                 -MC/Car
923
924     * Lists:
925         - Switch to the new URI scheme.                                     -MC
926         - Do not remove line breaks in message moderation preview          -FRU
927
928     * Marketing:
929         - Switch to the new URI scheme.                                     -MC
930
931     * Payment:
932         - Switch to the new URI scheme.                                     -MC
933
934     * Platal:
935         - Create module.                                                    -MC
936
937     * Profile:
938         - Switch to the new URI scheme.                                     -MC
939         - Add photo and nickname in vcard                                  -FRU
940
941     * Register:
942         - Switch to the new URI scheme.                                     -MC
943         - Check birth date coherence with promotion                        -FRU
944
945     * Search:
946         - Switch to the new URI scheme.                                     -MC
947
948     * Skins:
949         - New skin: keynote                                                -FRU
950
951     * Stats:
952         - Switch to the new URI scheme.                                     -MC
953
954     * Trezo:
955         - Migrate to new URI scheme.                                        -MC
956
957     * Xnet:
958         - Migrate to the new URI scheme.                                    -MC
959         - Split Xnet in 4 modules: xnet, lists, events, group.              -MC
960         - More coherent look                                               -FRU
961         - Be logged when you go to X.net from plat/al.                      -MC
962
963     * Xnet/Events:
964         - Split event list and subscription again.                          -MC
965         - Extensively debug events module.                                  -MC
966
967     * Wiki:
968         - Rework pmwiki integration, make it way more simple.               -MC
969         - Rework authentication, don't let pmwiki deal with it.             -MC
970         - Admin page.                                                      -Car
971
972 Bug/Wish:
973
974     * Admin:
975         - #390: Add date of request in validation form.                    -FRU
976         - #397: Can edit death date in user admin page.                    -FRU
977         - #427: Automatic answers for validation.                          -Car
978         - #429: Tools to administrate duplicated adresses.                 -FRU
979         - #430: Specify date format on downtime admin page.                -Car
980         - #440: Rewrite events admin page.                                 -FRU
981
982     * Banana:
983         - #463: Messages marked as read don't switch back to unread        -FRU
984
985     * Carnet:
986         - #435: Calendar contains yearly events for all the contacts.      -FRU
987
988     * Core:
989         - #371: Users can send bugs directly to plat/al tracker.           -Car
990
991     * Emails:
992         - #426: Add an identification header in mails.                     -FRU
993
994     * Lists:
995         - #127: Add promo in member list when sorted by name.              -FRU
996         - #423: Allow line breaks in mailing list descriptions.            -FRU
997
998     * Profile:
999         - #344: Tels can be bigger (up to 30 chars).                       -Car
1000         - #422: Parasitic strings in vcard.                                -FRU
1001
1002     * Register:
1003         - #459: Opt-in for newsletter and promo mailing list on register.  -Car
1004
1005     * Skins:
1006         - #454: Layout of addresses                                        -FRU
1007
1008     * Xnet:
1009         - #380: Add sex for non-X.                                         -FRU
1010         - #384: Substitution of non-X's names in mail from web interface.  -FRU
1011         - #426: Add an identification header in mails.                     -FRU
1012         - #439: Move doc to the wiki                                   -Car/FRU
1013         - #453: Add members in promotion groups                            -FRU
1014
1015 From 0.9.10 Branch:
1016
1017     * Profile:
1018         - #421: Delete tel.                                                -Car
1019
1020 ================================================================================
1021 VERSION 0.9.10                                                      29 Juin 2006
1022
1023 New:
1024
1025     * Core:
1026         - Tighten security when changing password.                          -Car
1027
1028     * Documentation:
1029         - Display ChangeLog in site.                                        -Car
1030         - Bounty: link bug reports from Changelog.                          -MC
1031
1032     * Geoloc:
1033         - Dynamic maps using geodesix plugin.                               -Car
1034         - Link to local maps for all addresses.                             -Car
1035
1036     * Lists:
1037         - Remove ugly hack for admin lists (staff left to a X.net group)    -MC
1038
1039     * Notifications:
1040         - iCal calendar for birthdays.                                      -Car
1041
1042     * Profile:
1043         - See fiche sent to AX.                                             -Car
1044         - Synchronize fiche from AX fiche.                                  -Car
1045
1046     * Skin:
1047         - Common file for header above title.                               -Car
1048         - Add a quick search form in this common header.                    -Car
1049
1050     * Xnet:
1051         - Use wiki from Xorg.                                               -Car
1052         - Use wiki for group pages.                                         -Car
1053         - Dynamic maps using geodesix plugin.                               -Car
1054
1055 Bug/Wish:
1056
1057     * Admin:
1058         - #408: Admin can change sex of users without root intervention.    -Car
1059         - #417: Activate or unactivate emails directly from admin page.     -Car
1060
1061     * Carnet:
1062         - #414: Link to users' fiche go to private fiche and not public.    -Car
1063
1064     * Core:
1065         - #375: Use SHA1 instead of MD5 for password encryption.            -Car
1066
1067     * Events:
1068         - #268: Hide read events.                                           -Car
1069         - #391: Go back to top link at end of each event.                   -Car
1070         - #411: Count chars in events proposals to make them smaller.       -Car
1071
1072     * Lists:
1073         - #396, #416: Making moderating ML messages easier.                 -Car
1074
1075     * Newsletter:
1076         - #410: In Html newsletter add a link to go back to summary.        -Car
1077
1078     * Profile:
1079         - #400: Several phones for each address.                            -Car
1080         - #406: Direct link in owner's fiche to edit it.                    -Car
1081
1082     * RSS:
1083         - #398: "Add to contact" doesn't appear for deaths.                 -Car
1084
1085     * Register:
1086         - #401: Email for confirmation of inscription for men/women.        -Car
1087
1088     * Search:
1089         - #412: Error SQL in big referent searches.                         -Car
1090
1091     * Trombi:
1092         - #420: Promo trombi shows usage name.                              -Car
1093
1094     * Wiki:
1095         - #403: Cache is cleared when editing a page.                       -Car
1096
1097     * Xnet:
1098         - #377: Possibility to edit or del an ext user if email used twice. -Car
1099         - #378: Display group directory order by promo.                     -Car
1100         - #379, #383: Paiements table relook.                               -Car
1101         - #399: Event can accept guests or not.                             -Car
1102         - #413: When creating a new event, datas don't disappear anymore.   -Car
1103
1104 From 0.9.9 Branch:
1105
1106     * Xnet:
1107         - #393: Ask for confirmation to remove an event.                    -Car
1108
1109 ================================================================================
1110 VERSION 0.9.9                                                    08 Janvier 2006
1111
1112 New:
1113
1114     * Core:
1115         - HTTP redirection safe wrt Session (should solve login problems).  -MC
1116         - Free $_SESSION before the page rendering, to release locks.       -MC
1117
1118     * Documentation:
1119         - Documentation now use Wiki                                        -Car
1120
1121     * Paiement:
1122         - Fixed little text mistake in Payments menu.                       -CAT
1123         - Direct link from and to events.                                   -Car
1124
1125     * Profile:
1126         - User can now accept synchronisation from AX by admin.             -Car
1127         - Address will try to display as the country standard.              -Car
1128         - Warning for common name (no Nickname allowed).                    -MC
1129
1130     * Xnet:
1131         - Groups can be non subscribable.                                   -Car
1132         - Most Wanted Feature: directories synchronization with lists.      -MC
1133         - Various bug fixes in events management.                           -Car
1134         - Groups can now synchronize MLs and the directory.                 -MC
1135
1136 Bug/Wish:
1137
1138     * Admin:
1139         - #337: Add link to trackers and support websites for admins.       -CAT
1140
1141     * Contacts:
1142         - #352: Enhance PDFs: add the generation date.                      -MC
1143
1144     * Core:
1145         - #310: Display the max number of photo in trombipromo.             -Car
1146
1147     * Mails:
1148         - #327: broken mail test is more explicit for unaware users.        -MC
1149
1150     * Paiments:
1151         - #336: Micro -> Tele(payments).                                    -MC
1152         - #356: Payments use usage name instead of last name.               -Car
1153
1154     * Profile:
1155         - #330,333: Interface improvements.                                 -Car
1156         - #332: User can precise why he asks for a usage name.              -Car
1157         - #335: Already assigned promotion don't generate a request.        -CAT
1158         - #346: Professional profile code desynch. fixed.                   -MC
1159         - #357: Reindex user for fast search at subscribe time.             -MC
1160         - #358: Avoid duplicate email address when bestalias = 4life.       -MC
1161         - #363: Rework actions possible on the profile for deceased pple.   -MC
1162
1163     * Xnet:
1164         - #334: Interface improvements.                                     -Car
1165         - #341: Improve member deletion.                                    -MC
1166         - #374: Event interface.                                            -Car
1167         - #376: Reply-To on the mail form.                                  -MC
1168         - #388: Deadline for event inscriptions.                            -Car
1169
1170     * User Interface:
1171         - #338: Broken FSF link fixed on donation page.                     -CAT
1172         - #339: New RSS links that allow direct and easier RSS activation.  -CAT
1173         - #130: Each page now shows a different title.                      -CAT
1174
1175 From 0.9.8 Branch:
1176
1177     * Xnet:
1178         - #362: Fix a problem with evenements that only have 1 moment.      -MC
1179
1180 ================================================================================
1181 VERSION 0.9.8                                                        18 Jul 2005
1182
1183 New:
1184
1185     * Admin:
1186         - Synchronisations with geoloc.org.                                 -Car
1187
1188 Bug/Wish:
1189
1190     * Admin:
1191         - #323: admin link in fiche opens out of the popup.                 -Car
1192         - #324: admin can modify the usage name.                            -Car
1193
1194     * Profile:
1195         - User can delete his own melix.                                    -Car
1196         - #328,329: bug fixes and direct acess to public fiche.             -Car
1197         - #331: antispam option didn't work with Safari.                    -Car
1198
1199     * Lists:
1200         - #318: Deletion of email with + in aliases.                        -Car
1201
1202 ================================================================================
1203 VERSION 0.9.7                                                        21 Jun 2005
1204
1205 New:
1206
1207     * Profile:
1208         - Address parser.                                                   -Car
1209
1210     * Search:
1211         - Nickname are used in fast search.                                 -Car
1212         - Firefox searchplugin for quick search.                            -Car
1213
1214     * Xnet:
1215         - Events management.                                                -Car
1216         - Events using paiements.                                           -Car
1217         - Sending mail to all the participants/absents of an event.         -Car
1218
1219 Bug/Wish:
1220
1221     * Core:
1222         - #78,302: accept spaces in login.                                  -Car
1223
1224     * Fiche:
1225         - #308: organizing layout.                                          -Car
1226
1227     * Lists:
1228         - #23: multiple inscriptions.                                       -Car
1229
1230     * Xnet:
1231         - #311,312: private members list.                                   -Car
1232         - Inscription in a group with no admin.                             -Car
1233
1234 Fixes (from 0.9.6 branch):
1235
1236     * Core:
1237         - #316: locale was not set correctly.  dates are in french again.   -MC
1238
1239     * Search:
1240         - #307: fix bad escaping in advanced search.                        -MC
1241
1242     * Xnet:
1243         - Have a connection link even on index page.                        -MC
1244         - Deleting and securing deletion of empty aliases.                  -Car
1245         - #314: fix bad links to categories                                 -Car
1246
1247 ================================================================================
1248 VERSION 0.9.6                                                        07 May 2005
1249
1250 New:
1251
1252     * Profile:
1253         - Stayed down students (orange) management.                         -Car
1254
1255     * Search:
1256         - Last improvements (clean code for search now !).                  -MC
1257
1258     * Stats:
1259         - Drop mail stats pages (buggy and not accurate anymore).           -MC
1260
1261     * Polytechnique.net in now in plat/al !                                 -MC
1262
1263 Bug/Wish:
1264
1265     * Admin:
1266         - #298: On su exit, go back to SU page on the given account.        -MC
1267         - #300: Notify hotliners for validation comments.                   -Car
1268         - #301: Some design issues solved for validation.                   -MC
1269
1270     * Misc:
1271         - #290: Date display with no preceding 0.                           -Car
1272
1273     * Profile:
1274         - #299: Be more specific wrt given name for women.                  -MC
1275
1276 Fixes (from 0.9.5 branch):
1277
1278     * Search:
1279         - #304: Next/Prev links were missing if #pages was 2.               -MC
1280
1281 ================================================================================
1282 VERSION 0.9.5                                                        07 Apr 2005
1283
1284 New:
1285
1286     * Core:
1287         - Improve login/exit wrt cookie.                                    -MC
1288
1289     * Docs:
1290         - use of secure SMTP on a pocket PC.                                -Car
1291
1292     * Fiche:
1293         - A public fiche is now available for visitors.                     -Car
1294
1295     * Money:
1296         - lighter code and support for a PayPal account.                    -Car
1297
1298     * Profile:
1299         - One can choose precisely which fields appear on his public fiche. -Car
1300         - Accents and special chars in name and first name                  -Car
1301         - Spouse name extended to usage name.                               -Car
1302
1303     * Register:
1304         - Already subscribed members now have a warning.                    -MC
1305
1306     * Search:
1307         - Public searches display more information.                         -Car
1308
1309 Bug/Wish:
1310
1311     * Admin:
1312         - #291: change bestalias when alias disappear.                      -Car
1313
1314     * Core:
1315         - #279, #281: permanent connexion explanations.                  -MC/Car
1316
1317     * Fiche:
1318         - #289: hide empty photos in public fiche.                          -Car
1319
1320     * Misc:
1321         - #283,285,286,287: text modifications in docs and index page.      -Car
1322
1323     * Profile:
1324         - #278: professionnal email and web site.                           -Car
1325
1326     * Search:
1327         - #82: Search by fonction and post for jobs.                        -Car
1328         - #109, 288: Lots of sorting methods for search.                    -Car
1329         - #270: Private/public flags are now used for search.               -Car
1330
1331 Fixes (from 0.9.4 branch):
1332
1333     * Lists:
1334         - Owner can now delete their list.                                  -MC
1335
1336 ================================================================================
1337 VERSION 0.9.4                                                        24 Jan 2005
1338
1339 New:
1340
1341     * Banana:
1342         - Total rework, it's now a real library, exit from plat/al.         -MC
1343
1344     * Contacts:
1345         - Brand new PDF of the contact list (using FPDF).                   -MC
1346         - Even include Photos in the PDF (kludgy !).                        -MC
1347
1348     * Core:
1349         - New SQL access API: gain in security and code factorization.      -MC
1350         - Drop good old mysql_assign, iterators are nicer.                  -MC
1351         - Drop magic_quote_gpc (DB API takes care of it itself).            -MC
1352         - Drop cache algorithm (was complex for no gain).                   -MC
1353         - Enhancements wrt COOKIE.                                       -MC/Car
1354         - More homogenous date formating (use %x / %X everywhere).          -MC
1355         - No more .head.tpl. (thanks to JM for the tip).                    -MC
1356         - Strip unnecessary spaces from templates at compile time.          -MC
1357         - Allow users to choose email formats globally.                     -Car
1358         - Crons are now handled from plat/al with a global crontab file.    -MC
1359
1360     * Notifications:
1361         - Use Pascal's work to enable a simple, nicer html mail.            -MC
1362         - Use the new RSS engine to provide a feed of the panel.            -MC
1363
1364     * Photo Submission:
1365         - Rework of the form.                                               -MC
1366         - Photo is resized on the fly, instead of dropping too big images.  -MC
1367
1368     * Registration:
1369         - Brand new.                                                        -MC
1370
1371     * Skins:
1372         - Openweb: update.                                                  -MC
1373
1374     * Validation:
1375         - Quite a lot of rewrite, simplifications.                          -MC
1376
1377 Bug/Wish:
1378
1379     * Contacts:
1380         - #180: Change the list order using name, promo or last change date.-Car
1381
1382     * Core:
1383         - #153: rework the RSS engine.                                      -MC
1384         - #145: Use melix address to log in.                                -Car
1385         - #212: Various font-sizes fixed.                                   -Car
1386         - #245: Use PEAR::Date to avoid 1970-2038 php limitations.          -MC
1387         - #258: Netscape4 Warning.                                          -MC
1388
1389     * Emails:
1390         - #229: Possibility to show our melix address.                      -Car
1391
1392     * Events:
1393         - #238: Links and Mailto are now active.                            -Car
1394
1395     * Fiche:
1396         - #218: Quit fiche using Escape key.                                -Car
1397
1398     * Marketing:
1399         - #256, #255: Mail are now correctly sent.                       -MC/Car
1400
1401     * Misc:
1402         - #65: Broken links.                                                -MC
1403
1404     * Notifications:
1405         - #63: Birthdays are now in the notifications !                     -MC
1406         - #215: The notifications use singular or plural.                   -Car
1407         - #232: Add a link to the fiche.                                 -MC/Car
1408
1409     * Profile:
1410         - #65: Add professionnal cellphone.                                 -Car
1411         - #170: Remove region display for french departments.               -Car
1412         - #204: Add nicknames (searchable too).                             -MC
1413         - #210: Add medals and orders.                                      -MC
1414
1415     * Search:
1416         - #249, #251, #253: Some tweaks to be more accurate.                -MC
1417
1418     * Stats:
1419         - #261: Stats of registrations over the time.                       -Car
1420
1421     * Validations:
1422         - #137: Now possible to add comments without any action.            -MC
1423         - #191, #256: Marketing now uses the validation process.            -MC
1424         - #267: Newsletter uses the validation process too.                 -MC
1425
1426 ================================================================================
1427 VERSION 0.9.3                                                        27 Dec 2004
1428
1429 New:
1430
1431     * Core:
1432         - Members can be disabled. It deletes volatile datas.               -MC
1433         - Start the new work on modules (XOrgHook).                         -MC
1434         - XOrgMenu class to deal with Menu entries.                         -MC
1435         - Lots of includes renames, rewrites, beautifuling.                 -MC
1436         - Try to avoid the unreadable {"..."|url} modifier, use {rel}/.     -MC
1437         - Use a real .conf file, and no more .php's for configuration.      -MC
1438         - Make raw access to POST/GET/... disappear.                        -MC
1439
1440     * Distribution:
1441         - Do not modify PHP include path from auto.prepend.inc.php.         -SHK
1442         - Add install.d/apache.conf with a sample Apache config file.       -SHK
1443         - Add Makefile to generate distribution tarballs.                   -SHK
1444         - Generate xorg.config.inc.php using "make".                        -SHK
1445         - Add a basic README file.                                          -SHK
1446
1447     * Lists:
1448         - Moderators are now allowed to change the moderation level.        -MC
1449
1450     * Mails:
1451         - Use HermesMailer.                                                 -MC
1452         - Create a script to treats NL bounces.                             -MC
1453
1454     * Money: standalone module.                                             -MC
1455
1456     * Skins:
1457         - New skin: openweb.                                                -MC
1458         - No more annoying submit button, onclick is used to submit.        -MC
1459         - This is the first autonom module of the site !                    -MC
1460
1461     * Stats:
1462         - Better y-range for graphs.                                        -MC
1463
1464     * WebRedirect (was: Carva): now standalone.                             -MC
1465
1466 Bug/Wish:
1467
1468     * Admin:
1469         - #186: Users are reachable by melix, redirects, aliases...         -MC
1470
1471     * Bestalias:
1472         - #206: Use only the bestalias and the forlife in vcard and fiche.  -MC
1473         - #207: Enable for the user the choice of his prefered alias.       -MC
1474
1475     * Core:
1476         - #183,185: Implement perms levels: 'pending'+'disabled'.           -MC
1477         - #154: Birth fields are now of type DATE.                          -MC
1478
1479     * Fiche:
1480         - #83,208,222: New fiche.                                           -MC
1481
1482     * Lists:
1483         - #86: Yet another old old wish: lists archives are online !        -MC
1484         - #144: Users can subscribe from members/trombi page too.           -MC
1485         - #184: Owners can now delete their lists.                          -MC
1486         - #231: Add a link to the user's fiche on moderation page.          -MC
1487
1488     * Newsletter:
1489         - #242: Newsletter is standalone.                                   -MC
1490
1491     * Search:
1492         - #56: Search on referent.                                          -JS
1493         - #189: Selection of diplomas depends on schools.                   -JS
1494         - #195: Better heuristic for google like (thanks OG).               -MC
1495         - #203: New fields in search (alive, subscriber, free).             -JS
1496
1497     * User Interface:
1498         - #211: All imgs in the skins are links to login.php.               -MC
1499
1500
1501 Fixes (from 0.9.2 branch):
1502
1503     * Search:
1504         - enable mod_date_sort again.                                       -MC
1505
1506
1507 ================================================================================
1508 VERSION 0.9.2                                                        14 Nov 2004
1509
1510 New:
1511
1512     * Carnet: Brand new.                                                    -MC
1513
1514     * Core:
1515         - Creation of the Plugin class.                                     -MC
1516         - Now only use iso3166 countries, no more `nationalites`.           -MC
1517
1518     * Contacts:
1519         - Trombino of the contacts is available.                            -MC
1520
1521     * Search+Contacts:
1522         - Nicer icons.                                                      -MC
1523
1524     * Skins:
1525         - Various updates.                                                  -FRU
1526
1527 Bug/Wish:
1528
1529     * Docs:
1530         - #156: Exit Netscape4 (no more supported), Mozilla enters.         -MC
1531
1532     * Carnet:
1533         - #29,147: Possible to watch subscribings, deaths, `fiche` modifs.  -MC
1534
1535     * Core:
1536         - #135: First instance of the plugin class: class Trombi.           -MC
1537         - #158: A photo change updates last `fiche` edition stamp.          -MC
1538         - #100,199: Kludge to determine if a link is popup or not.          -MC
1539
1540     * Lists:
1541         - #138: Refusal message is shown on mail moderation page.           -MC
1542         - #161: Now supports non-X natively.                                -MC
1543
1544     * Search:
1545         - #112,113,126,133,167,171: google like search + some rewrite.      -MC
1546
1547     * Search+Contacts:
1548         - #122: Women now have a &bull; (no more dirty gender icons).       -MC
1549         - #124: Homeland is now a flag.                                     -MC
1550         - #164: Married women are now well sorted (by their spouse name).   -MC
1551
1552     * Stats:
1553         - #8,134: Return of the stats pages.                                -VP
1554
1555 Fixes (from 0.9.1 branch):
1556
1557     * Lists:
1558         - Better mails to -owners for reject/discard ops.                   -MC
1559         - Mailman is case sensitive, goto lowercase.                        -MC
1560
1561
1562 ================================================================================
1563 VERSION 0.9.1                                                        25 Oct 2004
1564
1565 New:
1566
1567     * Lists:
1568         - Auto-moderate/discard mails detected as SPAM by bogofilter.       -MC
1569         - Improve header/subject decoding.                                  -MC
1570         - Alpha-sort on listes/admin.php + msgs for each operations.        -MC
1571         - 1-click moderation for accept and reject cases.                   -MC
1572
1573     * Usability:
1574         - #99: All <a><img ... /></a> now have title.                       -MC
1575
1576     * NewsLetter:
1577         - Brand New NewsLetter module.                                      -MC
1578         - Convert old archive to new model.                                 -FAL
1579
1580     * Search+Contacts:
1581         - Added gender icons.                                               -MC
1582         - Better things done for married women.                             -MC
1583         - Deceased members and non-subscribers special treatments.          -MC
1584         - Mobile is now printed too.                                        -MC
1585         - People names are clickable.                                       -MC
1586         - Unified template.                                                 -JS
1587
1588     * Skins:
1589         - Liteskin.                                                         -XdX
1590
1591 Fixes (from 0.9.0 branch):
1592
1593     * Lists:
1594         - Corrects problem about mails that have non text/* parts.          -MC
1595         - Rpc daemon can live everywhere.                                   -MC
1596         - Moderation: refusing/rejecting a mail informs other moderators.   -MC
1597
1598     * Fiche + Search:
1599         - Corrects bad handling of firms.                                   -MC
1600         - We used the bad table to search functions names.                  -MC
1601
1602     * Skins:
1603         - Minor updates.                                                    -FRU
1604
1605 ================================================================================
1606 VERSION 0.9.0                                                         15 Oct 2004
1607
1608 New:
1609
1610     * First Public Release.                                                 -PoT
1611
1612 ================================================================================
1613 ACRONYMS:
1614
1615     * PoT: Polytechnique.org TEAM (see Authors).
1616
1617     * ALK: Olivier Le Floch     (Alakazam)  <olivier.le-floch@m4x.org>
1618     * BOB: Damien Bobillot      (Schmurtz)  <damien.bobillot@m4x.org>
1619     * Car: Pascal Corpet        (Caribou)   <pascal.corpet@m4x.org>
1620     * CAT: Florian El Ahdab     (LeChat)    <florian.el-ahdab@m4x.org>
1621     * FAL: Raphaël Marichez     (Falco)     <raphael.marichez@m4x.org>
1622     * FRU: Florent Bruneau      (Fruneau)   <florent.bruneau@m4x.org>
1623     * GUI: Guillaume Bandet     (GUI)       <guillaume.bandet@m4x.org>
1624     * JAC: Stéphane Jacob       (jacou)     <stephane.jacob@m4x.org>
1625     * JM : Jean-Marc Bécu                   <jean-marc.becu@m4x.org>
1626     * JS : Jean Sébastien Bedo              <jean-sebastien.bedo@m4x.org>
1627     * MC : Pierre Habouzit      (MadCoder)  <pierre.habouzit@m4x.org>
1628     * mYk: Aymeric Augustin     (mYk)       <aymeric.augustin@m4x.org>
1629     * OG : Olivier Guillaumin               <olivier.guillaumin@m4x.org>
1630     * PIK: Fabien Laborde       (pika)      <fabien.laborde@m4x.org>
1631     * SHK: Jeremy Lainé         (Sharky)    <jeremy.laine@m4x.org>
1632     * THD: Thomas Deniau        (Totom)     <thomas.deniau@m4x.org>
1633     * VP : Vincent Palatin                  <vincent.palatin@m4x.org>
1634     * XdX: Alexandre Hô         (XandreX)   <alexandre.ho@m4x.org>
1635     * XEL: Raphaël Barrois      (Xelnor)    <raphael.barrois@m4x.org>
1636     * VZA: Vincent Zanotti      (vinZ2)     <vincent.zanotti@m4x.org>
1637
1638 ================================================================================
1639 vim:et:ts=4:sw=4:tw=80:enc=utf-8: