[Bug 47828] frame object should have property indicating subst status

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

Brad Jorsch  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 47828] frame object should have property indicating subst status

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

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 Resolution|FIXED   |---

-- 
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 47828] frame object should have property indicating subst status

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

--- Comment #5 from Gerrit Notification Bot  ---
Change 139597 had a related patch set uploaded by MarkAHershberger:
Add mw.isSubsting()

https://gerrit.wikimedia.org/r/139597

-- 
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 47828] frame object should have property indicating subst status

2013-11-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47828

Brad Jorsch  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Brad Jorsch  ---
Change merged. It should be deployed to WMF wikis with 1.23wmf3, see
https://www.mediawiki.org/wiki/MediaWiki_1.23/Roadmap for the schedule.

-- 
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 47828] frame object should have property indicating subst status

2013-11-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47828

--- Comment #3 from Gerrit Notification Bot  ---
Change 93019 merged by jenkins-bot:
Add mw.isSubsting()

https://gerrit.wikimedia.org/r/93019

-- 
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 47828] frame object should have property indicating subst status

2013-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47828

--- Comment #2 from Gerrit Notification Bot  ---
Change 93019 had a related patch set uploaded by Anomie:
Add mw.isSubsting()

https://gerrit.wikimedia.org/r/93019

-- 
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 47828] frame object should have property indicating subst status

2013-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47828

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

-- 
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 47828] frame object should have property indicating subst status

2013-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47828

Brad Jorsch  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |bjor...@wikimedia.org
   |org |

--- Comment #1 from Brad Jorsch  ---
Looking at how substing actually works, you can't have different "isSubsting"
statuses for the different frames:

* If the parent is being substed, then either the #invoke is being substed too
or it's not even processed at that phase of the parse. By the time it is
processed, the original parent is already gone and you've got a new one that
isn't being substed.
* If the parent is not being substed, then the #invoke cannot be substed either
because there's no place for it to be substed *into*.

So it makes more sense to me to just have a static "mw.isSubsting()" function
instead of a method on the frame object.

Also, I note that a hack like enwiki's [[Template:Ifsubst]] works as well in
Scribunto:

if frame:preprocess( '{{subst:NAMESPACE}}' ) ~= '{{subst:NAMESPACE}}' then
-- substing
else
-- Not substing
end

-- 
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 47828] frame object should have property indicating subst status

2013-06-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47828

Danny B.  changed:

   What|Removed |Added

   Priority|Low |Normal

-- 
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 47828] frame object should have property indicating subst status

2013-05-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47828

Danny B.  changed:

   What|Removed |Added

 Blocks||48176

-- 
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 47828] frame object should have property indicating subst status

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

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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