 |
MySQLTalk.org MYSQL discussions groups
|
| View previous topic :: View next topic |
| Author |
Message |
Bryan Alsdorf Guest
|
Posted: Wed Feb 14, 2007 11:13 am Post subject: Beta 1 of Eventum 2.0 Available |
|
|
Hi,
I am proud to announce that after nearly a year in development Beta 1
of Eventum 2.0, the user-friendly and flexible issue tracking system
from MySQL, is now available from our downloads pages at
http://dev.mysql.com/get/Downloads/eventum/eventum-2.0-beta1.tar.gz/from/pick
Note that not all mirror sites may be up to date at this point in time -
if you can't find this version on some mirror, please try again later or
choose another download site.
Bear in mind that this is a beta release, and as with any other
pre-production release caution should be taken when installing on
production level systems or systems with critical data.
Please refer to the UPGRADE file for instructions on how to upgrade your
existing Eventum installation. Read the INSTALL file for instructions on
installing Eventum for the first time.
* Highlighted changes in this release:
- Localization. Eventum UI and messages currently translated to Swedish
and Italian. More languages will be coming soon.
- Modernized code base (Updated $HTTP_*_VARS to use $_* super globals)
- Updated configuration structure to allow easier upgrades.
- Fixed bug with error when sending emails creating infinite loops.
- Improvements to SCM integration.
You can review the full list of changes here:
http://eventum.mysql.org/wiki/index.php/Changelog
Please report any bugs you might find to the eventum developers list:
eventum-devel (AT) lists (DOT) mysql.com.
Best Regards,
-- Bryan Alsdorf, Manager of Support Systems MySQL AB, www.mysql.com Are
you MySQL certified? www.mysql.com/certification |
|
| Back to top |
|
 |
Gaetano Giunta Guest
|
Posted: Wed Feb 14, 2007 11:13 am Post subject: RE: Beta 1 of Eventum 2.0 Available |
|
|
Just downloaded the 2.0b1 tarball.
All the php closing tags at end of files seem to be amiss ???
BTW: something I maybe missed on the wiki: why is there not a public-eventum-for-managing-eventum available somewhere?
Bye
Gaetano
| Quote: | -----Original Message-----
From: Bryan Alsdorf [mailto:bryan (AT) mysql (DOT) com]
Sent: Wednesday, February 14, 2007 6:45 AM
To: eventum-devel (AT) lists (DOT) mysql.com
Subject: Beta 1 of Eventum 2.0 Available
Hi,
I am proud to announce that after nearly a year in development Beta 1
of Eventum 2.0, the user-friendly and flexible issue tracking system
from MySQL, is now available from our downloads pages at
http://dev.mysql.com/get/Downloads/eventum/eventum-2.0-beta1.t
ar.gz/from/pick
|
Note that not all mirror sites may be up to date at this point in time -
if you can't find this version on some mirror, please try again later or
choose another download site.
Bear in mind that this is a beta release, and as with any other
pre-production release caution should be taken when installing on
production level systems or systems with critical data.
Please refer to the UPGRADE file for instructions on how to upgrade your
existing Eventum installation. Read the INSTALL file for instructions on
installing Eventum for the first time.
* Highlighted changes in this release:
- Localization. Eventum UI and messages currently translated to Swedish
and Italian. More languages will be coming soon.
- Modernized code base (Updated $HTTP_*_VARS to use $_* super globals)
- Updated configuration structure to allow easier upgrades.
- Fixed bug with error when sending emails creating infinite loops.
- Improvements to SCM integration.
You can review the full list of changes here:
http://eventum.mysql.org/wiki/index.php/Changelog
Please report any bugs you might find to the eventum developers list:
eventum-devel (AT) lists (DOT) mysql.com.
Best Regards,
-- Bryan Alsdorf, Manager of Support Systems MySQL AB, www.mysql.com Are
you MySQL certified? www.mysql.com/certification
--
Eventum Developers Mailing List
For list archives: http://lists.mysql.com/eventum-devel
To unsubscribe: http://lists.mysql.com/eventum-devel?unsub=giunta.gaetano@sea-aeroportimilano.it |
|
| Back to top |
|
 |
Jostein Martinsen Guest
|
Posted: Wed Feb 14, 2007 6:01 pm Post subject: Re: Beta 1 of Eventum 2.0 Available |
|
|
The closing tags is not required. It can even cause trouble when f.ex. sending headers and theres output after the closing tag.
On Wed, 14 Feb 2007 11:24:28 +0100
"Gaetano Giunta" <giunta.gaetano@sea-aeroportimilano.it> wrote:
| Quote: | Just downloaded the 2.0b1 tarball.
All the php closing tags at end of files seem to be amiss ???
BTW: something I maybe missed on the wiki: why is there not a
public-eventum-for-managing-eventum available somewhere?
Bye
Gaetano
-----Original Message-----
From: Bryan Alsdorf [mailto:bryan (AT) mysql (DOT) com]
Sent: Wednesday, February 14, 2007 6:45 AM
To: eventum-devel (AT) lists (DOT) mysql.com
Subject: Beta 1 of Eventum 2.0 Available
Hi,
I am proud to announce that after nearly a year in development Beta
1 of Eventum 2.0, the user-friendly and flexible issue tracking
system from MySQL, is now available from our downloads pages at
http://dev.mysql.com/get/Downloads/eventum/eventum-2.0-beta1.t
ar.gz/from/pick
Note that not all mirror sites may be up to date at this point in
time - if you can't find this version on some mirror, please try
again later or choose another download site.
Bear in mind that this is a beta release, and as with any other
pre-production release caution should be taken when installing on
production level systems or systems with critical data.
Please refer to the UPGRADE file for instructions on how to upgrade
your existing Eventum installation. Read the INSTALL file for
instructions on installing Eventum for the first time.
* Highlighted changes in this release:
- Localization. Eventum UI and messages currently translated to
Swedish and Italian. More languages will be coming soon.
- Modernized code base (Updated $HTTP_*_VARS to use $_* super
globals)
- Updated configuration structure to allow easier upgrades.
- Fixed bug with error when sending emails creating infinite loops.
- Improvements to SCM integration.
You can review the full list of changes here:
http://eventum.mysql.org/wiki/index.php/Changelog
Please report any bugs you might find to the eventum developers list:
eventum-devel (AT) lists (DOT) mysql.com.
Best Regards,
-- Bryan Alsdorf, Manager of Support Systems MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification
|
+-------------------------------------------------------+
Jostein Martinsen
System developer, Redpill AB
Tel: 0734-241 475, 054-4005 142
E-mail: jostein.martinsen (AT) redpill (DOT) se |
|
| Back to top |
|
 |
Gaetano Giunta Guest
|
Posted: Wed Feb 14, 2007 6:44 pm Post subject: RE: Beta 1 of Eventum 2.0 Available |
|
|
| Quote: | The closing tags is not required. It can even cause trouble
when f.ex. sending headers and theres output after the closing tag.
|
The only situation I can think of is if headers are sent by php files that include() some other, "bad" files, before calling the header() function, which should be pretty rare a situation.
Closing php files with ?> is just a very uncommon practice, and not seeing it leaves me with an uncomfortable feeling, like a missing closing bracket in code.
BTW, none of the libs which are used by eventum does this, so the code is still exposed to the risk you mention
My 2c
Gaetano
| Quote: |
On Wed, 14 Feb 2007 11:24:28 +0100
"Gaetano Giunta" <giunta.gaetano@sea-aeroportimilano.it> wrote:
Just downloaded the 2.0b1 tarball.
All the php closing tags at end of files seem to be amiss ???
BTW: something I maybe missed on the wiki: why is there not a
public-eventum-for-managing-eventum available somewhere?
Bye
Gaetano
-----Original Message-----
From: Bryan Alsdorf [mailto:bryan (AT) mysql (DOT) com]
Sent: Wednesday, February 14, 2007 6:45 AM
To: eventum-devel (AT) lists (DOT) mysql.com
Subject: Beta 1 of Eventum 2.0 Available
Hi,
I am proud to announce that after nearly a year in
development Beta
1 of Eventum 2.0, the user-friendly and flexible issue tracking
system from MySQL, is now available from our downloads pages at
http://dev.mysql.com/get/Downloads/eventum/eventum-2.0-beta1.t
ar.gz/from/pick
Note that not all mirror sites may be up to date at this point in
time - if you can't find this version on some mirror, please try
again later or choose another download site.
Bear in mind that this is a beta release, and as with any other
pre-production release caution should be taken when installing on
production level systems or systems with critical data.
Please refer to the UPGRADE file for instructions on how to upgrade
your existing Eventum installation. Read the INSTALL file for
instructions on installing Eventum for the first time.
* Highlighted changes in this release:
- Localization. Eventum UI and messages currently translated to
Swedish and Italian. More languages will be coming soon.
- Modernized code base (Updated $HTTP_*_VARS to use $_* super
globals)
- Updated configuration structure to allow easier upgrades.
- Fixed bug with error when sending emails creating infinite loops.
- Improvements to SCM integration.
You can review the full list of changes here:
http://eventum.mysql.org/wiki/index.php/Changelog
Please report any bugs you might find to the eventum
developers list:
eventum-devel (AT) lists (DOT) mysql.com.
Best Regards,
-- Bryan Alsdorf, Manager of Support Systems MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification
+-------------------------------------------------------+
Jostein Martinsen
System developer, Redpill AB
Tel: 0734-241 475, 054-4005 142
E-mail: jostein.martinsen (AT) redpill (DOT) se
--
Eventum Developers Mailing List
For list archives: http://lists.mysql.com/eventum-devel
To unsubscribe:
http://lists.mysql.com/eventum-devel?unsub=giunta.gaetano@sea-
aeroportimilano.it
|
|
|
| Back to top |
|
 |
Bryan Alsdorf Guest
|
Posted: Wed Feb 14, 2007 9:23 pm Post subject: Re: Beta 1 of Eventum 2.0 Available |
|
|
Hi,
Gaetano Giunta wrote:
| Quote: | The closing tags is not required. It can even cause trouble
when f.ex. sending headers and theres output after the closing tag.
The only situation I can think of is if headers are sent by php files that include() some other, "bad" files, before calling the header() function, which should be pretty rare a situation.
Closing php files with ?> is just a very uncommon practice, and not seeing it leaves me with an uncomfortable feeling, like a missing closing bracket in code.
|
I agree it looks slightly odd, but a quick google turns up many other
projects using the same standard. The practice is also used by php.net
and is documented as "helpful". It bothered me when we first switched to
it, but I don't notice it anymore.
| Quote: | BTW, none of the libs which are used by eventum does this, so the code is still exposed to the risk you mention
|
We would support any of our libs doing this, however we _generally_ do
not edit the libraries, just bundle them.
From your original email:
| Quote: | BTW: something I maybe missed on the wiki: why is there not a
public-eventum-for-managing-eventum available somewhere?
|
This is something that is going to be setup soon.
Thanks for using eventum!
Best Regards,
--
Bryan Alsdorf, Manager of Support Systems
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification |
|
| Back to top |
|
 |
Alessandro Ogier Guest
|
Posted: Wed Feb 14, 2007 9:40 pm Post subject: Re: Beta 1 of Eventum 2.0 Available |
|
|
hi, there's a little patch against mail routing system (wrong path for
config file inclusion).
greetings,
--
){ :&};:
Alessandro Ogier <alessandro.ogier (AT) unimib (DOT) it>
gpg --keyserver pgp.mit.edu --recv-keys EEBB4D0D
Universita` degli Studi di Milano - Bicocca
Sistemi Informativi
Via Cozzi 53 - I 20125 Milano Italy
Tel. +39 02 6448 5526 |
|
| Back to top |
|
 |
Elan Ruusamäe Guest
|
Posted: Thu Feb 15, 2007 4:24 am Post subject: Re: Beta 1 of Eventum 2.0 Available |
|
|
On Wednesday 14 February 2007, Alessandro Ogier wrote:
| Quote: | hi, there's a little patch against mail routing system (wrong path for
config file inclusion).
|
thank you. applied in svn.
--
glen |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|