Commit Graph

1175 Commits

Author SHA1 Message Date
Retro_Guy a9a9e2d6a2 Address two minor php warnings. Check var exsists before using. 2024-10-23 07:56:36 -07:00
Retro_Guy d686415a0d Move version assignment (to var) to sectiondir config.inc.php. 2024-10-22 05:43:50 -07:00
Retro_Guy 301b9daf27 Fixing some PHP warnings and a few bugs. 2024-10-22 05:31:51 -07:00
Retro_Guy 80477439e2 Increment version to 0.9.163 2024-10-22 02:56:42 -07:00
Retro_Guy b4071a0014 Merge branch 'devel' 0.9.162 2024-10-22 02:55:03 -07:00
Retro_Guy 766a1e9f06 Disable Quote button unless post is reply. 2024-10-21 07:59:03 -07:00
Retro_Guy 438cf03367 Increment version to 0.9.162. 2024-10-21 07:58:38 -07:00
Retro_Guy aef72505b3 Merge branch 'devel' 0.9.161 2024-10-20 06:33:20 -07:00
Retro_Guy da54b2bf21 Add overrides option to display client times as offset or timezone (-0400 vs EST). 2024-10-20 06:05:29 -07:00
Byrl Raze Buckbriar e024e3c2c5 Update to Mini Theme. 2024-10-20 05:56:19 -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 295fea8128 Merge branch 'devel' to fix a couple of newly introduced bugs in 'common/' scripts 2024-10-18 05:33:17 -07:00
Retro_Guy 28d33bf753 Add include newsportal.php to some common/*.php files to standardize function locations. 2024-10-18 05:24:40 -07:00
Retro_Guy 0ab7d828a3 Increment version to 0.9.161. 2024-10-18 05:05:54 -07:00
Retro_Guy cd48faa504 Merge branch 'devel' 2024-10-18 05:04:30 -07:00
Byrl Raze Buckbriar fd769e27cb Add Mini Theme. 2024-10-18 04:58:15 -07:00
Retro_Guy eb6ddbf095 Merge branch 'devel' 2024-10-18 04:21:46 -07:00
Retro_Guy 627cd6aa31 Add not to menu.conf that all sections must start with alphanumeric character. 2024-10-17 06:43:41 -07:00
Retro_Guy c10f6c918f Add option to display References in short headers. 2024-10-17 06:43:06 -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 503d851b0c Add delete_msgid.php to easily delete articles by flat file containing message-ids. 2024-10-17 05:14:29 -07:00
Retro_Guy b61eeabff0 Increment version to 0.9.160. 2024-10-16 16:04:33 -07:00
Retro_Guy 2f13f8245a Merge branch 'devel' 0.9.159 2024-10-16 16:03:18 -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 8ff85b54e7 Allow disabling remote push in overrides.inc.php. 2024-10-15 06:15:37 -07:00
Retro_Guy 82ec577987 Avoid duplicate entries in spoolnews groups file (for nntp). 2024-10-14 03:33:43 -07:00
Retro_Guy ea56e003e4 Add missing colon in maintenance.php. 2024-10-14 02:42:25 -07:00
Retro_Guy a942433de1 Remove blank lines from menu.conf when creating new section with maintenance.php. 2024-10-14 02:40:42 -07:00
Retro_Guy 0c7a459f85 Apply user blocking in section groups list. 2024-10-13 02:07:32 -07:00
Retro_Guy 450e31a166 Clean up prefer Injection-Date to Date to not skip article with bad date format in Date header (if Injection-Date header exists). 2024-10-12 09:04:05 -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 06b60e6f6e Increment version to 0.9.159 2024-10-12 07:28:39 -07:00
Retro_Guy 8074d701a2 Merge branch 'devel' 2024-10-12 07:27:31 -07:00
Retro_Guy 7f6649333b Add 'subscribe' link to unsubscribed groups. 2024-10-12 05:51:14 -07:00
Retro_Guy ad40a9fb38 Remove unused variables after previous commit. 2024-10-11 06:08:46 -07:00
Retro_Guy 6c5e8048bc Use repair_broken_group function in article-flat when article does not exist. 2024-10-11 06:07:29 -07:00
Retro_Guy 53a4033cd1 Add limit for added followup-to. Default is 1. 2024-10-11 05:53:36 -07:00
Retro_Guy 3530768ceb Handle warnings if is not set in overboard.php. 2024-10-11 04:46:54 -07:00
Retro_Guy 5ec58d7c5f Handle some warnings for . 2024-10-11 04:46:06 -07:00
Retro_Guy df65eb7acb Add missing global in newsportal.php. 2024-10-11 04:22:58 -07:00
Retro_Guy 07b8fa1397 Change to to make spoolnews.php easier to read. 2024-10-11 04:16:33 -07:00
Retro_Guy 2403c3fe11 Fix incorrect logging for failure to connect to internal server. 2024-10-10 15:07:20 -07:00
Retro_Guy bc9001203a Use function for rewrite_body. 2024-10-10 05:04:24 -07:00
Retro_Guy 0105aaacee Increment version to 0.9.158. 2024-10-10 05:03:44 -07:00
Retro_Guy 447d65da45 Merge branch 'devel' 0.9.157 2024-10-09 16:09:53 -07:00
Retro_Guy 4f245038d2 Forward missing article errors to admin by email if so configured. 2024-10-09 07:50:35 -07:00
Retro_Guy 89a2486c69 Clean up enable/disable admin email messages. 2024-10-09 05:59:10 -07:00
Retro_Guy c981a8524e Set upgrade script to restart nntp server(s) on next cron.php run. 2024-10-09 05:56:46 -07:00