Commit Graph

152 Commits

Author SHA1 Message Date
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
Retro_Guy 06ef2552a8 Remove caching for threads while working on improving thread handling. 2024-07-06 01:24:43 -07:00
Retro_Guy e5f23dd63f Try to avoid listing threads multiple times in thread view. 2024-07-05 06:31:17 -07:00
Retro_Guy 8724e66c51 Try to standardize some logging output. Move article retrieve errors from newsportal.log to debug.log. 2024-07-03 00:16:36 -07:00
Retro_Guy 8f7692c1af Don't add articles to cache immediately when spooling or posting. 2024-07-02 14:08:17 -07:00
Retro_Guy cc1c41f107 Add msgid and posting-user hash to post.log if enabled. 2024-06-19 02:28:28 -07:00
Retro_Guy 6dd5f46960 Preliminary addition of disk caching. 2024-06-07 05:43:52 -07:00
Retro_Guy 6e7b8b4057 Move memcached handling to functions in preparation for adding disk caching. 2024-06-07 04:13:23 -07:00
Retro_Guy 98db866a06 Standardize cache logging to 'cache.log'. 2024-06-06 05:50:03 -07:00
Retro_Guy 3ff76df4fe Standarize some variables and address some php warnings. 2024-06-05 04:05:17 -07:00
Retro_Guy f8ec3d9ca6 Change display of no-archive msg to match style of blocked by blocklist msg. 2024-06-04 05:34:33 -07:00
Retro_Guy 2affbfc298 Compress data for memcache. 2024-06-04 04:18:19 -07:00
Retro_Guy c2cc9657f9 Add memcache to (newsportal's) message_read. 2024-06-04 03:31:37 -07:00