Flyspray:: Fri, 15 May 2009 09:44:15 +0200 Feed for all projects http://adras.wodkapower.de/mynotebook/flyspray/ FS#37: Add support for uploading files Andreas Fri, 15 May 2009 09:44:15 +0200 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=37 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=37 FS#36: 'New' column in mybotebook has to be removed Andreas Sat, 11 Apr 2009 23:17:41 +0200 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=36 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=36 FS#35: Extend possible new note javascript error with more information Andreas Sat, 11 Apr 2009 23:09:13 +0200 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=35 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=35 FS#33: Make MyNotebook work in IE6, IE7, Firefox and Opera Andreas Mon, 04 Feb 2008 16:43:11 +0100 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=33 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=33 FS#32: Delete Tags that are not assigned to a note Andreas Mon, 28 Jan 2008 14:00:48 +0100 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=32 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=32 FS#31: Sperate tags by commas so spaces within tags are possible Andreas Thu, 24 Jan 2008 16:54:47 +0100
Tags like: "simple note", "important note", "cooking recipes" are only possible when the tags are separated by commas.

]]>
http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=31 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=31
FS#30: quotation marks keep getting escaped again and again when editing a note Andreas Wed, 23 Jan 2008 14:38:28 +0100 1. Create or edit a note and insert the following text with the quotes:
"testtext"

2. Save the note. As you see there appear backslasches before the quotes.

3. Edit the note again, and just save it without any changes. there are two more backslahes.]]>
http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=30 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=30
FS#29: Some characters lead to missing text Andreas Mon, 03 Dec 2007 10:21:59 +0100 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=29 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=29 FS#28: Expand and collapse notes Andreas Mon, 09 Jul 2007 10:53:33 +0200 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=28 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=28 FS#27: Fast clicking through tags does not work Andreas Mon, 18 Jun 2007 16:08:33 +0200 A tag that is assigned to a lot notes.

Steps:
1. Disable all tags
2. Enable the tag
3. Disable it as fast as possible

Results:
Since the tag is deactivated no note should be visible. But all notes of this tag are displayed.

The reason for this is the follwing:
Everytime a tag is selected a request is sent to the server, processed and sent back. This process takes some time. This time can be from 100ms up to some seconds. Since there is no queue in which the requests are processed, small requests are returned faster.

The problem here is as follows:
The request when disabling a tag is returned much faster than the one that contains all notes to be displayed. So if you select and deselect the tag, both requests are sent. The one with empty content gets returned first, and is displayed, but some time later the request with all notes of the tag is sent back and so this one will be displayed.]]>
http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=27 http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=27