User Details
- User Since
- Oct 8 2014, 11:45 AM (555 w, 4 d)
- Availability
- Available
- IRC Nick
- Thiemo_WMDE
- LDAP User
- Thiemo Kreuz (WMDE)
- MediaWiki User
- Thiemo Kreuz (WMDE) [ Global Accounts ]
Wed, May 28
Tue, May 27
Sorry for the mess 🙈️ and thanks a lot for digging into the problem. Personally, I believe the only sustainable option (besides talking to each other 😅️) is to rely on test cases when we work on this code together, across teams and continents. Unfortunately it looks like neither of the two edge-cases you discovered was covered.
Mon, May 26
Thu, May 22
Wed, May 21
Tue, May 20
Fri, May 16
Wed, May 14
Mon, May 12
Fri, May 9
Thu, May 8
Tue, May 6
Is there anything left the WMDE-TechWish team can help with here?
Mon, May 5
We actually talked about this feature when the WMDE-TechWish team worked on the WMDE-Templates-FocusArea. Together with WMDE-Design we decided that it's not the best idea for the exact reasons @DLynch mentioned above. It's also exceptionally rare that someone would need this as an actual feature. I mean, what's the use case, other than an accidental mis-click? Why would someone remove a parameter just to add it back with the same value?
Apr 30 2025
The behavior is also the same when I delete both refs. The result is that the artificial list-defined main reference is left behind with no usage anywhere.
<references> <ref name="book">Miller 2025</ref> </references>
This is pretty much the exact same situation as above, just that there is no other sub-ref left at the end. The main ref should be completely removed then.
Note the current behavior is the same for both these examples:
<ref name="book" details="page 1">Miller 2025</ref> <ref name="book" details="page 2" />
<ref name="book" details="page 1">Miller 2025</ref> <ref name="book" />
In both cases, when I delete the 1st ref the content currently doesn't move to the 2nd ref (expected behavior) but into the reflist (current behavior). This ticket will probably fix both cases.
Apr 29 2025
Apr 28 2025
it doesn't sound like there's any other data that we want to show.
Apr 16 2025
Apr 10 2025
Can you add some examples or links to examples in the task description? This sounds like it might be very relvant to the work the WMDE-TechWish team is currently doing in Sub-referencing. Unfortunately there is no information in the ticket other than the title.