This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 31 May, 2021 1 commit
-
-
IKEDA Soji authored
-
- 11 May, 2021 1 commit
-
-
IKEDA Soji authored
-
- 22 Apr, 2021 1 commit
-
-
IKEDA Soji authored
-
- 30 Jan, 2021 1 commit
-
-
IKEDA Soji authored
-
- 03 Jan, 2021 1 commit
-
-
IKEDA Soji authored
-
- 09 Jan, 2020 2 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
Introduced Sympa::Tools::Text::slurp() to slurp text file applying Unicode sanitization and normalization. Note: Though Unicode::Normalize and Unicode::UTF8 are optional now, they would be mandatory in the future.
-
- 13 Dec, 2019 1 commit
-
-
IKEDA Soji authored
-
- 07 Aug, 2019 1 commit
-
-
IKEDA Soji authored
Sympa::Tools::Text::wrap_text() consumes large amount of memory for large size of texts. Reduce it.
-
- 07 Jul, 2019 1 commit
-
-
IKEDA Soji authored
-
- 15 Dec, 2018 1 commit
-
-
IKEDA Soji authored
-
- 12 Dec, 2018 1 commit
-
-
IKEDA Soji authored
Fixed by preventing folding words matching email regexp.
-
- 01 Dec, 2018 1 commit
-
-
Luc Didry authored
-
- 19 Nov, 2018 1 commit
-
-
IKEDA Soji authored
-
- 31 Aug, 2018 1 commit
-
-
IKEDA Soji authored
-
- 25 Jun, 2018 1 commit
-
-
Luc Didry authored
-
- 07 Jan, 2018 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
-
- 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
-
- 01 Aug, 2016 2 commits
-
-
sikeda authored
[bug] File names generated by some applications on Mac OS X (uploaded files, files in ZIP archive, ...) may not be shown correctly on other platforms: Accents are shown separately. Fixed by applying Normalization Form C (NFC) to file names. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12902 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12899 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@12896 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Jun, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12842 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Mar, 2016 1 commit
-
-
sikeda authored
Sympa::get_url() supports four modes: default, omit, remote and local. See documentation. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12721 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Feb, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12713 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Feb, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12706 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Feb, 2016 1 commit
-
-
sikeda authored
They use new functions encode_uri() and mailtourl() in Sympa::Tools::Text. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12699 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Feb, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12688 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
-
- 14 Oct, 2015 1 commit
-
-
sikeda authored
[dev] New functions decode_filesystem_safe() and encode_filesystem_safe() in Sympa::Tools::Text. Since they give more consistent result and are safer, they may be used instead of escape_chars(), qencode_filename() and so on in the future. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12433 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 12 Oct, 2015 1 commit
-
-
sikeda authored
[dev] tools::get_canonical_email() and tools::clean_email() are deprecated. Use Sympa::Tools::Text::canonic_email() instead. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12426 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Mar, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12083 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Mar, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12082 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 02 Jan, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11797 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Aug, 2014 1 commit
-
-
sikeda authored
Exception: tools::save_to_bad() is kept. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11337 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-