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 |
Retro_Guy
|
4766775a64
|
Move rate throttling to function in newsportal.php
|
2021-06-18 10:10:34 +00:00 |
Retro_Guy
|
cd883734fa
|
Escape % from header searches
|
2021-05-26 01:37:37 +00:00 |
Retro_Guy
|
483951d74c
|
Use sitekey for input verification instead of admin key
|
2021-05-15 01:51:39 -07:00 |
Retro_Guy
|
829e357e0e
|
Properly handle multibyte strings in header search
|
2021-03-24 19:10:49 -07:00 |
Retro_Guy
|
668ed3b85f
|
Search headers using overview db for speed
|
2021-03-23 03:16:50 -07:00 |
Retro_Guy
|
1d2c080577
|
Decode search snippet before display
|
2021-03-19 02:34:38 -07:00 |
Retro_Guy
|
1cd178646b
|
Remove \' from search terms
|
2021-03-19 02:10:55 -07:00 |
Retro_Guy
|
696cbd6f17
|
Sort header search results by date
|
2021-03-17 03:06:37 -07:00 |
Retro_Guy
|
51d3f3b603
|
Add snippets to all search results
|
2021-03-17 02:43:31 -07:00 |
Retro_Guy
|
22a74cf194
|
Add variable to change snippet_size in search.php
|
2021-03-17 01:39:45 -07:00 |
Retro_Guy
|
a70b2c5f0e
|
Sort body search results by rank properly
|
2021-03-15 02:00:05 -07:00 |
Retro_Guy
|
80f1d1b5c1
|
Handle multibyte characters better in search results
|
2021-03-13 04:50:02 -07:00 |
Retro_Guy
|
b8b16adc6d
|
Allow quoted search query
|
2021-03-13 04:42:49 -07:00 |
Retro_Guy
|
9e1885b024
|
Add link in thread.php to search specific group
|
2021-03-12 00:56:35 -07:00 |
Retro_Guy
|
f47d451a48
|
Protect sqlite barewords from quoting in search
|
2021-03-11 23:11:35 -07:00 |
Retro_Guy
|
39889ea727
|
Quote everything in search terms for body search
|
2021-03-11 23:03:17 -07:00 |
Retro_Guy
|
e7043d43ae
|
Change default in search.php to Body if using article db
|
2021-03-11 21:34:53 -07:00 |
Retro_Guy
|
345cf56d70
|
Clean up snippet output for html from search.php
|
2021-03-11 18:11:22 -07:00 |
Retro_Guy
|
c06a916037
|
Add body search feature per section
|
2021-03-10 23:55:01 -07:00 |
Retro_Guy
|
e2533d7df0
|
Try to make search.php look consistent between chrome and firefox
|
2021-01-21 16:58:52 -07:00 |
Retro_Guy
|
48ef440ea2
|
Add session_cache_limiter mod to search.php to allow going back
|
2020-12-24 17:18:35 -07:00 |
Retro_Guy
|
682e508200
|
Remove section specific wording in search.php
|
2020-12-24 16:13:27 -07:00 |
Retro_Guy
|
136c984fa9
|
Combine each section db into one .db3
|
2020-12-24 02:36:17 -07:00 |
Retro_Guy
|
19143de4d7
|
Fix search.php to more properly handle multibyte strings
|
2020-12-23 04:11:26 -07:00 |