This project is mirrored from https://github.com/sympa-community/sympa.git.
Pull mirroring updated .
- 12 Mar, 2017 5 commits
-
-
IKEDA Soji authored
-
IKEDA Soji authored
-
IKEDA Soji authored
[bug] If originator address in message contains upper-case letters, "tag this mail for deletion" in archive won't be shown. Fixed by correcting mhonarc-ressouorces.tt2. Rebuilding is needed to correct past archives.
-
IKEDA Soji authored
-
IKEDA Soji authored
[bug] wwsympa: Virtual robots in serveradmin/vhosts and rename_list_request pages were not shown correctly.
-
- 08 Mar, 2017 1 commit
-
-
Marc Chantreux authored
[bug][#11020] List admins changes not synchronized with admin_table
-
- 07 Mar, 2017 1 commit
-
-
Olivier Salaün authored
Bug description: For some lists we have noticed a synchronization issue with the admin_table: an owner gets added to the list config file (through list family instanciation) but never appears in the admin_table. As a consequence this new list owner is not listed in the list panel on the web interface and does not have the expected privileges. After a bit of code analysis and debugging I found out that revision 9948 is the cause of the problem: https://sourcesup.renater.fr/scm/viewvc.php/branches/sympa-6.1-branch/src/lib/List.pm?root=sympa&r1=9947&r2=9948 It turns out that List::sync_include_admin() subroutine mights never been run for a list if that list includes members from an external datasource but owner/editors get defined "statically" in the config list. To be more precise: * List::add_list_admin is called from List::sync_include_admin only * List::sync_include_admin is called * from List::new, unless a sync_include() has been ran recently * from task_manager::sync_include, but only if the list defined editor_include or owner_include parameters This bug has on impact on any list that includes members from an external datasource but has owner/editor defined inline in the list config file. In our situation most lists based on list families are impacted. For these lists, list owners/editors never get updated in the admin_table. Revision 9948 should be fixed to check $list->{'last_sync_admin_user'} instead of $list->{'last_sync'}; attached is a patch proposal.
-
- 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 Dec, 2016 3 commits
-
-
sikeda authored
[bug][#11014] [Comitted by M. Deranek] SQLite: While upgrading Sympa by "sympa.pl --upgrade", upgrading proceduce may fail complaining about non-existent indexes. Fixed by skipping non-existing indexes and tables to be removed. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12972 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
sikeda authored
[-bug][#11019][Confirmed by O. Salaün] (Injected by r12310) When bouncers_level*.notification in list config is "listmaster", task_manager.pl crashes due to typo. git-svn-id: https://subversion.renater.fr/sympa/branches/sympa-6.2-branch@12971 05aa8bb8-cd2b-0410-b1d7-8918dfa770ce
-
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
-