Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
686adb14
Unverified
Commit
686adb14
authored
May 28, 2019
by
IKEDA Soji
Committed by
GitHub
May 28, 2019
Browse files
Merge pull request #616 from ldidry/add-full-export-button by ldidry
Add a button for full export of subscribers
parents
1ddd9cc8
bfec5929
Changes
2
Hide whitespace changes
Inline
Side-by-side
default/web_tt2/review.tt2
View file @
686adb14
...
...
@@ -46,6 +46,9 @@
<a class="actionMenuLinks" href="[% 'export_member' | url_rel([list,'light']) %]">
[%|loc%]Dump[%END%]
</a>
<a class="actionMenuLinks" href="[% 'export_member' | url_rel([list]) %]">
[%|loc%]Dump with names[%END%]
</a>
[% END %]
<a class="actionMenuLinks" href="[% 'show_exclude' | url_rel([list]) %]">
[%|loc%]Exclude[%END%]
...
...
src/cgi/wwsympa.fcgi.in
View file @
686adb14
...
...
@@ -15998,7 +15998,7 @@ sub do_export_member {
. "\n";
} elsif ($format eq 'light') {
;
} els
e
{
} els
if (defined($in{'filter'}))
{
printf "# Exported subscribers with search filter \"%s\"\n", $filter;
}
my $searchkey = Sympa::Tools::Text::foldcase($filter)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment