6.0.0-beta1
7/17/25

[#13417] no entry in rampage_tagged when tag added
Summary no entry in rampage_tagged when tag added
Queue Mnemo
Queue Version 4.2.1
Type Bug
State Resolved
Priority 1. Low
Owners mrubinsk (at) horde (dot) org
Requester michael (at) bigmichi1 (dot) de
Created 08/05/2014 (3999 days ago)
Due
Updated 08/16/2014 (3988 days ago)
Assigned 08/05/2014 (3999 days ago)
Resolved 08/16/2014 (3988 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/16/2014 02:27:24 PM Michael Rubinsky Comment #8
Assigned to Michael Rubinsky
State ⇒ Resolved
Reply to this comment
Mnemo 4.2.2.
08/16/2014 02:23:52 PM Git Commit Comment #7 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit b2ab72054177fdac944c6b9c1a01d239995c7dfd
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Sat Aug 16 10:19:58 2014 -0400

     Bug: 13417 Fix replacing tags in existing notes.

  mnemo/lib/Driver.php       |    2 +-
  mnemo/lib/Driver/Kolab.php |    2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/b2ab72054177fdac944c6b9c1a01d239995c7dfd
08/16/2014 02:21:07 PM Git Commit Comment #6 Reply to this comment
Changes have been made in Git (master):

commit ed98c1d9f9f1cdb588e46f9dc681c300f36317fe
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Sat Aug 16 10:19:58 2014 -0400

     Bug: 13417 Fix replacing tags in existing notes.

  mnemo/lib/Driver.php       |    2 +-
  mnemo/lib/Driver/Kolab.php |    2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/ed98c1d9f9f1cdb588e46f9dc681c300f36317fe
08/16/2014 05:50:32 AM michael (at) bigmichi1 (dot) de Comment #5 Reply to this comment
The problem is that the portsl block shows only tags with the username 
(email address) and not with this
Identifier. Also adding a debug statement in the api classen show that 
call that is done is only the one with the username. So we are still 
not able to see tags from notes and addresses
08/15/2014 10:21:09 PM Michael Rubinsky Comment #4
State ⇒ Not A Bug
Reply to this comment
This is not a bug. Different applications use different means to 
identify objects. Unless you see the tag functionality not working 
correctly, there is nothing wrong here.
08/06/2014 06:24:29 AM michael (at) bigmichi1 (dot) de Comment #3 Reply to this comment
ok i must say that i was wrong there is an entry added but with a 
user_id of display_notepad variable that appears in links for that 
notapad. you can see this in the following sql-statement:

select *
from
rampage_tags tags
inner join rampage_tagged tagged on (tags.tag_id = tagged.tag_id)
inner join rampage_users users on (tagged.user_id = users.user_id)
inner join rampage_objects objects on (objects.object_id = tagged.object_id)
inner join rampage_types types on (objects.type_id = types.type_id)
where
tags.tag_id = 13

this results in:
tag_id        tag_name        user_id        object_id        tag_id        created        user_id        user_name        object_id        object_name        type_id        type_id        type_name
13        Steam        2        1340        13        2013-09-13 
16:54:47        2        michael@bigmichi1.de        1340        14        2        2        bookmark
13        Steam        2        1341        13        2013-09-13 
17:10:05        2        michael@bigmichi1.de        1341        15        2        2        bookmark
13        Steam        2        1342        13        2013-09-13 
17:20:09        2        michael@bigmichi1.de        1342        16        2        2        bookmark
13        Steam        2        1343        13        2013-09-13 
17:23:53        2        michael@bigmichi1.de        1343        17        2        2        bookmark
13        Steam        2        1388        13        2013-09-29 
09:04:16        2        michael@bigmichi1.de        1388        18        2        2        bookmark
13        Steam        2        1401        13        2013-10-15 
09:11:34        2        michael@bigmichi1.de        1401        19        2        2        bookmark
13        Steam        2        1777        13        2014-06-12 
12:43:02        2        michael@bigmichi1.de        1777        20140612124302.AS-CLNF4ZYH4A_kgwQKtAA9@horde.bigmichi1.de        4        4        event
13        Steam        18        1857        13        2014-08-05 
08:24:20        18        kl3tY3acZCTtCXTp_SyXkA2        1857        5371bb2b-2ac8-4c87-9072-6c38bc286502        7        7        note
13        Steam        18        1858        13        2014-07-11 
20:25:34        18        kl3tY3acZCTtCXTp_SyXkA2        1858        53ba94ef-9654-47c2-a431-7680bc286502        7        7        note
13        Steam        18        1859        13        2014-07-11 
20:25:49        18        kl3tY3acZCTtCXTp_SyXkA2        1859        5371bae4-139c-4214-9049-6c38bc286502        7        7        note


for events and bookmarks the username is used in this table and for 
notes not, but all are created by the same user and the notepad is the 
personal one not a shared one
08/05/2014 11:26:23 PM Michael Rubinsky Comment #2
State ⇒ Feedback
Reply to this comment
Cannot reproduce.
08/05/2014 06:30:00 AM michael (at) bigmichi1 (dot) de Comment #1
Milestone ⇒
State ⇒ Unconfirmed
Patch ⇒ No
Queue ⇒ Mnemo
Summary ⇒ no entry in rampage_tagged when tag added
Type ⇒ Bug
Priority ⇒ 1. Low
Reply to this comment
when i add a tag to a note and save this one no entry is written in 
rampage_tagged table

Saved Queries