Hallo zusammen,
Heute ist es endlich soweit, leider hatte ich lange keine Zeit mich mit der Wunschbox zu beschäftigen, aber nun ist endlich eine neue Version da. Leider nur unstable, das heisst es ist eine Testversion die NICHT in Produktiven Umgebungen verwendet werden sollte. Bugs und Fehler zu dieser Version könnt ihr in diesem Thema melden.
NEU: Update Newsletter, informiert euch über Updates, Plugins und Testversionen... meldet euch an unter: http://blog.kintaro.ch/wunschbox-v2/
Systemvoraussetzungen (Stable):
- Linux Server mit Apache (Windows wurde noch nicht getestet.)
- PHP 5.3
- Mysql 5
Folgende PHP funktionen sind notwendig um einen Betrieb der Wunschbox zu ermöglichen:
- MySQLi Funktionen
- fopen Funktionen
- fwrite Funktionen
- Session Funktionen
- imagepng Funktionen
- fileperms Funktionen
Download:
Download Wunschbox v2.0.6 unstable (Wishdream) (Alternativ-Downloadmöglichkeit:
Support Kintaro.ch DNS Probleme (aktuell))
Eine einfach version der änderungen werde ich demnächst hier Posten, 2 grosse neuerungen sind die Themen/Styles Funktion und die MultiLanguage Funktion.
Changelog:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
Changelog Wunschbox v2
Legend: c = change, mv = moved, new = new, del = deleted, add = addet, fix = Bugfix
Version 2.0.1 nonpublic unstable 24.09.10
- Wishform -> Extra File
c index.php
c styles/wbox.form.php
Version 2.0.2 nonpublic unstable 24.09.10
- Toolbar fix
c index.php
c toolbar.css
Version 2.0.3 nonpublic unstable 24.09.10
- ACP -> Mainsettings fix
c admin/acp/functions/wbox.php
Version 2.0.4 nonpublic unstable 25.09.10
- Template system / Language System
c index.php
new template/default/*
mv styles/standart.css -> template/default/style.css
mv styles/toolbar.css -> template/default.css
new template.class.php
new lang/*
del style/wbox.form.php
c inc/submit.php
Version 2.0.5 nonpublic unstable 25.01.2011
- Template system / Language System continued (ACP)
c inc/captchacode.php
c admin/acp/functions/css.php
c admin/acp/functions/log.php
c admin/acp/functions/plugins.php
c admin/acp/functions/user.php
c admin/acp/functions/version.php
c admin/acp/functions/wbox.php
- wbox.php new Style
c admin/acp/home.php
new admin/acp/inc.php
c admin/acp/index.php
new admin/acp/links.php
del admin/acp/layout.css
c admin/index.php
c admin/log.php
c admin/login.php
del admin/spry/*
c inc/template.class.php
Version 2.0.6 nonpublic unstable 31.01.2011
- Template system / Language System continued (MCP)
new admin/mcp/links.php
new admin/mcp/inc.php
c admin/mcp/functions/wbox.php
c admin/mcp/functions/archiv.php
c admin/mcp/functions/options.php
Version 2.0.6 public unstable 31.01.2011
- Fixes / Useless Files cleaned up
del data/dbx/*
del inc/lang.php
del styles/*
c lang/lang.de.php
c lang/lang.en.php
new lang/lang.en.php
fix lang/lang.de.php
fix inc/template.class.php
- Hyperlinks and other Tags with = must now write with -- on lang File
fix admin/acp/functions/wbox.php
- disable_message is now a textarea not longer an input-Tag
fix admin/acp/functions/user.php
fix install/install.php
fix install/install.sql
MySQL
new options -> 16,17
add options -> 7(value2), 11(value2)
|