Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
-----------
2
CHANGE LOG
3
-----------
4
 
5
version 1.3.2
6
Release Date:
7
*****************************
8
 
9
- New log system, using .php file to save log data.
10
 
11
 
12
 
13
version 1.3.1
14
Release Date: Feb 15, 2005
15
*****************************
16
 
17
- Added support for register_globals Off.
18
- Added some messages (updated the Language files)
19
- Changed Logs system. (please empty your .log file from now)
20
- Added new installation wizard script.
21
- Changed some codes inside editconf.php for updating configuration.
22
 
23
version 1.2.1
24
Release Date: Jan 31, 2005
25
*****************************
26
 
27
- Fixed link for editing shout if there is/are html tags inside comments.
28
- Fixed bug, if shouts total > $commentshown, shouts before $commentshown disappeared, sorry, forgot the important 1 line :p
29
- Fixed problem when deleting a shout other than page 1, then back to page 1.
30
- Added auto-logout time when idle.
31
- Added allowed html tags option inside admin control panel.
32
- Added option to choose between web/email is required or not. (thanks to Ryan)
33
- Added 'about' page :)
34
- Moved the time info from <a> to <td>
35
- Change all time value into minute.
36
- Change all input name at shout form, from "tag*" to "g*"
37
- Clean up the code inside shoutbox.php for more customizeable.
38
- Temporary using base64_encode() to save p4ssw0rd in .log file
39
 
40
 
41
 
42
version 1.1.1
43
Release Date: Jan 22, 2005
44
*****************************
45
 
46
- Fixed the total shouts problem. Removed empty value from arrays when count shouts inside countShouts() and countLogs() functions
47
- Undate the reply date when update a shout for first time but the reply message field is empty.
48
- Remove _ character from skins option and change first character for each word in Uppercase.
49
- As default, 'smiley' directory moved to inside 'images' directory.
50
 
51
 
52
 
53
version 1.1
54
Release Date: Jan 20, 2005
55
*****************************
56
 
57
- New antiflood system does not use cookie. This will make the antiflood system does not depend on client time which can be wrong.
58
- Fixed a problem when edit a shout in other than page=1, when save it the page backs to page=1.
59
- Adding emoticons when edit a shout from Control Panel
60
- Adding functions to count page generation time (borrowed from phpBB2 :)
61
- and other little fixing.