Modify

Ticket #4 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

On mike2, Wiki caches omcollabbookmarks results ~somehow~

Reported by: Pete.Dakin Owned by: Pete.Dakin
Priority: low Milestone:
Component: Wiki Version:
Keywords: extensions,omcollabbookmarks Cc:
Actual Effort (in hours): Estimated Effort (in hours):

Description (last modified by Pete.Dakin) (diff)

turn on debugging in posts_public line 35 (set to true)

  1. /w/images/debug.log: delete this file (we start with a clean slate)
  2. edit the wiki page, set the terms to 'data warehousing' > save the page (it reloads, generating some bookmark results)
  3. view the debug log. It shows: the final sql query does not contain the expected LIKE "%data warehousing%" clause, and the result therefore is not limited - it shows lots of bookmarks.
  4. delete the debug log
  5. edit the wiki page, set the terms to 'enterprise' > save the page
  6. view the debug log. It shows the final SQL query containd the

clause LIKE "%data%"


turn off debugging in posts_public line 35

Attachments

Change History

comment:1 Changed 4 years ago by Pete.Dakin

  • Owner changed from Pete to Pete.Dakin
  • Status changed from new to assigned
  • Description modified (diff)

comment:2 Changed 4 years ago by Pete.Dakin

  • Status changed from assigned to new

comment:3 Changed 4 years ago by Pete.Dakin

  • Status changed from new to assigned

comment:4 Changed 4 years ago by Pete.Dakin

  • Description modified (diff)
  • Summary changed from Wiki caches omcollabbookmarks results ~somehow~ to On mike2, Wiki caches omcollabbookmarks results ~somehow~

comment:5 Changed 4 years ago by Andreas.rindler

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed issue by applying urlencode in extension code and urldecode in ombookmarks api code. Fixed in 1.001

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.