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