Flyspray:: http://adras.wodkapower.de/mynotebook/flyspray/ Feed for all projects 2009-05-15T09:44:15Z FS#37: Add support for uploading files http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=37 2009-05-15T09:44:15Z Andreas As a user I want to upload files, and attach them to a note FS#36: 'New' column in mybotebook has to be removed http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=36 2009-04-11T23:21:13Z Andreas The 'new' column in mynotebook table can make problems on some mysql installations. The column has to be removed since the tag-system makes it obsolete anyway. FS#35: Extend possible new note javascript error with more information http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=35 2009-04-11T23:22:46Z Andreas When php returns an error instead of a valid JSON string it is handled by javascript but a default message is displayed to the user. The same messagebox appears when the errorText variable is set within the JSON object. For this case the message in the errorText variable has to be added to the messagebox FS#33: Make MyNotebook work in IE6, IE7, Firefox and Opera http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=33 2008-02-16T12:54:30Z Andreas Well, this should be done by now FS#32: Delete Tags that are not assigned to a note http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=32 2008-01-28T14:00:48Z Andreas There can be tags that do not have a note assigned. These tags should be deleted automatically. FS#31: Sperate tags by commas so spaces within tags are possible http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=31 2008-01-24T16:54:47Z Andreas http://adras.wodkapower.de/mynotebook/phpBB3/viewtopic.php?f=2&t=24 Tags like: "simple note", "important note", "cooking recipes" are only possible when the tags are separated by commas. http://adras.wodkapower.de/mynotebook/phpBB3/viewtopic.php?f=2&t=24

Tags like: "simple note", "important note", "cooking recipes" are only possible when the tags are separated by commas.

]]>
FS#30: quotation marks keep getting escaped again and again when editing a note http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=30 2009-01-14T09:39:44Z Andreas Steps to reproduce 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. 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.]]>
FS#29: Some characters lead to missing text http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=29 2008-02-16T12:49:33Z Andreas Edit or select a new note, enter some text, and place a "&" inside the text. The text behind & will be removed! FS#28: Expand and collapse notes http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=28 2009-02-09T14:50:08Z Andreas Since I have some larger texts in my private notebook I want to have the possibility to expand/collapse notes. FS#27: Fast clicking through tags does not work http://adras.wodkapower.de/mynotebook/flyspray/index.php?do=details&task_id=27 2007-06-18T16:08:33Z Andreas Requirements: 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. 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.]]>