Clarissa Walker [Sun, 20 Sep 2026 16:36:23 +0000 ]
Mod Conversion page reorganization - also with a warning message
Clarissa Walker [Sun, 20 Sep 2026 13:38:16 +0000 ]
admin/backup_utf8.php: Fix double-encoding database dump in script - was doing ISO-8859-1 -> UTF-8 -> ISO-8859-1
Clarissa Walker [Sun, 20 Sep 2026 12:36:07 +0000 ]
includes/plain.button.php: PHP 8.x fixes just for fun
Clarissa Walker [Sun, 20 Sep 2026 10:57:51 +0000 ]
default_tpls/listings.tpl: Technically the Complete line should be new-lined from the Word Count/Read Count line - fix
Clarissa Walker [Sat, 19 Sep 2026 23:16:04 +0000 ]
reviews.php: Trying to access array offset on null PHP warning when accessing a nonexistent story's review page dirty fix
Clarissa Walker [Sat, 19 Sep 2026 22:00:28 +0000 ]
Database connection setting updates
Clarissa Walker [Sat, 19 Sep 2026 19:30:46 +0000 ]
Update README.md - Alternative of obtaining the utf8mb4 charset database connection
Clarissa Walker [Sat, 19 Sep 2026 19:24:06 +0000 ]
includes/mysqli_functions.php: add option for SET NAMES of UTF8MB4 with a note - this may especially help with old-ish server setups
Clarissa Walker [Sat, 19 Sep 2026 18:56:06 +0000 ]
header.php, viewstory.php: Undefined variable warning for PHP 8.x users if viewstory.php is ever accessed directly fix
Clarissa Walker [Sat, 19 Sep 2026 13:32:47 +0000 ]
README.md: slight formatting change
Clarissa Walker [Sat, 19 Sep 2026 13:30:24 +0000 ]
Update README.md - typo fixes, add Notes section, update Mod changelog
Clarissa Walker [Fri, 18 Sep 2026 21:40:15 +0000 ]
Mod conversion update
Clarissa Walker [Fri, 18 Sep 2026 21:02:34 +0000 ]
Mod conversion rewrite - expand mod conversion help popup - add Unicode 5.2 support
Clarissa Walker [Fri, 18 Sep 2026 16:21:57 +0000 ]
languages/en.php: fix Uncaught ValueError: Unknown format specifier message due to a very old editing typo within constant _LOG_ADMIN_EDIT_AUTHOR - someone started using it in eFiction 3.5.4. or 3.5.5; it was not used before this
Clarissa Walker [Fri, 18 Sep 2026 04:08:35 +0000 ]
tinymce inits: prevent html entity encoding from wrecking special characters in any text form it uses, especially in stories
Clarissa Walker [Thu, 17 Sep 2026 20:38:05 +0000 ]
Mod conversion script update to support clean future version 3.5.9 post-upgrades - Update README.md, description and update sections change
Clarissa Walker [Thu, 17 Sep 2026 14:10:05 +0000 ]
Update README.md - Description and Update sections change
Clarissa Walker [Thu, 17 Sep 2026 13:48:53 +0000 ]
Expand password field from varchar(40) to varchar(255) as part of the eFiction 3 Mod upgrade
Clarissa Walker [Thu, 17 Sep 2026 13:01:10 +0000 ]
update.php: Add update path to eFiction 3 Mod via future 3.5.9
Clarissa Walker [Thu, 17 Sep 2026 07:55:14 +0000 ]
admin/panels.php: Trying to access array offset on null warnings for PHP 8.x when creating a new panel entry fix
Clarissa Walker [Thu, 17 Sep 2026 07:40:39 +0000 ]
Add support for Unicode conversion to eFiction 3 Mod - this is to be done in the Archive Conversion page of the Admin Panel
Clarissa Walker [Wed, 16 Sep 2026 20:51:10 +0000 ]
add MD5 password check and warning in Edit Personal Information page
Clarissa Walker [Wed, 16 Sep 2026 20:03:02 +0000 ]
user page cleanup
Clarissa Walker [Wed, 16 Sep 2026 03:54:15 +0000 ]
Update README.md
Clarissa Walker [Tue, 15 Sep 2026 10:55:07 +0000 ]
blocks/menu/menu.php: fix array to string conversion warning for PHP 8 - proper fix
Clarissa Walker [Tue, 15 Sep 2026 10:48:03 +0000 ]
blocks/menu/menu.php: fix array to string conversion warning for PHP 8 - remove temp error suppression
Clarissa Walker [Tue, 15 Sep 2026 00:11:05 +0000 ]
blocks/menu/menu.php: temp error suppression
Clarissa Walker [Sun, 13 Sep 2026 18:40:26 +0000 ]
Admin Action Log file had values hardcoded to English - Moved to en_admin language file
Clarissa Walker [Sun, 13 Sep 2026 04:00:12 +0000 ]
includes/seriesreviews.php: Another one slipped away...
Clarissa Walker [Sun, 13 Sep 2026 03:50:13 +0000 ]
includes/seriesreviews.php: More Number of Likes calculation fixes
Clarissa Walker [Sat, 12 Sep 2026 21:22:27 +0000 ]
admin/links.php: formatting changes
Clarissa Walker [Sat, 12 Sep 2026 20:04:53 +0000 ]
reviews.php: Number of Likes - let one slip by...
Clarissa Walker [Sat, 12 Sep 2026 18:54:36 +0000 ]
reviews.php: fix calculation for Number of Likes rating system for stories and chapters - avg -> count
Clarissa Walker [Sat, 12 Sep 2026 16:50:06 +0000 ]
includes/reviewform.php: Update Number of Likes selection form
Clarissa Walker [Sat, 12 Sep 2026 13:43:48 +0000 ]
Preliminary Number of Likes functionality - it was actually missing entirely in the review form
Clarissa Walker [Sat, 12 Sep 2026 01:09:54 +0000 ]
Update README.md
Clarissa Walker [Fri, 11 Sep 2026 23:50:29 +0000 ]
install/install.php: disable MySQLi error suppression by default with a note
Clarissa Walker [Fri, 11 Sep 2026 21:51:49 +0000 ]
search.php: fix MySQL error message overwriting the Search Results header for a failed penname search - remove temp error suppression workaround
Clarissa Walker [Fri, 11 Sep 2026 21:39:14 +0000 ]
search.php: 'temp' error suppression workaround for MySQL error message taking over the Search Results header for a failed penname search
Clarissa Walker [Fri, 11 Sep 2026 03:17:23 +0000 ]
Update README.md
Clarissa Walker [Thu, 10 Sep 2026 19:01:00 +0000 ]
install/install.php: cleanup due to the script's recent changes
Clarissa Walker [Thu, 10 Sep 2026 17:15:16 +0000 ]
admin/settings.php: Do not parse the mailer directory in Language selection drop-down
Clarissa Walker [Thu, 10 Sep 2026 16:40:43 +0000 ]
typo fix from previous commit
Clarissa Walker [Thu, 10 Sep 2026 16:32:30 +0000 ]
fix for Undefined variables when parsing language PHP files in any manner
Clarissa Walker [Thu, 10 Sep 2026 16:16:30 +0000 ]
rss.php: remove recent PHP 8 fix - this also means the old error suppression entries are no longer needed
Clarissa Walker [Thu, 10 Sep 2026 13:19:19 +0000 ]
rss.php: Replace error suppression settings with proper PHP 8 Undefined variable fix
Clarissa Walker [Thu, 10 Sep 2026 03:16:17 +0000 ]
Add note regarding undefined variables between languages/en.php and stories.php - breaking change for future PHP 9.0
Clarissa Walker [Thu, 10 Sep 2026 01:46:55 +0000 ]
remove ini and error reporting entries as the issues in this file were fixed
Clarissa Walker [Wed, 09 Sep 2026 15:52:05 +0000 ]
temp error suppression entry for languages/en.php - otherwise it spams the web server error logs when adding or editing a story or chapter
Clarissa Walker [Tue, 08 Sep 2026 23:03:17 +0000 ]
fix Array to string conversion warning in PHP 8 - Technically a revert of a revert of coauthors, but better formatted
Clarissa Walker [Tue, 08 Sep 2026 14:09:37 +0000 ]
Update eFic2eFic bridge and default file backups
Clarissa Walker [Tue, 08 Sep 2026 00:25:35 +0000 ]
Change collation in favorites table regarding type field - Fixes Manage Favorites count
Clarissa Walker [Tue, 08 Sep 2026 00:04:25 +0000 ]
Add WebP support for image file upload
Clarissa Walker [Mon, 07 Sep 2026 23:31:10 +0000 ]
add support for later tinyMCE image list handling
Clarissa Walker [Mon, 07 Sep 2026 19:13:21 +0000 ]
Update tinyMCE 6 init.php
Clarissa Walker [Mon, 07 Sep 2026 18:45:20 +0000 ]
Better setreg behavior - Registration page shows up through Page Links from the Admin Panel while disabled for testing
Clarissa Walker [Mon, 07 Sep 2026 14:34:32 +0000 ]
missed coauthors revert in includes/storyblock.php
Clarissa Walker [Mon, 07 Sep 2026 01:08:20 +0000 ]
update.php: add long forgotten database table field requirement check
Clarissa Walker [Sun, 06 Sep 2026 20:47:45 +0000 ]
browse/ratings.php: fix Undefined variable warning for ratingslist in PHP 8 - sub-issue of previous Uncaught TypeError message in PHP 8
Clarissa Walker [Sun, 06 Sep 2026 18:45:02 +0000 ]
browse/ratings.php: fix Uncaught TypeError in PHP 8 with visiting the Browse Ratings section with no ratings listed
Clarissa Walker [Sun, 06 Sep 2026 06:41:38 +0000 ]
Update README.md - before I forget this time
Clarissa Walker [Sun, 06 Sep 2026 06:25:52 +0000 ]
Add tinyMCE 5.3.2 support - Clean up init.php for tinyMCE 6
Clarissa Walker [Sat, 05 Sep 2026 22:58:51 +0000 ]
includes/userlist.php: Fix Uncaught TypeError in PHP 8 for the Co-Authors field when you use a starting character that yields no results
Clarissa Walker [Sat, 05 Sep 2026 20:26:29 +0000 ]
Update README.md
Clarissa Walker [Sat, 05 Sep 2026 19:55:09 +0000 ]
change header charset comment
Clarissa Walker [Sat, 05 Sep 2026 19:43:38 +0000 ]
Relocate CHARSET definition back to the languages/en.php file - this makes some legacy modules work without adding a charset definition
Clarissa Walker [Sat, 05 Sep 2026 19:10:04 +0000 ]
Remove include from rss.php
Clarissa Walker [Sat, 05 Sep 2026 19:01:58 +0000 ]
Remove include from header.php
Clarissa Walker [Sat, 05 Sep 2026 17:44:38 +0000 ]
More coauthors fixes
Clarissa Walker [Sat, 05 Sep 2026 17:42:07 +0000 ]
Cleanup from previous commit
Clarissa Walker [Sat, 05 Sep 2026 17:38:28 +0000 ]
Add includes/dbfunctions.php include back to config.php, but leave the actual dbconnect in the includes/dbfunctions.php file where it belongs - this makes legacy modules work without adding another include
Clarissa Walker [Fri, 04 Sep 2026 21:51:56 +0000 ]
Resolve forgotten PHP deprecation: imagedestroy -> unset
Clarissa Walker [Fri, 04 Sep 2026 18:38:27 +0000 ]
Resize GD captcha for today's resolutions - and add forgotten set font directory
Clarissa Walker [Fri, 04 Sep 2026 18:11:04 +0000 ]
series.php: fix Undefined array key PHP warning
Clarissa Walker [Fri, 04 Sep 2026 17:57:29 +0000 ]
Fix GD captcha fonts path for PHP 8.6 and GD 2.4.0 library users
Clarissa Walker [Wed, 02 Sep 2026 16:01:25 +0000 ]
Revert UNIXTIMESTAMP
Clarissa Walker [Wed, 02 Sep 2026 12:14:31 +0000 ]
More re-adding UNIXTIMESTAMP
Clarissa Walker [Wed, 02 Sep 2026 06:03:17 +0000 ]
Fix trying to access array offset on null warnings when responding to a review - re-add UNIXTIMESTAMP
Clarissa Walker [Wed, 02 Sep 2026 04:08:36 +0000 ]
missed coauthors revert in revres.php - also previous commit did fix foreach, but that was array-object, string given rather than array to string
Clarissa Walker [Wed, 02 Sep 2026 03:41:53 +0000 ]
Fix occasional foreach array to string conversion warning in author and coauthor URL handling function
Clarissa Walker [Wed, 02 Sep 2026 03:36:39 +0000 ]
Revert coauthors array changes as it occasionally brings up an undefined variable warning with no real way to fix it
Clarissa Walker [Wed, 02 Sep 2026 00:59:08 +0000 ]
Number of Likes: cosmetic consistency fix
Clarissa Walker [Sun, 23 Aug 2026 17:38:49 +0000 ]
Fix forgotten spacing on SMTP connection test button during formatting change
Clarissa Walker [Sat, 22 Aug 2026 22:49:10 +0000 ]
Even more general cleanup - redundancy also removed from one file
Clarissa Walker [Thu, 20 Aug 2026 12:44:13 +0000 ]
Revert 'hide member status if added by admin' commit as it breaks the Membership Status field in User Profiles - wonder what the justification of this one was
Clarissa Walker [Wed, 19 Aug 2026 23:06:44 +0000 ]
More general cleanup - layout and consistency changes
Clarissa Walker [Wed, 19 Aug 2026 22:48:48 +0000 ]
Fix Install Step 9 form layout - Set-up Admin Account
Clarissa Walker [Wed, 19 Aug 2026 22:28:01 +0000 ]
Fix more leftover oversights with COLLATE in some SQL queries
Clarissa Walker [Wed, 19 Aug 2026 22:25:45 +0000 ]
Fix leftover oversights with COLLATE in some SQL queries
Clarissa Walker [Tue, 18 Aug 2026 22:02:49 +0000 ]
General cleanup - layout and consistency changes
Clarissa Walker [Tue, 18 Aug 2026 07:00:47 +0000 ]
Fix very old typo for 'multiplecats'
Clarissa Walker [Tue, 18 Aug 2026 06:11:59 +0000 ]
Update README.md - also accidental 'Saner tinyMCE selection handling' fix in initial user registration feature commit...
Clarissa Walker [Tue, 18 Aug 2026 06:00:39 +0000 ]
...and more - user registration...
Clarissa Walker [Tue, 18 Aug 2026 05:59:34 +0000 ]
user registrations text fix
Clarissa Walker [Tue, 18 Aug 2026 05:56:03 +0000 ]
Add site setting to enable or disable new user registrations
Clarissa Walker [Tue, 18 Aug 2026 01:43:11 +0000 ]
Saner tinyMCE selection handling
Clarissa Walker [Tue, 18 Aug 2026 01:23:43 +0000 ]
Add tinyMCE 6.8.6 - README.md updated
Clarissa Walker [Thu, 30 Jul 2026 14:08:27 +0000 ]
more tinyMCE consistency changes - height: 300px, width: 580px, toolbars at the top like later releases, manually resized text windows are not saved - tinyMCE 4 init cleanup
Clarissa Walker [Thu, 30 Jul 2026 02:18:28 +0000 ]
Enable wordcount plugin in tinyMCE 3 - unofficial eFiction 3.5.8.f1 introduced a wordcount plugin, previously unused
Clarissa Walker [Thu, 30 Jul 2026 01:46:06 +0000 ]
Add options to change toolbar location in tinyMCE 2 and 3 - from tinyMCE 2.0 x to 3.4.x, it was located at the bottom by default; from 3.5.x onwards, the default was changed to be at the top