View Issue Details

IDProjectCategoryView StatusLast Update
0000366WackoWikiadministrationpublic2014-04-10 08:08
ReporterElar9000 Assigned Toadministrator  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionduplicate 
Product Version4.3.rc 
Target Version5.0.0Fixed in Version5.0.0 
Summary0000366: Can't remove bookmarks in all themes in +/- Add/Remove Bookmarks
DescriptionSee /themes/theme_name/header.php for string:

 if (!in_array($this->GetPageSuperTag(),$this->GetBookmarkLinks()))

in (further code is spoilt by tracker security system):
 
<?php
 
        if ($this->GetUser()) {
                if (!in_array($this->GetPageSuperTag(),$this->GetBookmarkLinks())) {?>

  •                         <?php echo $this->Href('', '',
  • <?php
                    } else {
                            ?>
  • <?php echo $this->Href('', '',
  • <?php
                    }
            } ?>
      
    this code does not work!
     
    You can add bookmark but you can not remove it.
    Steps To Reproduce1. Goto page not in bookmark list.
    2. Click "+" to add bookmark to your personal menu.
    3. Note that the page has appeared in your personal menu but the "+" button was not replaced with "-" button to remove bookmark.
    TagsNo tags attached.

    Relationships

    related to 0000355 resolvedadministrator can't unset bookmark like ((Page Alt text @@de)) 
    related to 0000367 resolvedadministrator add new menu table and action 

    Activities

    administrator

    2010-06-17 12:04

    administrator   ~0000762

    Guess this issue becomes obsolete with 0000367 but did you check 0000355 (http://wackowiki.hg.sourceforge.net/hgweb/wackowiki/stable/rev/ad20fcc3d1d2)?

    administrator

    2010-06-17 12:11

    administrator   ~0000763

    We should tag all relevant issues for a future r4.3 maintenance release (PHP 4 legacy support)

    Issue History

    Date Modified Username Field Change
    2010-05-29 13:02 Elar9000 New Issue
    2010-05-29 13:07 Elar9000 Description Updated
    2010-05-29 13:07 Elar9000 Description Updated
    2010-06-17 11:37 administrator Relationship added related to 0000355
    2010-06-17 11:55 administrator Severity major => minor
    2010-06-17 11:58 administrator Relationship added related to 0000367
    2010-06-17 12:04 administrator Note Added: 0000762
    2010-06-17 12:11 administrator Note Added: 0000763
    2010-06-17 12:12 administrator Status new => feedback
    2011-02-01 18:09 administrator Target Version 5.0.beta =>
    2011-02-16 10:07 administrator Target Version => 4.3.x
    2014-04-10 08:08 administrator Assigned To => administrator
    2014-04-10 08:08 administrator Status feedback => resolved
    2014-04-10 08:08 administrator Resolution open => duplicate
    2014-04-10 08:08 administrator Fixed in Version => 5.0.0
    2014-04-10 08:08 administrator Target Version 4.3.x => 5.0.0