This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 07 Nov, 2008 3 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5202 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5201 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][reported by S. Bilbeau, univ. Rennes 1] For trusted applications, when declaring an application in trusted_applicaitons.conf, if the app name contained a higher case character, the application was not found, because Sympa compared the app name to its lower-cased version. Fixed by comparing two lower case strings, thus making the app name completely case insensitive for Sympa. git-svn-id: https://subversion.renater.fr/sympa/trunk@5200 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Nov, 2008 1 commit
-
-
david.verdin authored
[bug][#4605][Reported by F. Guilleux, CRU] Searching for a string containing some special characters provoked various errors. Fixed by escaping characters at the moment we use the search engine and not just when parising the characters. git-svn-id: https://subversion.renater.fr/sympa/trunk@5199 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Nov, 2008 2 commits
-
-
david.verdin authored
[bug]Adding HTML comments in web templates to help users spotting which template is used for customizing purpose. git-svn-id: https://subversion.renater.fr/sympa/trunk@5198 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5197 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Oct, 2008 1 commit
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5196 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Oct, 2008 2 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5194 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
Also use one-time tickets for web signoff now git-svn-id: https://subversion.renater.fr/sympa/trunk@5193 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Oct, 2008 5 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5192 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5191 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5190 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5189 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5188 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Oct, 2008 5 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5187 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5186 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5185 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5184 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5183 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Oct, 2008 1 commit
-
-
olivier.salaun authored
[bug]Add an appropriate error message whenever an identity provider does not provide the user email address, when using generic_sso authentication method. git-svn-id: https://subversion.renater.fr/sympa/trunk@5182 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Oct, 2008 2 commits
-
-
olivier.salaun authored
[bug] 'logs_expiration_period' sympa.conf parameter was not loaded. As a result DB logs were expired every day. Also added an error message if two virtual hosts use the same URL. git-svn-id: https://subversion.renater.fr/sympa/trunk@5180 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5179 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Oct, 2008 1 commit
-
-
olivier.salaun authored
[bug] While running sympa.pl --md5_encode_password, most MD5-encoded passwords were re-encoded because of a regexp error. Also fixed the Upgrade::md5_encode_password() code to skip empty passwords git-svn-id: https://subversion.renater.fr/sympa/trunk@5178 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Oct, 2008 3 commits
-
-
olivier.salaun authored
[*change] [reported by Micah Anderson, Riseup] Micah reported problems with the use of $* instead of /m in the parser.pl module. It was a good oportunity to remove the old parser code that was used by the task_manager only. The task_manager now uses the TT2 parser. It forces us to change the task template format for structured variables : [x->y] should now be written [x.y]. git-svn-id: https://subversion.renater.fr/sympa/trunk@5177 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[*change] [reported by Micah Anderson, Riseup] Micah reported problems with the use of $* instead of /m in the parser.pl module. It was a good oportunity to remove the old parser code that was used by the task_manager only. The task_manager now uses the TT2 parser. It forces us to change the task template format for structured variables : [x->y] should now be written [x.y]. git-svn-id: https://subversion.renater.fr/sympa/trunk@5176 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[*change] [reported by Micah Anderson, Riseup] Micah reported problems with the use of $* instead of /m in the parser.pl module. It was a good oportunity to remove the old parser code that was used by the task_manager only. The task_manager now uses the TT2 parser. It forces us to change the task template format for structured variables : [x->y] should now be written [x.y]. git-svn-id: https://subversion.renater.fr/sympa/trunk@5175 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Oct, 2008 1 commit
-
-
olivier.salaun authored
[bug] [reported by Micah Anderson, Riseup] No more force $/ and $* variables. This had been introduced in 1999 to fix a bug on Solaris platform. git-svn-id: https://subversion.renater.fr/sympa/trunk@5173 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Oct, 2008 1 commit
-
-
sympa-authors authored
transmisted to the tt2 parser so it is now possible to print the message body in the notification sent to the original message sender. The tt2 var to use is [editor_msg_body] git-svn-id: https://subversion.renater.fr/sympa/trunk@5172 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Oct, 2008 1 commit
-
-
sympa-authors authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5171 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Oct, 2008 4 commits
-
-
olivier.salaun authored
[bug][#4543] When multiple "ldap" entries were defined in the auth.conf file, only the first one was queried. Also fixed a bug with the default scope being "base", now "sub". git-svn-id: https://subversion.renater.fr/sympa/trunk@5169 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5168 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5167 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5166 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Oct, 2008 4 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5163 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5160 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5157 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[change] Allow access to modindex page even with empty spool. It allows to access the manage_template link git-svn-id: https://subversion.renater.fr/sympa/trunk@5154 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Sep, 2008 3 commits
-
-
olivier.salaun authored
- using authenticating URLs to check the new user email (instead of collecting his password) - provide an equivalent listmaster feature to change a user's email address - check if user is included ; if so, notify the list owner - rename list member picture if he changes his member email address Also removed old code for the following actions : change_identity, unify_email, record_email New feature to define custom moderation rejection messages. git-svn-id: https://subversion.renater.fr/sympa/trunk@5150 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5149 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5148 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-