Commit Graph

78 Commits

Author SHA1 Message Date
Retro_Guy 17d1fc0cad Handle missing php-pspell gracefully, and log to debug.log. 2024-12-17 07:22:02 -07:00
Retro_Guy a77ffab3b1 Add AND/OR/NOT to Search. 2024-12-15 02:47:16 -07:00
Retro_Guy 60b43050c2 Provide ability to offer search suggestions in other (not 'en') languages. 2024-12-14 06:27:36 -07:00
Retro_Guy db3a9b7adb Add search suggestions to search.php. 2024-12-13 10:15:38 -07:00
Retro_Guy dd54667901 Add css class for search prompts. 2024-11-20 04:18:19 -07:00
Retro_Guy a3e03e05c4 css cleanup for search.php. 2024-11-19 09:46:14 -07:00
Retro_Guy f4d44ce45e Remove some old code from search.php. 2024-10-31 10:19:17 -07:00
Retro_Guy 2c78d8cb65 Add some classes and cleanup for search.php. 2024-10-31 10:06:16 -07:00
Retro_Guy d21756ef11 Some initial html cleanup in search.php. 2024-10-31 08:59:19 -07:00
Retro_Guy c038a6e336 urlencode spaces in search terms from poster names. 2024-10-28 08:35:27 -07:00
Retro_Guy 8d35e5adfa Move reading menu.conf to one function. Force alphanumeric first character. 2024-10-17 06:13:09 -07:00
Retro_Guy c1799c4732 Continue cleaning up globals in search. 2024-10-16 04:49:21 -07:00
Retro_Guy 508b02270f Maintain search depth in search.php if in group. 2024-10-16 04:27:21 -07:00
Retro_Guy c379566fad Offer new search on search results page. 2024-10-16 04:24:38 -07:00
Retro_Guy fac6dddab9 Use config_dir groups files for search instead of spooldir groups files. 2024-10-08 11:08:17 -07:00
Retro_Guy 42528d6f26 Fix a multibyte issue with names in groups list, and also in search. 2024-08-10 09:49:51 -07:00
Retro_Guy 59a2d9abaa Apply all logins to all features (intentionally did not previously). 2024-07-21 06:19:35 -07:00
Retro_Guy 53d646b519 Try to improve session handling. 2024-07-20 08:01:24 -07:00
Retro_Guy b5bdb0f1ab Add toggle to sort body search results by date or relevance. 2024-07-04 01:52:05 -07:00
Retro_Guy 886c68b764 Add note about cached pages when blocking a poster. 2024-04-15 03:11:00 -07:00
Retro_Guy c7e05a3f9d Add note to refresh pages after user block if necessary. 2024-04-14 03:40:41 -07:00
Retro_Guy 1728a22754 Restrict Message-ID search to section or group when using Search button (not form in header). 2024-04-10 07:07:58 -07:00
Retro_Guy 2f448e6e00 Add user blocking in message display (article-flat.php). 2024-04-05 05:41:44 -07:00
Retro_Guy 283e33c40e Fix search bug that would search section instead of group for header searches. 2024-03-23 05:22:05 -07:00
Retro_Guy 6e45eff60b Fix unwanted underscores in overview and search. 2024-01-17 09:53:36 -07:00
Retro_Guy e3d63f6a75 Fixes and improvements to search. 2024-01-07 15:52:50 -07:00
Retro_Guy 9d2cd5d603 Fix group link in results display to handle group names with special characters. 2023-12-30 05:08:14 -07:00
Retro_Guy 3b5f153113 Fix bug in search relating to group names with special characters. 2023-12-28 17:39:02 -07:00
Retro_Guy a93daa60bf Clean up page caching a bit. 2023-09-22 03:33:24 -07:00
Retro_Guy d8d2509ed2 Improve counting users by separating bots/throttled. 2023-09-06 04:07:57 -07:00
Retro_Guy d205bfa6a4 Display number of bots separately from number of users online. 2023-09-04 07:07:06 -07:00
Retro_Guy 3550e09894 Begin adding ability to modify layout, etc. based on User-Agent. 2023-09-04 06:06:43 -07:00
Retro_Guy 17e8a5dd5e Only changes to indentation. No other changes. 2023-08-19 15:33:05 -07:00
Retro_Guy ff0e31daca Rename rslight_db_open to overview_db_open as it makes more sense. 2023-08-13 10:00:48 -07:00
Retro_Guy 341b6889ee Add Cache-Control to search.php. 2023-08-09 07:12:32 -07:00
Retro_Guy 1d6042796d Cleanup undefined vars in search.php. 2023-07-10 13:38:45 -07:00
vga256 72b83b55e5 search.php: - prevent script crash when usort() is performed on an empty database result, when using full-body search 2023-07-07 13:09:12 -07:00
vga256 09a1eb340d * replaced german variable name with english equivalent 2023-07-07 12:56:51 -07:00
Retro_Guy 0683f8ddd0 First mods for php8.2. 2023-04-13 18:52:30 -07:00
Retro_Guy 72da0c7fae Try to improve checking from line in user link search 2022-03-04 10:51:41 +00:00
Retro_Guy 1fac7da654 Trim Poster search to avoid partial email matches 2022-03-04 09:22:20 +00:00
Retro_Guy 4bee83df61 Don't use search term length when 'data' is present 2022-02-25 06:08:27 +00:00
Retro_Guy 52568dfe56 Check length of search request before searching db 2022-02-25 05:38:21 +00:00
Retro_Guy ad4e54c64b Decode 'From: ' line when displaying results in search.php 2022-02-25 05:33:14 +00:00
Retro_Guy 6c64fd5afd Fix searching user by link in search.php 2022-02-25 05:14:20 +00:00
Retro_Guy 5f8aa0c785 Ignore empty REQUEST in search.php 2022-02-24 05:58:21 +00:00
Retro_Guy 8141c8221e Search by email address when clicking username for search 2022-02-21 04:15:38 +00:00
Retro_Guy 1d4c0ceda9 Correct searchpoint value for message-id in search and search msig across entire site 2021-12-18 22:30:47 +00:00
Retro_Guy a420644129 Verify database exists before trying to open it in search.php 2021-11-17 06:34:52 +00:00
Retro_Guy dbf2f4e63d Check if db exists before using for search 2021-10-30 09:14:13 +00:00