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