closes #317
[platal.git] / ChangeLog
CommitLineData
0337d704 1================================================================================
19465af7 2VERSION 0.9.9 18 Jul 2005
3
4New :
5
a47dd967 6 * Profile :
7 - User can now accept synchronisatio from AX by admin. -Car
8
19465af7 9 * Xnet :
10 - Groups can be non subscribable. -Car
3c8acb8e 11 - Most Wanted Feature : directories syncrhonization with lists. -MC
19465af7 12
c80cbb5a 13Bug/Wish :
14
a47dd967 15 * Admin :
16 - #337: Add link to trackers and support websites for admins. -CAT
17
0c17d715 18 * Core :
19 - #310: Display the max number of photo in trombipromo. -Car
20
8c32e44f 21 * Paiments :
22 - #336 : Micro -> Tele(payments). -MC
3b3e9d15 23 - Fixed little text mistake in Payments menu. -CAT
24 - Direct link from and to events. -Car
8c32e44f 25
c80cbb5a 26 * Profile :
e686e4ed 27 - #330,333: Interface improvements. -Car
21e9114c 28 - #332: User can precise why he asks for a usage name. -Car
3b3e9d15 29 - #335: Already assigned promotion don't generate a request. -CAT
0c17d715 30
1468fa26 31 * Xnet :
32 - Various bug fixes in events management. -Car
d4d71364 33 - #334: Interface improvements. -Car
1468fa26 34
de18f13d 35 * User Interface:
3b3e9d15 36 - #338: Broken FSF link fixed on donation page. -CAT
de18f13d 37
19465af7 38================================================================================
39VERSION 0.9.8 18 Jul 2005
0337d704 40
41New :
42
43 * Admin :
44 - Synchronisations with geoloc.org. -Car
45
46Bug/Wish :
47
48 * Admin :
49 - #323: admin link in fiche opens out of the popup. -Car
50 - #324: admin can modify the usage name. -Car
51
52 * Profile :
53 - User can delete his own melix. -Car
54 - #328,329: bug fixes and direct acess to public fiche. -Car
c80cbb5a 55 - #331: antispam option didn't work with Safari. -Car
0337d704 56
57 * Lists :
58 - #318: Deletion of email with + in aliases. -Car
59
60================================================================================
61VERSION 0.9.7 21 Jun 2005
62
63New :
64
65 * Profile :
66 - Address parser. -Car
67
68 * Search :
69 - Nickname are used in fast search. -Car
70 - Firefox searchplugin for quick search. -Car
71
72 * Xnet :
73 - Events management. -Car
74 - Events using paiements. -Car
75 - Sending mail to all the participants/absents of an event. -Car
76
77Bug/Wish :
78
79 * Core :
80 - #78,302: accept spaces in login. -Car
81
82 * Fiche :
83 - #308: organizing layout. -Car
84
85 * Lists :
86 - #23: multiple inscriptions. -Car
87
88 * Xnet :
89 - #311,312: private members list. -Car
90 - Inscription in a group with no admin. -Car
91
92Fixes (from 0.9.6 branch) :
93
94 * Core :
95 - #316: locale was not set correctly. dates are in french again. -MC
96
97 * Search :
98 - #307: fix bad escaping in advanced search. -MC
99
100 * Xnet :
101 - Have a connection link even on index page. -MC
102 - Deleting and securing deletion of empty aliases. -Car
103 - #314: fix bad links to categories -Car
104
105================================================================================
106VERSION 0.9.6 07 May 2005
107
108New :
109
110 * Profile :
111 - Stayed down students (orange) management. -Car
112
113 * Search :
114 - Last improvements (clean code for search now !). -MC
115
116 * Stats :
117 - Drop mail stats pages (buggy and not accurate anymore). -MC
118
119 * Polytechnique.net in now in plat/al ! -MC
120
121Bug/Wish :
122
123 * Admin :
124 - #298: On su exit, go back to SU page on the given account. -MC
125 - #300: Notify hotliners for validation comments. -Car
126 - #301: Some design issues solved for validation. -MC
127
128 * Misc :
129 - #290: Date display with no preceding 0. -Car
130
131 * Profile :
132 - #299: Be more specific wrt given name for women. -MC
133
134Fixes (from 0.9.5 branch) :
135
136 * Search :
137 - #304: Next/Prev links were missing if #pages was 2. -MC
138
139================================================================================
140VERSION 0.9.5 07 Apr 2005
141
142New :
143
144 * Core :
145 - Improve login/exit wrt cookie. -MC
146
147 * Docs :
148 - use of secure SMTP on a pocket PC. -Car
149
150 * Fiche :
151 - A public fiche is now available for visitors. -Car
152
153 * Money :
154 - lighter code and support for a PayPal account. -Car
155
156 * Profile :
157 - One can choose precisely which fields appear on his public fiche. -Car
158 - Accents and special chars in name and first name -Car
159 - Spouse name extended to usage name. -Car
160
161 * Register :
162 - Already subscribed members now have a warning. -MC
163
164 * Search :
165 - Public searches display more information. -Car
166
167Bug/Wish :
168
169 * Admin :
170 - #291: change bestalias when alias disappear. -Car
171
172 * Core :
173 - #279, #281: permanent connexion explanations. -MC/Car
174
175 * Fiche :
176 - #289: hide empty photos in public fiche. -Car
177
178 * Misc :
179 - #283,285,286,287: text modifications in docs and index page. -Car
180
181 * Profile :
182 - #278: professionnal email and web site. -Car
183
184 * Search :
185 - #82: Search by fonction and post for jobs. -Car
186 - #109, 288: Lots of sorting methods for search. -Car
187 - #270: Private/public flags are now used for search. -Car
188
189Fixes (from 0.9.4 branch) :
190
191 * Lists :
192 - Owner can now delete their list. -MC
193
194================================================================================
195VERSION 0.9.4 24 Jan 2005
196
197New :
198
199 * Banana :
200 - Total rework, it's now a real library, exit from plat/al. -MC
201
202 * Contacts :
203 - Brand new PDF of the contact list (using FPDF). -MC
204 - Even include Photos in the PDF (kludgy !). -MC
205
206 * Core :
207 - New SQL access API : gain in security and code factorization. -MC
208 - Drop good old mysql_assign, iterators are nicer. -MC
209 - Drop magic_quote_gpc (DB API takes care of it itself). -MC
210 - Drop cache algorithm (was complex for no gain). -MC
211 - Enhancements wrt COOKIE. -MC/Car
212 - More homogenous date formating (use %x / %X everywhere). -MC
213 - No more .head.tpl. (thanks to JM for the tip). -MC
214 - Strip unnecessary spaces from templates at compile time. -MC
215 - Allow users to choose email formats globally. -Car
216 - Crons are now handled from plat/al with a global crontab file. -MC
217
218 * Notifications :
219 - Use Pascal's work to enable a simple, nicer html mail. -MC
220 - Use the new RSS engine to provide a feed of the panel. -MC
221
222 * Photo Submission :
223 - Rework of the form. -MC
224 - Photo is resized on the fly, instead of dropping too big images. -MC
225
226 * Registration :
227 - Brand new. -MC
228
229 * Skins :
230 - Openweb : update. -MC
231
232 * Validation :
233 - Quite a lot of rewrite, simplifications. -MC
234
235Bug/Wish :
236
237 * Contacts :
238 - #180: Change the list order using name, promo or last change date.-Car
239
240 * Core :
241 - #153: rework the RSS engine. -MC
242 - #145: Use melix address to log in. -Car
243 - #212: Various font-sizes fixed. -Car
244 - #245: Use PEAR::Date to avoid 1970-2038 php limitations. -MC
245 - #258: Netscape4 Warning. -MC
246
247 * Emails :
248 - #229: Possibility to show our melix address. -Car
249
250 * Events :
251 - #238: Links and Mailto are now active. -Car
252
253 * Fiche :
254 - #218: Quit fiche using Escape key. -Car
255
256 * Marketing :
257 - #256, #255: Mail are now correctly sent. -MC/Car
258
259 * Misc :
260 - #65: Broken links. -MC
261
262 * Notifications :
263 - #63: Birthdays are now in the notifications ! -MC
264 - #215: The notifications use singular or plural. -Car
265 - #232: Add a link to the fiche. -MC/Car
266
267 * Profile :
268 - #65: Add professionnal cellphone. -Car
269 - #170: Remove region display for french departments. -Car
270 - #204: Add nicknames (searchable too). -MC
271 - #210: Add medals and orders. -MC
272
273 * Search :
274 - #249, #251, #253: Some tweaks to be more accurate. -MC
275
276 * Stats :
277 - #261: Stats of registrations over the time. -Car
278
279 * Validations :
280 - #137: Now possible to add comments without any action. -MC
281 - #191, #256: Marketing now uses the validation process. -MC
282 - #267: Newsletter uses the validation process too. -MC
283
284================================================================================
285VERSION 0.9.3 27 Dec 2004
286
287New :
288
289 * Core :
290 - Members can be disabled. It deletes volatile datas. -MC
291 - Start the new work on modules (XOrgHook). -MC
292 - XOrgMenu class to deal with Menu entries. -MC
293 - Lots of includes renames, rewrites, beautifuling. -MC
294 - Try to avoid the unreadable {"..."|url} modifier, use {rel}/. -MC
295 - Use a real .conf file, and no more .php's for configuration. -MC
296 - Make raw access to POST/GET/... disappear. -MC
297
298 * Distribution :
299 - Do not modify PHP include path from auto.prepend.inc.php. -SHK
300 - Add install.d/apache.conf with a sample Apache config file. -SHK
301 - Add Makefile to generate distribution tarballs. -SHK
302 - Generate xorg.config.inc.php using "make". -SHK
303 - Add a basic README file. -SHK
304
305 * Lists :
306 - Moderators are now allowed to change the moderation level. -MC
307
308 * Mails :
309 - Use HermesMailer. -MC
310 - Create a script to treats NL bounces. -MC
311
312 * Money : standalone module. -MC
313
314 * Skins :
315 - New skin : openweb. -MC
316 - No more annoying submit button, onclick is used to submit. -MC
317 - This is the first autonom module of the site ! -MC
318
319 * Stats :
320 - Better y-range for graphs. -MC
321
322 * WebRedirect (was: Carva) : now standalone. -MC
323
324Bug/Wish :
325
326 * Admin :
327 - #186: Users are reachable by melix, redirects, aliases... -MC
328
329 * Bestalias :
330 - #206: Use only the bestalias and the forlife in vcard and fiche. -MC
331 - #207: Enable for the user the choice of his prefered alias. -MC
332
333 * Core :
334 - #183,185: Implement perms levels : 'pending'+'disabled'. -MC
335 - #154: Birth fields are now of type DATE. -MC
336
337 * Fiche :
338 - #83,208,222: New fiche. -MC
339
340 * Lists :
341 - #86: Yet another old old wish : lists archives are online ! -MC
342 - #144: Users can subscribe from members/trombi page too. -MC
343 - #184: Owners can now delete their lists. -MC
344 - #231: Add a link to the user's fiche on moderation page. -MC
345
346 * Newsletter :
347 - #242: Newsletter is standalone. -MC
348
349 * Search :
350 - #56: Search on referent. -JS
351 - #189: Selection of diplomas depends on schools. -JS
352 - #195: Better heuristic for google like (thanks OG). -MC
353 - #203: New fields in search (alive, subscriber, free). -JS
354
355 * User Interface :
356 - #211: All imgs in the skins are links to login.php. -MC
357
358
359Fixes (from 0.9.2 branch) :
360
361 * Search :
362 - enable mod_date_sort again. -MC
363
364
365================================================================================
366VERSION 0.9.2 14 Nov 2004
367
368New :
369
370 * Carnet : Brand new. -MC
371
372 * Core :
373 - Creation of the Plugin class. -MC
374 - Now only use iso3166 countries, no more `nationalites`. -MC
375
376 * Contacts :
377 - Trombino of the contacts is available. -MC
378
379 * Search+Contacts :
380 - Nicer icons. -MC
381
382 * Skins :
383 - Various updates. -FRU
384
385Bug/Wish :
386
387 * Docs :
388 - #156: Exit Netscape4 (no more supported), Mozilla enters. -MC
389
390 * Carnet :
391 - #29,147: Possible to watch subscribings, deaths, `fiche` modifs. -MC
392
393 * Core :
394 - #135: First instance of the plugin class : class Trombi. -MC
395 - #158: A photo change updates last `fiche` edition stamp. -MC
396 - #100,199: Kludge to determine if a link is popup or not. -MC
397
398 * Lists :
399 - #138: Refusal message is shown on mail moderation page. -MC
400 - #161: Now supports non-X natively. -MC
401
402 * Search :
403 - #112,113,126,133,167,171: google like search + some rewrite. -MC
404
405 * Search+Contacts :
406 - #122: Women now have a • (no more dirty gender icons). -MC
407 - #124: Homeland is now a flag. -MC
408 - #164: Married women are now well sorted (by their spouse name). -MC
409
410 * Stats :
411 - #8,134: Return of the stats pages. -VP
412
413Fixes (from 0.9.1 branch) :
414
415 * Lists :
416 - Better mails to -owners for reject/discard ops. -MC
417 - Mailman is case sensitive, goto lowercase. -MC
418
419
420================================================================================
421VERSION 0.9.1 25 Oct 2004
422
423New :
424
425 * Lists :
426 - Auto-moderate/discard mails detected as SPAM by bogofilter. -MC
427 - Improve header/subject decoding. -MC
428 - Alpha-sort on listes/admin.php + msgs for each operations. -MC
429 - 1-click moderation for accept and reject cases. -MC
430
431 * Usability :
432 - #99: All <a><img ... /></a> now have title. -MC
433
434 * NewsLetter :
435 - Brand New NewsLetter module. -MC
436 - Convert old archive to new model. -FAL
437
438 * Search+Contacts :
439 - Added gender icons. -MC
440 - Better things done for married women. -MC
441 - Deceased members and non-subscribers special treatments. -MC
442 - Mobile is now printed too. -MC
443 - People names are clickable. -MC
444 - Unified template. -JS
445
446 * Skins:
447 - Liteskin. -XdX
448
449Fixes (from 0.9.0 branch) :
450
451 * Lists :
452 - Corrects problem about mails that have non text/* parts. -MC
453 - Rpc daemon can live everywhere. -MC
454 - Moderation : refusing/rejecting a mail informs other moderators. -MC
455
456 * Fiche + Search :
457 - Corrects bad handling of firms. -MC
458 - We used the bad table to search functions names. -MC
459
460 * Skins :
461 - Minor updates. -FRU
462
463================================================================================
464VERSION 0.9.0 15 Oct 2004
465
466New :
467
468 * First Public Release. -PoT
469
470================================================================================
471ACRONYMS :
472
473 * PoT : Polytechnique.org TEAM (see Authors).
474
475 * Car : Pascal Corpet (Caribou) <pascal.corpet@m4x.org>
cbb6a569 476 * CAT : Florian El Ahdab (LeChat) <florian.el-ahdab@m4x.org>
0337d704 477 * FAL : Raphaël Marichez (Falco) <raphael.marichez@m4x.org>
478 * FRU : Florent Bruneau (fruneau) <florent.bruneau@m4x.org>
479 * JS : Jean Sébastien Bedo <jean-sebastien.bedo@m4x.org>
480 * MC : Pierre Habouzit (MadCoder) <pierre.habouzit@m4x.org>
481 * OG : Olivier Guillaumin <olivier.guillaumin@m4x.org>
482 * SHK : Jeremy Lainé (Sharky) <jeremy.laine@m4x.org>
483 * VP : Vincent Palatin <vincent.palatin@m4x.org>
484 * XdX : Alexandre Hô (XandreX) <alexandre.ho@m4x.org>
485
486================================================================================
487vim:noet:ts=4:sw=4:tw=80: