webcollab-users Mailing List for WebCollab (Page 6)
Brought to you by:
andrewsimpson
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(9) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
2005 |
Jan
|
Feb
|
Mar
(6) |
Apr
(12) |
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2006 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
(2) |
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
|
2007 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
(2) |
Nov
(2) |
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2009 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(3) |
Oct
(2) |
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(3) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2012 |
Jan
(9) |
Feb
(4) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andrew S. <and...@pa...> - 2003-08-02 01:22:42
|
Hi all, Pleased to announce the release of WebCollab version 1.41. On the face of it, not a lot of changes, but there has been some fairly extensive code clean ups. HTML converted to lowercase (moving toward the XHTML standard), comments changed from double quoting to single quoting (where feasible). All the database queries have been run through the MySQL query 'EXPLAIN' function, and a few poorly written queries got improved. Overall the software seems to be running faster, though it could just be my imagination! Also added a French translation, and put in a few more error traps for the user errors that get (regularly) logged on the Sourceforge Demo site. Enjoy! Andrew |
From: Andrew S. <and...@pa...> - 2003-06-15 08:58:56
|
Hi all, As the title says. -The most notable change is the option to allow anyone in a usergroup to edit a project/task belonging to that usergroup. This is optional, and can be selected by the owner when creating the project or task. This should make it easier for workgroups to 'own' tasks and projects. -Projects can now be set up with no deadline. This enables projects to be started, and initial tasks setup before the final end date is known. -Email can now be turned off in the configuration file. And an alternative to the PHP mail() function has been provided, with a SMTP mail server based on PHPMailer. -Provision has been made for MySQL innodb databases with transactional support. -Spanish language translation has been provided by Daniel Lujan. -Provision has been made for remote authentication by Apache. -Email text messages are now checked for possible cross-site scripting attacks. -In keeping with PHP syntax changes made in version 4.2.0 for PostgreSQL functions, WebCollab now automatically supports the old syntax and the new syntax depending on version of PHP in use. ** Note that existing databases need to be updated. See the release notes in the file package. |