This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 26 May, 2021 1 commit
-
-
IKEDA Soji authored
-
- 10 Apr, 2019 1 commit
-
-
Luc Didry 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> ```
-
- 03 Mar, 2019 1 commit
-
-
IKEDA Soji authored
This will fix several bugs due to confusion with function and parameter.
-
- 05 Dec, 2018 1 commit
-
-
IKEDA Soji authored
-
- 29 Nov, 2018 1 commit
-
-
Michael Kaczmarczik authored
-
- 22 Jul, 2018 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 23 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
-
- 23 May, 2017 1 commit
-
-
IKEDA Soji authored
-
- 15 Sep, 2016 1 commit
-
-
sikeda authored
[dev] Deprecating toggle_selection() in sympa.js. Event handler will be registered instead. That function embedded in earlier archives will be invalidated. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12960 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Aug, 2016 1 commit
-
-
sikeda authored
[change] MICRO-CAL by Amroune Selim has retired. Instead, jQuery UI Datepicker Widget is introduced. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12937 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 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
-
- 21 Feb, 2016 1 commit
-
-
sikeda authored
[bug][#6987] [Reported by D. Pritts, Internet2] Changing web_archive_spam_protection did not update spam protection mode on past archives. Fixed by applying spam protection at the time of display, not when archives were created / rebuilt. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12690 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
-
- 18 Jan, 2015 1 commit
-
-
sikeda authored
- Bulk suspending/unsubscribing feature was withdrawn for the present. - Added items to suspend/resume subscription to suboptions form. ToDo: Owner would be able to view suspension status in editsubscriber page. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11861 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
-
- 09 Jan, 2015 1 commit
-
-
sikeda authored
[-dev] fixes: web_archive.access scenario was renamed to archive.web_access; restore optdesc() for reception mode. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11826 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
-
- 20 Nov, 2012 2 commits
-
-
sikeda authored
- Options on edit_list page are shown by internationalised titles. - Only listmasters can view real config values. - Subscriber options on review pages, command results, subscriber option pages and so on are shown by internationalised titles (along with real option values). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7987 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
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
-
- 16 May, 2012 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@7374 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Apr, 2010 1 commit
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/trunk@6419 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Sep, 2009 1 commit
-
-
david.verdin authored
[-feature] Retrieving all the work done by Julien Jourdan. DON'T FORGET TO INCLUDE COMMIT COMMENTS FROM BRANCH https://svn.cru.fr/sympa/branches/branche-julien INTO THE RELEASE NOTES. git-svn-id: https://subversion.renater.fr/sympa/trunk@6184 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-