Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Setup postfix to route to local sympa when installed, even if not primary smtp | Pascal Terjan | 2017-04-20 | 1 | -0/+7 |
| | |||||
* | sympa: fix incorrect default sender email for private lists | Olivier Blin | 2016-02-07 | 1 | -1/+1 |
| | | | | | | | | | | Other it failed with ruby >= 1.9, trying to iterate on a string by mistake: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template sympa/scenari/sender.restricted: Filepath: /etc/puppet/modules/sympa/templates/scenari/sender.restricted Line: 7 Detail: undefined method `each' for "":String at /etc/puppet/modules/sympa/manifests/scenario/sender_restricted.pp:7 on node alamut.mageia.org | ||||
* | revert sympa search_filters change | Thomas Backlund | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | variable enclosing fixes | Thomas Backlund | 2015-10-20 | 2 | -2/+2 |
| | |||||
* | use consistent domain references | Thomas Backlund | 2015-10-20 | 2 | -2/+2 |
| | |||||
* | lint fixes for sympa | Thomas Backlund | 2015-10-20 | 6 | -16/+16 |
| | |||||
* | sympa: Switch sympa template hosting to git. | Colin Guthrie | 2014-06-15 | 1 | -2/+2 |
| | |||||
* | sympa: add reply_to on public_restricted lists | Nicolas Vigier | 2013-05-29 | 1 | -0/+1 |
| | |||||
* | sympa::list::private: add $sender_email parameter | Nicolas Vigier | 2013-04-23 | 1 | -0/+2 |
| | |||||
* | sympa::list: remove unused parameter $profile | Nicolas Vigier | 2013-04-22 | 4 | -4/+0 |
| | |||||
* | rename sympa::public_restricted_list to sympa::list::public_restricted | Nicolas Vigier | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | rename sympa::announce_list_email to sympa::list::announce | Nicolas Vigier | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | rename sympa::public_list to sympa::list::public | Nicolas Vigier | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | sympa/public_restricted_list.pp: fix typo in comment | Nicolas Vigier | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | sympa: remove unused list types | Nicolas Vigier | 2013-04-22 | 5 | -82/+0 |
| | |||||
* | sympa/scenario/sender_restricted.pp: fix syntax | Nicolas Vigier | 2013-04-22 | 1 | -2/+2 |
| | |||||
* | sympa: merge subscriber_moderated scenari into sender.restricted scenari | Nicolas Vigier | 2013-04-22 | 5 | -13/+14 |
| | |||||
* | sympa: merge sender_email and sender_ldap_group scenarios | Nicolas Vigier | 2013-04-22 | 4 | -20/+11 |
| | | | | So that it's possible to have both on one ML. | ||||
* | sympa/list.pp: remove useless variable $sender_email_file | Nicolas Vigier | 2013-04-22 | 1 | -6/+0 |
| | |||||
* | sympa: create scenario files by ML name | Nicolas Vigier | 2013-04-22 | 3 | -8/+7 |
| | |||||
* | update authentication_info_url value | Nicolas Vigier | 2012-06-29 | 1 | -1/+3 |
| | |||||
* | add subscriber_ldap_group to sympa::announce_list_email | Nicolas Vigier | 2012-05-30 | 1 | -0/+2 |
| | |||||
* | fix manifests | Michael Scherer | 2012-04-02 | 1 | -0/+1 |
| | |||||
* | finish to clean sympa module | Michael Scherer | 2012-04-02 | 2 | -97/+97 |
| | |||||
* | split variable from main sympa module | Michael Scherer | 2012-04-02 | 2 | -4/+3 |
| | |||||
* | fix vhost invocation on several module, was missed by last commit, and add ↵ | Michael Scherer | 2012-03-25 | 1 | -2/+2 |
| | | | | the one for redirect_ssl | ||||
* | split some others modules in separate file | Michael Scherer | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | fix typo | Michael Scherer | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | rename private_list_email | Michael Scherer | 2012-03-19 | 1 | -5/+5 |
| | |||||
* | rename sympa::restricted_list | Michael Scherer | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | split search filters in a separate file | Michael Scherer | 2012-03-19 | 3 | -8/+7 |
| | |||||
* | style cleaning of the module | Michael Scherer | 2012-03-19 | 1 | -45/+47 |
| | |||||
* | split ldap_group_datasource in a separate file and directory, and rename it | Michael Scherer | 2012-03-19 | 2 | -8/+7 |
| | |||||
* | move private_list to the new layout | Michael Scherer | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | move list to a subdirectory ( for now, just 1 for testing ) | Michael Scherer | 2012-03-19 | 1 | -5/+5 |
| | |||||
* | split scenario in a subdirectory, cleaner layout | Michael Scherer | 2012-03-19 | 4 | -17/+17 |
| | |||||
* | split all others type of list | Michael Scherer | 2012-03-19 | 8 | -149/+154 |
| | |||||
* | split sympa::private_list from init.pp | Michael Scherer | 2012-03-19 | 2 | -13/+15 |
| | |||||
* | split private_list_open in a separate file | Michael Scherer | 2012-03-19 | 2 | -36/+40 |
| | |||||
* | split private_list_email in a separate file | Michael Scherer | 2012-03-19 | 2 | -13/+17 |
| | |||||
* | refactoring of some part of the sympa module | Michael Scherer | 2012-01-16 | 1 | -16/+11 |
| | |||||
* | remove useless +x set on all config file | Michael Scherer | 2012-01-16 | 1 | -8/+0 |
| | |||||
* | fix default value of requresting sympa rpm for all files | Michael Scherer | 2012-01-16 | 1 | -6/+5 |
| | |||||
* | sympa module cleanup | Michael Scherer | 2012-01-16 | 1 | -47/+4 |
| | |||||
* | fix error in class name | Nicolas Vigier | 2011-11-10 | 1 | -1/+1 |
| | |||||
* | set reply_to to list on public_list | Nicolas Vigier | 2011-11-10 | 1 | -0/+5 |
| | |||||
* | fix problem with lists custom_subject | Nicolas Vigier | 2011-09-21 | 1 | -0/+1 |
| | |||||
* | fix syntax | Michael Scherer | 2011-09-12 | 1 | -2/+1 |
| | |||||
* | add header to the mail on the sympa, popular request asked on | Michael Scherer | 2011-09-12 | 1 | -1/+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_subject | Nicolas Vigier | 2011-08-29 | 1 | -1/+2 |
| |