|
From: Ulf E. <ulf...@us...> - 2005-08-22 21:04:50
|
Update of /cvsroot/phpbt/phpbt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25691/phpbt Modified Files: CHANGELOG Log Message: Updated the CHANGLEOG Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpbt/phpbt/CHANGELOG,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- CHANGELOG 3 Aug 2005 12:32:31 -0000 1.70 +++ CHANGELOG 22 Aug 2005 21:04:39 -0000 1.71 @@ -1,3 +1,12 @@ +-- 1.x -- +: Moved priority levels into a table +: Changed the 'Assignable' bit to a group permission +: Added sort-order to components and versions +: Added support to bookmark/monitor a set of bugs +: Added a simple UI to edit group permissions +: Added support to (re)edit a query +: Added support for sending smtp mail + -- 1.0 -- 3 Aug 2005 : Added links from project summary on home page (Phil Davis). : Added display of the bug ids a bug blocks. |
|
From: Ulf E. <ulf...@fa...> - 2005-08-22 21:15:12
|
Hoi, I have just committed a set of feature patches! This is just a minor warning or heads up if someone wish to play with them: The update script is not ready yet not is support for Oracle or Postgres. Hopefully this will be added "soon". Have fun, /Ulf * Ulf Erikson [2005-08-22 23:04]: > Index: CHANGELOG > =================================================================== > RCS file: /cvsroot/phpbt/phpbt/CHANGELOG,v > retrieving revision 1.70 > retrieving revision 1.71 > diff -u -r1.70 -r1.71 > --- CHANGELOG 3 Aug 2005 12:32:31 -0000 1.70 > +++ CHANGELOG 22 Aug 2005 21:04:39 -0000 1.71 > @@ -1,3 +1,12 @@ > +-- 1.x -- > +: Moved priority levels into a table > +: Changed the 'Assignable' bit to a group permission > +: Added sort-order to components and versions > +: Added support to bookmark/monitor a set of bugs > +: Added a simple UI to edit group permissions > +: Added support to (re)edit a query > +: Added support for sending smtp mail > + > -- 1.0 -- 3 Aug 2005 > : Added links from project summary on home page (Phil Davis). > : Added display of the bug ids a bug blocks. |
|
From: Ulf E. <ulf...@fa...> - 2005-08-23 21:29:12
|
* Ulf Erikson [2005-08-22 23:28]: > This is just a minor warning or heads up if someone wish to play with > them: The update script is not ready yet not is support for Oracle or > Postgres. Hopefully this will be added "soon". I have updated inc/db/*.php and schemas/*.in. Things might work in Oracle and Postgres now. I have no way to test it myself.. Any volunteers? ;-) Still no update of upgrade.php. > Have fun, > /Ulf > > > * Ulf Erikson [2005-08-22 23:04]: > >> Index: CHANGELOG >> =================================================================== >> RCS file: /cvsroot/phpbt/phpbt/CHANGELOG,v >> retrieving revision 1.70 >> retrieving revision 1.71 >> diff -u -r1.70 -r1.71 >> --- CHANGELOG 3 Aug 2005 12:32:31 -0000 1.70 >> +++ CHANGELOG 22 Aug 2005 21:04:39 -0000 1.71 >> @@ -1,3 +1,12 @@ >> +-- 1.x -- +: Moved priority levels into a table >> +: Changed the 'Assignable' bit to a group permission >> +: Added sort-order to components and versions >> +: Added support to bookmark/monitor a set of bugs >> +: Added a simple UI to edit group permissions >> +: Added support to (re)edit a query >> +: Added support for sending smtp mail >> + >> -- 1.0 -- 3 Aug 2005 >> : Added links from project summary on home page (Phil Davis). >> : Added display of the bug ids a bug blocks. |
|
From: Ulf E. <ulf...@fa...> - 2005-08-29 19:44:19
|
* Ulf Erikson [2005-08-23 23:42]: >> This is just a minor warning or heads up if someone wish to play with >> them: The update script is not ready yet not is support for Oracle or >> Postgres. Hopefully this will be added "soon". > > I have updated inc/db/*.php and schemas/*.in. Things might work in > Oracle and Postgres now. I have no way to test it myself.. Any > volunteers? ;-) Finally is upgrade.php also updated, but only for MySQL. Anyone willing to help with the others? Anyone daring to test the new features? /Ulf |
|
From: Benjamin C. <php...@be...> - 2005-08-29 22:07:47
|
Yeah, I started to test some of the new features and got some breakage with mysqli and the bookmark queries. I didn't have time to really look, but it seemed like mysqli.php was missing some queries. Since the queries should really be the same as in mysql.php, we should probably just load mysql.php even when mysqli is selected as the database type. On Aug 29, 2005, at 12:44 PM, Ulf Erikson wrote: > * Ulf Erikson [2005-08-23 23:42]: > >>> This is just a minor warning or heads up if someone wish to play >>> with them: The update script is not ready yet not is support for >>> Oracle or Postgres. Hopefully this will be added "soon". >>> >> I have updated inc/db/*.php and schemas/*.in. Things might work in >> Oracle and Postgres now. I have no way to test it myself.. Any >> volunteers? ;-) >> > > Finally is upgrade.php also updated, but only for MySQL. Anyone > willing to help with the others? Anyone daring to test the new > features? > > /Ulf > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/ > bsce5sf > _______________________________________________ > phpbt-dev mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpbt-dev > |
|
From: Benjamin C. <php...@be...> - 2005-08-29 22:27:31
|
Oh, and I will try to test on postgres as I get time. On Aug 29, 2005, at 3:07 PM, Benjamin Curtis wrote: > Yeah, I started to test some of the new features and got some > breakage with mysqli and the bookmark queries. I didn't have time > to really look, but it seemed like mysqli.php was missing some > queries. Since the queries should really be the same as in > mysql.php, we should probably just load mysql.php even when mysqli > is selected as the database type. > > On Aug 29, 2005, at 12:44 PM, Ulf Erikson wrote: > > >> * Ulf Erikson [2005-08-23 23:42]: >> >> >>>> This is just a minor warning or heads up if someone wish to play >>>> with them: The update script is not ready yet not is support for >>>> Oracle or Postgres. Hopefully this will be added "soon". >>>> >>>> >>> I have updated inc/db/*.php and schemas/*.in. Things might work >>> in Oracle and Postgres now. I have no way to test it myself.. Any >>> volunteers? ;-) >>> >>> >> >> Finally is upgrade.php also updated, but only for MySQL. Anyone >> willing to help with the others? Anyone daring to test the new >> features? >> >> /Ulf >> >> >> ------------------------------------------------------- >> SF.Net email is Sponsored by the Better Software Conference & EXPO >> September 19-22, 2005 * San Francisco, CA * Development Lifecycle >> Practices >> Agile & Plan-Driven Development * Managing Projects & Teams * >> Testing & QA >> Security * Process Improvement & Measurement * http://www.sqe.com/ >> bsce5sf >> _______________________________________________ >> phpbt-dev mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpbt-dev >> >> > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/ > bsce5sf > _______________________________________________ > phpbt-dev mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpbt-dev > |
|
From: Ulf E. <ulf...@fa...> - 2005-08-31 20:23:05
|
* Benjamin Curtis [2005-08-30 00:07]: > Yeah, I started to test some of the new features and got some breakage > with mysqli and the bookmark queries. I didn't have time to really > look, but it seemed like mysqli.php was missing some queries. Since > the queries should really be the same as in mysql.php, we should > probably just load mysql.php even when mysqli is selected as the > database type. Yes, mysqli.php should be a copy of mysql.php (and mysqli.in a copy of mysql.in). Using the same file would save us from this kind of problems where I forget to update both. Current CVS should be fixed though. |
|
From: Ulf E. <ulf...@fa...> - 2005-08-31 20:23:09
|
* Ulf Erikson [2005-08-29 21:44]: >>> This is just a minor warning or heads up if someone wish to play with >>> them: The update script is not ready yet not is support for Oracle or >>> Postgres. Hopefully this will be added "soon". >> >> I have updated inc/db/*.php and schemas/*.in. Things might work in >> Oracle and Postgres now. I have no way to test it myself.. Any >> volunteers? ;-) > > Finally is upgrade.php also updated, but only for MySQL. Anyone willing > to help with the others? Anyone daring to test the new features? I have just committed something that might work as an upgrade script also for Postgres and Oracle. I'm expecting more bug reports than what I have received until now ;-) |