This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 11 Oct, 2007 4 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4640 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
This feature allows the use of per list custom user attributes. Once defined by the list owner, a form will be presented to new list members on the subscription web page. These custom attributes are either optional or mandatory. The list owner will then see the provided user information while taking the subscription decision. Custom attributes can later be viewed from the review page and editsubscriber page. Custom attributes are stored in a dedicated field of the subscriber_table DB table, as XML data. git-svn-id: https://subversion.renater.fr/sympa/trunk@4639 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3377] Fix: in messages composed in wwsympa, URL would be cut after their 80 first characters and a carriage return inserted, thus breaking the URL. git-svn-id: https://subversion.renater.fr/sympa/trunk@4637 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3334, #3308][reported by C.Peck, wm.edu and D. Stefano]Fix: dump of bouncers would only return the first 25 entries. git-svn-id: https://subversion.renater.fr/sympa/trunk@4636 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Oct, 2007 1 commit
-
-
david.verdin authored
[#3182][Reported by G. Bouteille, univ. Rennes 1 and J.H. Belpois, univ. Brest] Fix: When instantiating a family with list containing an include_sql_query paragraph, new parameters appeared in the paragraph (db_user, db_host, db_psswd). This was because we used to pass a ref to the hash containing list config values to functions which added values to this hash. We now pass a copy of this hash, temporary values are then never added to the hash finally saved. git-svn-id: https://subversion.renater.fr/sympa/trunk@4635 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Oct, 2007 2 commits
-
-
david.verdin authored
[#3298][Reported by A. Ma and S. Ikeda] Fix: Sympa would add a "Re:" to each reply, leading to possibly very long chains of "Re:" in messages subjects. git-svn-id: https://subversion.renater.fr/sympa/trunk@4634 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
Fixed the scenario parsing regular expression that did not allow to have a regexp parameter to the match() condition that included a single character git-svn-id: https://subversion.renater.fr/sympa/trunk@4633 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Oct, 2007 5 commits
-
-
david.verdin authored
[#787][Reported by W. Werner,Fraunhofer SIT] Fix: Two versions of the send_msg() function existed in List.pm. removed the oldest one. git-svn-id: https://subversion.renater.fr/sympa/trunk@4632 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3305][Reported by M. Deranek, slonko.net] Upgrade would fail for SQLite databases due to a request containing a MySQL-specific assertion. The test of primary keys and indexes is sppressed for SQLite, due to the lack of a simple way to test tables columns in this RDBMS. git-svn-id: https://subversion.renater.fr/sympa/trunk@4631 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4630 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3363][Reported by M. Deranek, slonko.net] The HTML document date was set to 1 jan 1970 instead of current date, causing some browser to be unable to unlog because they seem to compare cookie date to document date for expiration purpose. git-svn-id: https://subversion.renater.fr/sympa/trunk@4628 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
Fix: When a new Lock object is created, we didn't check that the object tcreation had succeeded. On one occasion, it made task-manager to crash. Now, if the object isn't defined after the "new" invocation, the functions return undef. git-svn-id: https://subversion.renater.fr/sympa/trunk@4627 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Oct, 2007 4 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4626 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[reported by C.Wolfhugel] Fix: email addresses containing the '/' character was not properly URI-unescaped, for example with the editsubscriber function git-svn-id: https://subversion.renater.fr/sympa/trunk@4625 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4624 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[change] Improved XSS protection. Sympa logo not escaped anymore, non escaped parameters and XSS treatment moved to wwsympa.fcgi. git-svn-id: https://subversion.renater.fr/sympa/trunk@4623 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Sep, 2007 1 commit
-
-
olivier.salaun authored
Change: require MIME-Tools 5.423. Actually only versions 5.421 and 5.422 would create problems, because the API of MIME::Entity::body() changed. This would make sympa.pl process die with error "Can't use string ("0") as an ARRAY ref while "strict refs"" git-svn-id: https://subversion.renater.fr/sympa/trunk@4621 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Sep, 2007 1 commit
-
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4619 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Sep, 2007 2 commits
-
-
olivier.salaun authored
Change: perform post-install check of CPAN modules. If install failed, first try to force the tests, then suggest a manual install git-svn-id: https://subversion.renater.fr/sympa/trunk@4618 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4616 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Sep, 2007 2 commits
-
-
david.verdin authored
Fix: changes of scenario from the admin web interface did not seem to work because the 'selected' attributes were cumulated in %Scenario::all_scenarios. Now only pass the required scenario attributes (name and web_title) to the TT2 web parser. git-svn-id: https://subversion.renater.fr/sympa/trunk@4615 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4614 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Sep, 2007 2 commits
-
-
david.verdin authored
[#3306][Reported by C. Andrews, boston College] The List::verify resolution of the true test would be applied for all custom conditions that have "true", "any" or "all" in them. Fix: Checks that condiotn starts and ends with the serached condition name. git-svn-id: https://subversion.renater.fr/sympa/trunk@4613 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4612 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Sep, 2007 3 commits
-
-
david.verdin authored
Feature: Added "trace" log facility to facilitate development messages insertion, visualization and deletion. git-svn-id: https://subversion.renater.fr/sympa/trunk@4611 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
Fix: info and config files were not properly encoded when a list was created using the web or SOAP. fixed by adding the declaration of origin in create_list_old call and then testing this value to know how to handle encoding. git-svn-id: https://subversion.renater.fr/sympa/trunk@4609 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
Change:Additionnaly, any HTML file put in the shared directory is filtered using StripScripts. Change:HTML::StripScripts::Parser CPAN module is now mandatory. git-svn-id: https://subversion.renater.fr/sympa/trunk@4608 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Sep, 2007 2 commits
-
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4607 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4606 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Sep, 2007 1 commit
-
-
david.verdin authored
Fix: Changing password and email address was no longer possible in WWSympa. git-svn-id: https://subversion.renater.fr/sympa/trunk@4605 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Sep, 2007 3 commits
-
-
serge.aumont authored
fix location of db_connect git-svn-id: https://subversion.renater.fr/sympa/trunk@4604 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4603 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4602 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Sep, 2007 1 commit
-
-
david.verdin authored
Now session from crawlers are stored in sessiontable. Crawler detection is controled by /etc/crawlers_detection.conf. Currently this file only list user_agent strings. In the futur it could detect crawlers by ip adress and later we could detect crawlers by analysing automatically the session table git-svn-id: https://subversion.renater.fr/sympa/trunk@4601 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Sep, 2007 6 commits
-
-
david.verdin authored
[#3183][] Fix: Trusted application name check was case sensitive, xhreas it is not supposed to be the case. Fixed by lowercasing comparison in remote_app_check_password(). git-svn-id: https://subversion.renater.fr/sympa/trunk@4599 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3269][Submitted by J. Östman, Helsinki univ. of technology] Fix: sympa would take the LANGUAGE environment variable as its default instead of its lang parameter value, because this is Gettext default behaviour. git-svn-id: https://subversion.renater.fr/sympa/trunk@4597 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4596 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[requested by JM.Martins da Cruz] Added X-Sympa-To and X-Family-To header fields to those header that should be removed by Sympa for outgoing mails git-svn-id: https://subversion.renater.fr/sympa/trunk@4595 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
Change: make the 'body' parameter required while composing a message. This is especially usefull because the XSS code may erase the body parameter. git-svn-id: https://subversion.renater.fr/sympa/trunk@4594 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4593 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-