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