This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 30 Jan, 2008 4 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4818 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
We need the -U options for perl, having activated the "enable-secure" option or not. We will always give the bit s to wwsympa-wrapper.fcgi, having or not activated the "enable-secure" option. git-svn-id: https://subversion.renater.fr/sympa/trunk@4817 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
- Korean full support: Mark Smith and Kang Tae-Hee - Simplified Chinese full support: Mark Smith and Xun Yan - Tradional Chinese full support: Mark Smith and iconv ;) git-svn-id: https://subversion.renater.fr/sympa/trunk@4816 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4815 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Jan, 2008 6 commits
-
-
david.verdin authored
[#3683][Submitted by S. Kristoffersen, univ. Oslo] Fix: A carriage return in compose_mail.tt2 inserted a blank line into the text area in which the mails were composed. git-svn-id: https://subversion.renater.fr/sympa/trunk@4814 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[Reported by C. desmoulins and J. Beretta, Orange] Change: During an LDAP include, we didn't check if an email address was present several times, leading to a database field "include_sources_subscriber" containing the LDAP source id as many times as the address had been found. Fixed by preventing an address to be taken into account if it has been met already in the LDAP query result set. git-svn-id: https://subversion.renater.fr/sympa/trunk@4813 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
Fix: In a review, data sources name were not displayed because they were searched by comparing a MD5 hash on their parameters to the value stored in the database. As for complex datasources, these description were stored in hash, the order of the parameters was not fixed, leadinf to different values of MD5 for the same data sources. Fixed by sorting the hashes according to the hash keys, storing the result into an array and computing the MD5 with the array. git-svn-id: https://subversion.renater.fr/sympa/trunk@4812 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4811 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4810 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4809 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Jan, 2008 3 commits
-
-
david.verdin authored
Change: Switching log level of tools:sanitize_var to debug4 instead of debug3. Faaaaaaaar too much logs generated otherwise. git-svn-id: https://subversion.renater.fr/sympa/trunk@4808 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
Fix: Sympa didn't check that a "bad/" spool existed prior to cleaning it, leading to useless attempt to open said directory. Now, the "bad/" spool existence is tested before calling tools::CleanSpool(). git-svn-id: https://subversion.renater.fr/sympa/trunk@4807 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
Fix: All the radio buttons in the form used by the "set_log_level" action didn't share the same control name, thus preventing the web client from expliting them as a set of buttons. This prevented the value from being correctly processed. git-svn-id: https://subversion.renater.fr/sympa/trunk@4806 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Jan, 2008 1 commit
-
-
david.verdin authored
[#3662][Submitted by J. Kirkland, westover.org] Change: Message headers can now be used by any scenario. Admin can use, for example, match([msg_header-><HeaderName>],/someregexp/) smtp -> do_it in a scenario, for any message header. git-svn-id: https://subversion.renater.fr/sympa/trunk@4805 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Jan, 2008 3 commits
-
-
david.verdin authored
[#3032][Submitted by J. Kirkland] Fix: It was impossible to copy a template through wwsympa to a language-specific directory because the lang was no passe as argument to Sympa. Fixed by modifying the template. git-svn-id: https://subversion.renater.fr/sympa/trunk@4803 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[Reported by C. Andrews, Boston College] Fix: ampersand character was forbidden in email addresses though it is authorized by the RFC 2822. git-svn-id: https://subversion.renater.fr/sympa/trunk@4802 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3253][Reported by P. Ferrari, riseup.net] Fix: When all editors and owners have set their reception mode to "nomail", a message is sent to all of them instead of generating an internal server error and sendinf a message to listmaster. git-svn-id: https://subversion.renater.fr/sympa/trunk@4801 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Jan, 2008 3 commits
-
-
david.verdin authored
[#3661][Reported by S. Kristofferesen, univ. Oslo] Fix: In-Reply-To header did not follow rfc2822 format: opening '<' and closing '>' were missing. git-svn-id: https://subversion.renater.fr/sympa/trunk@4800 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3109] Fix: When an user requests a subscription more than once, spare requests are ignored. That way, subscription requests appear only once in the moderation panel and the list owner receive only one message. git-svn-id: https://subversion.renater.fr/sympa/trunk@4799 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[Reported by M. Deranek, slonko.net] Change: task_manager now ignores files whose name starts with a dot in the spool directory. this done to avoid errors in distributions (such as gentoo) which add doted (system) files in the file system. git-svn-id: https://subversion.renater.fr/sympa/trunk@4798 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Jan, 2008 4 commits
-
-
olivier.salaun authored
Fix: lismaster was notified about listowner email changes, even when user is not listowner. Added a condition to the notification git-svn-id: https://subversion.renater.fr/sympa/trunk@4797 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3611][Reported by A. Berstein, electricembers.net] Change: Adds a "Precedence:" field with value "bulk" in addition to the preexisting one with the value "list" to let MS exchange autoresponders ignore mails from Sympa. git-svn-id: https://subversion.renater.fr/sympa/trunk@4796 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4795 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#3643][Submitted by S. Kristoffersen, univ. Oslo] Fix: wrong description of SQLite driver in perl module verification. git-svn-id: https://subversion.renater.fr/sympa/trunk@4794 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Jan, 2008 7 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4791 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4790 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
serge.aumont authored
Reduce SQL queries for sessions. Don't exist if new session abort. Also renew the cookie (a random used as session_id) so it make session hijacking much more difficult. git-svn-id: https://subversion.renater.fr/sympa/trunk@4789 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4787 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4786 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4785 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4784 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Dec, 2007 1 commit
-
-
olivier.salaun authored
[requested by B.Thale, Motorola] New feature: keep the 'nomenu' attribute from page to page. Note that the nomenu attribute is lost whenever the user hits a button that uses POST. A better implementation would require the nomenu attribute to be attached to the user session. git-svn-id: https://subversion.renater.fr/sympa/trunk@4783 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Dec, 2007 3 commits
-
-
david.verdin authored
[Reported by M Bouissou] Fix: Command "quit" was ignored in mail commands. This was due to the correction of bug fix in Rev 3548: "Commands starting with 'qui' would be skipped, including QUIET". Fixed by removing comments and changing the regexp to match lines containing 'quit', 'stop', 'end' or '-' ONLY. git-svn-id: https://subversion.renater.fr/sympa/trunk@4781 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[Reported by M. Bouissou] Fix: Invite message suggested to reply to the message to accept to subscribe to a list. this led to an answer with "unknown command" error. Fixed by removinf this message and giving an answer address and an appropriate subject string for people who couldn't hit the "mailto" link. git-svn-id: https://subversion.renater.fr/sympa/trunk@4778 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[#798] Fix: When selecting a scenario, a duplicate scenario was proposed, one being the default. The default is now hidden. git-svn-id: https://subversion.renater.fr/sympa/trunk@4776 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Dec, 2007 4 commits
-
-
david.verdin authored
[#3528][Reported by D. Lalot, univ. Aix-Marseille] Fix: A list created by family instantiation without "config_changes" file in its directory would be set to status "error_config". Now, if the file is missing we assume that no changes occur. We still set the list in status error_config if the file exists but can't be opened. **Same behaviour implemented with the file "param_constraint.conf".** git-svn-id: https://subversion.renater.fr/sympa/trunk@4775 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4774 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[Reported by D. Lalot, univ. Aix-Marseille] Fix: Opening xML files when instantiating families would make Sympa crash under Debian Etch. Fixed by switching "<:utf8" opening mode to "<:raw". git-svn-id: https://subversion.renater.fr/sympa/trunk@4772 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
- Fix: When reply_to_header add the following values: - apply forced - value all The archives still offered to reply either to the sender or to the list (and not to both!). - Change: If "apply" has the value "forced", then a single "reply" button is available, without nay choice. The reply is sent to the addresses specified by "value". Otherwise, the user has three choices: reply to sender, to list or to both. - Change: web mail composer is now able to send messages to several recipients. git-svn-id: https://subversion.renater.fr/sympa/trunk@4771 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Dec, 2007 1 commit
-
-
david.verdin authored
[#3537] Change: In web archives, sets a "Last-Modified" HTTP header to prevent frequent web-harvesting. git-svn-id: https://subversion.renater.fr/sympa/trunk@4770 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-