1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491
|
2005-02-14 14:20 sympa-authors
* wwsympa/wwsympa.fcgi: [reported by M.Valiukas] Fix: editfile
failed because of a previous patch from dev tree
2005-02-09 14:52 sympa-authors
* .version, ChangeLog, NEWS: Prepare Sympa 4.1.4
2005-02-03 17:14 sympa-authors
* src/List.pm: [G.Bouteille] Fix: check if $user is defined first.
Otherwise wwsympa would create loops
2005-02-03 17:12 sympa-authors
* wwsympa/wwsympa.fcgi: Fix: prevent loops in wwsympa
2005-01-27 11:05 sympa-authors
* .version, ChangeLog, NEWS: preparing 4.1.3
2005-01-27 11:01 sympa-authors
* src/: tools.pl: Fix: command detection in messages failed
2005-01-27 09:54 sympa-authors
* ChangeLog, src/bouncequeue.c, src/queue.c: Fix: Apply fixes to
queue and bouncequeue
2004-11-22 10:59 sympa-authors
* src/Commands.pm: Fix: 'SIG *' failed ; only unsubscribed from the
first list
2004-11-09 16:03 sympa-authors
* src/: List.pm, etc/script/create_db.Pg,
etc/script/create_db.Sybase, etc/script/create_db.mysql: Fix:
replace attributes_user type from 'text' to 'varchar(255)'; could
make an "out of memory problem"
2004-10-11 15:00 sympa-authors
* wwsympa/wwsympa.fcgi: Fix: prevent upload if no file was selected
2004-10-11 10:39 sympa-authors
* soap/sympasoap.pm: [reported by F.Fareneau] Fix: CAS login failed
on the SOAP interface if robot was not the default one
2004-10-04 16:57 sympa-authors
* Makefile.in, config.guess, config.sub: [BugID 336] Fix:
regenerated config.sub and config.guess files
2004-09-22 11:59 sympa-authors
* src/List.pm: Fix: ldap include removed previous data about the
user (overwritten with defaults)
2004-09-17 09:26 sympa-authors
* wwsympa/wwsympa.fcgi: Change: when data-source related parameters
have been edited, sync_include is run (not delegated to the
task_manager)
2004-09-16 10:57 sympa-authors
* src/: List.pm, task_manager.pl: Fix: do not create sync_include
tasks for lists that have no include data sources
2004-09-10 16:16 sympa-authors
* doc/: sympa.pdf, sympa.ps, sympa.tex, sympa.tex.tpl,
html/index.html, html/node1.html, html/node10.html,
html/node11.html, html/node12.html, html/node13.html,
html/node14.html, html/node15.html, html/node16.html,
html/node17.html, html/node18.html, html/node19.html,
html/node2.html, html/node20.html, html/node21.html,
html/node22.html, html/node23.html, html/node24.html,
html/node3.html, html/node4.html, html/node5.html,
html/node6.html, html/node7.html, html/node8.html,
html/node9.html, html/sympa.html, html/sympa.ps: update
2004-09-09 15:47 sympa-authors
* wwsympa/wwsympa.fcgi: Add [user_attributes] param
2004-09-09 15:06 sympa-authors
* src/List.pm, wwsympa/wwsympa.fcgi: [reported by E.Tinturier] Fix:
SSO-related user attributes were not available in web template.
There are now available in [% user.attributes %] hash. Also made
environment variables in both web templates and scenarios.
2004-09-02 17:05 sympa-authors
* wwsympa/Marc/Search.pm: [BugID 330] Fix: errors "Insecure
dependency in chdir while running setuid at
/usr/lib/perl5/5.8.1/File/Find.pm" while running a search in web
archives
2004-08-31 17:24 sympa-authors
* src/etc/templates/us/invite.us.tpl: [BugID 329] Fix: orphan
[ELSE] removed
2004-08-05 14:14 sympa-authors
* src/etc/auth.conf: [reported by D.Lamballais] Fix
2004-08-05 11:16 sympa-authors
* src/Conf.pm, wwsympa/Auth.pm: [reported by D.Lamballais Fix:
'password_case' wwsympa.conf parameter was not used
2004-08-03 17:26 sympa-authors
* src/etc/mhonarc-ressources: [reported by Jeg] Fix: the viewmod
page would propose a "reply to" and "send it back to..." buttons
2004-08-03 11:20 sympa-authors
* wwsympa/wws_templates/us/d_read.us.tpl: [reported by M.Daulie]
Fix: incorrect template structure ; most features were missing
from the shared page
2004-08-02 17:07 sympa-authors
* src/etc/templates/it/moderate.it.tpl: [reported by M.Gaiarin]
Remove '\n'
2004-08-02 16:44 sympa-authors
* src/etc/templates/us/stats_report.us.tpl: [reported by S.Rouanet]
Fix: incorrect label for received Mb
2004-08-02 15:25 sympa-authors
* wwsympa/wwsympa.fcgi: [reported by Chaosmedia] Fix: while editing
a template, the template name could be altered (lang element
lost)
2004-07-09 14:15 sympa-authors
* wwsympa/wwsympa.fcgi: [reported by J.Koret] Fix an XSS
vulnerability
2004-07-07 16:20 sympa-authors
* src/tools.pl: [reported by J.Beretta] Fix: sympa would
incorrectly change the MIME structure of multipart/alternative
messages composed with Outlook.
2004-07-07 11:56 sympa-authors
* src/tools.pl: [BugID 305] Fix: Missing <> around Message-id when
messages are posted from the web
2004-07-06 11:27 sympa-authors
* src/List.pm: Fix: rfc2369_header_fields parameter edition
incorrectly handled
2004-06-30 17:41 sympa-authors
* src/etc/script/p12topem.pl: Fix: script would fail on list object
creation
2004-06-30 16:43 sympa-authors
* src/List.pm, wwsympa/wwsympa.fcgi: Fix: load-cert() failed with
Mozilla because the content-type was forced to
application/pkix-cert and the certificate was in PEM format. Now
convert it to DER. Also used an unknown find_smime_keys()
subroutine before.
2004-06-30 14:43 sympa-authors
* src/List.pm, wwsympa/wwsympa.fcgi: Fix the load_cert() subroutine
2004-06-23 09:45 sympa-authors
* doc/sympa.tex.tpl: Add a note on virtual robots
2004-06-22 10:48 sympa-authors
* wwsympa/wwsympa.fcgi: [BugID 301] Fix: do_arc_delete() subroutine
was inadvertently removed (while introducing SOAP features)
2004-06-21 09:47 sympa-authors
* .version, ChangeLog, NEWS: preparing sympa 4.1.2
2004-06-21 09:04 sympa-authors
* wwsympa/wwsympa.fcgi:
Fix a bug that allow to "open" a pending list without listmaster
privilege.
2004-06-16 17:25 sympa-authors
* soap/sympa_soap_server.fcgi, src/List.pm: Fix: Using
error_message() subroutine where it is not defined
2004-06-16 14:29 sympa-authors
* wwsympa/wwsympa.fcgi: [reported by Y.Edelist] Fix: wwsympa would
log a warning if Net::LDAP was not installed, even though it was
not used : "Unable to use LDAP library, Net::LDAP
required,install perl-ldap (CPAN) first"
2004-06-15 11:54 sympa-authors
* src/List.pm, wwsympa/wwsympa.fcgi: [BugID 295] Fix: "Internal
Server Error" while accessing to modindex
2004-06-14 14:53 olivier.salaun
* src/etc/edit_list.conf: Fix: new include_xxx parameters should be
hidden for owners
2004-06-14 14:38 olivier.salaun
* Makefile.in, configure: Update
2004-06-14 14:28 olivier.salaun
* configure.in: [reported by L.Veillon] [O.Lacroix] Fix: incorrect
AC_ARG_WITH
2004-06-03 18:00 olivier.salaun
* doc/sympa.tex.tpl: Add doc for purge_user_table task
2004-06-03 17:29 olivier.salaun
* wwsympa/: archived.pl, bounced.pl: Fix: when in debug mode, log
entries were not printed
2004-06-03 17:03 olivier.salaun
* src/tools.pl: [reported by O. Lacroix] Change: previously made
too many trials for safefork()
2004-06-03 11:58 olivier.salaun
* src/List.pm: [reported by P.Maes] Fix: list creation request
message could not be sent (foo-owner User Unknown) because
Return-path address was not yet created
2004-05-18 10:56 salaun
* wwsympa/wwsympa.fcgi: [reported by V. Mathieu] Fix: incorrectly
handled multiple enum parameters in edit_list
2004-05-14 14:10 salaun
* src/Commands.pm: Add a log entry if confirmed message could not
be distributed
2004-05-14 10:35 salaun
* src/Conf.pm: Change: check Sympa access to capath and cafile if
defined
2004-05-04 16:55 salaun
* src/List.pm: Fix: set 'subscribed' to 1 if neither subscribed nor
included is set
2004-05-03 17:37 salaun
* wwsympa/wwsympa.fcgi: Fix: notify user that the config will be
updated soon when user_data_source changed from anything to
'include2'
2004-05-03 14:59 salaun
* wwsympa/wwsympa.fcgi, src/Language.pm: Add &POSIX::setlocale to
SetLang(), for better dates syntax
2004-05-03 14:34 salaun
* src/List.pm: Fix: did not take the list language into account in
send_file()
2004-04-30 14:02 salaun
* wwsympa/wwsympa.fcgi: Fix: previously created ML directory
directly in expl/ directory if robot was also the default host.
2004-04-30 11:51 salaun
* src/tools.pl: [O.Lacroix] Fix: failed to remove list directory
(while purging) becaude finddepth() used to chdir. rmdir() failed
with 'device busy' error
2004-04-28 17:14 salaun
* wwsympa/wwsympa.fcgi: [reported by mwk] Fix: escape single quotes
in archives search engine (could cause a 500 error)
2004-04-26 14:24 salaun
* .version, ChangeLog: Preparing Sympa 4.1.1.1
2004-04-26 11:42 salaun
* wwsympa/Makefile: [BugID 152] Fix: UMASK was not set when
installing web templates
2004-04-26 11:34 salaun
* wwsympa/Makefile: [BugID 205] Fix: wws_templates/ directory was
installed with wrong permissions
2004-04-22 17:48 salaun
* src/task_manager.pl: Fix: Do not warn/remove boucing members that
are included
2004-04-21 11:54 salaun
* doc/sympa.tex.tpl: [reported by V.Mathieu] Fix
include_ldap_2level example
2004-04-20 11:41 salaun
* src/List.pm: [reported by O.Thalmann] Fix: total of subscribers
was not uptodate just after a DEL or ADD operation. Added
'nocache' option to the call to _load_total_db() in
get_first_user()
2004-04-19 15:22 salaun
* src/List.pm, src/sympa.pl, wwsympa/wwsympa.fcgi: [reported by
V.Mathieu] Fix: Ldap.pm was not loaded in sympa_soap_server.fcgi
2004-04-19 15:07 salaun
* check_perl_modules.pl: [reported by V.Mathieu] Change: FCGI 0.67
is required for the SOAP server. Corresponding error message :
Can't locate object method "BINMODE" via package "FCGI::Stream"
2004-04-19 14:56 salaun
* doc/: sympa.pdf, sympa.ps, sympa.tex, sympa.tex.tpl,
html/index.html, html/node1.html, html/node10.html,
html/node11.html, html/node12.html, html/node13.html,
html/node14.html, html/node15.html, html/node16.html,
html/node17.html, html/node18.html, html/node19.html,
html/node2.html, html/node20.html, html/node21.html,
html/node22.html, html/node23.html, html/node24.html,
html/node3.html, html/node4.html, html/node5.html,
html/node6.html, html/node7.html, html/node8.html,
html/node9.html, html/sympa.html, html/sympa.ps: [reported by
V.Mathieu] Fix a few SOAP-related typos
2004-04-19 09:03 salaun
* src/.core.swp: removal of .core.swp
2004-04-02 10:45 salaun
* src/tools.pl: [L. Labat] Fix: Antivirus check would fail under
some circumstances (Unable to open xxx). BODY filehandle was
never closed
2004-04-02 09:21 salaun
* nls/README, nls/cz.msg, nls/us.msg,
src/etc/create_list_templates/discussion_list/comment,
src/etc/create_list_templates/hotline/comment,
src/etc/create_list_templates/html-news-letter/comment,
src/etc/create_list_templates/intranet_list/comment,
src/etc/create_list_templates/news-letter/comment,
src/etc/create_list_templates/private_working_group/comment,
src/etc/create_list_templates/public_web_forum/comment,
src/etc/global_task_models/chk_cert_expiration.daily.task,
src/etc/global_task_models/crl_update.daily.task,
src/etc/global_task_models/eval_bouncers.daily.task,
src/etc/global_task_models/expire_bounce.daily.task,
src/etc/global_task_models/process_bouncers.weekly.task,
src/etc/global_task_models/purge_orphan_bounces.monthly.task,
src/etc/global_task_models/purge_user_table.monthly.task,
src/etc/list_task_models/expire.yearly.task,
src/etc/list_task_models/remind.2month.task,
src/etc/list_task_models/remind.monthly.task,
src/etc/list_task_models/remind.yearly.task,
src/etc/list_task_models/sync_include.ttl.task,
src/etc/scenari/create_list.listmaster,
src/etc/scenari/send.editor, src/etc/scenari/send.editorkey,
src/etc/scenari/send.publicnoattachment,
src/etc/scenari/topics_visibility.conceal,
src/etc/scenari/topics_visibility.identified,
src/etc/templates/cz/bye.cz.tpl,
src/etc/templates/cz/info_report.cz.tpl,
src/etc/templates/us/certif_warning.us.tpl,
src/etc/templates/us/expire_warning1.us.tpl,
src/etc/templates/us/expire_warning2.us.tpl,
src/etc/templates/us/helpfile.us.tpl,
src/etc/templates/us/listmaster_notification.us.tpl,
src/etc/templates/us/listowner_notification.us.tpl,
src/etc/templates/us/remind.us.tpl,
src/etc/templates/us/your_infected_msg.us.tpl,
wwsympa/wws_templates/cz/arc.cz.tpl,
wwsympa/wws_templates/cz/arcsearch.cz.tpl,
wwsympa/wws_templates/cz/compose_mail.cz.tpl,
wwsympa/wws_templates/cz/d_control.cz.tpl,
wwsympa/wws_templates/cz/d_editfile.cz.tpl,
wwsympa/wws_templates/cz/d_read.cz.tpl,
wwsympa/wws_templates/cz/edit_list_request.cz.tpl,
wwsympa/wws_templates/cz/editfile.cz.tpl,
wwsympa/wws_templates/cz/editsubscriber.cz.tpl,
wwsympa/wws_templates/cz/error.cz.tpl,
wwsympa/wws_templates/cz/get_pending_lists.cz.tpl,
wwsympa/wws_templates/cz/help.cz.tpl,
wwsympa/wws_templates/cz/help_editfile.cz.tpl,
wwsympa/wws_templates/cz/help_editlist.cz.tpl,
wwsympa/wws_templates/cz/home.cz.tpl,
wwsympa/wws_templates/cz/list_menu.cz.tpl,
wwsympa/wws_templates/cz/lists.cz.tpl,
wwsympa/wws_templates/cz/loginbanner.cz.tpl,
wwsympa/wws_templates/cz/menu.cz.tpl,
wwsympa/wws_templates/cz/notice.cz.tpl,
wwsympa/wws_templates/cz/pref.cz.tpl,
wwsympa/wws_templates/cz/remindpasswd.cz.tpl,
wwsympa/wws_templates/cz/remove_arc.cz.tpl,
wwsympa/wws_templates/cz/review.cz.tpl,
wwsympa/wws_templates/cz/reviewbouncing.cz.tpl,
wwsympa/wws_templates/cz/scenario_test.cz.tpl,
wwsympa/wws_templates/cz/serveradmin.cz.tpl,
wwsympa/wws_templates/cz/set_pending_list_request.cz.tpl,
wwsympa/wws_templates/cz/show_cert.cz.tpl,
wwsympa/wws_templates/cz/sigrequest.cz.tpl,
wwsympa/wws_templates/cz/suboptions.cz.tpl,
wwsympa/wws_templates/cz/subrequest.cz.tpl,
wwsympa/wws_templates/cz/view_translations.cz.tpl,
wwsympa/wws_templates/cz/viewmod.cz.tpl,
wwsympa/wws_templates/us/arc.us.tpl,
wwsympa/wws_templates/us/arc_manage.us.tpl,
wwsympa/wws_templates/us/d_read.us.tpl,
wwsympa/wws_templates/us/help_editlist.us.tpl,
wwsympa/wws_templates/us/lists.us.tpl,
wwsympa/wws_templates/us/loginbanner.us.tpl,
wwsympa/wws_templates/us/translate.us.tpl: [Petr Prazak] Update
Czech translations + some English typos fixed
2004-04-01 16:44 salaun
* wwsympa/wwsympa.fcgi: Fix: renaming a list if the list was moved
to another robot with the same name
2004-04-01 14:29 salaun
* src/sympa.pl: Fix: remove call to deprecated MIME::Head::decode()
2004-03-23 11:54 salaun
* src/List.pm: [reported by V. Mathieu] Fix: removed
'visibility.private' scenario is considered the same as
'visibility.conceal'
2004-03-22 17:05 salaun
* .version, ChangeLog, NEWS: Preparing Sympa 4.1.1
2004-03-22 16:59 salaun
* src/etc/script/arcrepair.pl: This script will fix an archiving
bug of Sympa 4.1
2004-03-22 16:13 salaun
* wwsympa/archived.pl: Fix: web archives were stored in the wrong
directory
2004-03-22 11:16 salaun
* wwsympa/wwsympa.fcgi: [reported by V. Mathieu] Fix: list of
inactive lists did not consider the msg_count file was not
ordered
2004-03-22 11:02 salaun
* src/List.pm: Fix: sorting msg_count file when it is updated
|