This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 14 Mar, 2020 1 commit
-
-
IKEDA Soji authored
-
- 11 Mar, 2020 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
extra-path of script-URI inproperly, we'd be better to reconstruct them: SCRIPT_NAME and PATH_INFO. Note that we shouldn't use non-standard CGI environment varialbes such as REQUEST_URI. - Additional environment variable SYMPA_DOMAIN stands for available mail domain (a.k.a. "robot"). - If no robot providing web service was found according to client's request, error response will be returned.
-
- 29 Jan, 2019 1 commit
-
-
IKEDA Soji authored
Copying timestamp of original css.tt2 confuses browser cache. Older timestamp of css.tt2 should be avoided by measures in release and install process.
-
- 04 Jan, 2019 1 commit
-
-
IKEDA Soji authored
Fixes: - Message footer/header files of domain/site default are put in `mail_tt2` subdirectories while those of list config are not. Fixed by put all of them in consistent location without intermediate directories (See also Notes below). - Entries for header/footer files in `edit_list.conf` were ignored. Changes: - File names themselves of header/footer were changed: `message_header`, `message_header.mime` etc. This is due to concideration about conflict between files and directories with domain names (See also Notes below). - Header/footer files with `.mime` extension: Previously, files with this extension were always preferred, then files without extension were used. This behavior has not been documented. Now files with extension will be searched only in case `footer_type` is `mime`. Files without extension will be searched in both cases. Notes: - Files with older names/paths in list/domain/site config directories will be copied to new location during upgrading process. - Template files with old names in families (`message.header.tt2` etc.) will be used as before and will be copied to new location during instantiation. If files with new names (`message_header.tt2` etc.) will be preferred, if they will be added. Known bug: - There are no web UI to edit global footer (`message_global_footer`).
-
- 16 Dec, 2018 1 commit
-
-
IKEDA Soji authored
-
- 10 Dec, 2018 1 commit
-
-
IKEDA Soji authored
Fixed by clearing older style.css* and lang.css* under $CSSDIR when they would be updated. Note: Among files under $CSSDIR, fullPage.css*, print.css* and print-preview.css* will no longer be used nor updated. These may be removed manuallly.
-
- 08 Dec, 2018 1 commit
-
-
Sympa authors authored
-
- 11 Nov, 2018 1 commit
-
-
IKEDA Soji authored
-
- 04 Nov, 2018 1 commit
-
-
IKEDA Soji authored
-
- 01 Oct, 2018 1 commit
-
-
IKEDA Soji authored
Timestamp of css.tt2 is not always increased by new installation.
-
- 31 Aug, 2018 1 commit
-
-
IKEDA Soji authored
-
- 04 Jul, 2018 1 commit
-
-
Sympa authors authored
-
- 25 Jun, 2018 1 commit
-
-
Luc Didry authored
-
- 12 Mar, 2018 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
- 11 Mar, 2018 1 commit
-
-
IKEDA Soji authored
[change] css_url & css_path are no longer may be per-robot parameters. Because robot subdirectories under CSSDIR are assumed.
-
- 19 Nov, 2017 1 commit
-
-
Sympa authors authored
-
- 12 Aug, 2017 1 commit
-
-
IKEDA Soji authored
-
- 15 Jun, 2017 1 commit
-
-
Sympa authors authored
And updating copyright notice in lately changed sources.
-
- 25 May, 2017 1 commit
-
-
IKEDA Soji authored
-
- 12 Mar, 2017 1 commit
-
-
IKEDA Soji authored
-
- 01 Jan, 2017 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12973 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Aug, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12935 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Aug, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12913 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Jul, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12898 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Jul, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12864 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Jul, 2016 1 commit
-
-
sikeda authored
[dev] Custom CSS and CSS per language are no longer embedded in HTML; now they are separate CSS file. New function Sympa::Tools::WWW::get_css_url() gives their URL including hash key to distingush updated CSS. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12859 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 May, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12789 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Mar, 2016 1 commit
-
-
sikeda authored
[*change] WWSympa does no longer respect HTTP request header fields noticing the request was forwarded ("X-Forwarded-Host:" etc.). In particular cases, you may require adjusting configuration. - Now wwsympa_url parameter defines the URL publicly accessed by users. - Contrarily http_host and cookie_domain parameters indicate the URI and/or domain which are locally recognized by wwsympa, i.e taken form HTTP_HOST ("Host:" filed) and REQUEST_URI CGI environments. - "Localtion:" response field sent by wwsympa to cause redirection also gives local URL. If requests sent from users to wwsympa are rewritten by intermediate server(s), you should make sure that wwsympa server and rewriting server(s) are appropriately configured. For example when the server is placed behind some sort of reverse-proxy including Apache mod_proxy (with ProxyPass), nginx (using proxy_pass) and squid (in accelerator mode). Note that not all reverse-proxies rewrite requests. For example, Pound does never rewrite requests by default. If it is not the case, existing configuration need not changing. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12729 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Mar, 2016 1 commit
-
-
sikeda authored
[-change] Alternative stylesheets (print.css, fullPage.css and print-preview.css) are no longer generated / updated. They were never used. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12714 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Feb, 2016 1 commit
-
-
sikeda authored
[-change] Use [%|mailto()%] and [%|obfuscate()%] template filters to generate protected email links, instead of generating such fragments by internal functions. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12701 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Feb, 2016 1 commit
-
-
sikeda authored
Old name New name ----------------------------------- ---------------------------------------- Sympa::Auth::password_fingerprint Sympa::User::password_fingerprint Sympa::Tools::WWW::_load_mime_types Conf::_load_mime_types Sympa::Tools::WWW::get_mime_type Conf::get_mime_type tools::add_in_blacklist _add_in_blacklist in wwsympa.fcgi tools::addrencode Sympa::Tools::Text::addrencode tools::clean_msg_id Sympa::Tools::Text::canonic_message_id tools::escape_chars Sympa::Tools::Text::escape_chars tools::escape_docname Sympa::SharedDocument::escape_docname tools::escape_html Sympa::Tools::WWW::escape_html_minimum tools::escape_quote Sympa::Template::_escape_quote tools::escape_url Sympa::Tools::Text::escape_url tools::escape_xml Sympa::Template::_escape_xml tools::eval_in_time Sympa::Process::eval_in_time tools::get_list_params Sympa::Robot::list_params tools::get_message_id Sympa::unique_message_id tools::lang2charset Conf::lang2charset tools::load_edit_list_conf Sympa::List::_load_edit_list_conf tools::qdecode_filename Sympa::Tools::Text::qdecode_filename tools::qencode_filename Sympa::Tools::Text::qencode_filename tools::qencode_hierarchy Sympa::Tools::File::qencode_hierarchy tools::unescape_chars Sympa::Tools::Text::unescape_chars tools::unescape_html Sympa::Tools::WWW::unescape_html_minimum tools::valid_email Sympa::Tools::Text::valid_email ----------------------------------- ---------------------------------------- As a result, tools.pm was deprecated. A few dependency loop among modules are reduced. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12677 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Jan, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12612 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Oct, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12411 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Oct, 2015 1 commit
-
-
sikeda authored
[-dev] Refactoring. Moved get_templates_list() and get_template_path() in tools.pm to Sympa::Tools::WWW. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12401 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Sep, 2015 1 commit
-
-
sikeda authored
[bug][Reported by T. Fillmore and S. Shipway] URL path to bundled Raleway font is incorrect, and HTTP server responds 404 Not Found many times. Fixed by passing static_content_url parameter to css.tt2 when it is parsed. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12382 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Aug, 2015 1 commit
-
-
sikeda authored
[dev] Refactoring. bounced.pl was mostly rewritten. Several bugs and questionable behaviors are fixed. And now, ARF (Email Feedback Reports, RFC 5965) support works. ToDo: Careful tests. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12322 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Aug, 2015 1 commit
-
-
sikeda authored
[dev] Refactoring. Now new methods get_admins(), get_admins_email() and is_admin() are used to get information of list owners and editors. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12310 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Aug, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12306 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-