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