Browse code

3.5.8.F1 - fix rating

Jimako authored on 2024/07/22 01:47:24
Showing 1 changed files
... ...
@@ -1,3 +1,8 @@
1
+# efiction v3.5.8 fixes
2
+
3
+- rating display fix
4
+
5
+
1 6
 # efiction v3.5.8
2 7
 
3 8
 - added notification module
Browse code

Number of Likes

Jimako authored on 2024/05/24 17:54:38
Showing 1 changed files
... ...
@@ -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
Browse code

3.5.8.1 warnings, dbconnect, install changes

Jimako authored on 2024/05/09 06:30:39
Showing 1 changed files
... ...
@@ -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
Browse code

3.5.8git notifications

Jimako authored on 2024/04/21 12:53:37
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+# efiction v3.5.8
2
+
3
+- added notification module
4
+- changed files: user/editbio.php and user/lostpassword.php 
5
+
6
+
1 7
 # efiction v3.5.7
2 8
 
3 9
 minimum requirements:  MySQL 5.6.3  or MariaDB 10.5.0 
Browse code

version 3.5.7

Jimako authored on 2024/04/08 12:21:57
Showing 1 changed files
... ...
@@ -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
Browse code

3.5.6 efiction version

Jimako authored on 2024/03/09 16:09:42
Showing 1 changed files
... ...
@@ -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>
Browse code

Initial commit

Jimako authored on 2024/03/09 16:05:14 • GitHub committed on 2024/03/09 16:05:14
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+# efiction-3.5.6
2
+Efiction CMS version 3.5.6