[Bug 47439] Some student articles are not linked on a course page

2014-02-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47439

Sage Ross  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #7 from Sage Ross  ---


*** This bug has been marked as a duplicate of bug 57608 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47439] Some student articles are not linked on a course page

2013-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47439

Jeroen De Dauw  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47439] Some student articles are not linked on a course page

2013-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47439

Jeroen De Dauw  changed:

   What|Removed |Added

   Assignee|jeroen_ded...@yahoo.com |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #6 from Jeroen De Dauw  ---
Ok, since this is no longer high prio I'll be doing other things first.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47439] Some student articles are not linked on a course page

2013-04-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47439

--- Comment #5 from Sage Ross  ---
Ah. So, after the recent updates that fixed the changed-id page errors, you can
no longer assign yourself to an article that does not exist. This was not the
case before, so many students had assigned themselves redlinks. When those
pages subsequently get created (or if they don't exist, now) they are unlinked.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47439] Some student articles are not linked on a course page

2013-04-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47439

Sage Ross  changed:

   What|Removed |Added

   Priority|High|Low

--- Comment #4 from Sage Ross  ---
I think the ideal behavior would be that if the titled article exists *and* it
doesn't match the id, to just switch the id to the new one.

I can think of several situations where a student's article title gets deleted
but they would still be working on it: times when the student's first attempt
gets deleted but they try again to create an article that will stick, times
where page histories from two articles need to be merged (such as if a student
forks an article in their sandbox, and an admin does a delete-move-undelete to
merge the page histories of the sandbox and main article), and times when there
is back-and-forth over the page titles and pages get moved and then moved back
over a redirect.

In situations where the article gets deleted and stays deleted, it will be
useful to keep the redlink on the course page, so that the instructor and other
editors can keep track of what the student had been trying to work on, and have
a link to try to recreate the article if desired.



Jeroen, you suggested to simply un-assign the article from all students if it
gets deleted. I think that will be really confusing for students and
instructors, especially if they don't get notified that their article was
deleted. (We can handle this more elegantly once we integrate Echo
notifications.) However, if the course pages prompted them to re-add that title
(with a message like "Foo no longer exists. Re-add Foo?" [yes][no]) within the
Students table, it would be fine.

The current behavior (unlinked titles if the article exists but the id has
changed) is not terrible, and I think it has a slight advantage over simply
un-assigning articles without some easy way to re-assign the same title anew.
In either case, students will have to go through steps to re-assign their
article and will need to realize why it got unassigned, but with the current
behavior it's easier to see what happened and identify students who need
instructions on how to fix the issue.

Now that I understand the circumstances that cause the 'not linked' issue, I'm
downgrading the priority; I can document how to work around it and explain to
people what to do easily enough.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47439] Some student articles are not linked on a course page

2013-04-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47439

--- Comment #3 from Jeroen De Dauw  ---
It is not page moving, this is working fine. It is deletion and undeletion that
causes a new id to be assigned. Guess we'll need to intercept those events.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47439] Some student articles are not linked on a course page

2013-04-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47439

--- Comment #2 from Jeroen De Dauw  ---
Yeah, looks like this is caused by page moving. No quick fix, will need to look
at this a bit

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47439] Some student articles are not linked on a course page

2013-04-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47439

Jeroen De Dauw  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |jeroen_ded...@yahoo.com
   |org |

--- Comment #1 from Jeroen De Dauw  ---
Looks like this is the same bug from not so long ago - now the extension will
display the page text when it cannot construct the Title from the page id... I
guess that for some reason the page id is not set properly, no idea why though.

One easy way to "fix" this is simply linking using the page title text, that
might end up being wrong if stuff gets moved around though (not sure this is
the case, forgot what MW does with ids on move and delete)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47439] Some student articles are not linked on a course page

2013-04-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47439

Sage Ross  changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l