| ... | ... |
@@ -4,6 +4,7 @@ |
| 4 | 4 |
- changed files: user/editbio.php and user/lostpassword.php |
| 5 | 5 |
- chanded way for loading DB functions - moved from config file! |
| 6 | 6 |
- fixed bug in install.php - script worked but in PHP 8.x it caused warnings |
| 7 |
+- new ranking system - number of likes, used as {ratingpics} likes in tpl.
|
|
| 7 | 8 |
|
| 8 | 9 |
|
| 9 | 10 |
# efiction v3.5.7 |
| ... | ... |
@@ -2,6 +2,8 @@ |
| 2 | 2 |
|
| 3 | 3 |
- added notification module |
| 4 | 4 |
- changed files: user/editbio.php and user/lostpassword.php |
| 5 |
+- chanded way for loading DB functions - moved from config file! |
|
| 6 |
+- fixed bug in install.php - script worked but in PHP 8.x it caused warnings |
|
| 5 | 7 |
|
| 6 | 8 |
|
| 7 | 9 |
# efiction v3.5.7 |
| ... | ... |
@@ -1,3 +1,21 @@ |
| 1 |
+# efiction v3.5.7 |
|
| 2 |
+ |
|
| 3 |
+minimum requirements: MySQL 5.6.3 or MariaDB 10.5.0 |
|
| 4 |
+ |
|
| 5 |
+ |
|
| 6 |
+### Database changes: |
|
| 7 |
+ |
|
| 8 |
+- all IP adress fields - from integer to 46 chars |
|
| 9 |
+ |
|
| 10 |
+### Other changes: |
|
| 11 |
+ |
|
| 12 |
+- tinymce4 settings fix |
|
| 13 |
+- INET6 support needed |
|
| 14 |
+- file uploading fixed for PHP 8.1 |
|
| 15 |
+- national characters fix in search form |
|
| 16 |
+ |
|
| 17 |
+ |
|
| 18 |
+ |
|
| 1 | 19 |
# efiction v3.5.6 |
| 2 | 20 |
|
| 3 | 21 |
non official version of 3.5.x efiction software |
| ... | ... |
@@ -1,2 +1,53 @@ |
| 1 |
-# efiction-3.5.6 |
|
| 2 |
-Efiction CMS version 3.5.6 |
|
| 1 |
+# efiction v3.5.6 |
|
| 2 |
+ |
|
| 3 |
+non official version of 3.5.x efiction software |
|
| 4 |
+ |
|
| 5 |
+## Only for testing purposes |
|
| 6 |
+ |
|
| 7 |
+ |
|
| 8 |
+### Database changes: |
|
| 9 |
+ |
|
| 10 |
+- all date fields from datestamp format to unix time format |
|
| 11 |
+ |
|
| 12 |
+### File's changes |
|
| 13 |
+ |
|
| 14 |
+- related date field type changes |
|
| 15 |
+- found issues fixed |
|
| 16 |
+- deleted bridges |
|
| 17 |
+ |
|
| 18 |
+### Looking for missing modules |
|
| 19 |
+If you have source code of missing and used modules, share it and I can try to add and fix them |
|
| 20 |
+ |
|
| 21 |
+ |
|
| 22 |
+### Installation |
|
| 23 |
+No change |
|
| 24 |
+ |
|
| 25 |
+### Update |
|
| 26 |
+Classic as before, run update process that should change your date fields without lossing your data. It works only for update from 3.5.5, not sooner. |
|
| 27 |
+ |
|
| 28 |
+ |
|
| 29 |
+ |
|
| 30 |
+<code> |
|
| 31 |
+// ---------------------------------------------------------------------- |
|
| 32 |
+// Copyright (c) 2007 by Tammy Keefer |
|
| 33 |
+// Based on eFiction 1.1 |
|
| 34 |
+// Copyright (C) 2003 by Rebecca Smallwood. |
|
| 35 |
+// http://efiction.sourceforge.net/ |
|
| 36 |
+// ---------------------------------------------------------------------- |
|
| 37 |
+// LICENSE |
|
| 38 |
+// |
|
| 39 |
+// This program is free software; you can redistribute it and/or |
|
| 40 |
+// modify it under the terms of the GNU General Public License (GPL) |
|
| 41 |
+// as published by the Free Software Foundation; either version 2 |
|
| 42 |
+// of the License, or (at your option) any later version. |
|
| 43 |
+// |
|
| 44 |
+// This program is distributed in the hope that it will be useful, |
|
| 45 |
+// but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 46 |
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 47 |
+// GNU General Public License for more details. |
|
| 48 |
+// |
|
| 49 |
+// To read the license please visit http://www.gnu.org/copyleft/gpl.html |
|
| 50 |
+// ---------------------------------------------------------------------- |
|
| 51 |
+ |
|
| 52 |
+see more in README.txt file |
|
| 53 |
+</code> |