github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2023-07-24 12:23 pm

[dreamwidth/dreamwidth] 745c59: remove LJ::Directory::Constraint::ContactInfo and ...

Branch: refs/heads/main Home: https://github.com/dreamwidth/dreamwidth Commit: 745c59b4b874a15a7e3b5ab696f26c311477a914 https://github.com/dreamwidth/dreamwidth/commit/745c59b4b874a15a7e3b5ab696f26c311477a914 Author: Kareila kareila@dreamwidth.org Date: 2023-07-24 (Mon, 24 Jul 2023)

Changed paths: M bin/upgrading/en.dat M cgi-bin/DW/Controller/Search/Multisearch.pm M cgi-bin/LJ/DB.pm R cgi-bin/LJ/Directory/Constraint/ContactInfo.pm M cgi-bin/LJ/Widget/Search.pm M ext/dw-nonfree/bin/upgrading/en_DW.dat M htdocs/stc/lj_base.css R htdocs/stc/widgets/search-interestonly.css M schemes/global.tt M views/multisearch.tt M views/multisearch.tt.text

Log Message:


remove LJ::Directory::Constraint::ContactInfo and related code

This removes the "IM Info" option from the site search menu.

Also removes:

  • LJ::DB::bindstr (sole use)
  • 'user-search-display' CSS class from lj_base.css (sole use)
  • various orphaned text strings (will be deadphrased later)
  • call to 'multisearch_custom_search_redirect' hook (unused)
  • 'single_search' option for the search widget (unused)
  • htdocs/stc/widgets/search-interestonly.css (unused)

Could remove but doesn't:

  • LJ::img("nouserpic") (sole use, but seems good to keep)

Closes #3222.