This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 19 Dec, 2008 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5417 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5416 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Dec, 2008 2 commits
-
-
david.verdin authored
[bug][#4786][Submitted by Charles Paul, evil-wire.org] Sympa did not build properly due to missing VERSION in /configure.ac git-svn-id: https://subversion.renater.fr/sympa/trunk@5415 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][#4786][Submitted by Charles Paul, evil-wire.org] Sympa did not build properly, due to a typo in doc/man8/Makefile. git-svn-id: https://subversion.renater.fr/sympa/trunk@5414 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Dec, 2008 1 commit
-
-
david.verdin authored
[bug][#4577][Reported by F. Guilleux] the W3C gives recommendations for the use of GET and POST: http://www.w3.org/2001/tag/doc/whenToUseGet.html#checklist Sympa was not fully compliant to these recommendations, leading for example to possible unwanted list deletion by administrators using prefetching tools. Fixed by replacing all the threatening GET requests by POST requests. git-svn-id: https://subversion.renater.fr/sympa/trunk@5407 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Dec, 2008 1 commit
-
-
olivier.salaun authored
[bug][Reported by epsas@evil-wire.org]The installation was choking on a missing sympa.pdf file; Fixed by removing all references to this file and adding a link to the PDF file on the Sympa website. git-svn-id: https://subversion.renater.fr/sympa/trunk@5406 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Dec, 2008 1 commit
-
-
david.verdin authored
[bug][#4672][Submitted by O. Menkens, Fraunhofer IAIS] Wrong error handling of LDAP searches caused Sympa to be unable to sychronize sources. Some attributes in the LDAP search were not correctly passed to the function. git-svn-id: https://subversion.renater.fr/sympa/trunk@5403 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Dec, 2008 1 commit
-
-
david.verdin authored
[bug][#4555] When a user connected to the Sympa web interface clicked on a ticket for the second time, she was issued an error message. As she was connected already, the normal evaluation of the authorization scenario should ensue, instead of simply refusing to execute it. This was fixed by evaluating the existence of the ticket. Now, Sympa behaves like this: If a non connected user clicks on a ticket link, if it is the first time the ticket is clicked, the user is connected using the email of the ticket context. If the ticket has been previously used, the user is not connected and an error is issued. If the user is connected already when she clicks the ticket, the action is executed, with the authorization being checked using the email the user was authentified with at the time she clicked the ticket. git-svn-id: https://subversion.renater.fr/sympa/trunk@5402 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Nov, 2008 2 commits
-
-
david.verdin authored
[bug] When using the multiple add form, it was difficult to create a list by copy / paste, because a javascript erased any data in the textarea on click event. Fixed by modifying said javascript. git-svn-id: https://subversion.renater.fr/sympa/trunk@5401 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][reported by T. Retout] SQL injection threat removed by using place holders instead of direct sprint in a query. git-svn-id: https://subversion.renater.fr/sympa/trunk@5399 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Nov, 2008 1 commit
-
-
david.verdin authored
[change] Notifications are now sent to users, for remind, add and del commands, only if the visibility is set to true for these users. [feature] Notifications can now be sent to users included by external data sources, when they are added or removed from user list. git-svn-id: https://subversion.renater.fr/sympa/trunk@5396 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Nov, 2008 3 commits
-
-
david.verdin authored
[bug][#4516] It was possible to manually remove all the list owners. This is now impossible by taking into account the minimal cardionality of complex list parameters. git-svn-id: https://subversion.renater.fr/sympa/trunk@5330 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5329 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][#4437][Submitted by M. Keisler, mitsein.net] Sympa refused to save topics which contained dashes in their name, due to an excessively selective regexp. Consequently, it was showing lists with such topics as topicsless. Fixed by accepting dashes in their regexp. Topics can now contain any alphanumeric, plus '-' and '_'. That should be enough for most needs. git-svn-id: https://subversion.renater.fr/sympa/trunk@5328 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Nov, 2008 9 commits
-
-
david.verdin authored
[bug][#4437][Reported by M. Keisler, mitsein.net] Sympa refused to save topics chich contained dashes in their name, due to an excessively selective regexp. Fixed by accepting dashes in theis regexp. Topics can now contain any alphanumeric, plus '-' and '_'. That should be enough for most needs. git-svn-id: https://subversion.renater.fr/sympa/trunk@5311 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5310 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5309 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5308 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5307 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5306 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5305 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][#4555] When clicking a one-time ticket past the first time, users got an error, even if they were connected. Fixed by modifying the template so that a user logged in will have different messages according to what its connected status. git-svn-id: https://subversion.renater.fr/sympa/trunk@5304 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][#4559][Submitted by P. Brown, univ. Southern California] init script sympa was broken for Solaris. It used some syntaxes not supported by this OS' shell language. git-svn-id: https://subversion.renater.fr/sympa/trunk@5303 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Nov, 2008 1 commit
-
-
david.verdin authored
[feature][#4645][Submitted by N. Bertrand, univ. Minnesota] Basic logs in debug don't issue the password unencrypted in the logs for function Auth::ldap_authentication. This way, this password won't be sent unencrypted to a possible syslog server. git-svn-id: https://subversion.renater.fr/sympa/trunk@5294 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Nov, 2008 8 commits
-
-
olivier.salaun authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5210 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
olivier.salaun authored
[-change][proposed by R.Touchais, U.Paris sud] remove reference to the service email address from the web homepage git-svn-id: https://subversion.renater.fr/sympa/trunk@5209 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][#4544][Reported by T. Berry, JPL, NASA] When a mail set command failed, the mail report contained a faulty email address or no eamil address at all. Fixed by changing the var reference passed to the templates. git-svn-id: https://subversion.renater.fr/sympa/trunk@5205 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][#4579][Reported by F. Guilleux, CRU] In the array of the bouncers management page, a header contained the statement "First bounce" instead "Last bounce". git-svn-id: https://subversion.renater.fr/sympa/trunk@5204 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@5203 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
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 2 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
-