extend-a-story-tracker Mailing List for Extend-A-Story
Interactive and Extendable Story
Brought to you by:
jjweston
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2005 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(10) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(69) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2012-11-12 18:20:33
|
Feature Requests item #3586229, was opened at 2012-11-11 10:16 Message generated for change (Comment added) made by jahall1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3586229&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 6 Private: No Submitted By: John (jahall1) Assigned to: Jeffrey J. Weston (jjweston) Summary: Ability to search on episode options Initial Comment: I've always assumed that searching episode bodies for a string would also search the episode options, but it appears that it does not. The second option of episode 99782 of the Never Ending Quest contains the word "Analects". I searched for "analect" to see if the word had appeared previously, but there were no matches, not even for episode 99782. I should therefore like the ability to search options, either incorporated in the episode body search or as an additional category of search. ---------------------------------------------------------------------- >Comment By: John (jahall1) Date: 2012-11-12 10:20 Message: My own preference is the same as yours/ ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2012-11-12 07:40 Message: You are correct, the current search functionality does not allow a user to search within the episode options. I've been thinking about it for a bit and I believe it isn't too hard to implement, either as a separate search, or included with the episode body search. I'm leaning towards including the episode options as part of the episode body search. Do you have a preference? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3586229&group_id=63727 |
From: SourceForge.net <no...@so...> - 2012-11-12 15:51:53
|
Feature Requests item #3586372, was opened at 2012-11-12 07:51 Message generated for change (Tracker Item Submitted) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3586372&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 4 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Remove Dependency on MySQL "PASSWORD" Function Initial Comment: Extend-A-Story currently uses the MySQL "PASSWORD" function to hash user passwords for storage in the database. This can cause problems when MySQL changes the implementation of the "PASSWORD" function, which is what happend with bug # 3419172. Extend-A-Story should use a PHP function, with a known implemenation that will not change, to hash the user passwords instead. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3586372&group_id=63727 |
From: SourceForge.net <no...@so...> - 2012-11-12 15:45:11
|
Feature Requests item #3586370, was opened at 2012-11-12 07:45 Message generated for change (Tracker Item Submitted) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3586370&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 4 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Unicode Support Initial Comment: Extend-A-Story does not support Unicode and instead relies on the default character encoding of MySQL and PHP. To better support internationalization, and to make Extend-A-Story more robust against future changes to the character encoding functionality in MySQL and PHP, Extend-A-Story should have proper support for Unicode. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3586370&group_id=63727 |
From: SourceForge.net <no...@so...> - 2012-11-12 15:40:10
|
Feature Requests item #3586229, was opened at 2012-11-11 10:16 Message generated for change (Comment added) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3586229&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 6 Private: No Submitted By: John (jahall1) >Assigned to: Jeffrey J. Weston (jjweston) Summary: Ability to search on episode options Initial Comment: I've always assumed that searching episode bodies for a string would also search the episode options, but it appears that it does not. The second option of episode 99782 of the Never Ending Quest contains the word "Analects". I searched for "analect" to see if the word had appeared previously, but there were no matches, not even for episode 99782. I should therefore like the ability to search options, either incorporated in the episode body search or as an additional category of search. ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2012-11-12 07:40 Message: You are correct, the current search functionality does not allow a user to search within the episode options. I've been thinking about it for a bit and I believe it isn't too hard to implement, either as a separate search, or included with the episode body search. I'm leaning towards including the episode options as part of the episode body search. Do you have a preference? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3586229&group_id=63727 |
From: SourceForge.net <no...@so...> - 2012-11-11 18:16:06
|
Feature Requests item #3586229, was opened at 2012-11-11 10:16 Message generated for change (Tracker Item Submitted) made by jahall1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3586229&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: John (jahall1) Assigned to: Nobody/Anonymous (nobody) Summary: Ability to search on episode options Initial Comment: I've always assumed that searching episode bodies for a string would also search the episode options, but it appears that it does not. The second option of episode 99782 of the Never Ending Quest contains the word "Analects". I searched for "analect" to see if the word had appeared previously, but there were no matches, not even for episode 99782. I should therefore like the ability to search options, either incorporated in the episode body search or as an additional category of search. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3586229&group_id=63727 |
From: SourceForge.net <no...@so...> - 2012-08-10 01:54:08
|
Bugs item #3415911, was opened at 2011-09-30 05:22 Message generated for change (Comment added) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 6 Private: No Submitted By: John (jahall1) Assigned to: Jeffrey J. Weston (jjweston) Summary: Glitch with Hyphenated Words Initial Comment: If a hyphenated word is broken after the hyphen between successive lines when one is entering the text of an episode, then when the episode is displayed a space character is inserted after the hyphen. So one could see, for example, "well- known" rather than "well-known". One can edit the episode and manually break the line prematurely to correct this, but it's a bit of a pain. ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2012-08-09 18:54 Message: The fix for this bug has been included in Extend-A-Story version 2.2.0. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2011-10-07 11:05 Message: Thanks, Jeff. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 10:59 Message: Thank you for the confirmation, I have committed the fix for this bug into Git. The fix will be included in the next release of Extend-A-Story. In the meantime, I have applied this fix to The Never Ending Quest and The Black Void on Sir-Toby.Com. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2011-10-07 10:43 Message: Yes, that seems to have fixed it. Thanks. I'm sorry that I didn't give as much info as I should have done in my initial report. I was a bit worried on pasting in my text to see that it appeared to have become double line-spaced, but viewing it in preview and - most importantly - the final result were both fine. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 09:09 Message: Thank you for the additional information. I was able to reproduce the problem using Internet Explorer. I have made a change to the Beta Test Story that resolved the issue for me. Let me know if it works for you as well. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2011-10-07 02:06 Message: I'm using IE8. It may be relevant that I compose my episodes in the text editor Notepad+ and then copy and paste it into the episode's text windows. It may be relevant that I have wordwrap switched on in Notepad+ at a line-length of 80 characters. I created an example in episode 2393 of the Beta Test Story. Here's the text that I copied and pasted in: crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers stuff stuff crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers. In this comment box, unlike the text box in Extend-A-Story, 80 character lines fit without extra word-wrapping needing to be inserted, and so the same problem does not occur here. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-06 14:59 Message: I'm having a hard time reproducing this bug. Which browser are you using, and which version? Can you provide some example text that you can use to reproduce the bug? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 |
From: SourceForge.net <no...@so...> - 2012-08-10 01:53:34
|
Bugs item #3419172, was opened at 2011-10-05 15:28 Message generated for change (Comment added) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3419172&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 9 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Cannot Log In Using Admin Interface Initial Comment: Recent versions of MySQL have changed how the 'password' function works. While the function originally returned a 16 character hash of the password, it now returns a 41 character hash of the password. The 'User' table only allows for 16 characters for the password, and thus the password hash is getting truncated. As a result, no one is able to log in using any password when using the current version of Extend-A-Story with the current version of MySQL. This thread provides more details and a workaround: http://www.sir-toby.com/phpbb/viewtopic.php?t=1091 ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2012-08-09 18:53 Message: The fix for this bug has been included in Extend-A-Story version 2.2.0. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 10:59 Message: I have committed the fix for this bug into Git. The fix will be included in the next release of Extend-A-Story. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3419172&group_id=63727 |
From: SourceForge.net <no...@so...> - 2012-08-07 15:56:51
|
Feature Requests item #847349, was opened at 2003-11-22 11:22 Message generated for change (Comment added) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=847349&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed >Resolution: Rejected Priority: 1 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Spell Checker Initial Comment: ODS requested this feature on the Sir-Toby.Com bulletin board: I was just thinking that a Spell Check in the Creating episode window would be nice. That would solve the problem of massive typos. ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2012-08-07 08:56 Message: I am updating the resolution of this feature request to indicate that the request is rejected. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2012-08-07 08:45 Message: I have seen no comments on this request for some time. I am closing this feature request. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-09-30 09:09 Message: It seems that every modern browser has built in spell checking for text entry fields. My preference at this time is to allow the web browser to solve this problem and not implement spell checking in Extend-A-Story. ---------------------------------------------------------------------- Comment By: Uru Wolf (stevenwest) Date: 2007-07-13 02:28 Message: Logged In: YES user_id=1843944 Originator: NO You could try Spelling Cow? found at: http://www.spellingcow.com/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=847349&group_id=63727 |
From: SourceForge.net <no...@so...> - 2012-08-07 15:45:11
|
Feature Requests item #847349, was opened at 2003-11-22 11:22 Message generated for change (Comment added) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=847349&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Priority: 1 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Spell Checker Initial Comment: ODS requested this feature on the Sir-Toby.Com bulletin board: I was just thinking that a Spell Check in the Creating episode window would be nice. That would solve the problem of massive typos. ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2012-08-07 08:45 Message: I have seen no comments on this request for some time. I am closing this feature request. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-09-30 09:09 Message: It seems that every modern browser has built in spell checking for text entry fields. My preference at this time is to allow the web browser to solve this problem and not implement spell checking in Extend-A-Story. ---------------------------------------------------------------------- Comment By: Uru Wolf (stevenwest) Date: 2007-07-13 02:28 Message: Logged In: YES user_id=1843944 Originator: NO You could try Spelling Cow? found at: http://www.spellingcow.com/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=847349&group_id=63727 |
From: SourceForge.net <no...@so...> - 2012-02-09 16:24:42
|
Feature Requests item #2074252, was opened at 2008-08-25 12:51 Message generated for change (Settings changed) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=2074252&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Priority: 7 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Allow Deletion of Episode and Options With Single Operation Initial Comment: When an episode is so bad that the only option is to completely delete it, it is a pain to do so because you have to first delete all of the options before you can delete the episode. An option to delete the entire episode along with all options with a single operation would be nice. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2012-02-09 02:34 Message: Having just had to delete four episodes of jibberish that some vandal had created, each with ten options that I had to delete one by one, I'd like to request that this be assigned a higher priority. A persistent attacker could make my life very tedious. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=2074252&group_id=63727 |
From: SourceForge.net <no...@so...> - 2012-02-09 10:34:33
|
Feature Requests item #2074252, was opened at 2008-08-25 12:51 Message generated for change (Comment added) made by jahall1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=2074252&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Allow Deletion of Episode and Options With Single Operation Initial Comment: When an episode is so bad that the only option is to completely delete it, it is a pain to do so because you have to first delete all of the options before you can delete the episode. An option to delete the entire episode along with all options with a single operation would be nice. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2012-02-09 02:34 Message: Having just had to delete four episodes of jibberish that some vandal had created, each with ten options that I had to delete one by one, I'd like to request that this be assigned a higher priority. A persistent attacker could make my life very tedious. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=2074252&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-10-07 18:06:00
|
Bugs item #3415911, was opened at 2011-09-30 13:22 Message generated for change (Comment added) made by jahall1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 6 Private: No Submitted By: John (jahall1) Assigned to: Jeffrey J. Weston (jjweston) Summary: Glitch with Hyphenated Words Initial Comment: If a hyphenated word is broken after the hyphen between successive lines when one is entering the text of an episode, then when the episode is displayed a space character is inserted after the hyphen. So one could see, for example, "well- known" rather than "well-known". One can edit the episode and manually break the line prematurely to correct this, but it's a bit of a pain. ---------------------------------------------------------------------- >Comment By: John (jahall1) Date: 2011-10-07 19:05 Message: Thanks, Jeff. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 18:59 Message: Thank you for the confirmation, I have committed the fix for this bug into Git. The fix will be included in the next release of Extend-A-Story. In the meantime, I have applied this fix to The Never Ending Quest and The Black Void on Sir-Toby.Com. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2011-10-07 18:43 Message: Yes, that seems to have fixed it. Thanks. I'm sorry that I didn't give as much info as I should have done in my initial report. I was a bit worried on pasting in my text to see that it appeared to have become double line-spaced, but viewing it in preview and - most importantly - the final result were both fine. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 17:09 Message: Thank you for the additional information. I was able to reproduce the problem using Internet Explorer. I have made a change to the Beta Test Story that resolved the issue for me. Let me know if it works for you as well. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2011-10-07 10:06 Message: I'm using IE8. It may be relevant that I compose my episodes in the text editor Notepad+ and then copy and paste it into the episode's text windows. It may be relevant that I have wordwrap switched on in Notepad+ at a line-length of 80 characters. I created an example in episode 2393 of the Beta Test Story. Here's the text that I copied and pasted in: crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers stuff stuff crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers. In this comment box, unlike the text box in Extend-A-Story, 80 character lines fit without extra word-wrapping needing to be inserted, and so the same problem does not occur here. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-06 22:59 Message: I'm having a hard time reproducing this bug. Which browser are you using, and which version? Can you provide some example text that you can use to reproduce the bug? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-10-07 17:59:50
|
Bugs item #3419172, was opened at 2011-10-05 15:28 Message generated for change (Comment added) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3419172&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Cannot Log In Using Admin Interface Initial Comment: Recent versions of MySQL have changed how the 'password' function works. While the function originally returned a 16 character hash of the password, it now returns a 41 character hash of the password. The 'User' table only allows for 16 characters for the password, and thus the password hash is getting truncated. As a result, no one is able to log in using any password when using the current version of Extend-A-Story with the current version of MySQL. This thread provides more details and a workaround: http://www.sir-toby.com/phpbb/viewtopic.php?t=1091 ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 10:59 Message: I have committed the fix for this bug into Git. The fix will be included in the next release of Extend-A-Story. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3419172&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-10-07 17:59:29
|
Bugs item #3415911, was opened at 2011-09-30 05:22 Message generated for change (Comment added) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 6 Private: No Submitted By: John (jahall1) Assigned to: Jeffrey J. Weston (jjweston) Summary: Glitch with Hyphenated Words Initial Comment: If a hyphenated word is broken after the hyphen between successive lines when one is entering the text of an episode, then when the episode is displayed a space character is inserted after the hyphen. So one could see, for example, "well- known" rather than "well-known". One can edit the episode and manually break the line prematurely to correct this, but it's a bit of a pain. ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 10:59 Message: Thank you for the confirmation, I have committed the fix for this bug into Git. The fix will be included in the next release of Extend-A-Story. In the meantime, I have applied this fix to The Never Ending Quest and The Black Void on Sir-Toby.Com. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2011-10-07 10:43 Message: Yes, that seems to have fixed it. Thanks. I'm sorry that I didn't give as much info as I should have done in my initial report. I was a bit worried on pasting in my text to see that it appeared to have become double line-spaced, but viewing it in preview and - most importantly - the final result were both fine. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 09:09 Message: Thank you for the additional information. I was able to reproduce the problem using Internet Explorer. I have made a change to the Beta Test Story that resolved the issue for me. Let me know if it works for you as well. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2011-10-07 02:06 Message: I'm using IE8. It may be relevant that I compose my episodes in the text editor Notepad+ and then copy and paste it into the episode's text windows. It may be relevant that I have wordwrap switched on in Notepad+ at a line-length of 80 characters. I created an example in episode 2393 of the Beta Test Story. Here's the text that I copied and pasted in: crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers stuff stuff crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers. In this comment box, unlike the text box in Extend-A-Story, 80 character lines fit without extra word-wrapping needing to be inserted, and so the same problem does not occur here. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-06 14:59 Message: I'm having a hard time reproducing this bug. Which browser are you using, and which version? Can you provide some example text that you can use to reproduce the bug? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-10-07 17:43:37
|
Bugs item #3415911, was opened at 2011-09-30 13:22 Message generated for change (Comment added) made by jahall1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 6 Private: No Submitted By: John (jahall1) Assigned to: Jeffrey J. Weston (jjweston) Summary: Glitch with Hyphenated Words Initial Comment: If a hyphenated word is broken after the hyphen between successive lines when one is entering the text of an episode, then when the episode is displayed a space character is inserted after the hyphen. So one could see, for example, "well- known" rather than "well-known". One can edit the episode and manually break the line prematurely to correct this, but it's a bit of a pain. ---------------------------------------------------------------------- >Comment By: John (jahall1) Date: 2011-10-07 18:43 Message: Yes, that seems to have fixed it. Thanks. I'm sorry that I didn't give as much info as I should have done in my initial report. I was a bit worried on pasting in my text to see that it appeared to have become double line-spaced, but viewing it in preview and - most importantly - the final result were both fine. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 17:09 Message: Thank you for the additional information. I was able to reproduce the problem using Internet Explorer. I have made a change to the Beta Test Story that resolved the issue for me. Let me know if it works for you as well. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2011-10-07 10:06 Message: I'm using IE8. It may be relevant that I compose my episodes in the text editor Notepad+ and then copy and paste it into the episode's text windows. It may be relevant that I have wordwrap switched on in Notepad+ at a line-length of 80 characters. I created an example in episode 2393 of the Beta Test Story. Here's the text that I copied and pasted in: crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers stuff stuff crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers. In this comment box, unlike the text box in Extend-A-Story, 80 character lines fit without extra word-wrapping needing to be inserted, and so the same problem does not occur here. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-06 22:59 Message: I'm having a hard time reproducing this bug. Which browser are you using, and which version? Can you provide some example text that you can use to reproduce the bug? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-10-07 16:09:56
|
Bugs item #3415911, was opened at 2011-09-30 05:22 Message generated for change (Comment added) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 6 Private: No Submitted By: John (jahall1) Assigned to: Jeffrey J. Weston (jjweston) Summary: Glitch with Hyphenated Words Initial Comment: If a hyphenated word is broken after the hyphen between successive lines when one is entering the text of an episode, then when the episode is displayed a space character is inserted after the hyphen. So one could see, for example, "well- known" rather than "well-known". One can edit the episode and manually break the line prematurely to correct this, but it's a bit of a pain. ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-07 09:09 Message: Thank you for the additional information. I was able to reproduce the problem using Internet Explorer. I have made a change to the Beta Test Story that resolved the issue for me. Let me know if it works for you as well. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2011-10-07 02:06 Message: I'm using IE8. It may be relevant that I compose my episodes in the text editor Notepad+ and then copy and paste it into the episode's text windows. It may be relevant that I have wordwrap switched on in Notepad+ at a line-length of 80 characters. I created an example in episode 2393 of the Beta Test Story. Here's the text that I copied and pasted in: crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers stuff stuff crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers. In this comment box, unlike the text box in Extend-A-Story, 80 character lines fit without extra word-wrapping needing to be inserted, and so the same problem does not occur here. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-06 14:59 Message: I'm having a hard time reproducing this bug. Which browser are you using, and which version? Can you provide some example text that you can use to reproduce the bug? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-10-07 09:06:08
|
Bugs item #3415911, was opened at 2011-09-30 13:22 Message generated for change (Comment added) made by jahall1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 6 Private: No Submitted By: John (jahall1) Assigned to: Jeffrey J. Weston (jjweston) Summary: Glitch with Hyphenated Words Initial Comment: If a hyphenated word is broken after the hyphen between successive lines when one is entering the text of an episode, then when the episode is displayed a space character is inserted after the hyphen. So one could see, for example, "well- known" rather than "well-known". One can edit the episode and manually break the line prematurely to correct this, but it's a bit of a pain. ---------------------------------------------------------------------- >Comment By: John (jahall1) Date: 2011-10-07 10:06 Message: I'm using IE8. It may be relevant that I compose my episodes in the text editor Notepad+ and then copy and paste it into the episode's text windows. It may be relevant that I have wordwrap switched on in Notepad+ at a line-length of 80 characters. I created an example in episode 2393 of the Beta Test Story. Here's the text that I copied and pasted in: crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers stuff stuff crime-stoppers crime-stoppers crime-stoppers crime-stoppers crime-stoppers. In this comment box, unlike the text box in Extend-A-Story, 80 character lines fit without extra word-wrapping needing to be inserted, and so the same problem does not occur here. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-06 22:59 Message: I'm having a hard time reproducing this bug. Which browser are you using, and which version? Can you provide some example text that you can use to reproduce the bug? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-10-06 21:59:18
|
Bugs item #3415911, was opened at 2011-09-30 05:22 Message generated for change (Comment added) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 6 Private: No Submitted By: John (jahall1) Assigned to: Jeffrey J. Weston (jjweston) Summary: Glitch with Hyphenated Words Initial Comment: If a hyphenated word is broken after the hyphen between successive lines when one is entering the text of an episode, then when the episode is displayed a space character is inserted after the hyphen. So one could see, for example, "well- known" rather than "well-known". One can edit the episode and manually break the line prematurely to correct this, but it's a bit of a pain. ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2011-10-06 14:59 Message: I'm having a hard time reproducing this bug. Which browser are you using, and which version? Can you provide some example text that you can use to reproduce the bug? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-10-05 22:28:59
|
Bugs item #3419172, was opened at 2011-10-05 15:28 Message generated for change (Tracker Item Submitted) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3419172&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 9 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Cannot Log In Using Admin Interface Initial Comment: Recent versions of MySQL have changed how the 'password' function works. While the function originally returned a 16 character hash of the password, it now returns a 41 character hash of the password. The 'User' table only allows for 16 characters for the password, and thus the password hash is getting truncated. As a result, no one is able to log in using any password when using the current version of Extend-A-Story with the current version of MySQL. This thread provides more details and a workaround: http://www.sir-toby.com/phpbb/viewtopic.php?t=1091 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3419172&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-10-01 03:40:57
|
Feature Requests item #3415908, was opened at 2011-09-30 05:14 Message generated for change (Settings changed) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3415908&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 6 Private: No Submitted By: John (jahall1) Assigned to: Jeffrey J. Weston (jjweston) >Summary: View Full Thread Initial Comment: 1. With a story with a lot of episodes, it can take almost for ever to trace out the full back-story. That's because, when it reaches episode 2 it continues with the next thread that backlinks to there, and so on almost ad infinitum. The result is that I normally interrupt the process after a few seconds, which is normally enough to give as much back-story as I need. 2. However the Back-story Tree is of limited use, as it doesn't enable one to easily reread the story thread from the beginning. What would really be nice is sothing like "Display an Entire Chain of the Addventure" as found here: http://www.bearchive.com/~addventure/game1/docs/1.html#stats Although the BEAddventure is much larger than the NEQ, that seems to work well. (I don't think it tries to follow backlinks.) Of course, Extend-A-Story's architecture is very different, and I don't know how practical this would be. ---------------------------------------------------------------------- Comment By: John (jahall1) Date: 2011-09-30 10:17 Message: Yes, that was what I was suggesting. And yes, on a new page would be fine. It would make it much easier and less laborious to reread a thread, which I often want to do in order to ensure that I maintain continuity. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-09-30 09:00 Message: If I understand what you are asking for, and based upon my playing around with the BE Addventure, you want a single page that contains the text of every episode leading up to a specified episode by following only the primary episode links and ignoring back links. Is that correct? If my understanding is correct, it is practical to implement this feature in Extend-A-Story. My preference would be to make this a new page instead of modifying the back-story tree page. Would that work? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3415908&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-10-01 03:39:25
|
Bugs item #3415911, was opened at 2011-09-30 05:22 Message generated for change (Settings changed) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None >Priority: 6 Private: No Submitted By: John (jahall1) >Assigned to: Jeffrey J. Weston (jjweston) Summary: Glitch with Hyphenated Words Initial Comment: If a hyphenated word is broken after the hyphen between successive lines when one is entering the text of an episode, then when the episode is displayed a space character is inserted after the hyphen. So one could see, for example, "well- known" rather than "well-known". One can edit the episode and manually break the line prematurely to correct this, but it's a bit of a pain. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-09-30 17:17:47
|
Feature Requests item #3415908, was opened at 2011-09-30 13:14 Message generated for change (Comment added) made by jahall1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3415908&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 6 Private: No Submitted By: John (jahall1) Assigned to: Jeffrey J. Weston (jjweston) Summary: Modify Show Back-story Tree Initial Comment: 1. With a story with a lot of episodes, it can take almost for ever to trace out the full back-story. That's because, when it reaches episode 2 it continues with the next thread that backlinks to there, and so on almost ad infinitum. The result is that I normally interrupt the process after a few seconds, which is normally enough to give as much back-story as I need. 2. However the Back-story Tree is of limited use, as it doesn't enable one to easily reread the story thread from the beginning. What would really be nice is sothing like "Display an Entire Chain of the Addventure" as found here: http://www.bearchive.com/~addventure/game1/docs/1.html#stats Although the BEAddventure is much larger than the NEQ, that seems to work well. (I don't think it tries to follow backlinks.) Of course, Extend-A-Story's architecture is very different, and I don't know how practical this would be. ---------------------------------------------------------------------- >Comment By: John (jahall1) Date: 2011-09-30 18:17 Message: Yes, that was what I was suggesting. And yes, on a new page would be fine. It would make it much easier and less laborious to reread a thread, which I often want to do in order to ensure that I maintain continuity. ---------------------------------------------------------------------- Comment By: Jeffrey J. Weston (jjweston) Date: 2011-09-30 17:00 Message: If I understand what you are asking for, and based upon my playing around with the BE Addventure, you want a single page that contains the text of every episode leading up to a specified episode by following only the primary episode links and ignoring back links. Is that correct? If my understanding is correct, it is practical to implement this feature in Extend-A-Story. My preference would be to make this a new page instead of modifying the back-story tree page. Would that work? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3415908&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-09-30 16:09:14
|
Feature Requests item #847349, was opened at 2003-11-22 11:22 Message generated for change (Settings changed) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=847349&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending >Priority: 1 Private: No Submitted By: Jeffrey J. Weston (jjweston) Assigned to: Jeffrey J. Weston (jjweston) Summary: Spell Checker Initial Comment: ODS requested this feature on the Sir-Toby.Com bulletin board: I was just thinking that a Spell Check in the Creating episode window would be nice. That would solve the problem of massive typos. ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2011-09-30 09:09 Message: It seems that every modern browser has built in spell checking for text entry fields. My preference at this time is to allow the web browser to solve this problem and not implement spell checking in Extend-A-Story. ---------------------------------------------------------------------- Comment By: Uru Wolf (stevenwest) Date: 2007-07-13 02:28 Message: Logged In: YES user_id=1843944 Originator: NO You could try Spelling Cow? found at: http://www.spellingcow.com/ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=847349&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-09-30 16:00:14
|
Feature Requests item #3415908, was opened at 2011-09-30 05:14 Message generated for change (Comment added) made by jjweston You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3415908&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Priority: 6 Private: No Submitted By: John (jahall1) >Assigned to: Jeffrey J. Weston (jjweston) Summary: Modify Show Back-story Tree Initial Comment: 1. With a story with a lot of episodes, it can take almost for ever to trace out the full back-story. That's because, when it reaches episode 2 it continues with the next thread that backlinks to there, and so on almost ad infinitum. The result is that I normally interrupt the process after a few seconds, which is normally enough to give as much back-story as I need. 2. However the Back-story Tree is of limited use, as it doesn't enable one to easily reread the story thread from the beginning. What would really be nice is sothing like "Display an Entire Chain of the Addventure" as found here: http://www.bearchive.com/~addventure/game1/docs/1.html#stats Although the BEAddventure is much larger than the NEQ, that seems to work well. (I don't think it tries to follow backlinks.) Of course, Extend-A-Story's architecture is very different, and I don't know how practical this would be. ---------------------------------------------------------------------- >Comment By: Jeffrey J. Weston (jjweston) Date: 2011-09-30 09:00 Message: If I understand what you are asking for, and based upon my playing around with the BE Addventure, you want a single page that contains the text of every episode leading up to a specified episode by following only the primary episode links and ignoring back links. Is that correct? If my understanding is correct, it is practical to implement this feature in Extend-A-Story. My preference would be to make this a new page instead of modifying the back-story tree page. Would that work? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504951&aid=3415908&group_id=63727 |
From: SourceForge.net <no...@so...> - 2011-09-30 12:22:09
|
Bugs item #3415911, was opened at 2011-09-30 13:22 Message generated for change (Tracker Item Submitted) made by jahall1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: John (jahall1) Assigned to: Nobody/Anonymous (nobody) Summary: Glitch with Hyphenated Words Initial Comment: If a hyphenated word is broken after the hyphen between successive lines when one is entering the text of an episode, then when the episode is displayed a space character is inserted after the hyphen. So one could see, for example, "well- known" rather than "well-known". One can edit the episode and manually break the line prematurely to correct this, but it's a bit of a pain. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=504948&aid=3415911&group_id=63727 |