aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates
Commit message (Collapse)AuthorAgeFilesLines
* fix up bugzilla ldap/pgsql_password variable lookupThomas Backlund2016-02-075-5/+5
|
* Revert lint fix on sympa auth.conf to get back login fields (mga#17009)Olivier Blin2015-11-071-0/+1
| | | | | | | | | | | | sympa does not seem to parse auth.conf properly if there is no extra newline at the end of file. Matching code in /usr/share/sympa/lib/Conf.pm: }elsif (/^\s*(ldap|cas|user_table|generic_sso)\s*$/io) { $current_paragraph->{'auth_type'} = lc($1); perlre man page says the following about the /o modifier in regexps: o - pretend to optimize your code, but actually introduce bugs
* lint fixes for sympaThomas Backlund2015-10-204-5/+1
|
* Add commented options to workaround problematic domains, will be available ↵Pascal Terjan2015-06-071-0/+4
| | | | when alamut runs mga5
* sympa: merge subscriber_moderated scenari into sender.restricted scenariNicolas Vigier2013-04-222-7/+6
|
* sympa: merge sender_email and sender_ldap_group scenariosNicolas Vigier2013-04-222-6/+6
| | | | So that it's possible to have both on one ML.
* sympa, lists: change sender_email parameter to an arrayNicolas Vigier2013-04-221-2/+4
|
* sympa: create scenario files by ML nameNicolas Vigier2013-04-223-12/+6
|
* update authentication_info_url valueNicolas Vigier2012-06-291-1/+1
|
* update wwsympa urlNicolas Vigier2011-10-221-1/+1
|
* fix redirect to avoid losing POST dataNicolas Vigier2011-10-221-1/+1
|
* fix URL without trailing slashNicolas Vigier2011-10-221-0/+1
|
* add rewrite rules on sympa for nicer URLs, and avoid cache problem on homepageNicolas Vigier2011-10-221-0/+3
|
* fix problem with lists custom_subjectNicolas Vigier2011-09-211-1/+1
|
* add header to the mail on the sympa, popular request asked onMichael Scherer2011-09-122-4/+1
| | | | | sysadmin. Disable previous commit since the xml file is used only when the ml is created ( and not used after anymore )
* add option to define custom_subjectNicolas Vigier2011-08-291-0/+3
|
* disable all supported_lang until we found a solution for the translation ofMichael Scherer2011-06-181-1/+1
| | | | | template
* - fix again the filter, oopsMichael Scherer2011-03-291-1/+1
|
* - fix filter used to include memberMichael Scherer2011-03-291-1/+1
|
* - remove some significant whitespace of the file ( ie, there was a space at the Michael Scherer2011-03-281-1/+1
| | | | | end of the configuration line causing havoc when syncing members )
* give the proper argument to connect to ldap ( and note the syntax that is ↵Michael Scherer2011-03-281-0/+2
| | | | different from the one used on other ldap settings )
* - fix filter syntaxMichael Scherer2011-03-281-1/+1
|
* - ldap requires to be authenticated to give all information for inclusion Michael Scherer2011-03-251-0/+4
|
* - fix syntaxMichael Scherer2011-03-241-1/+1
|
* - force ssl ( using undocumented parameter )Michael Scherer2011-03-241-0/+1
|
* - try to force ssl for search_filer on ldapMichael Scherer2011-03-241-1/+1
|
* - fix configuration filter, may be the cause of the mail loop of yesterdayMichael Scherer2011-03-241-1/+1
|
* - fix configuration, sympa complained about it in logMichael Scherer2011-03-241-1/+1
|
* - add a option to be able to let people subscribe a closedMichael Scherer2011-03-221-1/+1
| | | | | list, to make the subscription automatic for a ldap group, and let others join the fun
* - do not hardcode the hostname of the server, in case we need to change it Michael Scherer2011-03-082-2/+2
| | | | | ( for example if the service is migrated to another one )
* remove <Location /> as it is already set by vhost_baseNicolas Vigier2011-03-021-3/+0
|
* use vhost_base instead of vhost_other_appNicolas Vigier2011-03-021-7/+0
|
* - add the rest of the url ( or moderation mail urls are wrong )Michael Scherer2011-02-261-1/+1
|
* - let any subscriber use review command ( and so see who is Michael Scherer2011-02-171-1/+1
| | | | | subscribed on a list , asked by Wobo and Jehane )
* - finally fix the bugzilla -> bugs problem, after 3h ofMichael Scherer2011-02-161-0/+3
| | | | | debugging ( mainly because i didn't understoof the error message :/ )
* fix scenari used in single mail list so now, sysadmin mls should work Michael Scherer2011-01-101-1/+1
|
* - disable list creation request by the web interface, as this would bypass ↵Michael Scherer2011-01-071-1/+1
| | | | | | puppet completly
* - allow to set the topic of the list ( useful to sort them on interfaceMichael Scherer2010-12-171-2/+3
| | | | )
* add a link to catdap, so default templates supress "lost password" and ↵Michael Scherer2010-12-171-0/+1
| | | | "first login" registration link
* hide the list of owners and editors, and replace this with 2 labelsMichael Scherer2010-12-171-0/+8
| | | | that mention the teams
* - rename the account, to be coherent with the others one in ldapMichael Scherer2010-12-162-2/+2
|
* - fix again, not a good day for me :/Michael Scherer2010-12-151-1/+1
|
* uniformisation of the name of variable used for password, so we know if this ↵Michael Scherer2010-12-152-4/+2
| | | | is ldap or postgresql at the first glance
* sympa requires to have a least one static owner defined in configMichael Scherer2010-12-141-0/+5
|
* remove option, exist only for ownerMichael Scherer2010-12-141-1/+0
|
* fix filename, as this prevent list creationMichael Scherer2010-12-141-2/+2
|
* do not use @ in filename, this confuse sympa ( and so, replace it byMichael Scherer2010-12-141-1/+1
| | | | -at- )
* fix parameters to work with our ldapMichael Scherer2010-12-141-3/+3
|
* fix name of sysadmin groupMichael Scherer2010-12-141-1/+1
|
* use ssl, not plaintextMichael Scherer2010-12-141-1/+1
|