You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(14) |
Aug
(3) |
Sep
(3) |
Oct
|
Nov
(7) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
|
Feb
(3) |
Mar
(17) |
Apr
(31) |
May
(19) |
Jun
(34) |
Jul
(14) |
Aug
(3) |
Sep
(7) |
Oct
(12) |
Nov
(6) |
Dec
(4) |
| 2003 |
Jan
(37) |
Feb
(19) |
Mar
(55) |
Apr
(127) |
May
(24) |
Jun
(14) |
Jul
(22) |
Aug
(22) |
Sep
(1) |
Oct
(7) |
Nov
(2) |
Dec
(2) |
| 2004 |
Jan
(1) |
Feb
(1) |
Mar
(39) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
| 2005 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: BugIn' B. T. <bu...@no...> - 2005-02-25 14:32:01
|
Modification by Chuck: Bug added into system. ------------------------------------------------------------------- Additional Information: Description: Modding help Creator: Chuck Owner: Unowned Long Description: I am trying to remove menu items for specific groups. I dont want the search function available to ALL users. It would be best if I could limit this on a group by group basis. Thanks. CC ------------------------------------------------------------------- You can view this ticket at http://bugin.notgod.com/bugin/?area=view&num=288 You may also reply to this message to add aditional information to the ticket. |
|
From: Brian N. <no...@us...> - 2004-11-05 04:14:41
|
Update of /cvsroot/bugin/bugin/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10392/conf Modified Files: config.inc.php Log Message: wow, the first CVS commit in a while :) Added automatic detection of the installation location from index.php . Index: config.inc.php =================================================================== RCS file: /cvsroot/bugin/bugin/conf/config.inc.php,v retrieving revision 1.82 retrieving revision 1.83 diff -C2 -d -r1.82 -r1.83 *** config.inc.php 30 Oct 2003 03:51:45 -0000 1.82 --- config.inc.php 5 Nov 2004 04:14:30 -0000 1.83 *************** *** 14,17 **** --- 14,18 ---- // System information variables + $options = ''; $options['baseURL'] = "/bugin/"; $options['formSubmitTo'] = ""; *************** *** 33,40 **** // Check to see if buginBase is already set, usually by other apps like BASS if (!isset($options['buginBase'])) { ! $options['buginBase'] = "./"; ! $options['buginLibBase'] = "{$options['buginBase']}lib/"; ! $options['buginIncBase'] = "{$options['buginBase']}inc/"; } // DB stuffs. --- 34,41 ---- // Check to see if buginBase is already set, usually by other apps like BASS if (!isset($options['buginBase'])) { ! $options['buginBase'] = dirname(dirname(__FILE__)."..") . "/"; } + $options['buginLibBase'] = "{$options['buginBase']}lib/"; + $options['buginIncBase'] = "{$options['buginBase']}inc/"; // DB stuffs. *************** *** 178,182 **** // Stop recursively loading config.local.php if you just copy this file over ! require_once("{$options['buginBase']}conf/config.local.php"); // Include necessary libraries // **** DO NOT KEEP THIS IN config.local.php !!! --- 179,183 ---- // Stop recursively loading config.local.php if you just copy this file over ! require_once("conf/config.local.php"); // Include necessary libraries // **** DO NOT KEEP THIS IN config.local.php !!! |
|
From: Brian N. <no...@us...> - 2004-11-05 04:14:40
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10392 Modified Files: index.php Log Message: wow, the first CVS commit in a while :) Added automatic detection of the installation location from index.php . Index: index.php =================================================================== RCS file: /cvsroot/bugin/bugin/index.php,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** index.php 22 Mar 2004 11:01:27 -0000 1.62 --- index.php 5 Nov 2004 04:14:30 -0000 1.63 *************** *** 1,3 **** --- 1,4 ---- <?php + $options['buginBase'] = basename(__FILE__); header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); |
|
From: BugIn' B. T. <bu...@no...> - 2004-04-07 00:40:59
|
Modification by Widodo Krisman: ** priority changed from "High" to "Low". ------------------------------------------------------------------- Additional Information: Description: Printer Friendly? Creator: Widodo Krisman Owner: Unowned Long Description: How about a printer friendly format for a ticket? Can that be included on 0.61 release? I noticed the quick bug# that I wanted to request but i guess already included in 0.61. ------------------------------------------------------------------- You can view this ticket at http://notgod.com/bugin.bugin/?area=view&num=157 You may also reply to this message to add aditional information to the ticket. |
|
From: BugIn' B. T. <bu...@no...> - 2004-04-05 03:02:08
|
Modification by Andrew Hu: Bug added into system. ------------------------------------------------------------------- Additional Information: Description: testt testt Creator: Andrew Hu Owner: ale Long Description: testt testt ------------------------------------------------------------------- You can view this ticket at http://notgod.com/bugin.bugin/?area=view&num=278 You may also reply to this message to add aditional information to the ticket. |
|
From: Brian N. <no...@us...> - 2004-03-24 10:06:12
|
Update of /cvsroot/bugin/bugin/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14759/lib Modified Files: Tag: REL_0_65 trigger.inc.php Log Message: marked as 0.65, not -RC2. Index: trigger.inc.php =================================================================== RCS file: /cvsroot/bugin/bugin/lib/trigger.inc.php,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -C2 -d -r1.8 -r1.8.2.1 *** trigger.inc.php 9 Jul 2003 01:17:20 -0000 1.8 --- trigger.inc.php 24 Mar 2004 09:55:28 -0000 1.8.2.1 *************** *** 1,3 **** --- 1,6 ---- <?php + + $triggerOptionList = array(); + /* Trigger Bit Flags {{{2 */ define ("TRIGGER_FLAG_DISABLED", 1); // Disabled Ticket *************** *** 6,9 **** --- 9,15 ---- define ("TRIGGER_FLAG_MODIFY", 8); // Check rules on MODIFY define ("TRIGGER_FLAG_TIME", 16); // Check rules on SCHEDULER + + /* }}}2 */ + /* Trigger Bit Flags }}}2 */ *************** *** 18,21 **** --- 24,41 ---- define ("TRIGGER_RULE_REGEXP_SHORTDESC", 8); // Regexp on Short Description define ("TRIGGER_RULE_REGEXP_LONGDESC", 9); // Regexp on Long Description + define ("TRIGGER_RULE_REGEXP_MODIFICATION", 10); // Regexp on Long Description + + $triggerOptionList['RULE'] = ""; + $triggerOptionList['RULE'] .= "<option name=\"When time is later than\" value=\"".TRIGGER_RULE_AFTER_TIME."\">\n"; + $triggerOptionList['RULE'] .= "<option name=\"When unmodified for X minutes\" value=\"".TRIGGER_RULE_AFTER_UNMODIFIED."\">\n"; + $triggerOptionList['RULE'] .= "<option name=\"When field changes\" value=\"".TRIGGER_RULE_FIELD_CHANGE."\">\n"; + $triggerOptionList['RULE'] .= "<option name=\"When field X is changed to Y\" value=\"".TRIGGER_RULE_FIELD_CHANGED_TO."\">\n"; + $triggerOptionList['RULE'] .= "<option name=\"When field is X\" value=\"".TRIGGER_RULE_FIELD_IS."\">\n"; + $triggerOptionList['RULE'] .= "<option name=\"When ticket is set to CLOSED state\" value=\"".TRIGGER_RULE_IS_CLOSED."\">\n"; + $triggerOptionList['RULE'] .= "<option name=\"Regular Expression on ALL\" value=\"".TRIGGER_RULE_REGEXP."\">\n"; + $triggerOptionList['RULE'] .= "<option name=\"Regular Expression on Short Description\" value=\"".TRIGGER_RULE_REGEXP_SHORTDESC."\">\n"; + $triggerOptionList['RULE'] .= "<option name=\"Regular Expression on Long Description\" value=\"".TRIGGER_RULE_REGEXP_LONGDESC."\">\n"; + $triggerOptionList['RULE'] .= "<option name=\"Regular Expression on Modification\" value=\"".TRIGGER_RULE_REGEXP_MODIFICATION."\">\n"; + /* Trigger Rule Type Definitions }}}2 */ *************** *** 502,505 **** --- 522,530 ---- /* }}}2 */ + /* function makeTriggerTable($type, $id) {{{2 + This function makes a table from the requested info */ + + /* }}}2 */ + /* Trigger Functions }}}1 */ |
|
From: Brian N. <no...@us...> - 2004-03-24 10:06:12
|
Update of /cvsroot/bugin/bugin/inc/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14759/inc/admin Modified Files: Tag: REL_0_65 pedit.inc.php Log Message: marked as 0.65, not -RC2. Index: pedit.inc.php =================================================================== RCS file: /cvsroot/bugin/bugin/inc/admin/pedit.inc.php,v retrieving revision 1.24 retrieving revision 1.24.2.1 diff -C2 -d -r1.24 -r1.24.2.1 *** pedit.inc.php 12 Aug 2003 20:05:06 -0000 1.24 --- pedit.inc.php 24 Mar 2004 09:55:28 -0000 1.24.2.1 *************** *** 31,35 **** <h2>Project Triggers for {$projectName}</h2> $triggerTable ! [<a href="{$options['baseURL']}?area=admin&action=tadd&context=project&num={$selectedProject}">{$verbage['adm_trig_add']}</a>]<br> EOT; } --- 31,35 ---- <h2>Project Triggers for {$projectName}</h2> $triggerTable ! [<a href="{$options['baseURL']}?area=admin&action=trigger_add&context=project&num={$selectedProject}">{$verbage['adm_trig_add']}</a>]<br> EOT; } *************** *** 73,77 **** <h2>Global Project Triggers</h2> $triggerTable ! [<a href="{$options['baseURL']}?area=admin&action=tadd&context=project&num=0">{$verbage['adm_trig_add']}</a>]<br> EOT; } --- 73,77 ---- <h2>Global Project Triggers</h2> $triggerTable ! [<a href="{$options['baseURL']}?area=admin&action=trigger_add&context=project&num=0">{$verbage['adm_trig_add']}</a>]<br> EOT; } |
|
From: Brian N. <no...@us...> - 2004-03-24 10:06:05
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14759 Modified Files: Tag: REL_0_65 CHANGES Log Message: marked as 0.65, not -RC2. Index: CHANGES =================================================================== RCS file: /cvsroot/bugin/bugin/CHANGES,v retrieving revision 1.113.2.1 retrieving revision 1.113.2.2 diff -C2 -d -r1.113.2.1 -r1.113.2.2 *** CHANGES 18 Mar 2004 16:19:09 -0000 1.113.2.1 --- CHANGES 24 Mar 2004 09:55:28 -0000 1.113.2.2 *************** *** 1,3 **** ! Changes in 0.65-RC2 ---------------------- o Anonymous ticket access was not changeable in the admin --- 1,3 ---- ! Changes in 0.65 ---------------------- o Anonymous ticket access was not changeable in the admin |
|
From: Brian N. <no...@no...> - 2004-03-23 09:48:32
|
I was thinking of actually coming up with a roadmap for BugIn' developmen=
t.
0.65 is pretty much complete, so I am going to release it tonight(ish).
0.70:
New Features To Be done:
1) Custom Fields. Most of the work has already been done,
needs an admin interface.
2) Trigger admin pages.
* Convert define()'s to triggerDefs array.
* Edit/Add pages need to be created.
0.80:
New features to be done:
1) XML interfaces.
* These should allow easy plug-in creation.
* mailer should be re-written to use the XML interfaces,
as it is a low-level interface.
Up for discussion:
* PHP 5.0 -- some nice features, XML revamp. Should we consider requirin=
g
5.0 for 0.80?
* What else can we do? what is missing? what do people want? what do
people *not* want?
* Java client when we get XML interfaces working?? (evil, but a selling
point for some)
* commercial support? anyone want to start a business?
Take care,
Brian
|
|
From: Brian N. <no...@us...> - 2004-03-22 11:11:44
|
Update of /cvsroot/bugin/bugin/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19016/lib Modified Files: bugin.inc.php Log Message: merged in changes from 0.65-RC2 Index: bugin.inc.php =================================================================== RCS file: /cvsroot/bugin/bugin/lib/bugin.inc.php,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** bugin.inc.php 3 Mar 2004 12:48:47 -0000 1.128 --- bugin.inc.php 22 Mar 2004 11:01:28 -0000 1.129 *************** *** 519,523 **** 'debug', 'norefresh', 'dateFormat'); $intMods = array('closedNum', 'defaultAddCategory', 'defaultAddProject', 'defaultAddPriority', 'signupEnable', 'noSignupTicketEnable', ! 'listRefresh', 'changelogRefresh', 'noEmail', 'anonCLAccess', 'defaultLanguage'); $arrayMods = array('closedNum', 'defaultGroups'); break; --- 519,523 ---- 'debug', 'norefresh', 'dateFormat'); $intMods = array('closedNum', 'defaultAddCategory', 'defaultAddProject', 'defaultAddPriority', 'signupEnable', 'noSignupTicketEnable', ! 'listRefresh', 'changelogRefresh', 'noEmail', 'anonCLAccess', 'defaultLanguage', 'anonTicketAccess'); $arrayMods = array('closedNum', 'defaultGroups'); break; |
|
From: Brian N. <no...@us...> - 2004-03-22 11:11:44
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19016 Modified Files: CHANGES index.php Log Message: merged in changes from 0.65-RC2 Index: CHANGES =================================================================== RCS file: /cvsroot/bugin/bugin/CHANGES,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** CHANGES 9 Mar 2004 18:48:02 -0000 1.113 --- CHANGES 22 Mar 2004 11:01:27 -0000 1.114 *************** *** 1,2 **** --- 1,7 ---- + Changes in 0.65-RC2 + ---------------------- + o Anonymous ticket access was not changeable in the admin + interface. Fixed by Yuriy Brodskiy + Changes in 0.65-RC1 ---------------------- Index: index.php =================================================================== RCS file: /cvsroot/bugin/bugin/index.php,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** index.php 10 Mar 2004 06:48:00 -0000 1.61 --- index.php 22 Mar 2004 11:01:27 -0000 1.62 *************** *** 2,6 **** header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); ! // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 --- 2,6 ---- header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); ! // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 |
|
From: Brian N. <no...@us...> - 2004-03-18 16:28:52
|
Update of /cvsroot/bugin/bugin/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6769/lib Modified Files: Tag: REL_0_65 bugin.inc.php Log Message: Being able to update all admin options GOOD. Index: bugin.inc.php =================================================================== RCS file: /cvsroot/bugin/bugin/lib/bugin.inc.php,v retrieving revision 1.128 retrieving revision 1.128.2.1 diff -C2 -d -r1.128 -r1.128.2.1 *** bugin.inc.php 3 Mar 2004 12:48:47 -0000 1.128 --- bugin.inc.php 18 Mar 2004 16:19:10 -0000 1.128.2.1 *************** *** 519,523 **** 'debug', 'norefresh', 'dateFormat'); $intMods = array('closedNum', 'defaultAddCategory', 'defaultAddProject', 'defaultAddPriority', 'signupEnable', 'noSignupTicketEnable', ! 'listRefresh', 'changelogRefresh', 'noEmail', 'anonCLAccess', 'defaultLanguage'); $arrayMods = array('closedNum', 'defaultGroups'); break; --- 519,523 ---- 'debug', 'norefresh', 'dateFormat'); $intMods = array('closedNum', 'defaultAddCategory', 'defaultAddProject', 'defaultAddPriority', 'signupEnable', 'noSignupTicketEnable', ! 'listRefresh', 'changelogRefresh', 'noEmail', 'anonCLAccess', 'defaultLanguage', 'anonTicketAccess'); $arrayMods = array('closedNum', 'defaultGroups'); break; |
|
From: Brian N. <no...@us...> - 2004-03-18 16:28:49
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6769 Modified Files: Tag: REL_0_65 CHANGES Log Message: Being able to update all admin options GOOD. Index: CHANGES =================================================================== RCS file: /cvsroot/bugin/bugin/CHANGES,v retrieving revision 1.113 retrieving revision 1.113.2.1 diff -C2 -d -r1.113 -r1.113.2.1 *** CHANGES 9 Mar 2004 18:48:02 -0000 1.113 --- CHANGES 18 Mar 2004 16:19:09 -0000 1.113.2.1 *************** *** 1,2 **** --- 1,7 ---- + Changes in 0.65-RC2 + ---------------------- + o Anonymous ticket access was not changeable in the admin + interface. Fixed by Yuriy Brodskiy + Changes in 0.65-RC1 ---------------------- |
|
From: <no...@us...> - 2004-03-10 07:06:44
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16373 Modified Files: Tag: REL_0_65 index.php Log Message: REL_0_65 Index: index.php =================================================================== RCS file: /cvsroot/bugin/bugin/index.php,v retrieving revision 1.60 retrieving revision 1.60.2.1 diff -C2 -d -r1.60 -r1.60.2.1 *** index.php 9 Mar 2004 18:47:03 -0000 1.60 --- index.php 10 Mar 2004 06:48:59 -0000 1.60.2.1 *************** *** 2,6 **** header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); ! // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 --- 2,6 ---- header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past header ("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); ! // always modified header ("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 header ("Pragma: no-cache"); // HTTP/1.0 |
|
From: <no...@us...> - 2004-03-10 07:05:46
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16189 Modified Files: index.php Log Message: committed 0.66-CVS Index: index.php =================================================================== RCS file: /cvsroot/bugin/bugin/index.php,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** index.php 9 Mar 2004 18:47:03 -0000 1.60 --- index.php 10 Mar 2004 06:48:00 -0000 1.61 *************** *** 25,29 **** } ! $buginVersion = "v0.65-RC1"; //Grab major/minors out of phpversion(). ereg("([0-9]{1,2}.[0-9]{1,2}).([0-9]{1,2})", phpversion(), $phpVersion); --- 25,29 ---- } ! $buginVersion = "v0.66-CVS"; //Grab major/minors out of phpversion(). ereg("([0-9]{1,2}.[0-9]{1,2}).([0-9]{1,2})", phpversion(), $phpVersion); |
|
From: Brian N. <no...@no...> - 2004-03-10 07:02:57
|
Branch REL_0_65 has been created. Please make all commits for RELEASE to
this branch.
Brian Nelson said:
> Forgot to append the Changelog:
>
> Changes in 0.65-RC1
> ----------------------
> ADDITIONS:
> o l10n: Spanish language translation from
> Jose Alfonso Martinez del Paso (tri...@ya...)
> o i18n: Per-language Templates
> o Reverse sort list checkbox on list view.
> o Options Editor interface now has tabs for different
> configuration sections.
> o Postgres has been tested, ported, and is now working.
> o Session timeouts have been made extremely long, to avoid
> strange happenings on timeouts.
> o Quick ticket search (by number) was added to the side bar.
> o Table prefix is complete... now all tables begin with
> "bugin_", which will eventually be configurable.
> FIXES:
> o i18n: More multi-language support, including default
> templates for different languages.
> o List view strangeness should be fixed. This includes
> search results going away after editing a ticket.
> o Viewing an invalid ticket number now displays an error.
> o Anonymous Ticket Access Control (DUH!)
> NOTICES:
> o Upgraded to adodb 3.72
> o notgod is a moron and forgot to credit the great work
> by Michael R on language support in 0.60.
>
> Brian Nelson said:
>> I am working on fixing up BugIn' for a new release. Here's the releas=
e
>> plan:
>>
>> 0) $RELNUM =3D 1
>> 1) Release 0.65-RC{$RELNUM}
>> 2) Wait 2 weeks for bugs, fixes.
>> 3) if bugs > tolerance, $RELNUM++; goto 1
>> 4) Release 0.65
>>
>> Questions or comments, lets start a discussion!
>>
>>
>>
>>
>> -------------------------------------------------------
>> This SF.Net email is sponsored by: IBM Linux Tutorials
>> Free Linux tutorial presented by Daniel Robbins, President and CEO of
>> GenToo technologies. Learn everything from fundamentals to system
>> administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=3Dclick
>> _______________________________________________
>> Bugin-hackers mailing list
>> Bug...@li...
>> https://lists.sourceforge.net/lists/listinfo/bugin-hackers
>>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=3Dclick
> _______________________________________________
> Bugin-hackers mailing list
> Bug...@li...
> https://lists.sourceforge.net/lists/listinfo/bugin-hackers
>
|
|
From: Brian N. <no...@no...> - 2004-03-09 19:17:20
|
Forgot to append the Changelog:
Changes in 0.65-RC1
----------------------
ADDITIONS:
o l10n: Spanish language translation from
Jose Alfonso Martinez del Paso (tri...@ya...)
o i18n: Per-language Templates
o Reverse sort list checkbox on list view.
o Options Editor interface now has tabs for different
configuration sections.
o Postgres has been tested, ported, and is now working.
o Session timeouts have been made extremely long, to avoid
strange happenings on timeouts.
o Quick ticket search (by number) was added to the side bar.
o Table prefix is complete... now all tables begin with
"bugin_", which will eventually be configurable.
FIXES:
o i18n: More multi-language support, including default
templates for different languages.
o List view strangeness should be fixed. This includes
search results going away after editing a ticket.
o Viewing an invalid ticket number now displays an error.
o Anonymous Ticket Access Control (DUH!)
NOTICES:
o Upgraded to adodb 3.72
o notgod is a moron and forgot to credit the great work
by Michael R on language support in 0.60.
Brian Nelson said:
> I am working on fixing up BugIn' for a new release. Here's the release
> plan:
>
> 0) $RELNUM =3D 1
> 1) Release 0.65-RC{$RELNUM}
> 2) Wait 2 weeks for bugs, fixes.
> 3) if bugs > tolerance, $RELNUM++; goto 1
> 4) Release 0.65
>
> Questions or comments, lets start a discussion!
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=3Dclick
> _______________________________________________
> Bugin-hackers mailing list
> Bug...@li...
> https://lists.sourceforge.net/lists/listinfo/bugin-hackers
>
|
|
From: <no...@us...> - 2004-03-09 19:15:12
|
Update of /cvsroot/bugin/bugin/conf/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5560 Modified Files: email.de.php email.en.php Log Message: email templates need to include verbage Index: email.de.php =================================================================== RCS file: /cvsroot/bugin/bugin/conf/lang/email.de.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** email.de.php 4 Apr 2003 00:03:49 -0000 1.3 --- email.de.php 9 Mar 2004 18:57:36 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- <?php + include("lang.de.php"); /* Index: email.en.php =================================================================== RCS file: /cvsroot/bugin/bugin/conf/lang/email.en.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** email.en.php 4 Apr 2003 00:03:50 -0000 1.3 --- email.en.php 9 Mar 2004 18:57:36 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- <?php + include("lang.en.php"); /* |
|
From: <no...@us...> - 2004-03-09 19:13:29
|
Update of /cvsroot/bugin/bugin/sql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5220 Modified Files: mysql.sql Added Files: mysql-0.60-0.65.sql Removed Files: mysql-0.60-0.61.sql Log Message: Default templates are now read from the files, so no need to load them into the database. --- NEW FILE: mysql-0.60-0.65.sql --- -- -- updating table names -- ALTER TABLE `category` RENAME `bugin_category`; ALTER TABLE `config` RENAME `bugin_config`; ALTER TABLE `modifications` RENAME `bugin_modifications`; ALTER TABLE `priority` RENAME `bugin_priority`; ALTER TABLE `projects` RENAME `bugin_projects`; ALTER TABLE `status` RENAME `bugin_status`; ALTER TABLE `tickets` RENAME `bugin_tickets`; ALTER TABLE `udb` RENAME `bugin_users`; ALTER TABLE `user_group` RENAME `bugin_groups`; ALTER TABLE `acl` RENAME `bugin_acl`; ALTER TABLE `bugin_users` ADD lang tinyint(3) unsigned NOT NULL default '1'; ALTER TABLE `bugin_trigger_rule` CHANGE `value` `value` TEXT NOT NULL; -- -- Table structure for table 'bugin_lang' -- CREATE TABLE bugin_lang ( id tinyint(3) unsigned NOT NULL auto_increment, name char(2) NOT NULL default '', UNIQUE KEY id (id) ) TYPE=MyISAM; -- -- Dumping data for table 'bugin_lang' -- INSERT INTO bugin_lang VALUES (1,'en'); INSERT INTO bugin_lang VALUES (2,'de'); INSERT INTO bugin_lang VALUES (3,'sp'); -- -- Table structure for table 'bugin_templates' -- CREATE TABLE bugin_templates ( id int(11) NOT NULL auto_increment, name varchar(16) NOT NULL default '', value text NOT NULL, lang_id tinyint(3) unsigned NOT NULL default '0', UNIQUE KEY id (id) ) TYPE=MyISAM; Index: mysql.sql =================================================================== RCS file: /cvsroot/bugin/bugin/sql/mysql.sql,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mysql.sql 3 Mar 2004 14:46:48 -0000 1.25 --- mysql.sql 9 Mar 2004 18:56:07 -0000 1.26 *************** *** 216,230 **** ) TYPE=MyISAM; - -- - -- Dumping data for table 'bugin_templates' - -- - - - INSERT INTO bugin_templates VALUES (1,'notification','Modification by %MOD_BY%:\r\n%MOD%\r\n-------------------------------------------------------------------\r\nAdditional Information:\r\nDescription: %DESC%\r\nCreator: %CREATOR%\r\nOwner: %OWNER%\r\nLong Description:\r\n%LONG_DESC%\r\n-------------------------------------------------------------------\r\nYou can view this ticket at\r\n%BASE_URL%?area=view&num=%NUM%\r\nYou may also reply to this message to add additional information\r\nto the ticket.',1); - INSERT INTO bugin_templates VALUES (2,'notification','Aenderung durch %MOD_BY%:\r\n%MOD%\r\n-------------------------------------------------------------------\r\nZusaetzliche Information:\r\nBeschreibung: %DESC%\r\nAutor: %CREATOR%\r\nVerantwortlicher: %OWNER%\r\nAusfuehrliche Beschreibung:\r\n%LONG_DESC%\r\n-------------------------------------------------------------------\r\nDu kannst dieses Ticket betrachten unter\r\n%BASE_URL%?area=view&num=%NUM%\r\nWenn Du weitere Informationen zu diesem Ticket hinzufuegen willst\r\nbrauchst Du nur auf diese EMail zu antworten.',2); - INSERT INTO bugin_templates VALUES (3,'notify_subj','Ticket #%NUM% has been %ACTION% (%DESC%) {TRACK:%NUM%}',1); - INSERT INTO bugin_templates VALUES (4,'signup_email','An account has been created for you in the %SYSTEM_NAME%\r\nticket tracking system.\r\n\r\nUsername: %UNAME%\r\nPassword: %PASS%\r\n\r\nYou can sign into the system at:\r\n%BASE_URL%\r\n',1); - INSERT INTO bugin_templates VALUES (5,'signup_email','Ein neuer Account wurde fuer Dich im %SYSTEM_NAME%\r\nTicket System angelegt.\r\n\r\nUsername: %UNAME%\r\nPasswort: %PASS%\r\n\r\nDu kannst Dich einloggen unter:\r\n%BASE_URL%',2); - INSERT INTO bugin_templates VALUES (6,'notify_subj','Ticket #%NUM% wurde %ACTION% (%DESC%) {TRACK:%NUM%}',2); -- --- 216,219 ---- --- mysql-0.60-0.61.sql DELETED --- |
|
From: Brian N. <no...@no...> - 2004-03-09 19:08:03
|
I am working on fixing up BugIn' for a new release. Here's the release p=
lan:
0) $RELNUM =3D 1
1) Release 0.65-RC{$RELNUM}
2) Wait 2 weeks for bugs, fixes.
3) if bugs > tolerance, $RELNUM++; goto 1
4) Release 0.65
Questions or comments, lets start a discussion!
|
|
From: <no...@us...> - 2004-03-09 19:05:24
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3655 Modified Files: CHANGES Log Message: yeah, that too. Index: CHANGES =================================================================== RCS file: /cvsroot/bugin/bugin/CHANGES,v retrieving revision 1.112 retrieving revision 1.113 diff -C2 -d -r1.112 -r1.113 *** CHANGES 9 Mar 2004 18:47:03 -0000 1.112 --- CHANGES 9 Mar 2004 18:48:02 -0000 1.113 *************** *** 1,3 **** ! Changes in 0.65 ---------------------- ADDITIONS: --- 1,3 ---- ! Changes in 0.65-RC1 ---------------------- ADDITIONS: |
|
From: <no...@us...> - 2004-03-09 19:04:29
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3431 Modified Files: CHANGES index.php Log Message: Comitting doc changes, plus 0.65-RC1 release version tag. Index: CHANGES =================================================================== RCS file: /cvsroot/bugin/bugin/CHANGES,v retrieving revision 1.111 retrieving revision 1.112 diff -C2 -d -r1.111 -r1.112 *** CHANGES 3 Mar 2004 13:02:36 -0000 1.111 --- CHANGES 9 Mar 2004 18:47:03 -0000 1.112 *************** *** 1,8 **** ! Changes in 0.61 ---------------------- ADDITIONS: ! o Spanish language translation from Jose Alfonso Martinez del Paso (tri...@ya...) ! o Per-language templates o Reverse sort list checkbox on list view. o Options Editor interface now has tabs for different --- 1,8 ---- ! Changes in 0.65 ---------------------- ADDITIONS: ! o l10n: Spanish language translation from Jose Alfonso Martinez del Paso (tri...@ya...) ! o i18n: Per-language Templates o Reverse sort list checkbox on list view. o Options Editor interface now has tabs for different *************** *** 15,20 **** "bugin_", which will eventually be configurable. FIXES: ! o More multi-langyage support, including default templates ! for different languages. o List view strangeness should be fixed. This includes search results going away after editing a ticket. --- 15,20 ---- "bugin_", which will eventually be configurable. FIXES: ! o i18n: More multi-language support, including default ! templates for different languages. o List view strangeness should be fixed. This includes search results going away after editing a ticket. Index: index.php =================================================================== RCS file: /cvsroot/bugin/bugin/index.php,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** index.php 1 May 2003 22:49:27 -0000 1.59 --- index.php 9 Mar 2004 18:47:03 -0000 1.60 *************** *** 25,29 **** } ! $buginVersion = "v0.61-CVS"; //Grab major/minors out of phpversion(). ereg("([0-9]{1,2}.[0-9]{1,2}).([0-9]{1,2})", phpversion(), $phpVersion); --- 25,29 ---- } ! $buginVersion = "v0.65-RC1"; //Grab major/minors out of phpversion(). ereg("([0-9]{1,2}.[0-9]{1,2}).([0-9]{1,2})", phpversion(), $phpVersion); |
|
From: <no...@us...> - 2004-03-09 15:12:51
|
Update of /cvsroot/bugin/bugin/inc/admin/oedit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5249/inc/admin/oedit Modified Files: notification.inc.php Log Message: testing GOOD. now it really,m really works. Index: notification.inc.php =================================================================== RCS file: /cvsroot/bugin/bugin/inc/admin/oedit/notification.inc.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** notification.inc.php 9 Mar 2004 13:45:27 -0000 1.3 --- notification.inc.php 9 Mar 2004 14:54:59 -0000 1.4 *************** *** 12,16 **** </td> <td> ! <select name="templateLanguage" value="$subjTemplate" onChange="changeLang()"> $langList </select> --- 12,16 ---- </td> <td> ! <select name="templateLanguage" onChange="changeLang()"> $langList </select> |
|
From: <no...@us...> - 2004-03-09 15:12:44
|
Update of /cvsroot/bugin/bugin/conf/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5249/conf/lang Modified Files: email.sp.php Log Message: testing GOOD. now it really,m really works. Index: email.sp.php =================================================================== RCS file: /cvsroot/bugin/bugin/conf/lang/email.sp.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** email.sp.php 3 Mar 2004 13:11:25 -0000 1.2 --- email.sp.php 9 Mar 2004 14:54:58 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- <?php + include("lang.sp.php"); /* |
|
From: <no...@us...> - 2004-03-09 15:12:21
|
Update of /cvsroot/bugin/bugin/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5249/lib Modified Files: database.inc.php Log Message: testing GOOD. now it really,m really works. Index: database.inc.php =================================================================== RCS file: /cvsroot/bugin/bugin/lib/database.inc.php,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** database.inc.php 9 Mar 2004 13:45:28 -0000 1.62 --- database.inc.php 9 Mar 2004 14:55:04 -0000 1.63 *************** *** 594,607 **** Returns the templates for the given language ID. */ function getTemplates($langId, $options = array()) { ! $options['templatesFromFile'] = 0; $query = $this->db->Execute("SELECT * FROM {$this->tablePrefix}_templates WHERE lang_id=".intval($langId)); if ($query->EOF) { - $language = $this->lists['lang'][$langId]['name']; - $ot = $options; - require_once("{$options['buginBase']}conf/lang/email.{$language}.php"); - $options = array_merge($ot, $options); $options['templatesFromFile'] = 1; } else { while (!$query->EOF) { if ($row = $query->fields) { --- 594,604 ---- Returns the templates for the given language ID. */ function getTemplates($langId, $options = array()) { ! $query = $this->db->Execute("SELECT * FROM {$this->tablePrefix}_templates WHERE lang_id=".intval($langId)); if ($query->EOF) { $options['templatesFromFile'] = 1; } else { + $options['templatesFromFile'] = 0; while (!$query->EOF) { if ($row = $query->fields) { *************** *** 620,627 **** } else { ! break(1); } } } return $options; } --- 617,632 ---- } else { ! $options['templatesFromFile'] = 1; ! break(2); } } } + + if ($options['templatesFromFile'] == 1) { + $language = $this->lists['lang'][$langId]['name']; + $ot = $options; + require_once("{$options['buginBase']}conf/lang/email.{$language}.php"); + $options = array_merge($ot, $options); + } return $options; } |