7 hours agoMod Conversion page reorganization - also with a warning message master
Clarissa Walker []
Mod Conversion page reorganization - also with a warning message

9 hours agoadmin/backup_utf8.php: Fix double-encoding database dump in script - was doing ISO-8859-1 -> UTF-8 -> ISO-8859-1
Clarissa Walker []
admin/backup_utf8.php: Fix double-encoding database dump in script - was doing ISO-8859-1 -> UTF-8 -> ISO-8859-1

11 hours agoincludes/plain.button.php: PHP 8.x fixes just for fun
Clarissa Walker []
includes/plain.button.php: PHP 8.x fixes just for fun

12 hours agodefault_tpls/listings.tpl: Technically the Complete line should be new-lined from the Word Count/Read Count line - fix
Clarissa Walker []
default_tpls/listings.tpl: Technically the Complete line should be new-lined from the Word Count/Read Count line - fix

24 hours agoreviews.php: Trying to access array offset on null PHP warning when accessing a nonexistent story's review page dirty fix
Clarissa Walker []
reviews.php: Trying to access array offset on null PHP warning when accessing a nonexistent story's review page dirty fix

25 hours agoDatabase connection setting updates
Clarissa Walker []
Database connection setting updates

28 hours agoUpdate README.md - Alternative of obtaining the utf8mb4 charset database connection
Clarissa Walker []
Update README.md - Alternative of obtaining the utf8mb4 charset database connection

28 hours agoincludes/mysqli_functions.php: add option for SET NAMES of UTF8MB4 with a note - this may especially help with old-ish server setups
Clarissa Walker []
includes/mysqli_functions.php: add option for SET NAMES of UTF8MB4 with a note - this may especially help with old-ish server setups

28 hours agoheader.php, viewstory.php: Undefined variable warning for PHP 8.x users if viewstory.php is ever accessed directly fix
Clarissa Walker []
header.php, viewstory.php: Undefined variable warning for PHP 8.x users if viewstory.php is ever accessed directly fix

34 hours agoREADME.md: slight formatting change
Clarissa Walker []
README.md: slight formatting change

34 hours agoUpdate README.md - typo fixes, add Notes section, update Mod changelog
Clarissa Walker []
Update README.md - typo fixes, add Notes section, update Mod changelog

2 days agoMod conversion update
Clarissa Walker []
Mod conversion update

2 days agoMod conversion rewrite - expand mod conversion help popup - add Unicode 5.2 support
Clarissa Walker []
Mod conversion rewrite - expand mod conversion help popup - add Unicode 5.2 support

2 days agolanguages/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 []
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

2 days agotinymce inits: prevent html entity encoding from wrecking special characters in any text form it uses, especially in stories
Clarissa Walker []
tinymce inits: prevent html entity encoding from wrecking special characters in any text form it uses, especially in stories

3 days agoMod conversion script update to support clean future version 3.5.9 post-upgrades - Update README.md, description and update sections change
Clarissa Walker []
Mod conversion script update to support clean future version 3.5.9 post-upgrades - Update README.md, description and update sections change

3 days agoUpdate README.md - Description and Update sections change
Clarissa Walker []
Update README.md - Description and Update sections change

3 days agoExpand password field from varchar(40) to varchar(255) as part of the eFiction 3 Mod upgrade
Clarissa Walker []
Expand password field from varchar(40) to varchar(255) as part of the eFiction 3 Mod upgrade

3 days agoupdate.php: Add update path to eFiction 3 Mod via future 3.5.9
Clarissa Walker []
update.php: Add update path to eFiction 3 Mod via future 3.5.9

3 days agoadmin/panels.php: Trying to access array offset on null warnings for PHP 8.x when creating a new panel entry fix
Clarissa Walker []
admin/panels.php: Trying to access array offset on null warnings for PHP 8.x when creating a new panel entry fix

3 days agoAdd support for Unicode conversion to eFiction 3 Mod - this is to be done in the Archive Conversion page of the Admin Panel
Clarissa Walker []
Add support for Unicode conversion to eFiction 3 Mod - this is to be done in the Archive Conversion page of the Admin Panel

4 days agoadd MD5 password check and warning in Edit Personal Information page
Clarissa Walker []
add MD5 password check and warning in Edit Personal Information page

4 days agouser page cleanup
Clarissa Walker []
user page cleanup

4 days agoUpdate README.md
Clarissa Walker []
Update README.md

5 days agoblocks/menu/menu.php: fix array to string conversion warning for PHP 8 - proper fix
Clarissa Walker []
blocks/menu/menu.php: fix array to string conversion warning for PHP 8 - proper fix

5 days agoblocks/menu/menu.php: fix array to string conversion warning for PHP 8 - remove temp error suppression
Clarissa Walker []
blocks/menu/menu.php: fix array to string conversion warning for PHP 8 - remove temp error suppression

5 days agoblocks/menu/menu.php: temp error suppression
Clarissa Walker []
blocks/menu/menu.php: temp error suppression

7 days agoAdmin Action Log file had values hardcoded to English - Moved to en_admin language file
Clarissa Walker []
Admin Action Log file had values hardcoded to English - Moved to en_admin language file

7 days agoincludes/seriesreviews.php: Another one slipped away...
Clarissa Walker []
includes/seriesreviews.php: Another one slipped away...

7 days agoincludes/seriesreviews.php: More Number of Likes calculation fixes
Clarissa Walker []
includes/seriesreviews.php: More Number of Likes calculation fixes

8 days agoadmin/links.php: formatting changes
Clarissa Walker []
admin/links.php: formatting changes

8 days agoreviews.php: Number of Likes - let one slip by...
Clarissa Walker []
reviews.php: Number of Likes - let one slip by...

8 days agoreviews.php: fix calculation for Number of Likes rating system for stories and chapters - avg -> count
Clarissa Walker []
reviews.php: fix calculation for Number of Likes rating system for stories and chapters - avg -> count

8 days agoincludes/reviewform.php: Update Number of Likes selection form
Clarissa Walker []
includes/reviewform.php: Update Number of Likes selection form

8 days agoPreliminary Number of Likes functionality - it was actually missing entirely in the review form
Clarissa Walker []
Preliminary Number of Likes functionality - it was actually missing entirely in the review form

8 days agoUpdate README.md
Clarissa Walker []
Update README.md

8 days agoinstall/install.php: disable MySQLi error suppression by default with a note
Clarissa Walker []
install/install.php: disable MySQLi error suppression by default with a note

9 days agosearch.php: fix MySQL error message overwriting the Search Results header for a failed penname search - remove temp error suppression workaround
Clarissa Walker []
search.php: fix MySQL error message overwriting the Search Results header for a failed penname search - remove temp error suppression workaround

9 days agosearch.php: 'temp' error suppression workaround for MySQL error message taking over the Search Results header for a failed penname search
Clarissa Walker []
search.php: 'temp' error suppression workaround for MySQL error message taking over the Search Results header for a failed penname search

9 days agoUpdate README.md
Clarissa Walker []
Update README.md

10 days agoinstall/install.php: cleanup due to the script's recent changes
Clarissa Walker []
install/install.php: cleanup due to the script's recent changes

10 days agoadmin/settings.php: Do not parse the mailer directory in Language selection drop-down
Clarissa Walker []
admin/settings.php: Do not parse the mailer directory in Language selection drop-down

10 days agotypo fix from previous commit
Clarissa Walker []
typo fix from previous commit

10 days agofix for Undefined variables when parsing language PHP files in any manner
Clarissa Walker []
fix for Undefined variables when parsing language PHP files in any manner

10 days agorss.php: remove recent PHP 8 fix - this also means the old error suppression entries are no longer needed
Clarissa Walker []
rss.php: remove recent PHP 8 fix - this also means the old error suppression entries are no longer needed

10 days agorss.php: Replace error suppression settings with proper PHP 8 Undefined variable fix
Clarissa Walker []
rss.php: Replace error suppression settings with proper PHP 8 Undefined variable fix

10 days agoAdd note regarding undefined variables between languages/en.php and stories.php - breaking change for future PHP 9.0
Clarissa Walker []
Add note regarding undefined variables between languages/en.php and stories.php - breaking change for future PHP 9.0

10 days agoremove ini and error reporting entries as the issues in this file were fixed
Clarissa Walker []
remove ini and error reporting entries as the issues in this file were fixed

11 days agotemp 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 []
temp error suppression entry for languages/en.php - otherwise it spams the web server error logs when adding or editing a story or chapter

12 days agofix Array to string conversion warning in PHP 8 - Technically a revert of a revert of coauthors, but better formatted
Clarissa Walker []
fix Array to string conversion warning in PHP 8 - Technically a revert of a revert of coauthors, but better formatted

12 days agoUpdate eFic2eFic bridge and default file backups
Clarissa Walker []
Update eFic2eFic bridge and default file backups

12 days agoChange collation in favorites table regarding type field - Fixes Manage Favorites count
Clarissa Walker []
Change collation in favorites table regarding type field - Fixes Manage Favorites count

12 days agoAdd WebP support for image file upload
Clarissa Walker []
Add WebP support for image file upload

13 days agoadd support for later tinyMCE image list handling
Clarissa Walker []
add support for later tinyMCE image list handling

13 days agoUpdate tinyMCE 6 init.php
Clarissa Walker []
Update tinyMCE 6 init.php

13 days agoBetter setreg behavior - Registration page shows up through Page Links from the Admin Panel while disabled for testing
Clarissa Walker []
Better setreg behavior - Registration page shows up through Page Links from the Admin Panel while disabled for testing

13 days agomissed coauthors revert in includes/storyblock.php
Clarissa Walker []
missed coauthors revert in includes/storyblock.php

13 days agoupdate.php: add long forgotten database table field requirement check
Clarissa Walker []
update.php: add long forgotten database table field requirement check

2 weeks agobrowse/ratings.php: fix Undefined variable warning for ratingslist in PHP 8 - sub-issue of previous Uncaught TypeError message in PHP 8
Clarissa Walker []
browse/ratings.php: fix Undefined variable warning for ratingslist in PHP 8 - sub-issue of previous Uncaught TypeError message in PHP 8

2 weeks agobrowse/ratings.php: fix Uncaught TypeError in PHP 8 with visiting the Browse Ratings section with no ratings listed
Clarissa Walker []
browse/ratings.php: fix Uncaught TypeError in PHP 8 with visiting the Browse Ratings section with no ratings listed

2 weeks agoUpdate README.md - before I forget this time
Clarissa Walker []
Update README.md - before I forget this time

2 weeks agoAdd tinyMCE 5.3.2 support - Clean up init.php for tinyMCE 6
Clarissa Walker []
Add tinyMCE 5.3.2 support - Clean up init.php for tinyMCE 6

2 weeks agoincludes/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 []
includes/userlist.php: Fix Uncaught TypeError in PHP 8 for the Co-Authors field when you use a starting character that yields no results

2 weeks agoUpdate README.md
Clarissa Walker []
Update README.md

2 weeks agochange header charset comment
Clarissa Walker []
change header charset comment

2 weeks agoRelocate CHARSET definition back to the languages/en.php file - this makes some legacy modules work without adding a charset definition
Clarissa Walker []
Relocate CHARSET definition back to the languages/en.php file - this makes some legacy modules work without adding a charset definition

2 weeks agoRemove include from rss.php
Clarissa Walker []
Remove include from rss.php

2 weeks agoRemove include from header.php
Clarissa Walker []
Remove include from header.php

2 weeks agoMore coauthors fixes
Clarissa Walker []
More coauthors fixes

2 weeks agoCleanup from previous commit
Clarissa Walker []
Cleanup from previous commit

2 weeks agoAdd 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 []
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

2 weeks agoResolve forgotten PHP deprecation: imagedestroy -> unset
Clarissa Walker []
Resolve forgotten PHP deprecation: imagedestroy -> unset

2 weeks agoResize GD captcha for today's resolutions - and add forgotten set font directory
Clarissa Walker []
Resize GD captcha for today's resolutions - and add forgotten set font directory

2 weeks agoseries.php: fix Undefined array key PHP warning
Clarissa Walker []
series.php: fix Undefined array key PHP warning

2 weeks agoFix GD captcha fonts path for PHP 8.6 and GD 2.4.0 library users
Clarissa Walker []
Fix GD captcha fonts path for PHP 8.6 and GD 2.4.0 library users

2 weeks agoRevert UNIXTIMESTAMP
Clarissa Walker []
Revert UNIXTIMESTAMP

2 weeks agoMore re-adding UNIXTIMESTAMP
Clarissa Walker []
More re-adding UNIXTIMESTAMP

2 weeks agoFix trying to access array offset on null warnings when responding to a review - re-add UNIXTIMESTAMP
Clarissa Walker []
Fix trying to access array offset on null warnings when responding to a review - re-add UNIXTIMESTAMP

2 weeks agomissed 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 []
missed coauthors revert in revres.php - also previous commit did fix foreach, but that was array-object, string given rather than array to string

2 weeks agoFix occasional foreach array to string conversion warning in author and coauthor URL handling function
Clarissa Walker []
Fix occasional foreach array to string conversion warning in author and coauthor URL handling function

2 weeks agoRevert coauthors array changes as it occasionally brings up an undefined variable warning with no real way to fix it
Clarissa Walker []
Revert coauthors array changes as it occasionally brings up an undefined variable warning with no real way to fix it

2 weeks agoNumber of Likes: cosmetic consistency fix
Clarissa Walker []
Number of Likes: cosmetic consistency fix

4 weeks agoFix forgotten spacing on SMTP connection test button during formatting change
Clarissa Walker []
Fix forgotten spacing on SMTP connection test button during formatting change

4 weeks agoEven more general cleanup - redundancy also removed from one file
Clarissa Walker []
Even more general cleanup - redundancy also removed from one file

4 weeks agoRevert '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 []
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

4 weeks agoMore general cleanup - layout and consistency changes
Clarissa Walker []
More general cleanup - layout and consistency changes

4 weeks agoFix Install Step 9 form layout - Set-up Admin Account
Clarissa Walker []
Fix Install Step 9 form layout - Set-up Admin Account

4 weeks agoFix more leftover oversights with COLLATE in some SQL queries
Clarissa Walker []
Fix more leftover oversights with COLLATE in some SQL queries

4 weeks agoFix leftover oversights with COLLATE in some SQL queries
Clarissa Walker []
Fix leftover oversights with COLLATE in some SQL queries

4 weeks agoGeneral cleanup - layout and consistency changes
Clarissa Walker []
General cleanup - layout and consistency changes

4 weeks agoFix very old typo for 'multiplecats'
Clarissa Walker []
Fix very old typo for 'multiplecats'

4 weeks agoUpdate README.md - also accidental 'Saner tinyMCE selection handling' fix in initial user registration feature commit...
Clarissa Walker []
Update README.md - also accidental 'Saner tinyMCE selection handling' fix in initial user registration feature commit...

4 weeks ago...and more - user registration...
Clarissa Walker []
...and more - user registration...

4 weeks agouser registrations text fix
Clarissa Walker []
user registrations text fix

4 weeks agoAdd site setting to enable or disable new user registrations
Clarissa Walker []
Add site setting to enable or disable new user registrations

4 weeks agoSaner tinyMCE selection handling
Clarissa Walker []
Saner tinyMCE selection handling

4 weeks agoAdd tinyMCE 6.8.6 - README.md updated
Clarissa Walker []
Add tinyMCE 6.8.6 - README.md updated

7 weeks agomore 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 []
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

7 weeks agoEnable wordcount plugin in tinyMCE 3 - unofficial eFiction 3.5.8.f1 introduced a wordcount plugin, previously unused
Clarissa Walker []
Enable wordcount plugin in tinyMCE 3 - unofficial eFiction 3.5.8.f1 introduced a wordcount plugin, previously unused

7 weeks agoAdd 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
Clarissa Walker []
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