Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sympa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mr. Evoltech
sympa
Commits
fa068d34
Commit
fa068d34
authored
Nov 29, 2012
by
kclair
Browse files
Options
Downloads
Patches
Plain Diff
add patch for disabling latest and active lists
parent
6f62e310
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
6.1.14/patches/05_disable_latest_and_active_lists.patch
+20
-0
20 additions, 0 deletions
6.1.14/patches/05_disable_latest_and_active_lists.patch
with
20 additions
and
0 deletions
6.1.14/patches/05_disable_latest_and_active_lists.patch
0 → 100644
+
20
−
0
View file @
fa068d34
--- a/sympa-6.1.14-src/wwsympa/wwsympa.fcgi.in
+++ b/sympa-6.1.14-src/wwsympa/wwsympa.fcgi.in
@@ -3971,6 +3971,8 @@
sub do_renewpasswd {
## The list of latest created lists
sub do_latest_lists {
&wwslog('info', "do_latest_lists($in{'for'}, $in{'count'},$in{'topic'}, $in{'subtopic'})");
+ # should try to actually fix this one day
+ return 0;
unless (&do_lists()) {
&wwslog('err','do_latest_lists: error while calling do_lists');
@@ -4031,6 +4033,8 @@
sub do_renewpasswd {
## The list of the most active lists
sub do_active_lists {
&wwslog('info', "do_active_lists($in{'for'}, $in{'count'},$in{'topic'}, $in{'subtopic'})");
+ # should try to actually fix this one day
+ return 0;
unless (&do_lists()) {
&wwslog('err','do_active_lists: error while calling do_lists');
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment