This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 21 Dec, 2016 1 commit
-
-
sikeda authored
[bug][#11024] [Reported by S. Hornburg, LinuXia Systems] An "obsoleted" list parameter header_list is saved in list config as garbage. Fixed by removing useless default value. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12970 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 05 Nov, 2016 1 commit
-
-
sikeda authored
[bug][#10969] [Reported by M. Perini, Università degli Studi di Perugia] In "Listing messages to moderate" page, "Distribute" action fails with error "ERROR (distribute) - Missing argument id|idspam", if it is done in the dialog shown by clicking "View" button. Fixed by not opening new dialog but transiting confirmation page to choose message topics. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12969 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Oct, 2016 1 commit
-
-
sikeda authored
[bug][#10968] [Submitted by S. Hornburg] Visibility settings in topics.conf were ignored. Fixed by cheking topics_visibility scenario along with subtopics. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12968 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 13 Oct, 2016 1 commit
-
-
lumineau authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12967 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 09 Oct, 2016 2 commits
-
-
sikeda authored
[bug] [Reported by A. Meaden, Univ of Kent and submitted by F. Lachapelle, Developpement Strategique Sophos Inc.] The database log does not record any messages that were successfully delivered to mailing lists. Fixed by adding an appropriate call to db_log(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12966 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] Separate executable upgrade_shared_repository.pl. Ordinarily, it will be invoked automatically during upgrading process. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12965 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Sep, 2016 1 commit
-
-
sikeda authored
[-bug] viewmod: invoking add_frommod from modal dialog was impossible. Fixed by giving appropriate parameters. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12964 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Sep, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12963 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 16 Sep, 2016 1 commit
-
-
sikeda authored
[-dev] Use event handlers in sympa.js instead of embedded javascript code like "this.form.submit();". git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12962 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 15 Sep, 2016 2 commits
-
-
sikeda authored
Improved javascript codes used for clearing / resubmitting forms. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12961 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
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
-
- 14 Sep, 2016 2 commits
-
-
sikeda authored
[bug][Reported by A. Gouaux] Exclusion table can not be updated when a user is deleted. Because family_exclusion column is a primary key in exclusion_table but may not have implicit default. Fixed by assigning an empty value to such field explicitly. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12959 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12958 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 11 Sep, 2016 1 commit
-
-
sikeda authored
[-bug] WWSympa: in AJAX mode, parameters fed to template might not be HTML-encoded properly. Fixed by encoding them. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12957 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 10 Sep, 2016 2 commits
-
-
sikeda authored
[bug] [Submitted by D. Stoye, Humboldt-Universitat zu Berlin] A typo in sympa.wsdl broke SOAP interface. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12956 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[dev] dup_var() with complex data is very inefficient and makes response very slow. Experimentally use Clone::clone(). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12955 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 03 Sep, 2016 3 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12954 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[feature] WWSympa: Function to view messages (held messages, bounces and notifications) works, even if javascript is disabled. As a result, almost all functions of web interface are available again in the environment without javascript. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12953 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] Tooltip in textarea may be treated as real text, if javascript is unavailable. Fixed by using Foundation's tooltip widget. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12952 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 31 Aug, 2016 2 commits
-
-
sikeda authored
[dev] Use Foundation reveal dialog for error dialog. Close button will be loaded only when javascript is available. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12951 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12950 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 29 Aug, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12949 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 28 Aug, 2016 1 commit
-
-
sikeda authored
[bug] WWSympa: viewbounce & viewmod: If the list name or the email address contains "+", incorrect web links to attachments are generated. Fixed by encoding special characters in generated links. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12948 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 26 Aug, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12947 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 25 Aug, 2016 3 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12946 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12945 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug] (Correction of r12929) More fix partially adopting method used in the patch by FreeBSD ports. Notes: - ps(1) of *BSD didn't support -A option in the past, and shows full path name. On some other platforms comm field i.e. truncated name of executable is shown (many Linux distro, Solaris, ...). - grep(1) of FreeBSD at latest 2.0 is GNU grep supporting POSIX character classes. It is not true on some other platforms. And some platforms lacks egrep(1). git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12944 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 24 Aug, 2016 3 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12943 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12942 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12941 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 23 Aug, 2016 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12940 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12939 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 22 Aug, 2016 3 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12938 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
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
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12936 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 21 Aug, 2016 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12935 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[change] WWSympa: Action URLs no longer may contain e-mail addresses in their path components. For example: http://host.name/sympa/editsubscriber/list/email%40addr.ess ...is no longer available; http://host.name/sympa/editsubscriber/list?email=email%40addr.ess ...may be used ("%40" is the encoded form of "@"). Because, e-mail addresses can contain slashes ("/") while web servers cannot handle slashes in URL path appropriately: Query parameter would be better to be used. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12934 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 20 Aug, 2016 2 commits
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12933 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12932 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
- 19 Aug, 2016 1 commit
-
-
sikeda authored
git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12931 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-