1 | * WebCollab 2.61 - Bodicea *
|
---|
2 | ---------------------------
|
---|
3 |
|
---|
4 | "Talk is cheap. Show me the code."
|
---|
5 |
|
---|
6 | --- Linus Torvalds, (2000-08-25). Message to linux-kernel mailing list
|
---|
7 |
|
---|
8 | *What's New*
|
---|
9 | -----------
|
---|
10 |
|
---|
11 | Welcome to WebCollab 2.61:
|
---|
12 |
|
---|
13 | This release is effectively a re-release of WebCollab 2.60. Two minor, but annoying bugs in the
|
---|
14 | task summary pages are fixed.
|
---|
15 |
|
---|
16 | WebCollab has a new logo, thanks to Mourad Mokrane. The database calls have reduced by code
|
---|
17 | optimisations which have totally removed the need for 'number of rows' and 'data seek'. Various
|
---|
18 | minor bugs reported have been fixed.
|
---|
19 |
|
---|
20 | The UTF-8 version of WebCollab is recommended for all users, provided the optional mb_strings
|
---|
21 | library is installed in PHP. For users with languages other than English, the UTF-8 version is
|
---|
22 | strongly recommended because it has far superior internationalisation.
|
---|
23 |
|
---|
24 |
|
---|
25 | *Translations*
|
---|
26 | --------------
|
---|
27 |
|
---|
28 | Some languages are not currently being worked on, and are assistance would be appreciated. More
|
---|
29 | information on the website under 'Translations'.
|
---|
30 |
|
---|
31 | *Thanks*
|
---|
32 | --------
|
---|
33 |
|
---|
34 | Thanks to contributors to this release:
|
---|
35 |
|
---|
36 | Eduardo Alvim
|
---|
37 | demasiadovivo
|
---|
38 | Milan Horák
|
---|
39 | Mourad Mokrane
|
---|
40 |
|
---|
41 | *Setup Program*
|
---|
42 | ---------------
|
---|
43 |
|
---|
44 | WebCollab has a web-based setup program.
|
---|
45 |
|
---|
46 | - After unpacking the files, point your web browser at:
|
---|
47 |
|
---|
48 | http://your_site/webcollab-2.61/setup.php
|
---|
49 |
|
---|
50 | (Replace 'your_site' with your site address).
|
---|
51 |
|
---|
52 | ** You will need to make your /config/config.php file world writable **
|
---|
53 |
|
---|
54 | - Follow the on screen instructions.
|
---|
55 |
|
---|
56 | For more detailed instructions look in the /docs directory after unpacking.
|
---|
57 |
|
---|
58 | ---
|
---|
59 |
|
---|
60 | As for all WebCollab 2.xx versions, the minimum database version for MySQL is 4.1.3. Earlier
|
---|
61 | versions of MySQL will not work, and will give an error message about not being able set the
|
---|
62 | timezone and/or character set.
|
---|
63 |
|
---|
64 | The UTF-8 version also requires the optional PHP mb_string library to be installed.
|
---|
65 |
|
---|
66 | ---
|
---|
67 |
|
---|
68 | After installing, be sure to enter the 'Admin Config' menu to set your return email addresses. Then
|
---|
69 | select 'Edit user' from the main screen to set your correct email address.
|
---|
70 |
|
---|
71 |
|
---|
72 | *Database Compatibility for Upgrading*
|
---|
73 | -------------------------------------
|
---|
74 |
|
---|
75 | Before attempting to run with any existing database records from a version earlier than Webcollab
|
---|
76 | 2.50 you need to upgrade your database. This can be done automatically by the WebCollab software
|
---|
77 | for any earlier version of WebCollab.
|
---|
78 |
|
---|
79 | Point your browser at:
|
---|
80 |
|
---|
81 | http://your_site/webcollab-2.61/update.php
|
---|
82 |
|
---|
83 | (You need to replace 'your_site' with your site address).
|
---|
84 |
|
---|
85 | Enter a valid admin user name and password when prompted... Database upgrade is automatic.
|
---|
86 |
|
---|
87 |
|
---|
88 | *Running Setup after an Upgrade*
|
---|
89 | --------------------------------
|
---|
90 |
|
---|
91 | 1. Open the file [webcollab]/config/config.php with your favourite text editor. Find this line:
|
---|
92 |
|
---|
93 | $WEB_CONFIG = "N";
|
---|
94 |
|
---|
95 | It is near the top of the file. Change "N" to "Y".
|
---|
96 |
|
---|
97 | 2. Make sure the file world writable - or, at least writable by the webserver.
|
---|
98 |
|
---|
99 | 3. Point your web browser at:
|
---|
100 |
|
---|
101 | http://your_site/webcollab-2.61/setup.php
|
---|
102 |
|
---|
103 | 4. Make sure to choose 'no' when prompted to create a new database....
|
---|
104 |
|
---|
105 | 5. Follow the on screen instructions.
|
---|
106 |
|
---|
107 |
|
---|
108 | *UTF-8 Version*
|
---|
109 | --------------
|
---|
110 |
|
---|
111 | For the UTF-8 version of WebCollab the following changes are made:
|
---|
112 |
|
---|
113 | [webcollab]/config/config.php
|
---|
114 |
|
---|
115 | - The 'UNICODE_VERSION' parameter is changed from 'N' to 'Y'.
|
---|
116 |
|
---|
117 |
|
---|
118 | [webcollab]/lang/
|
---|
119 |
|
---|
120 | - The language files are all in UTF-8 character set.
|
---|
121 | - The file [webcollab]/lang/lang_list.php has a translation listing.
|
---|
122 |
|
---|
123 |
|
---|
124 | *CHANGELOG*
|
---|
125 | -----------
|
---|
126 |
|
---|
127 | *Improvements
|
---|
128 |
|
---|
129 | - new logo for WebCollab (Credit: Mourad Mokrane)
|
---|
130 |
|
---|
131 | - improve performance and reduce database calls in task summary
|
---|
132 |
|
---|
133 | - improve file download script
|
---|
134 |
|
---|
135 | - make allowance for inline/attachment downloads
|
---|
136 |
|
---|
137 | - reduce database calls in task listings
|
---|
138 |
|
---|
139 | - improve session cookie deletion
|
---|
140 |
|
---|
141 | - javascript impovements
|
---|
142 |
|
---|
143 | *Bugfixes
|
---|
144 |
|
---|
145 | - bugfix: unecessary warning messages in task summary are suppressed
|
---|
146 |
|
---|
147 | - bugfix: flags not working properly in task summary
|
---|
148 |
|
---|
149 | - bugfix: task creation and forum posted date auto-update (Credit: demasiadovivo) Bug #2829181
|
---|
150 |
|
---|
151 | - bugfix: popup calendar triggers security token (Reporter: William Yodlowsky) - also bug #2793641
|
---|
152 |
|
---|
153 | - fix bbcodes for wider range of urls (Reporter: raumi64)
|
---|
154 |
|
---|
155 | - bugfix: project on-hold to active transition bug (Reporter: Eduardo Alvim)
|
---|
156 |
|
---|
157 | *Translations
|
---|
158 |
|
---|
159 | - update Czech translations (Credit: Milan Horák)
|
---|
160 |
|
---|
161 |
|
---|
162 |
|
---|
163 |
|
---|
164 |
|
---|
165 |
|
---|
166 |
|
---|
167 |
|
---|
168 |
|
---|
169 |
|
---|
170 |
|
---|
171 |
|
---|
172 |
|
---|
173 |
|
---|
174 |
|
---|