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