[dw-free] remove htdocs/settings/index.bml
[commit: http://hg.dwscoalition.org/dw-free/rev/9b6f4fa5ccc3]
http://bugs.dwscoalition.org/show_bug.cgi?id=3932
Remove tags --only used in the tagcloud, which we just removed.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3932
Remove tags --only used in the tagcloud, which we just removed.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/DW/Setting/XPostAccounts.pm
- cgi-bin/LJ/Setting.pm
- cgi-bin/LJ/Setting/Bio.pm
- cgi-bin/LJ/Setting/Birthday.pm
- cgi-bin/LJ/Setting/BirthdayDisplay.pm
- cgi-bin/LJ/Setting/DomainMapping.pm
- cgi-bin/LJ/Setting/FOAFURL.pm
- cgi-bin/LJ/Setting/FindByEmail.pm
- cgi-bin/LJ/Setting/FriendsPageTitle.pm
- cgi-bin/LJ/Setting/Gender.pm
- cgi-bin/LJ/Setting/Interests.pm
- cgi-bin/LJ/Setting/JournalSubTitle.pm
- cgi-bin/LJ/Setting/JournalTitle.pm
- cgi-bin/LJ/Setting/MailEncoding.pm
- cgi-bin/LJ/Setting/Name.pm
- cgi-bin/LJ/Setting/UserMessaging.pm
-------------------------------------------------------------------------------- diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/DW/Setting/XPostAccounts.pm --- a/cgi-bin/DW/Setting/XPostAccounts.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/DW/Setting/XPostAccounts.pm Mon Sep 12 15:45:20 2011 +0800 @@ -5,8 +5,6 @@ use Digest::MD5 qw(md5_hex); -sub tags { qw(xpost_option_server xpost_option_username xpost_option_password xpost_option_xpostbydefault xpost_option_recordlink crosspost_footer_append crosspost_footer_text crosspost_footer_nocomments) } - my $footer_length = 1024; # show this setting editor diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting.pm --- a/cgi-bin/LJ/Setting.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting.pm Mon Sep 12 15:45:20 2011 +0800 @@ -26,7 +26,6 @@ sub should_render { 1 } sub disabled { 0 } sub selected { 0 } -sub tags { () } sub label { "" } sub actionlink { "" } sub helpurl { "" } diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/Bio.pm --- a/cgi-bin/LJ/Setting/Bio.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/Bio.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,8 +16,6 @@ use strict; use warnings; -sub tags { qw(bio biography about) } - sub as_html { my ($class, $u, $errs, $args) = @_; my $key = $class->pkgkey; diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/Birthday.pm --- a/cgi-bin/LJ/Setting/Birthday.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/Birthday.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,8 +16,6 @@ use strict; use warnings; -sub tags { qw(birthday birthdate dob) } - sub as_html { my ($class, $u, $errs, $args) = @_; my $key = $class->pkgkey; diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/BirthdayDisplay.pm --- a/cgi-bin/LJ/Setting/BirthdayDisplay.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/BirthdayDisplay.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,8 +16,6 @@ use strict; use warnings; -sub tags { qw(birthday birthdate dob hide display) } - sub as_html { my ($class, $u, $errs, $args) = @_; my $key = $class->pkgkey; diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/DomainMapping.pm --- a/cgi-bin/LJ/Setting/DomainMapping.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/DomainMapping.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,8 +16,6 @@ use strict; use warnings; -sub tags { qw(domain domainname mapping forwarding alias) } - sub save { my ($class, $u, $args) = @_; diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/FOAFURL.pm --- a/cgi-bin/LJ/Setting/FOAFURL.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/FOAFURL.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,8 +16,6 @@ use strict; use warnings; -sub tags { qw(FOAF url external) } - sub as_html { my ($class, $u, $errs) = @_; my $key = $class->pkgkey; diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/FindByEmail.pm --- a/cgi-bin/LJ/Setting/FindByEmail.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/FindByEmail.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,8 +16,6 @@ use strict; use warnings; -sub tags { qw(email search) } - sub helpurl { my ($class, $u) = @_; diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/FriendsPageTitle.pm --- a/cgi-bin/LJ/Setting/FriendsPageTitle.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/FriendsPageTitle.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,7 +16,6 @@ use strict; use warnings; -sub tags { qw(friends friend title heading) } sub max_chars { 80 } sub prop_name { "friendspagetitle" } diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/Gender.pm --- a/cgi-bin/LJ/Setting/Gender.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/Gender.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,8 +16,6 @@ use strict; use warnings; -sub tags { qw( gender sex male female boy girl other ) } - sub as_html { my ( $class, $u, $errs, $args ) = @_; my $key = $class->pkgkey; diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/Interests.pm --- a/cgi-bin/LJ/Setting/Interests.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/Interests.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,8 +16,6 @@ use strict; use warnings; -sub tags { qw(interests interest likes about) } - sub as_html { my ($class, $u, $errs, $args) = @_; my $key = $class->pkgkey; diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/JournalSubTitle.pm --- a/cgi-bin/LJ/Setting/JournalSubTitle.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/JournalSubTitle.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,7 +16,6 @@ use strict; use warnings; -sub tags { qw(journal heading title name subtitle) } sub max_chars { 80 } sub prop_name { "journalsubtitle" } diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/JournalTitle.pm --- a/cgi-bin/LJ/Setting/JournalTitle.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/JournalTitle.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,7 +16,6 @@ use strict; use warnings; -sub tags { qw(journal name title heading) } sub max_chars { 80 } sub prop_name { "journaltitle" } diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/MailEncoding.pm --- a/cgi-bin/LJ/Setting/MailEncoding.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/MailEncoding.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,8 +16,6 @@ use strict; use warnings; -sub tags { qw(mail translate encoding) } - sub as_html { my ($class, $u, $errs) = @_; my $key = $class->pkgkey; diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/Name.pm --- a/cgi-bin/LJ/Setting/Name.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/Name.pm Mon Sep 12 15:45:20 2011 +0800 @@ -17,8 +17,6 @@ use warnings; use LJ::Constants; -sub tags { qw(name) } - sub current_value { my ($class, $u) = @_; return $u->{name} || ""; diff -r 9e56251b1394 -r 9b6f4fa5ccc3 cgi-bin/LJ/Setting/UserMessaging.pm --- a/cgi-bin/LJ/Setting/UserMessaging.pm Mon Sep 12 15:44:30 2011 +0800 +++ b/cgi-bin/LJ/Setting/UserMessaging.pm Mon Sep 12 15:45:20 2011 +0800 @@ -16,8 +16,6 @@ use strict; use warnings; -sub tags { qw(email message contact) } - sub should_render { my ( $class, $u ) = @_; return $u->is_person && LJ::is_enabled( 'user_messaging' ); --------------------------------------------------------------------------------