Hide notices if the site is not in debug mode
[platal.git] / ChangeLog
1 ================================================================================
2 VERSION 0.9.12                                                        ?? ?? 2006
3
4 New:
5
6     * Admin:
7         - Can add sorting key in Table Editor.                             -FRU
8         - Can manage not registered users.                                 -FRU
9
10     * Carnet:
11         - Add a vcard of all the contacts.                                 -FRU
12         - Fix timestamp in RSS feed.                                       -FRU
13
14     * Lists:
15         - Add the fourth antispam level (moderate and drop).               -FRU
16
17     * Events:
18         - Add author and event id in RSS feed.                             -FRU
19
20     * Xnet:
21         - Add a vcard of all the members of a group.                       -FRU
22         - Add a full announce system.                                      -FRU
23         - Add a list of the administrators of the group.                   -FRU
24
25     * Xnet/Events:
26         - Events can be archived.                                          -FRU
27         - Can get iCal version of the events.                              -FRU
28         - Can use short name as an event identifier in the URL.            -FRU
29
30 Bug/Wish:
31
32     * Admin:
33         - #468: Can edit requests before validation.                       -FRU
34         - #478: Sort payments by flag.                                     -FRU
35         - #484: Sort Table Editor by clicking on column title.             -Car
36
37     * Core:
38         - #473: Use 'événement' instead of 'évènement'.                    -FRU
39         - #475: More understandable bug report form.                       -FRU
40         - #548: More informations for recovery for homonyms.               -FRU
41
42     * Events:
43         - #517: URL catcher update (www).                                  -Car
44         - #525: Add a user-friendly id for newsletters.                    -FRU
45         - #530: Members can be identified as a unregistered user.          -FRU
46
47     * Lists:
48         - #485: Can moderate pure-HTML mails.                              -FRU
49         - #520: Can moderate several mails at once                         -FRU
50         - #532: Fix case sensitivity issues in emails processing.          -FRU
51
52     * Profile:
53         - #385: Add section, binets and groupes-X in vCard.                -FRU
54         - #451: vCard are RFC compliant.                                   -FRU
55         - #466: Fix delete phone number.                                   -Car
56         - #502: Use 'alias' instead of 'aka' to specify the nickname.      -FRU
57         - #536: Can use login.promo as a valid user identifier.            -FRU
58         - #539: Medals and deco need validation from admin.                -Car
59         - #540: Profile of unregistered user redirects to marketing.       -FRU
60
61     * Xnet:
62         - #511: Migrate ML subscription when changing email of a non-X.    -FRU
63
64     * Xnet/Events:
65         - #490: Events can be opened to non-members.                       -FRU
66         - #514: Improve visibility of open events.                         -FRU
67         - #523: Organizer does not change when editing an event.           -FRU
68         - #546: More understandable new payment form.                      -FRU
69
70 From 0.9.11 branch:
71
72     * Core:
73         - #472: Fix problem with auth when using the cookie.                -MC
74
75     * Emails:
76         - #496: Fix link to warn user who has a broken email.              -FRU
77
78     * Geoloc:
79         - #469: Google Maps link works for the USA.                        -FRU
80
81     * Newsletter:
82         - Mail can have different title not to repeat the month or sender. -Car
83
84     * Payment:
85         - #482: Fix action in the form.                                     -MC
86
87     * Profile:
88         - #486: Fix force login to see private fiche.                      -Car
89         - #509: Can access trombi of the current year promotion.           -FRU
90         - #529: Disabled state is private.                                 -FRU
91
92 ================================================================================
93 VERSION 0.9.11                                                 18 Septembre 2006
94
95
96 New:
97
98     * Admin:
99         - New table editor.                                                -Car
100         - Switch to the new URI scheme.                                    -Car
101
102     * Auth:
103         - Switch to the new URI scheme.                                     -MC
104
105     * Banana:
106         - Switch to the new URI scheme.                                 -MC/FRU
107
108     * Carnet:
109         - Switch to the new URI scheme.                                     -MC
110
111     * Core:
112         - Work hard to add nice URI's into Platal.                          -MC
113         - Use fancy icons from http://www.famfamfam.com/ for flags.         -MC
114         - Merge htdocs/htdocs.net using apache tricks, share more code.     -MC
115         - Remove seldome used files in plugins/ and do explicit registers.  -MC
116
117     * Emails:
118         - Switch to the new URI scheme.                                     -MC
119         - Work around broken emails (detection, marketing...)              -FRU
120
121     * Events:
122         - Switch to the new URI scheme.                                 -MC/FRU
123         - Rework Events administration interface.                          -FRU
124         - Create a new Newsletter if needed                                -FRU
125
126     * Geoloc:
127         - Switch to the new URI scheme.                                 -MC/Car
128
129     * Lists:
130         - Switch to the new URI scheme.                                     -MC
131         - Do not remove line breaks in message moderation preview          -FRU
132
133     * Marketing:
134         - Switch to the new URI scheme.                                     -MC
135
136     * Payment:
137         - Switch to the new URI scheme.                                     -MC
138
139     * Platal:
140         - Create module.                                                    -MC
141
142     * Profile:
143         - Switch to the new URI scheme.                                     -MC
144         - Add photo and nickname in vcard                                  -FRU
145
146     * Register:
147         - Switch to the new URI scheme.                                     -MC
148         - Check birth date coherence with promotion                        -FRU
149
150     * Search:
151         - Switch to the new URI scheme.                                     -MC
152
153     * Skins:
154         - New skin: keynote                                                -FRU
155
156     * Stats:
157         - Switch to the new URI scheme.                                     -MC
158
159     * Trezo:
160         - Migrate to new URI scheme.                                        -MC
161
162     * Xnet:
163         - Migrate to the new URI scheme.                                    -MC
164         - Split Xnet in 4 modules: xnet, lists, events, group.              -MC
165         - More coherent look                                               -FRU
166         - Be logged when you go to X.net from plat/al.                      -MC
167
168     * Xnet/Events:
169         - Split event list and subscription again.                          -MC
170         - Extensively debug events module.                                  -MC
171
172     * Wiki:
173         - Rework pmwiki integration, make it way more simple.               -MC
174         - Rework authentication, don't let pmwiki deal with it.             -MC
175         - Admin page.                                                      -Car
176
177 Bug/Wish:
178
179     * Admin:
180         - #390: Add date of request in validation form.                    -FRU
181         - #397: Can edit death date in user admin page.                    -FRU
182         - #427: Automatic answers for validation.                          -Car
183         - #429: Tools to administrate duplicated adresses.                 -FRU
184         - #430: Specify date format on downtime admin page.                -Car
185         - #440: Rewrite events admin page.                                 -FRU
186
187     * Banana:
188         - #463: Messages marked as read don't switch back to unread        -FRU
189
190     * Carnet:
191         - #435: Calendar contains yearly events for all the contacts.      -FRU
192
193     * Core:
194         - #371: Users can send bugs directly to plat/al tracker.           -Car
195
196     * Emails:
197         - #426: Add an identification header in mails.                     -FRU
198
199     * Lists:
200         - #127: Add promo in member list when sorted by name.              -FRU
201         - #423: Allow line breaks in mailing list descriptions.            -FRU
202
203     * Profile:
204         - #344: Tels can be bigger (up to 30 chars).                       -Car
205         - #422: Parasitic strings in vcard.                                -FRU
206
207     * Register:
208         - #459: Opt-in for newsletter and promo mailing list on register.  -Car
209
210     * Skins:
211         - #454: Layout of addresses                                        -FRU
212
213     * Xnet:
214         - #380: Add sex for non-X.                                         -FRU
215         - #384: Substitution of non-X's names in mail from web interface.  -FRU
216         - #426: Add an identification header in mails.                     -FRU
217         - #439: Move doc to the wiki                                   -Car/FRU
218         - #453: Add members in promotion groups                            -FRU
219
220 From 0.9.10 Branch:
221
222     * Profile:
223         - #421: Delete tel.                                                -Car
224
225 ================================================================================
226 VERSION 0.9.10                                                      29 Juin 2006
227
228 New:
229
230     * Core:
231         - Tighten security when changing password.                          -Car
232
233     * Documentation:
234         - Display ChangeLog in site.                                        -Car
235         - Bounty: link bug reports from Changelog.                          -MC
236
237     * Geoloc:
238         - Dynamic maps using geodesix plugin.                               -Car
239         - Link to local maps for all addresses.                             -Car
240
241     * Lists:
242         - Remove ugly hack for admin lists (staff left to a X.net group)    -MC
243
244     * Notifications:
245         - iCal calendar for birthdays.                                      -Car
246
247     * Profile:
248         - See fiche sent to AX.                                             -Car
249         - Synchronize fiche from AX fiche.                                  -Car
250
251     * Skin:
252         - Common file for header above title.                               -Car
253         - Add a quick search form in this common header.                    -Car
254
255     * Xnet:
256         - Use wiki from Xorg.                                               -Car
257         - Use wiki for group pages.                                         -Car
258         - Dynamic maps using geodesix plugin.                               -Car
259
260 Bug/Wish:
261
262     * Admin:
263         - #408: Admin can change sex of users without root intervention.    -Car
264         - #417: Activate or unactivate emails directly from admin page.     -Car
265
266     * Carnet:
267         - #414: Link to users' fiche go to private fiche and not public.    -Car
268
269     * Core:
270         - #375: Use SHA1 instead of MD5 for password encryption.            -Car
271
272     * Events:
273         - #268: Hide read events.                                           -Car
274         - #391: Go back to top link at end of each event.                   -Car
275         - #411: Count chars in events proposals to make them smaller.       -Car
276
277     * Lists:
278         - #396, #416: Making moderating ML messages easier.                 -Car
279
280     * Newsletter:
281         - #410: In Html newsletter add a link to go back to summary.        -Car
282
283     * Profile:
284         - #400: Several phones for each address.                            -Car
285         - #406: Direct link in owner's fiche to edit it.                    -Car
286
287     * RSS:
288         - #398: "Add to contact" doesn't appear for deaths.                 -Car
289
290     * Register:
291         - #401: Email for confirmation of inscription for men/women.        -Car
292
293     * Search:
294         - #412: Error SQL in big referent searches.                         -Car
295
296     * Trombi:
297         - #420: Promo trombi shows usage name.                              -Car
298
299     * Wiki:
300         - #403: Cache is cleared when editing a page.                       -Car
301
302     * Xnet:
303         - #377: Possibility to edit or del an ext user if email used twice. -Car
304         - #378: Display group directory order by promo.                     -Car
305         - #379, #383: Paiements table relook.                               -Car
306         - #399: Event can accept guests or not.                             -Car
307         - #413: When creating a new event, datas don't disappear anymore.   -Car
308
309 From 0.9.9 Branch:
310
311     * Xnet:
312         - #393: Ask for confirmation to remove an event.                    -Car
313
314 ================================================================================
315 VERSION 0.9.9                                                    08 Janvier 2006
316
317 New:
318
319     * Core:
320         - HTTP redirection safe wrt Session (should solve login problems).  -MC
321         - Free $_SESSION before the page rendering, to release locks.       -MC
322
323     * Documentation:
324         - Documentation now use Wiki                                        -Car
325
326     * Paiement:
327         - Fixed little text mistake in Payments menu.                       -CAT
328         - Direct link from and to events.                                   -Car
329
330     * Profile:
331         - User can now accept synchronisation from AX by admin.             -Car
332         - Address will try to display as the country standard.              -Car
333         - Warning for common name (no Nickname allowed).                    -MC
334
335     * Xnet:
336         - Groups can be non subscribable.                                   -Car
337         - Most Wanted Feature: directories synchronization with lists.      -MC
338         - Various bug fixes in events management.                           -Car
339         - Groups can now synchronize MLs and the directory.                 -MC
340
341 Bug/Wish:
342
343     * Admin:
344         - #337: Add link to trackers and support websites for admins.       -CAT
345
346     * Contacts:
347         - #352: Enhance PDFs: add the generation date.                      -MC
348
349     * Core:
350         - #310: Display the max number of photo in trombipromo.             -Car
351
352     * Mails:
353         - #327: broken mail test is more explicit for unaware users.        -MC
354
355     * Paiments:
356         - #336: Micro -> Tele(payments).                                    -MC
357         - #356: Payments use usage name instead of last name.               -Car
358
359     * Profile:
360         - #330,333: Interface improvements.                                 -Car
361         - #332: User can precise why he asks for a usage name.              -Car
362         - #335: Already assigned promotion don't generate a request.        -CAT
363         - #346: Professional profile code desynch. fixed.                   -MC
364         - #357: Reindex user for fast search at subscribe time.             -MC
365         - #358: Avoid duplicate email address when bestalias = 4life.       -MC
366         - #363: Rework actions possible on the profile for deceased pple.   -MC
367
368     * Xnet:
369         - #334: Interface improvements.                                     -Car
370         - #341: Improve member deletion.                                    -MC
371         - #374: Event interface.                                            -Car
372         - #376: Reply-To on the mail form.                                  -MC
373         - #388: Deadline for event inscriptions.                            -Car
374
375     * User Interface:
376         - #338: Broken FSF link fixed on donation page.                     -CAT
377         - #339: New RSS links that allow direct and easier RSS activation.  -CAT
378         - #130: Each page now shows a different title.                      -CAT
379
380 From 0.9.8 Branch:
381
382     * Xnet:
383         - #362: Fix a problem with evenements that only have 1 moment.      -MC
384
385 ================================================================================
386 VERSION 0.9.8                                                        18 Jul 2005
387
388 New:
389
390     * Admin:
391         - Synchronisations with geoloc.org.                                 -Car
392
393 Bug/Wish:
394
395     * Admin:
396         - #323: admin link in fiche opens out of the popup.                 -Car
397         - #324: admin can modify the usage name.                            -Car
398
399     * Profile:
400         - User can delete his own melix.                                    -Car
401         - #328,329: bug fixes and direct acess to public fiche.             -Car
402         - #331: antispam option didn't work with Safari.                    -Car
403
404     * Lists:
405         - #318: Deletion of email with + in aliases.                        -Car
406
407 ================================================================================
408 VERSION 0.9.7                                                        21 Jun 2005
409
410 New:
411
412     * Profile:
413         - Address parser.                                                   -Car
414
415     * Search:
416         - Nickname are used in fast search.                                 -Car
417         - Firefox searchplugin for quick search.                            -Car
418
419     * Xnet:
420         - Events management.                                                -Car
421         - Events using paiements.                                           -Car
422         - Sending mail to all the participants/absents of an event.         -Car
423
424 Bug/Wish:
425
426     * Core:
427         - #78,302: accept spaces in login.                                  -Car
428
429     * Fiche:
430         - #308: organizing layout.                                          -Car
431
432     * Lists:
433         - #23: multiple inscriptions.                                       -Car
434
435     * Xnet:
436         - #311,312: private members list.                                   -Car
437         - Inscription in a group with no admin.                             -Car
438
439 Fixes (from 0.9.6 branch):
440
441     * Core:
442         - #316: locale was not set correctly.  dates are in french again.   -MC
443
444     * Search:
445         - #307: fix bad escaping in advanced search.                        -MC
446
447     * Xnet:
448         - Have a connection link even on index page.                        -MC
449         - Deleting and securing deletion of empty aliases.                  -Car
450         - #314: fix bad links to categories                                 -Car
451
452 ================================================================================
453 VERSION 0.9.6                                                        07 May 2005
454
455 New:
456
457     * Profile:
458         - Stayed down students (orange) management.                         -Car
459
460     * Search:
461         - Last improvements (clean code for search now !).                  -MC
462
463     * Stats:
464         - Drop mail stats pages (buggy and not accurate anymore).           -MC
465
466     * Polytechnique.net in now in plat/al !                                 -MC
467
468 Bug/Wish:
469
470     * Admin:
471         - #298: On su exit, go back to SU page on the given account.        -MC
472         - #300: Notify hotliners for validation comments.                   -Car
473         - #301: Some design issues solved for validation.                   -MC
474
475     * Misc:
476         - #290: Date display with no preceding 0.                           -Car
477
478     * Profile:
479         - #299: Be more specific wrt given name for women.                  -MC
480
481 Fixes (from 0.9.5 branch):
482
483     * Search:
484         - #304: Next/Prev links were missing if #pages was 2.               -MC
485
486 ================================================================================
487 VERSION 0.9.5                                                        07 Apr 2005
488
489 New:
490
491     * Core:
492         - Improve login/exit wrt cookie.                                    -MC
493
494     * Docs:
495         - use of secure SMTP on a pocket PC.                                -Car
496
497     * Fiche:
498         - A public fiche is now available for visitors.                     -Car
499
500     * Money:
501         - lighter code and support for a PayPal account.                    -Car
502
503     * Profile:
504         - One can choose precisely which fields appear on his public fiche. -Car
505         - Accents and special chars in name and first name                  -Car
506         - Spouse name extended to usage name.                               -Car
507
508     * Register:
509         - Already subscribed members now have a warning.                    -MC
510
511     * Search:
512         - Public searches display more information.                         -Car
513
514 Bug/Wish:
515
516     * Admin:
517         - #291: change bestalias when alias disappear.                      -Car
518
519     * Core:
520         - #279, #281: permanent connexion explanations.                  -MC/Car
521
522     * Fiche:
523         - #289: hide empty photos in public fiche.                          -Car
524
525     * Misc:
526         - #283,285,286,287: text modifications in docs and index page.      -Car
527
528     * Profile:
529         - #278: professionnal email and web site.                           -Car
530
531     * Search:
532         - #82: Search by fonction and post for jobs.                        -Car
533         - #109, 288: Lots of sorting methods for search.                    -Car
534         - #270: Private/public flags are now used for search.               -Car
535
536 Fixes (from 0.9.4 branch):
537
538     * Lists:
539         - Owner can now delete their list.                                  -MC
540
541 ================================================================================
542 VERSION 0.9.4                                                        24 Jan 2005
543
544 New:
545
546     * Banana:
547         - Total rework, it's now a real library, exit from plat/al.         -MC
548
549     * Contacts:
550         - Brand new PDF of the contact list (using FPDF).                   -MC
551         - Even include Photos in the PDF (kludgy !).                        -MC
552
553     * Core:
554         - New SQL access API: gain in security and code factorization.      -MC
555         - Drop good old mysql_assign, iterators are nicer.                  -MC
556         - Drop magic_quote_gpc (DB API takes care of it itself).            -MC
557         - Drop cache algorithm (was complex for no gain).                   -MC
558         - Enhancements wrt COOKIE.                                       -MC/Car
559         - More homogenous date formating (use %x / %X everywhere).          -MC
560         - No more .head.tpl. (thanks to JM for the tip).                    -MC
561         - Strip unnecessary spaces from templates at compile time.          -MC
562         - Allow users to choose email formats globally.                     -Car
563         - Crons are now handled from plat/al with a global crontab file.    -MC
564
565     * Notifications:
566         - Use Pascal's work to enable a simple, nicer html mail.            -MC
567         - Use the new RSS engine to provide a feed of the panel.            -MC
568
569     * Photo Submission:
570         - Rework of the form.                                               -MC
571         - Photo is resized on the fly, instead of dropping too big images.  -MC
572
573     * Registration:
574         - Brand new.                                                        -MC
575
576     * Skins:
577         - Openweb: update.                                                  -MC
578
579     * Validation:
580         - Quite a lot of rewrite, simplifications.                          -MC
581
582 Bug/Wish:
583
584     * Contacts:
585         - #180: Change the list order using name, promo or last change date.-Car
586
587     * Core:
588         - #153: rework the RSS engine.                                      -MC
589         - #145: Use melix address to log in.                                -Car
590         - #212: Various font-sizes fixed.                                   -Car
591         - #245: Use PEAR::Date to avoid 1970-2038 php limitations.          -MC
592         - #258: Netscape4 Warning.                                          -MC
593
594     * Emails:
595         - #229: Possibility to show our melix address.                      -Car
596
597     * Events:
598         - #238: Links and Mailto are now active.                            -Car
599
600     * Fiche:
601         - #218: Quit fiche using Escape key.                                -Car
602
603     * Marketing:
604         - #256, #255: Mail are now correctly sent.                       -MC/Car
605
606     * Misc:
607         - #65: Broken links.                                                -MC
608
609     * Notifications:
610         - #63: Birthdays are now in the notifications !                     -MC
611         - #215: The notifications use singular or plural.                   -Car
612         - #232: Add a link to the fiche.                                 -MC/Car
613
614     * Profile:
615         - #65: Add professionnal cellphone.                                 -Car
616         - #170: Remove region display for french departments.               -Car
617         - #204: Add nicknames (searchable too).                             -MC
618         - #210: Add medals and orders.                                      -MC
619
620     * Search:
621         - #249, #251, #253: Some tweaks to be more accurate.                -MC
622
623     * Stats:
624         - #261: Stats of registrations over the time.                       -Car
625
626     * Validations:
627         - #137: Now possible to add comments without any action.            -MC
628         - #191, #256: Marketing now uses the validation process.            -MC
629         - #267: Newsletter uses the validation process too.                 -MC
630
631 ================================================================================
632 VERSION 0.9.3                                                        27 Dec 2004
633
634 New:
635
636     * Core:
637         - Members can be disabled. It deletes volatile datas.               -MC
638         - Start the new work on modules (XOrgHook).                         -MC
639         - XOrgMenu class to deal with Menu entries.                         -MC
640         - Lots of includes renames, rewrites, beautifuling.                 -MC
641         - Try to avoid the unreadable {"..."|url} modifier, use {rel}/.     -MC
642         - Use a real .conf file, and no more .php's for configuration.      -MC
643         - Make raw access to POST/GET/... disappear.                        -MC
644
645     * Distribution:
646         - Do not modify PHP include path from auto.prepend.inc.php.         -SHK
647         - Add install.d/apache.conf with a sample Apache config file.       -SHK
648         - Add Makefile to generate distribution tarballs.                   -SHK
649         - Generate xorg.config.inc.php using "make".                        -SHK
650         - Add a basic README file.                                          -SHK
651
652     * Lists:
653         - Moderators are now allowed to change the moderation level.        -MC
654
655     * Mails:
656         - Use HermesMailer.                                                 -MC
657         - Create a script to treats NL bounces.                             -MC
658
659     * Money: standalone module.                                             -MC
660
661     * Skins:
662         - New skin: openweb.                                                -MC
663         - No more annoying submit button, onclick is used to submit.        -MC
664         - This is the first autonom module of the site !                    -MC
665
666     * Stats:
667         - Better y-range for graphs.                                        -MC
668
669     * WebRedirect (was: Carva): now standalone.                             -MC
670
671 Bug/Wish:
672
673     * Admin:
674         - #186: Users are reachable by melix, redirects, aliases...         -MC
675
676     * Bestalias:
677         - #206: Use only the bestalias and the forlife in vcard and fiche.  -MC
678         - #207: Enable for the user the choice of his prefered alias.       -MC
679
680     * Core:
681         - #183,185: Implement perms levels: 'pending'+'disabled'.           -MC
682         - #154: Birth fields are now of type DATE.                          -MC
683
684     * Fiche:
685         - #83,208,222: New fiche.                                           -MC
686
687     * Lists:
688         - #86: Yet another old old wish: lists archives are online !        -MC
689         - #144: Users can subscribe from members/trombi page too.           -MC
690         - #184: Owners can now delete their lists.                          -MC
691         - #231: Add a link to the user's fiche on moderation page.          -MC
692
693     * Newsletter:
694         - #242: Newsletter is standalone.                                   -MC
695
696     * Search:
697         - #56: Search on referent.                                          -JS
698         - #189: Selection of diplomas depends on schools.                   -JS
699         - #195: Better heuristic for google like (thanks OG).               -MC
700         - #203: New fields in search (alive, subscriber, free).             -JS
701
702     * User Interface:
703         - #211: All imgs in the skins are links to login.php.               -MC
704
705
706 Fixes (from 0.9.2 branch):
707
708     * Search:
709         - enable mod_date_sort again.                                       -MC
710
711
712 ================================================================================
713 VERSION 0.9.2                                                        14 Nov 2004
714
715 New:
716
717     * Carnet: Brand new.                                                    -MC
718
719     * Core:
720         - Creation of the Plugin class.                                     -MC
721         - Now only use iso3166 countries, no more `nationalites`.           -MC
722
723     * Contacts:
724         - Trombino of the contacts is available.                            -MC
725
726     * Search+Contacts:
727         - Nicer icons.                                                      -MC
728
729     * Skins:
730         - Various updates.                                                  -FRU
731
732 Bug/Wish:
733
734     * Docs:
735         - #156: Exit Netscape4 (no more supported), Mozilla enters.         -MC
736
737     * Carnet:
738         - #29,147: Possible to watch subscribings, deaths, `fiche` modifs.  -MC
739
740     * Core:
741         - #135: First instance of the plugin class: class Trombi.           -MC
742         - #158: A photo change updates last `fiche` edition stamp.          -MC
743         - #100,199: Kludge to determine if a link is popup or not.          -MC
744
745     * Lists:
746         - #138: Refusal message is shown on mail moderation page.           -MC
747         - #161: Now supports non-X natively.                                -MC
748
749     * Search:
750         - #112,113,126,133,167,171: google like search + some rewrite.      -MC
751
752     * Search+Contacts:
753         - #122: Women now have a • (no more dirty gender icons).       -MC
754         - #124: Homeland is now a flag.                                     -MC
755         - #164: Married women are now well sorted (by their spouse name).   -MC
756
757     * Stats:
758         - #8,134: Return of the stats pages.                                -VP
759
760 Fixes (from 0.9.1 branch):
761
762     * Lists:
763         - Better mails to -owners for reject/discard ops.                   -MC
764         - Mailman is case sensitive, goto lowercase.                        -MC
765
766
767 ================================================================================
768 VERSION 0.9.1                                                        25 Oct 2004
769
770 New:
771
772     * Lists:
773         - Auto-moderate/discard mails detected as SPAM by bogofilter.       -MC
774         - Improve header/subject decoding.                                  -MC
775         - Alpha-sort on listes/admin.php + msgs for each operations.        -MC
776         - 1-click moderation for accept and reject cases.                   -MC
777
778     * Usability:
779         - #99: All <a><img ... /></a> now have title.                       -MC
780
781     * NewsLetter:
782         - Brand New NewsLetter module.                                      -MC
783         - Convert old archive to new model.                                 -FAL
784
785     * Search+Contacts:
786         - Added gender icons.                                               -MC
787         - Better things done for married women.                             -MC
788         - Deceased members and non-subscribers special treatments.          -MC
789         - Mobile is now printed too.                                        -MC
790         - People names are clickable.                                       -MC
791         - Unified template.                                                 -JS
792
793     * Skins:
794         - Liteskin.                                                         -XdX
795
796 Fixes (from 0.9.0 branch):
797
798     * Lists:
799         - Corrects problem about mails that have non text/* parts.          -MC
800         - Rpc daemon can live everywhere.                                   -MC
801         - Moderation: refusing/rejecting a mail informs other moderators.   -MC
802
803     * Fiche + Search:
804         - Corrects bad handling of firms.                                   -MC
805         - We used the bad table to search functions names.                  -MC
806
807     * Skins:
808         - Minor updates.                                                    -FRU
809
810 ================================================================================
811 VERSION 0.9.0                                                         15 Oct 2004
812
813 New:
814
815     * First Public Release.                                                 -PoT
816
817 ================================================================================
818 ACRONYMS:
819
820     * PoT: Polytechnique.org TEAM (see Authors).
821
822     * Car: Pascal Corpet        (Caribou)   <pascal.corpet@m4x.org>
823     * CAT: Florian El Ahdab     (LeChat)    <florian.el-ahdab@m4x.org>
824     * FAL: Raphaël Marichez     (Falco)     <raphael.marichez@m4x.org>
825     * FRU: Florent Bruneau      (fruneau)   <florent.bruneau@m4x.org>
826     * JS : Jean Sébastien Bedo              <jean-sebastien.bedo@m4x.org>
827     * MC : Pierre Habouzit      (MadCoder)  <pierre.habouzit@m4x.org>
828     * OG : Olivier Guillaumin               <olivier.guillaumin@m4x.org>
829     * SHK: Jeremy Lainé         (Sharky)    <jeremy.laine@m4x.org>
830     * VP : Vincent Palatin                  <vincent.palatin@m4x.org>
831     * XdX: Alexandre Hô         (XandreX)   <alexandre.ho@m4x.org>
832
833 ================================================================================
834 vim:et:ts=4:sw=4:tw=80: