This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 17 Dec, 2018 1 commit
-
-
IKEDA Soji authored
-
- 02 Dec, 2018 1 commit
-
-
Stefan Hornburg (Racke) authored
-
- 23 Aug, 2018 1 commit
-
-
IKEDA Soji authored
-
- 20 Aug, 2018 1 commit
-
-
Mic Kaczmarczik authored
-
- 25 Jun, 2018 1 commit
-
-
Luc Didry authored
-
- 20 Mar, 2018 1 commit
-
-
Mic Kaczmarczik authored
* avoid errors about undef values in strings from Perl strict mode * only accept old hashes when password_hash_update is set to true upgrade_sympa_password.pl.in: * new command line options and associated POD documentation * support for precaching hashes (useful for big sites using bcrypt) * measure how long it takes to generate a hash (useful for bcrypt users) * report on progress every 100 users processed when in verbose mode
-
- 13 Mar, 2018 1 commit
-
-
Sympa authors authored
-
- 10 Mar, 2018 1 commit
-
-
Mic Kaczmarczik authored
-
- 09 Mar, 2018 1 commit
-
-
Mic Kaczmarczik authored
Use "undef" instead of empty string when calling Sympa::User::password_fingerprint without a previous password hash
-
- 07 Mar, 2018 1 commit
-
-
Mic Kaczmarczik 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
-
- 26 May, 2016 1 commit
-
-
david.verdin authored
[bug] A test ont the number of effected rows displayed an error when updating a user. Fixed by removing this test - which was useless as, if the query fails, an error is raised already. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12812 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
-
- 05 Feb, 2016 2 commits
-
-
david.verdin authored
[bug] Test in Sympa::User::moveto sub made email change fail even though it was actually succesful. This is due to the fact that ->rows will most of the time return 0 in case of multiples virtual hosts. Fixed by getting rid of the rows test and counting on the result of do-prepared_query to check whether the query succeeded or not. The number of rows affected should not be a clue because it will be zero for all virtual hosts if the user does not exist. This should be checked before trying to change email address. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12672 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12667 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
-
- 25 Oct, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12465 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Oct, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12461 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
-
- 19 May, 2015 1 commit
-
-
sikeda authored
ToDo: Sympa::List still uses SDM. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12175 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Mar, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12038 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Feb, 2015 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11962 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 30 Jan, 2015 1 commit
-
-
sikeda authored
[-bug] purge_user_table task was inefficient. It performs large number of SQL queries on the site managing many lists. Fixed by accessing database directly and performing single query instead of recurring over all lists. Database structure was changed: last_active_date_user field was added. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11899 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
-
- 03 Sep, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11344 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
-
- 28 Jun, 2014 1 commit
-
-
sikeda authored
Exceptions: - HTML::myFormatText was renamed to Sympa::HTML::FormatText. - Keep Sympa::DBManipulatorInformix. Bounce.pm and Conf.pm are not renamed at present. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@11091 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Jun, 2014 2 commits
-
-
sikeda authored
- Use sprintf format instead of string interpolation: Latter is potentially insecure. - Function/method names in messages are removed because they are automatically prepended by Log::do?log(). - Otheer cosmetic issues. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10849 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10843 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 May, 2014 1 commit
-
-
sikeda authored
[dev] Complete package use lists of each sources and fixed typos found during that work. Additionally, don't use Carp as less as possible: use die/warn. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10786 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 May, 2014 2 commits
-
-
sikeda authored
except: src/lib/Challenge.pm, src/lib/WebAgent.pm and files under ext/. Additionally reparing long comment lines. Used configuration for perltidy (.perltidyrc) is approximately: ------------ >8 ------------ >8 ------------ >8 ------------ # Differences from PBP are marked *. -bar # Opening brace always on right (* no) -bbt=1 # Medium block brace tightness -bt=2 # Strong brace tightness (* 1) -ce # Cuddled else (* no) -cti=0 # No extra indentation for closing brackets -i=4 # Indent level is 4 cols -ci=4 # Continuation indent is 4 cols -l=78 # Max line witdh is 78 cols -nolc # Don't outdent long comments (* -olc) -nolq # Don't outdent long quoted strings -nsbl # No opening sub brace on new line (* -sbl) -nsfs # No space before semicolons -pt=2 # Strong parenthesis tightness (* 1) -sbcp='#' # Don't format non-static block comments automatically (* '##') -sbt=2 # Strong square bracket tightness (* 1) -se # Errors to STDERR #-st # Output to STDOUT -vt=2 # Maximal vertical tightness -wba="% + - * / x != == >= <= =~ !~ < > | & >= < = **= += *= &= <<= &&= -= /= |= >>= ||= .= %= ^= x=" # Break after all operators ------------ 8< ------------ 8< ------------ 8< ------------ git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10721 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] Won't use exported symbols anymore, and use "base" pragma instead of "our @ISA" magic variable. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10706 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 May, 2014 2 commits
-
-
sikeda authored
- Use "fn()" instead of "&fn" or "&fn()". - Use fully-qualified name "PKG::fn" instead of exported "fn". These changes are also to make current branch be more sync in trunk. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10697 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Fixed compilation errors and warnings exposed by this change. Additionally, removed unused modules from each source. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10691 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 May, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10650 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 May, 2014 2 commits
-
-
sikeda authored
- title.<lang> lines in scenario files are available again, though this feature was broken for a while. - Now topics.conf recognizes "title.gettext" lines. - scenario, task and topics.conf recognize "title" line for default title. [-dev] (r10623) Canonicalize incoming language codes to language tags from old-style locale names: - lang value in user_table - title.<lang> line in scenario files - title.<lang> line in task files - title.<lang> line in topics.conf - lang names in charset.conf - lang parameters of list config, robot.conf and sympa.conf Note that canonicalization will be done internally so that existing config must not be changed. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10626 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10625 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 May, 2014 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10583 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 May, 2014 1 commit
-
-
david.verdin authored
[-bug] User attributes were not correctly parsed in Sympa::User::get_global_user. This was due to the change in wwsympa.fcgi.in not reported in this sub. In addition, the cating od $user->{attributes} from string to a hash led wwsympa.fcgi to crash. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@10555 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-