Graph of efiction3-clean
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • c45c581 (HEAD -> master, origin/master) reviews.php: Trying to access array offset on null PHP warning when accessing a nonexistent story's review page dirty fix by Clarissa Walker <amisapphire@zoho.com> 2026-09-19 19:16:32 -0400;
  • c74c2cd header.php, viewstory.php: Undefined variable warning for PHP 8.x users if viewstory.php is ever accessed directly fix by Clarissa Walker <amisapphire@zoho.com> 2026-09-19 14:56:29 -0400;
  • a4f6ba7 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 by Clarissa Walker <amisapphire@zoho.com> 2026-09-18 12:22:11 -0400;
  • 4920ca0 tinymce inits: prevent html entity encoding from wrecking special characters in any text form it uses, especially in stories by Clarissa Walker <amisapphire@zoho.com> 2026-09-18 00:11:38 -0400;
  • f4dc50c admin/panels.php: Trying to access array offset on null warnings for PHP 8.x when creating a new panel entry fix by Clarissa Walker <amisapphire@zoho.com> 2026-09-17 03:55:40 -0400;
  • 4f04a27 blocks/menu/menu.php: fix array to string conversion warning for PHP 8 - proper fix by Clarissa Walker <amisapphire@zoho.com> 2026-09-15 06:55:16 -0400;
  • b9919e5 blocks/menu/menu.php: fix array to string conversion warning for PHP 8 - remove temp error suppression by Clarissa Walker <amisapphire@zoho.com> 2026-09-15 06:48:18 -0400;
  • 8eb8502 blocks/menu/menu.php: temp error suppression by Clarissa Walker <amisapphire@zoho.com> 2026-09-14 20:11:16 -0400;
  • 68ddbfa Admin Action Log file had values hardcoded to English - Moved to en_admin language file by Clarissa Walker <amisapphire@zoho.com> 2026-09-13 14:40:37 -0400;
  • 93e38ad includes/seriesreviews.php: Another one slipped away... by Clarissa Walker <amisapphire@zoho.com> 2026-09-13 00:00:23 -0400;
  • 4b7a1b8 includes/seriesreviews.php: More Number of Likes calculation fixes by Clarissa Walker <amisapphire@zoho.com> 2026-09-12 23:50:33 -0400;
  • 4e6ad02 admin/links.php: formatting changes by Clarissa Walker <amisapphire@zoho.com> 2026-09-12 17:22:39 -0400;
  • 4b9dda6 reviews.php: Number of Likes - let one slip by... by Clarissa Walker <amisapphire@zoho.com> 2026-09-12 16:05:13 -0400;
  • 97c10cd reviews.php: fix calculation for Number of Likes rating system for stories and chapters - avg -> count by Clarissa Walker <amisapphire@zoho.com> 2026-09-12 14:55:33 -0400;
  • 1f1a775 includes/reviewform.php: Update Number of Likes selection form by Clarissa Walker <amisapphire@zoho.com> 2026-09-12 12:50:24 -0400;
  • a20520d Preliminary Number of Likes functionality - it was actually missing entirely in the review form by Clarissa Walker <amisapphire@zoho.com> 2026-09-12 09:44:06 -0400;
  • 3f36578 install/install.php: disable MySQLi error suppression by default with a note by Clarissa Walker <amisapphire@zoho.com> 2026-09-11 19:52:41 -0400;
  • 3faf6e6 search.php: fix MySQL error message overwriting the Search Results header for a failed penname search - remove temp error suppression workaround by Clarissa Walker <amisapphire@zoho.com> 2026-09-11 17:52:01 -0400;
  • 3ec8f1e search.php: 'temp' error suppression workaround for MySQL error message taking over the Search Results header for a failed penname search by Clarissa Walker <amisapphire@zoho.com> 2026-09-11 17:39:36 -0400;
  • b945f24 install/install.php: cleanup due to the script's recent changes by Clarissa Walker <amisapphire@zoho.com> 2026-09-10 15:01:23 -0400;
  • 44407fc admin/settings.php: Do not parse the mailer directory in Language selection drop-down by Clarissa Walker <amisapphire@zoho.com> 2026-09-10 13:15:29 -0400;
  • 1296f47 typo fix from previous commit by Clarissa Walker <amisapphire@zoho.com> 2026-09-10 12:40:52 -0400;
  • 67d7383 fix for Undefined variables when parsing language PHP files in any manner by Clarissa Walker <amisapphire@zoho.com> 2026-09-10 12:32:49 -0400;
  • 3b321cb rss.php: remove recent PHP 8 fix - this also means the old error suppression entries are no longer needed by Clarissa Walker <amisapphire@zoho.com> 2026-09-10 12:16:47 -0400;
  • 152ef2f rss.php: Replace error suppression settings with proper PHP 8 Undefined variable fix by Clarissa Walker <amisapphire@zoho.com> 2026-09-10 09:19:29 -0400;
  • 9756734 Add note regarding undefined variables between languages/en.php and stories.php - breaking change for future PHP 9.0 by Clarissa Walker <amisapphire@zoho.com> 2026-09-09 23:16:33 -0400;
  • 55b9680 remove ini and error reporting entries as the issues in this file were fixed by Clarissa Walker <amisapphire@zoho.com> 2026-09-09 21:47:10 -0400;
  • a8b3002 temp error suppression entry for languages/en.php - otherwise it spams the web server error logs when adding or editing a story or chapter by Clarissa Walker <amisapphire@zoho.com> 2026-09-09 11:52:17 -0400;
  • a38fe04 fix Array to string conversion warning in PHP 8 - Technically a revert of a revert of coauthors, but better formatted by Clarissa Walker <amisapphire@zoho.com> 2026-09-08 19:03:41 -0400;
  • 66dbc11 Update eFic2eFic bridge and default file backups by Clarissa Walker <amisapphire@zoho.com> 2026-09-08 10:18:30 -0400;
  • 017cbe9 Add eFic2eFic bridge and default file copies by Clarissa Walker <amisapphire@zoho.com> 2026-09-08 09:57:23 -0400;
  • a85b5af Add WebP support for image file upload by Clarissa Walker <amisapphire@zoho.com> 2026-09-07 20:06:12 -0400;
  • e5d9c6d missed coauthors revert in includes/storyblock.php by Clarissa Walker <amisapphire@zoho.com> 2026-09-07 10:34:58 -0400;
  • 313701e browse/ratings.php: fix Undefined variable warning for ratingslist in PHP 8 - sub-issue of previous Uncaught TypeError message in PHP 8 by Clarissa Walker <amisapphire@zoho.com> 2026-09-06 16:47:59 -0400;
  • 16e471a browse/ratings.php: fix Uncaught TypeError in PHP 8 with visiting the Browse Ratings section with no ratings listed by Clarissa Walker <amisapphire@zoho.com> 2026-09-06 14:45:17 -0400;
  • 521b2c7 includes/userlist.php: Fix Uncaught TypeError in PHP 8 for the Co-Authors field when you use a starting character that yields no results by Clarissa Walker <amisapphire@zoho.com> 2026-09-05 18:59:11 -0400;
  • c80db52 change header charset comment by Clarissa Walker <amisapphire@zoho.com> 2026-09-05 15:55:21 -0400;
  • 880b5ea Relocate CHARSET definition back to the languages/en.php file - this makes some legacy modules work without adding a charset definition by Clarissa Walker <amisapphire@zoho.com> 2026-09-05 15:51:33 -0400;
  • 3e48b65 Remove include from rss.php by Clarissa Walker <amisapphire@zoho.com> 2026-09-05 15:27:00 -0400;
  • b9dcad2 Remove include from header.php by Clarissa Walker <amisapphire@zoho.com> 2026-09-05 15:02:12 -0400;
  • b778427 More coauthors fixes by Clarissa Walker <amisapphire@zoho.com> 2026-09-05 13:44:52 -0400;
  • e1eb25b 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 by Clarissa Walker <amisapphire@zoho.com> 2026-09-05 13:38:55 -0400;
  • 23e2900 Resolve forgotten PHP deprecation: imagedestroy -> unset by Clarissa Walker <amisapphire@zoho.com> 2026-09-04 17:52:09 -0400;
  • 2d1cd17 Resize GD captcha for today's resolutions - and add forgotten set font directory by Clarissa Walker <amisapphire@zoho.com> 2026-09-04 14:38:39 -0400;
  • c10b8f7 series.php: fix Undefined array key PHP warning by Clarissa Walker <amisapphire@zoho.com> 2026-09-04 14:11:19 -0400;
  • d887c6f Fix GD captcha fonts path for PHP 8.6 and GD 2.4.0 library users by Clarissa Walker <amisapphire@zoho.com> 2026-09-04 13:58:06 -0400;
  • e9b8915 Revert UNIXTIMESTAMP by Clarissa Walker <amisapphire@zoho.com> 2026-09-02 12:01:40 -0400;
  • 90b082f More re-adding UNIXTIMESTAMP by Clarissa Walker <amisapphire@zoho.com> 2026-09-02 08:14:47 -0400;
  • 88e3481 Fix trying to access array offset on null warnings when responding to a review - re-add UNIXTIMESTAMP by Clarissa Walker <amisapphire@zoho.com> 2026-09-02 02:03:31 -0400;
  • 923a19a missed coauthors revert in revres.php - also previous commit did fix foreach, but that was array-object, string given rather than array to string by Clarissa Walker <amisapphire@zoho.com> 2026-09-02 00:08:58 -0400;
  • e7b6422 Fix occasional foreach array to string conversion warning in author and coauthor URL handling function by Clarissa Walker <amisapphire@zoho.com> 2026-09-01 23:42:11 -0400;
  • efc44ca Revert coauthors array changes as it occasionally brings up an undefined variable warning with no real way to fix it by Clarissa Walker <amisapphire@zoho.com> 2026-09-01 23:37:00 -0400;
  • ab0d3ee Number of Likes: cosmetic consistency fix by Clarissa Walker <amisapphire@zoho.com> 2026-09-01 20:59:34 -0400;
  • 6404d0c admin settings submit button spacing and test SMTP connection button centering consistency change by Clarissa Walker <amisapphire@zoho.com> 2026-08-23 13:42:06 -0400;
  • 5d05292 Revert 'hide member status if added by admin' commit as it breaks the Membership Status field in User Profiles entirely - wonder what the justification of this one was by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 21:20:21 -0400;
  • 5ff3cbb General cleanup - redundancy also removed from one file by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 21:14:12 -0400;
  • 27f209b General cleanup - layout and consistency changes by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 21:10:50 -0400;
  • 61b85be Fix very old typo for 'newmultiplecats' by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 21:00:14 -0400;
  • a596b18 Installer layout fixes by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 20:44:53 -0400;
  • 3c951c1 Editing user bio page is now less jank by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 20:31:10 -0400;
  • 1190599 Make stories.php UI look less jank and make stories.php and series.php layout appear more consistent - both are now at 75% width by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 20:27:31 -0400;
  • b0da2d4 Make admin message settngs look less jank by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 20:20:03 -0400;
  • 230e986 More admin settings layout changes - table centering and site submissions consistency by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 20:16:20 -0400;
  • 73e51e1 Fix oversight regarding tables formatting conversion - specifically the admin settings page title and section header decoration by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 20:05:39 -0400;
  • 873724b Stories: add story with null category in 'Only one' setting exhibits Uncaught TypeError in PHP8 dirty fix - Categories: deleting only category exhibits Uncaught TypeError in PHP8 fix by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 19:57:15 -0400;
  • eea33df somehow forgot the number of likes definition change by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 19:52:25 -0400;
  • 0a137fe Reintroduce Number of Likes ratings option proper - 3.5.7 still references this, and the definition conflict is solved. This would have been an issue in future PHP 9. by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 19:49:45 -0400;
  • f0de2d4 Fix oversight with SMTP fixes and test code causing Undefined storiespath variable PHP Warning - also consistency change by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 19:46:23 -0400;
  • 0a4d75d Fix oversight: agecontsent -> ageconsent by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 19:41:07 -0400;
  • 0750c83 Series: category settings bug - dirty fix by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 19:39:10 -0400;
  • 55c04b0 Fix settings table column creation oversight with SMTP updates; also general consistency changes by Clarissa Walker <amisapphire@zoho.com> 2026-08-22 19:34:21 -0400;
  • 5e504cf (origin/main, origin/HEAD) smtp fix + tester by Jimako <janamicek@gmail.com> 2026-07-10 20:03:10 +0200;
  • 5e81edc <a href="#17">#17</a> php warning fix by Jimako <janamicek@gmail.com> 2026-04-29 16:53:51 +0200;
  • 407df10 <a href="#16">#16</a> fix warnings by Jimako <janamicek@gmail.com> 2026-03-29 11:46:24 +0200;
  • 019ca27 <a href="#15">#15</a> fix mistypo - only logs failed by Jimako <janamicek@gmail.com> 2026-03-29 09:41:38 +0200;
  • c4e0002 special fix for date fields by Jimako <janamicek@gmail.com> 2024-09-29 21:27:47 +0200;
  • 9d03b8a (tag: 3.5.8.f1) 3.5.8.F1 - fix rating by Jimako <janamicek@gmail.com> 2024-07-22 07:47:24 +0200;
  • d9ac740 (tag: 3.5.8.2) Merge branch 'main' of https://github.com/e107-eFiction/efiction-3.5.6 by Jimako <janamicek@gmail.com> 2024-06-21 08:06:13 +0200;
  • 56bae1b forgotten date changes by Jimako <janamicek@gmail.com> 2024-06-21 08:05:54 +0200;
  • 233c952 membersince shortcode by Jimako <janamicek@gmail.com> 2024-06-20 08:14:57 +0200;
  • c32fd4f php 8.1 fix by Jimako <janamicek@gmail.com> 2024-06-19 19:42:06 +0200;
  • 0d696bc (tag: 3.5.8) update en.php by Jimako <janamicek@gmail.com> 2024-06-12 20:01:38 +0200;
  • 2433225 Number of Likes by Jimako <janamicek@gmail.com> 2024-05-24 23:54:38 +0200;
  • 0443d82 FINALLY - fixed datetime field update issue on some server by Jimako <janamicek@gmail.com> 2024-05-22 21:50:44 +0200;
  • 28666aa working backup by Jimako <janamicek@gmail.com> 2024-05-16 22:43:03 +0200;
  • 963d697 fix deprecated message 8.1 by Jimako <janamicek@gmail.com> 2024-05-16 16:24:39 +0200;
  • 36b369b fix for link and level for admincreated users by Jimako <janamicek@gmail.com> 2024-05-13 19:49:32 +0200;
  • 9b312ff coauthors fix by Jimako <janamicek@gmail.com> 2024-05-12 23:29:23 +0200;
  • cee54f2 3.5.8.1 warnings, dbconnect, install changes by Jimako <janamicek@gmail.com> 2024-05-09 12:30:39 +0200;
  • 9b07fda tmp fix for already defined constant by Jimako <janamicek@gmail.com> 2024-05-08 11:40:48 +0200;
  • 945e206 deprecated PHP 8.1. fix - conversion to array by Jimako <janamicek@gmail.com> 2024-05-08 11:31:37 +0200;
  • 7f92143 tmp fix for missing rating by Jimako <janamicek@gmail.com> 2024-05-08 11:16:07 +0200;
  • 85fba69 different check for installed module by Jimako <janamicek@gmail.com> 2024-04-26 07:21:11 +0200;
  • 5f0c8e2 just formatting by Jimako <janamicek@gmail.com> 2024-04-26 07:20:28 +0200;
  • f9089b7 replaced tableprefix variable with global by Jimako <janamicek@gmail.com> 2024-04-26 07:09:13 +0200;
  • 691ed94 Default tpl - characters on new line fix by Jimako <janamicek@gmail.com> 2024-04-25 11:57:27 +0200;
  • f8a037d <a href="#3">#3</a> Default value for title in stats block by Jimako <janamicek@gmail.com> 2024-04-25 11:41:05 +0200;
  • 5ce9eeb better LAN string by Jimako <janamicek@gmail.com> 2024-04-25 10:17:10 +0200;
  • eca3cd0 multiple address support by Jimako <janamicek@gmail.com> 2024-04-25 10:12:38 +0200;
  • 3725f06 fix for missing div by Jimako <janamicek@gmail.com> 2024-04-22 16:19:24 +0200;