<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>19350</bug_id>
          
          <creation_ts>2012-10-08 16:58:35 +0000</creation_ts>
          <short_desc>Suggestion: Add edit button for logged-out users</short_desc>
          <delta_ts>2012-10-22 07:23:03 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>webplatform.org</product>
          <component>skin</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Kelly">mkelly</reporter>
          <assigned_to name="Doug Schepers">schepers</assigned_to>
          <cc>lea</cc>
          
          <qa_contact name="public-webplatform-bugs list">public-webplatform-bugs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>75587</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Kelly">mkelly</who>
    <bug_when>2012-10-08 16:58:35 +0000</bug_when>
    <thetext>There&apos;s been a few people in the IRC channel who were confused about the fact that webplatform.org is a user-editable wiki.

I&apos;d like to suggest adding an edit button to content pages that leads to a login/registration form. Having an edit button on every page for logged-out users might be a stronger indicator that anyone can contribute, especially given the fact that the site doesn&apos;t look like the wiki that most people are familiar with (Wikipedia).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>75879</commentid>
    <comment_count>1</comment_count>
    <who name="Doug Schepers">schepers</who>
    <bug_when>2012-10-10 21:34:28 +0000</bug_when>
    <thetext>line 1917 of SkinTemplate.php:
if ( $title-&gt;quickUserCan( &apos;edit&apos;, $user ) &amp;&amp; ( $title-&gt;exists() || $title-&gt;quickUserCan( &apos;create&apos;, $user ) ) ) { ...show edit button with link to account creation page... }

also:
$user-&gt;isLoggedIn() or $user-&gt;isAnon()</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>76887</commentid>
    <comment_count>2</comment_count>
    <who name="Doug Schepers">schepers</who>
    <bug_when>2012-10-22 07:23:03 +0000</bug_when>
    <thetext>Added, though it&apos;s a bit of a hack.

The method needs to be improved, for multilingual support.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>