Commit Graph

164 Commits

Author SHA1 Message Date
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 9fcef1b877 Fix convert htmlentities on truncated From: addresses. 2024-11-23 05:48:25 -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 8d2cf0c573 Mod in message.inc.php to use css change from previous commit. 2024-11-14 07:23:22 -07:00
Retro_Guy d0f2f02b06 Add date interval to short_headers (right). 2024-11-13 08:19:31 -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 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 7e86b03b68 Add link to latest message in group list page. 2024-11-02 09:00:50 -07:00
Retro_Guy 8c9784ab61 Add DOCTYPE header and clean up more html/css. 2024-10-30 09:52:17 -07:00
Retro_Guy 3f4b7da1fb Use dynamic id names for 'trigger_headers'. 2024-10-30 04:33:16 -07:00
Retro_Guy 54f08fedba Rename a class because I wanted to. 2024-10-29 16:00:54 -07:00
Retro_Guy 4b554256d0 Restore local poster notification (italicise) in article-flat. 2024-10-29 09:03:51 -07:00
Retro_Guy f5baa1e6f7 Some html/css cleanup in article-flat.php. 2024-10-29 07:39:50 -07:00
Retro_Guy 634e0848b9 HTML cleanup in thread view. 2024-10-29 04:41:41 -07:00
Retro_Guy a013047794 Do not truncate poster name in message view. Move From to below Subject if Subject is long. 2024-10-28 06:47:13 -07:00
Retro_Guy 4f75012597 Add 'From: ' to poster name when in same row as Subject. This may help darius relax a bit. 2024-10-27 14:20:16 -07:00
Retro_Guy 6924087572 Continue cleaning up 'short_headers'. 2024-10-27 13:43:56 -07:00
Retro_Guy b9b5a4be3a Add CSS classes for 'plain header' and add javascript links to same. 2024-10-27 09:27:33 -07:00
Retro_Guy 5ff97edc36 Cleanup header.php and start addressing css issues. 2024-10-26 14:12:29 -07:00
Retro_Guy 4224682879 Cleanup short_headers a bit. Still an issue with a blank line if no References: 2024-10-25 08:41:42 -07:00
Retro_Guy de5efd61ce Restructure 'short_headers' to hopefully be more pleasing. 2024-10-25 06:41:27 -07:00
Retro_Guy 2115310f08 Add overrides setting for body notices. Add css class for display of same. 2024-10-25 05:25:14 -07:00
Retro_Guy a9a9e2d6a2 Address two minor php warnings. Check var exsists before using. 2024-10-23 07:56:36 -07:00
Retro_Guy a31019083d Standardise date to local date in one function for message headers. Try timezone but may switch back to offset if problems. 2024-10-19 07:40:48 -07:00
Retro_Guy c10f6c918f Add option to display References in short headers. 2024-10-17 06:43:06 -07:00
Retro_Guy f30b07b09e Remove logging for something that is not a bug in message.inc.php. 2024-10-12 09:03:07 -07:00
Retro_Guy 5ec58d7c5f Handle some warnings for . 2024-10-11 04:46:06 -07:00
Retro_Guy 626d810527 Add feature to account_manager to look up posters by posting-hash when necessary. 2024-10-04 05:10:05 -07:00
Retro_Guy 5ebcf38626 Use From: for posting hash for internal posts not using standard authentication. 2024-10-02 08:40:45 -07:00
Retro_Guy f6b80489fd Only write posting-user to config if auth used. 2024-10-01 08:00:09 -07:00
Retro_Guy 62c75e8b4f Log 'posting-user' hash to user config file for ease in tracking down a user if necessary. 2024-10-01 06:11:29 -07:00
Retro_Guy df79eb256e Respond to missing articles using thread_cache_removearticle in message.inc.php. 2024-09-28 14:31:38 -07:00
Retro_Guy 78d4003133 Only log failed message retrieval after all steps to retry. 2024-09-28 12:46:42 -07:00
Retro_Guy 4e102310be Try to handle articles with no 'text/plain' and arts with no text at all. Also don't display current 'part' as attachement if in current view. 2024-09-27 03:26:40 -07:00
Retro_Guy 61c4b6346f Check multipart articles to try harder to find text/plain. 2024-09-17 06:07:26 -07:00
Retro_Guy 1f3ab5e3a6 Set displayed link for copy mid/link to reduce confusion. 2024-08-20 05:46:24 -07:00
Retro_Guy a6249e50bc Place article header checks (for display) in function in message.inc.php. 2024-08-20 05:11:12 -07:00
Retro_Guy 2c303650ad Display comment above article if references header is missing. 2024-08-20 04:48:32 -07:00
Retro_Guy 636bcedb2e Remove some unused code and fix thread tree above article display. 2024-08-01 07:16:23 -07:00
Retro_Guy 797aa147a6 Fix checking for missing boundary line. Still more to improve for multipart messages. 2024-07-27 06:03:17 -07:00
Retro_Guy 71e29dd57c Handle article with missing boundary line in message.inc.php. 2024-07-25 06:09:57 -07:00
Retro_Guy 09ae8d3f73 Continue standarizing log files to contain ip address. 2024-07-18 05:20:38 -07:00
Retro_Guy c21a79eb89 First step try to fix issue threading where aricles have exactly same date. Sounds simple I know. 2024-07-07 11:07:28 -07:00
Retro_Guy 352b633384 Remove some unnecessary variable assignments in thread.inc.php. 2024-07-06 02:35:32 -07:00
Retro_Guy 4e6a190c40 Save threads to file, not db. 2024-07-06 02:15:03 -07:00