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