• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 3.x Series
    • Bug
    • Special Pages irregular behavior

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Issue: Special Pages irregular behavior

    • Issue Tools
      • View Changes
    1. issueid=640 June 20, 2009 11:38 PM
      tommythejoat tommythejoat is offline
      Regular Member
      Special Pages irregular behavior
      Special Pages reports have a number of odd behaviors - These can be split into separate reports if necessary.

      Double redirects - reports spurious double redirects. Both examples at http://mb.nawcc.org/showwiki.php?tit...oubleredirects are incorrectly listed. They are single redirects.

      Lists of pages with selected number to display do not update but give this invalid thread reference:

      Code:
      http://mb.nawcc.org/showthread.php?t=&limit=100&offset=0
      .

      Showing the next set of default (50) pages does work. Special page reports such as Articles with most revisions and others that generate a sorted list display properly.

      Wanted Pages incorrectly lists all articles with & in the title. All such pages listed resolve to real pages.

      Most Linked to Pages gives the message for missing permissions. It is the only Special Page report that does this. Most of these reports reference the Default namespace, so it is not clear how the permissions could differ for this report only.

      What is Most Linked to Categories supposed to show? Are these the most used categories, or is this a report on actual links like [category]Category Name[/category]? This list is empty although we have quite a few categorized articles.
    Issue Details
    Issue Number 640
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Special Pages
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 2.3.2
    Fixed Version 2.5.0
    Milestone VaultWiki 2.5.x
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. June 21, 2009 1:13 AM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/extensions/category/special/special_mostlinkedcategories.php, find:
      Code:
      	$mostcats = $db->query_read("
      		SELECT COUNT(category.threadid) AS rowcount
      Replace with:
      Code:
      	$mostcats = $db->query_first("
      		SELECT COUNT(category.threadid) AS rowcount
      Reply Reply  
    2. June 21, 2009 1:16 AM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/extensions/xpage/special/special_mostlinkedpages.php, find:
      Code:
      !$vault->permissions['view']['mostlinked']
      Replace with:
      Code:
      !$vault->permissions['view']['mostlinkedpages']
      Find:
      Code:
      $special = $vbphrase['mostlinkedpages_title'];
      Replace with:
      Code:
      $special = array(
      		'title' => $vbphrase['mostlinkedpages_title'],
      		'namespaceid' => SPECIAL_SPACE
      	);
      Reply Reply  
    3. June 21, 2009 1:42 AM
      pegasus pegasus is offline
      VaultWiki Team
      Were the articles that display in Double Redirects articles that had been renamed but were buggishly copied before the recent upgrade?

      It's possible the & title articles on Wanted Pages were not removed because encoding was iffy when creating articles before the current version. Assuming everything else is functioning as it should, editing the articles in question should remove the erroneous entries.
      Reply Reply  
    4. June 28, 2009 9:09 AM
      pegasus pegasus is offline
      VaultWiki Team
      Many of these bugs had to do with the Xpages and Xredirects mods. Since another bug has been created for the encoding issue, I have "fixed" this and moved it to the appropriate Xmods section.
      Reply Reply  
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 12:04 PM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.