Commit Graph

104 Commits

Author SHA1 Message Date
Retro_Guy 4a6b57f282 Increment version for new devel changes. 2024-07-04 05:33:47 -07:00
Retro_Guy b5bdb0f1ab Add toggle to sort body search results by date or relevance. 2024-07-04 01:52:05 -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 c48056d3d0 Allow longer tlds in email addresses during registration. 2024-06-30 08:22:50 -07:00
Retro_Guy caaec22735 Increment version number. 2024-06-30 00:55:42 -07:00
Retro_Guy 7952b6a00b Remove extra blank line from end of quote. 2024-06-30 00:53:56 -07:00
Retro_Guy f25096f833 Change wording in debian-upgrade.sh to make it more clear it will overwrite scripts. 2024-06-28 03:32:52 -07:00
Retro_Guy f66db66487 Fix extra line in linewrap. 2024-06-24 13:57:51 -07:00
Retro_Guy 4af893eb82 Increment version to 0.9.134. 2024-06-18 04:32:40 -07:00
Retro_Guy 07b592ca0a Increment version to avoid caching errors. 2024-06-07 05:46:02 -07:00
Retro_Guy 3ff76df4fe Standarize some variables and address some php warnings. 2024-06-05 04:05:17 -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
Retro_Guy 057fca590a Avoid creating thread dbs for groups that do not exist. 2024-06-02 08:04:07 -07:00
Retro_Guy 7622cc4e3c Fix bug in nocem that caused section to not be found (so no delete). 2024-06-01 04:27:51 -07:00
Retro_Guy 1ea1ed2132 Remove duplicate check of incoming article date. 2024-05-30 05:42:07 -07:00
Retro_Guy 8c259cf695 Move version number to text file. 2024-05-30 02:25:03 -07:00
Retro_Guy 31345514b1 Add pointless loading spinner (js) that nobody will ever see. 2024-05-15 04:53:09 -07:00
Retro_Guy e418d12251 Allow separate motd.txt for each section (section-motd.txt). This overrides motd.txt. 2024-05-08 02:24:31 -07:00
Retro_Guy 187e1b917b Add show/hide toggle on section group display page. 2024-05-07 04:45:38 -07:00
Retro_Guy 9495538f86 Add green button to 'Latest' link in groups list for logged in users. 2024-04-30 04:31:50 -07:00
Retro_Guy bb486431b0 Cleanup for overboard threads mod. 2024-04-28 03:05:02 -07:00
Retro_Guy 55e5c37067 Add Thread view to overboard. Probably still has bugs. 2024-04-26 04:48:28 -07:00
Retro_Guy 631930ea39 For now remove msgid search from header when in /common or /spoolnews until a clean way to handle it is written. 2024-03-23 06:08:41 -07:00
Retro_Guy df0adaf253 Move passwd change from register page to config page. Also require passwd on config page. 2024-03-10 09:50:20 -07:00
Retro_Guy 860dfa61ca Add and sort by section in grouplist.php. Also update cache from cron.php so no user must wait. 2024-03-08 10:27:35 -07:00
Retro_Guy 079ad45764 Fix handling of urlencoded group names in grouplist. 2024-03-05 06:29:31 -07:00
Retro_Guy aa8fa270f8 Add number of messages to grouplist and some tweaks in same. 2024-03-05 03:37:22 -07:00
Retro_Guy fd5285ba88 Continue with feature to hide unsubscribed groups. Add default and also option in overrides.inc.php. 2024-03-04 09:47:34 -07:00
Retro_Guy f03a6f155c Remove some commented lines from header.php. 2024-02-29 21:12:09 -07:00
Retro_Guy 924a2c2d0f Fix misaligned header horizontal rule if no motd.txt or fortunes. 2024-02-29 20:38:20 -07:00
Retro_Guy e570f1df9b Clean up links.conf to remove nodelist. 2024-02-28 09:33:03 -07:00
Retro_Guy c05b4ab308 Add Message-ID search bar to header. 2024-02-26 06:02:08 -07:00
Retro_Guy f0aa279319 Add descriptions to grouplist.php. 2024-01-17 09:54:10 -07:00
Retro_Guy b6be00ae1c Add 'groups' link and auto populating groups list. 2024-01-14 06:53:02 -07:00
Retro_Guy 88b761fce3 Fix missing formatting line in style.css in TriMonoBlue theme (bring it up to date). 2023-10-03 14:49:21 -07:00
Retro_Guy 5a48a53544 Add TriMonoBlue Theme by Syber Shock. 2023-10-02 19:16:12 -07:00
Retro_Guy fb33f414fc Some theme cleanup. 2023-09-19 06:39:01 -07:00
Retro_Guy 37a55abb9a Add override to display short view of headers in messages. 2023-09-18 05:07:20 -07:00
Retro_Guy 2676176737 Move fortunes config to file in config dir. 2023-09-17 10:36:37 -07:00
Retro_Guy 20b1267bf3 Add new theme. Move style.css back to each theme dir. Modify header.php to allow a bit more css config. 2023-09-15 12:04:51 -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 3d01e5381f Clean up message formatting using monospaced fonts. Also, move style.css and symlink from themes if not changed. 2023-08-19 06:54:26 -07:00
Retro_Guy 6d249a1144 Add 30 character limit to usernames in register.php. 2023-07-14 12:58:25 -07:00
tomo 2646e652a7 * bug fix: if the no_verify field was blank, e-mail verifications would not go out.
* added option to turn on PHPMailer debug mode
2023-07-07 12:46:55 -07:00
Retro_Guy 27114f5b90 Mod spoolnews.php to accept reply from FMS when xover command is not correct. 2023-06-23 15:21:40 -07:00
Retro_Guy f8953949d3 Fix some typos. 2023-06-01 09:17:10 -07:00
Retro_Guy b0f67ee17d Add logo to footer. 2023-05-29 10:08:32 -07:00
Retro_Guy c50d2d5bb6 Remove painful JT theme. 2023-05-29 01:28:17 -07:00
Retro_Guy f2087b8c55 Minor mods to Blue and Metal theme row border colours. 2023-05-29 00:27:12 -07:00