This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 12 Mar, 2013 2 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8848 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[dev] Sympa would die when handling topics because trying to interpret undef reference as array reference. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8847 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Mar, 2013 1 commit
-
-
sikeda authored
[feature] alias_manager can handle postmap/makemap style maps (delimited by whitespace), not only newaliases style maps (delimited by colon). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8823 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Mar, 2013 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8822 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 08 Mar, 2013 4 commits
-
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8821 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Replace it with new function get_safe_robot_conf(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8820 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
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
-
sikeda authored
As workaround, "test" button is disabled using javascript. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8818 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 07 Mar, 2013 9 commits
-
-
david.verdin authored
[dev] When a signed message was sent to list owners, signature was broken. This was because as the message was forwarded, headers were added and the message as string regenerated using as_string method. This messes up newlines and thus breaks signature. Fixed by modifying Message:set_message_as_string. Now, if the message is signed, only the new headers are taken into account. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8817 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8816 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8815 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8814 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8813 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8812 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[bug][Reported by M. Overmeeer, overmeer.net] INSTALL file did not specify the right commands for installation from the SVN tree. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8810 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] wwsympa: tt2 paths added by tt2::add_include_path() were cleared when custom/locale CSS are generated. Save paths then restore them after generation. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8808 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Because a UI parameter 'custom_color' no longer used was referred. [-feature] custom colors along with configured colors are shown during testing colors. [-bug] Color picker did not update position in color chart. Improved sympa.js:chooseColorNumber() to update position. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8807 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 06 Mar, 2013 2 commits
-
-
david.verdin authored
[dev] Removing Conf::DAEMON_* methods which were never used. Fixed spooler.pl which would die because it was using the DAEMON_ALL bareword. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8806 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8801 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Mar, 2013 6 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8800 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] TinyMCE is no longer bundled in Sympa; "html_editor_file" robot parameter was replaced by "html_editor_url" parameter. New parameter may specify full URL, absolute URL path _or_ relative URL path under static_content_url. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8799 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8798 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] crypt_passwd.pl & init_comment.pl stall if database connection was gone. Exit immediately in such case. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8797 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8796 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] "sympa.pl --health_check" checks config files, database connection and structure, and data structure version. It is invoked at first time in sympa init script and reports errors if any. Instead, daemons such as sympa.pl no longer check database structure nor data version. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8795 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 04 Mar, 2013 1 commit
-
-
sikeda authored
Now SDM::check_db_connect() keeps retry unless 'just_try' option is given. As a result, when db connection is gone (or not available): - SDM::db_get_handler() returns immediately. - SDM::probe_db(), SDM::quote() and so on stall while connection is restored. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8756 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Mar, 2013 3 commits
-
-
sikeda authored
Expaned dkim_privatekey_spool from 1000 to 2000 o, though, I don't know whether it is enough. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8755 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8754 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
Detect character_set_server then set "utf8mb4" or "utf8" as client set. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8753 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 01 Mar, 2013 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8752 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Feb, 2013 1 commit
-
-
sikeda authored
[bug] wwsympa::do_viewlogs(): logs weren't shown when period is specified, since separators are '-' while db_log() assumes separators "/". [feature] date separators may be '.' or '/' in addition to '-' on wwsympa forms. [feature] Dates with "yyyy-mm-dd" format (W3C-DTF) are acceptable. They are converted to "dd-mm-yyyy" by WWSympa. WISHED: "dd-mm-yyyy" is suitable to European custom. Other formats (such as "dd-mm-yyyy") would be acceptable and displayable. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8751 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 27 Feb, 2013 2 commits
-
-
sikeda authored
[-dev] wwsympa::do_viewlogs() can switch sorting order of logs. Now its UI has similar look & feel to do_verspools(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8750 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
As nowaday Log::db_log() recognizes List & Robot objects as arguments, pass them instead of list name & robot id. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8749 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Feb, 2013 7 commits
-
-
david.verdin authored
[dev] Refactoring. Splitting the remnants of send-msg to three functions: send_msg, filter_receipients_by_topics and find_packe_to_tag_as_alst. This alos fixes problems when Sympa would never say that it was sending the last packet for a message, or was staiting it too early. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8722 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[dev] Making Message::prepare_message_according_to_mode a pure instance method: dos not return a new Message object anymore, but modifies the current object. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8721 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8720 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[dev] Refactoring. Moving urlize reception mode preparation to the Message::prepare_reception_urlize instance method. Also moved the List::_urlize_part to Message::_urlize part. This is not an instance method but it is only used there, so I think this is the godd place to store it. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8719 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[dev] Moving html reception mode preapration to the Message::prepare_reception_html instance method. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8718 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[dev] Refactoring. Moving txt reception mode preparation to the Message::prepare_reception_txt instance method. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8717 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
david.verdin authored
[dev] Refactoring. Moving notice mode preparation to the Message::prepare_recption_notice instance method. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@8716 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-