This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 20 Feb, 2020 1 commit
-
-
Stefan Hornburg (Racke) authored
-
- 22 Mar, 2019 1 commit
-
-
Luc Didry authored
- 4 spaces indentation - Indent on HTML tags AND on TT2 stuff ([% IF … %]) - Avoid HTML or TT2 oneliners like: ``` [% IF top_menu %]…[% END %] <div class="displayNone"><a href="#top">Top of Page</a></div> ``` - When a tag has too many attributes to be on one line, indent the attributes at the same level than the first one: ``` <label class="foo" id="bar"> Baz </label> ```
-
- 05 Dec, 2018 1 commit
-
-
IKEDA Soji authored
-
- 29 Nov, 2018 1 commit
-
-
Michael Kaczmarczik authored
-
- 23 Jun, 2018 1 commit
-
-
Luc Didry authored
-
- 06 Jun, 2018 1 commit
-
-
IKEDA Soji authored
-
- 22 Apr, 2018 1 commit
-
-
qosobrin authored
Spaces were mising between checkboxes and labels, making the output somewhat tighten
-
- 21 Apr, 2018 1 commit
-
-
Sympa authors authored
-
- 07 Apr, 2018 1 commit
-
-
IKEDA Soji authored
-
- 19 Nov, 2017 1 commit
-
-
Sympa authors authored
-
- 22 Sep, 2017 1 commit
-
-
- 02 Aug, 2017 1 commit
-
-
IKEDA Soji authored
- Restroing this function as new request handler "move_user". - New scenarios move_user.* are added so that this function may either need confirmation (auth), be restricted to listmaster (listmaster) or disabled (closed).
-
- 11 Jun, 2017 1 commit
-
-
IKEDA Soji authored
-
- 23 May, 2017 1 commit
-
-
IKEDA Soji authored
-
- 09 Mar, 2016 1 commit
-
-
sikeda authored
[bug] If the list name contains "+", incorrect web links are generated in service messages and web interface. Fixed by encoding special characters using new "url_abs" and "url_rel" template filters. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12726 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Jun, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12208 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Jun, 2015 1 commit
-
-
david.verdin authored
[change][Submitted by O. Lumineau, RENATER] Improved web skin with responsive design and several skins bug fixes. You'll note that the Sympa top menu is back. For those of you who preferred the original Massey side menu, you can switch the menu position by simply editing the main.tt2 template. At the beginning, you'll see this: [% top_menu = 1 %]. Simply set this variable value to 0 and the menu will go back on the side and clear up the top window area. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12182 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Apr, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12099 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Jan, 2015 1 commit
-
-
sikeda authored
- Repair svn properties. - Indentation. - Handle inline <label> element propeerly. - suboptions.tt2: Restore picture_upload form. - Some missing translation strings. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11846 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Jan, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11832 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Jan, 2015 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11806 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 May, 2014 1 commit
-
-
sikeda authored
- sympa_wizard.pl.in is placed in sbindir to keep compatibility with 6.1. - aliaswrapper.c and virtualwrapper.c are no longer built. - sympa_newaliases.pl.in and sympa_newaliases-wrapper.c are added in sbindir and libexecdir. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10649 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Jan, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10133 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Aug, 2013 1 commit
-
-
sikeda authored
[dev] (Recommit) Several modifications during r8811 to r9514 were mistakenly reverted around r9541. They would be also merged. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9792 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 17 Jul, 2013 1 commit
-
-
david.verdin authored
[feature][Submitted by M. Overmeer, overmeer.net, funded and led by Surfnet, http://www.surfnet.nl] Full VOOT 2.0 protocol support. VOOT is an opensocial subset to manage group membership. fulle details on this IETF draft here: http://openvoot.org/voot-2.0.html. This feature enables Sympa to be both group provider and consumer in the VOOT protocol. VOOT in Sympa uses both Oauth 1.0 and 2.0 for authorization from and to a peer in the VOOT protocol. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@9545 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Mar, 2013 1 commit
-
-
sikeda authored
[-bug] wwsympa/serveradmin/vhosts: main domain is shown despite it does not have robot.conf. Filter robots by etc attribute. [-feature] In vhosts page title of robot is shown instead of "domain". [dev] New Site/Robot method fullconfig() as safer alternative to Site->robots_confg()->{robot_id}. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8819 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Nov, 2012 1 commit
-
-
sikeda authored
[-dev] sympa_wizard.pl.in: typo. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8031 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Nov, 2012 1 commit
-
-
sikeda authored
Important changes of interest to users: * A new option "database" for "cache_list_config" robot parameter to cache list config using database. "db_list_cache" parameter was deprecated. * wwsympa.conf is no longer used. It will be migrated to sympa.conf during upgrade process. * SQLite users: SQLite 2.x is no longer supported. Database must be migrated to SQLite 3.x. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7985 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Jul, 2012 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7513 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Jul, 2012 1 commit
-
-
etiennemeleard authored
[feature][#8338][Submitted by Dominique Marant] Added a "view lists sorted by subscriber count" functionnality to sympa admin. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7485 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 14 Jun, 2010 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6515 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Mar, 2010 1 commit
-
-
serge.aumont authored
feature] search form in review page return similar emails In order to help list owner when some one unsubscribe with an adress that is not exactly on the subscriber list, the notification is sent with a ticket for that search. [feature] As main listmaster, you can edit config. The feature is now limited to show the parameters documentation and value but it can be used to change values and save them in database just by editing editconfig.tt2 in order to remove an always false condition [feature] sympa.pl --conf2db load in database sympa.conf, wwsympa.conf and robot.conf git-svn-id: https://subversion.renater.fr/sympa/trunk@6368 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Aug, 2009 1 commit
-
-
olivier.salaun authored
[change][Submitted by M.Warkus, Uni Marburg, Germany] fixing many German translations as well as typography errors. git-svn-id: https://subversion.renater.fr/sympa/trunk@6099 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Apr, 2009 1 commit
-
-
david.verdin authored
[-change] The code positionning the templates parameters "main_robot" and "families" is nows factorized in a new sub "get_server_details" and used in several actions to have the full server admin submenu, whatever action we're in, as long as theyr are server admin related. git-svn-id: https://subversion.renater.fr/sympa/trunk@5682 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Apr, 2009 1 commit
-
-
david.verdin authored
- new css - new navigation menu through list admin menu - miscellaneous modifications in templates Warning : if you customize your own templates you may notice some mess in the page layout. In such a case compare your templates to the distributed version and report any difference to your own files... Enjoy ! ;o) git-svn-id: https://subversion.renater.fr/sympa/trunk@5675 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Nov, 2008 1 commit
-
-
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
-
- 30 Sep, 2008 1 commit
-
-
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
-
- 25 Mar, 2008 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4910 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Jan, 2008 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@4810 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 18 Jan, 2008 1 commit
-
-
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
-