Commit Graph

676 Commits

Author SHA1 Message Date
Retro_Guy a0e04efd3d Partial undo of f2efe13bb5 due to no access to in header.php. 2024-12-20 12:38:23 -07:00
Retro_Guy f2efe13bb5 Try to keep user logged in when active on site. 2024-12-20 09:53:42 -07:00
Retro_Guy 17d1fc0cad Handle missing php-pspell gracefully, and log to debug.log. 2024-12-17 07:22:02 -07:00
Retro_Guy 83c551ae82 Snap scrolling at article header in article-flat.php. 2024-12-16 01:48:24 -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 e65d432868 Some cleanup for mbox import changes. 2024-12-12 07:51:28 -07:00
Retro_Guy 3941d931ee Reduce size of latest icon for mobile devices. 2024-12-08 05:10:30 -07:00
Retro_Guy e1f5b3b27e Add 8 chars over wrap width to textarea when replying or posting. 2024-12-08 02:55:54 -07:00
Retro_Guy e801841038 Disable short_header_with_subject for mobile clients. 2024-12-03 03:06:45 -07:00
Retro_Guy fc4d9b27e8 Preliminary changes for non-scrolling header. 2024-12-03 02:37:55 -07:00
Retro_Guy e19661f9bd Address some php8.3 errors from optional parameter declarations. 2024-12-01 16:17:33 -07:00
Retro_Guy 67235324cf Change display of multibyte Subject line slightly (decode differently). 2024-12-01 01:57:05 -07:00
Retro_Guy da8c476634 Fix extremely critical bug that added a space in subject line in html form input. </sarc> 2024-11-25 05:43:00 -07:00
Retro_Guy 9fcef1b877 Fix convert htmlentities on truncated From: addresses. 2024-11-23 05:48:25 -07:00
Retro_Guy 6dfb2e487e Add 'Reply' button to article.php. 2024-11-22 03:04:09 -07:00
Retro_Guy de3a82174e Add more logging for nocem.php. 2024-11-21 09:02:26 -07:00
Retro_Guy 3d3b3a96e9 Minor addition of return value for delete_message(). 2024-11-21 03:08:45 -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 2a60c7790a Force thread_head article in overboard threads view if thread head does not exist (use first reply). 2024-11-19 06:13:43 -07:00
Retro_Guy 6a23a7e538 Add more logging and hopefully fix logging in overboard.php. 2024-11-19 05:31:26 -07:00
Retro_Guy d4bd14e1a6 Clean up css for overboard.php. 2024-11-19 05:17:21 -07:00
Retro_Guy 0dde8d462e Make sure new users posting limit expires at the correct time. 2024-11-18 07:57:48 -07:00
Retro_Guy 9dad93b90e Style notifications of posting limits in post.php and use new_account time remaining if exists. 2024-11-18 05:20:15 -07:00
Retro_Guy e97b9e5c80 Add ability to restrict new users to lower posting limits for a period of time. 2024-11-17 06:53:39 -07:00
Retro_Guy a3aa28dc45 Rewrite of 'short_header_short' to address an issue with Chinese characters. 2024-11-17 03:03:44 -07:00
Retro_Guy 52a8b52c23 Do not truncate from address in thread.inc.php, next use css instead. 2024-11-16 09:40:21 -07:00
Retro_Guy 7cfb15ded2 Add more repair features to maintenance.php. 2024-11-15 08:13:10 -07:00
Retro_Guy 3d0060fc43 Continuing trying to fix spooling problem on empty groups. 2024-11-14 11:59:17 -07:00
Retro_Guy 8d2cf0c573 Mod in message.inc.php to use css change from previous commit. 2024-11-14 07:23:22 -07:00
Retro_Guy 203112f3b2 Fix bug related to remote groups with zero articles for spoolnews.php. 2024-11-14 05:55:51 -07:00
Retro_Guy d0f2f02b06 Add date interval to short_headers (right). 2024-11-13 08:19:31 -07:00
Retro_Guy cfc4b35892 Remove timezone from date display if known and can display in user's time. 2024-11-12 08:17:31 -07:00
Retro_Guy 96f62762d6 Allow browser to remember Username in post.php. 2024-11-12 07:47:04 -07:00
Retro_Guy 7dfa557ff2 Remove trailing . from urls. 2024-11-11 06:20:10 -07:00
Retro_Guy 11d274f3ee Tweak some css in message and posting display. 2024-11-11 06:01:34 -07:00
Retro_Guy 73b6a50880 Improve short_header display moving From and Date to right (if configured to do so). 2024-11-10 07:21:08 -07:00
Retro_Guy d72ef00ec8 Add colors to threading in article display. 2024-11-10 04:49:23 -07:00
Retro_Guy ad271b58ac Get some forms out of tables in article-flat.php. 2024-11-09 09:30:21 -07:00
Retro_Guy 6f46f604db Center the Pages info in article-flat.php. 2024-11-09 08:52:09 -07:00
Retro_Guy bc025ab095 Check latest article group file for filetime before using cached lastarticleinfo. 2024-11-09 08:39:04 -07:00
Retro_Guy 909f79a172 Add ellipsis to long subjects in threads view and change some css in same. 2024-11-07 05:34:13 -07:00
Retro_Guy 1b71bd16c6 trim whitespace from subject line when posting. 2024-11-07 03:38:18 -07:00
Retro_Guy 01d71b5646 Huge commit that adds one space between unsubscribe and mark read in group list view. 2024-11-06 06:59:57 -07:00
Retro_Guy 4e952479b6 Remove underscores missed by mb_decode_mimeheader for 'title' for last posted links in groups page. 2024-11-06 06:45:40 -07:00
Retro_Guy 289b5d15dc Decode multibyte subject before displaying 'title' in group list page. 2024-11-05 12:33:25 -07:00
Retro_Guy ba0b585036 Add title to latest links in groups list page. 2024-11-05 11:22:47 -07:00
Retro_Guy 33b9da5883 Remove unnecessary style info in <section>/index.php. 2024-11-05 03:44:11 -07:00