[Bug 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2011-01-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

Anton Yackushev yackushe...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2011-01-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #12 from MZMcBride b...@mzmcbride.com 2011-01-12 18:47:28 UTC ---
This isn't fixed. The changes still need to be backported.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2011-01-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

--- Comment #11 from Anton Yackushev yackushe...@gmail.com 2011-01-11 
17:47:34 UTC ---
(In reply to comment #10)
 Fixed on trunk with r64876. We can backport changes related to setHTMLTitle()
 from it.


Has helped but only if to change this code location:

@@ -447,17 +447,9 @@
 /**
  * HTML title means the contents of title.
  * It is stored as plain, unescaped text and will be run through
htmlspecialchars in the skin file.
- * If $name is from page title, it can only override names which are also
from page title,
- * but if it is not from page title, it can override all other names.
  */
-public function setHTMLTitle( $name, $frompagetitle = false ) {
-if ( $frompagetitle  $this-mHTMLtitleFromPagetitle ) {
-$this-mHTMLtitle = $name;
-}
-elseif ( $this-mHTMLtitleFromPagetitle ) {
-$this-mHTMLtitle = $name;
-$this-mHTMLtitleFromPagetitle = false;
-}
+public function setHTMLTitle( $name ) {
+$this-mHTMLtitle = $name;
 }

If you change all file OutPage.php, I receive an error:

PHP Fatal error:  Call to undefined method OutputPage::getFrameOptions() in
/var/www/.../includes/Skin.php on line 416

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2010-11-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

--- Comment #9 from MZMcBride b...@mzmcbride.com 2010-11-11 20:55:58 UTC ---
I'm rather convinced that this is a regression in the 1.16.0 branch. Is there a
keyword to tag this bug?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2010-11-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

--- Comment #10 from Max Semenik maxsem.w...@gmail.com 2010-11-11 21:07:10 
UTC ---
Fixed on trunk with r64876. We can backport changes related to setHTMLTitle()
from it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2010-10-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

Pascal m...@pascal-ockert.de changed:

   What|Removed |Added

 CC||m...@pascal-ockert.de

--- Comment #8 from Pascal m...@pascal-ockert.de 2010-10-24 11:32:15 UTC ---
(In reply to comment #6)
 I can I tell nonsense, but it is more to me comes to than nothing mind: there
 can be it because of a used database? At me PostgreSQL 8.4.4. Unfortunately to
 put MySQL for the test at present I can not.

I have the same problem since updating to 1.16.0 - I use MySQL 4.1.22 and PHP
5.2.12, so it is not because of using PostgreSQL.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2010-09-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

Nanda Jansen njan...@natuurlijk.nl changed:

   What|Removed |Added

 CC||njan...@natuurlijk.nl

--- Comment #7 from Nanda Jansen njan...@natuurlijk.nl 2010-09-22 12:45:03 
UTC ---
Have the same problem. Also since Mediawiki 1.16.0.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

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

--- Comment #6 from Anton Yackushev yackushe...@gmail.com 2010-08-06 17:38:35 
UTC ---
I can I tell nonsense, but it is more to me comes to than nothing mind: there
can be it because of a used database? At me PostgreSQL 8.4.4. Unfortunately to
put MySQL for the test at present I can not.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2010-08-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2010-08-04 11:03:48 
UTC ---
Have you tried making a null edit (i.e. an edit without changes) to the page?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2010-08-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

--- Comment #3 from Anton Yackushev yackushe...@gmail.com 2010-08-04 11:28:22 
UTC ---
(In reply to comment #2)
 Have you tried making a null edit (i.e. an edit without changes) to the page?

I do not quite understand.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2010-08-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

Soxred93 soxre...@gmail.com changed:

   What|Removed |Added

 CC||soxre...@gmail.com

--- Comment #4 from Soxred93 soxre...@gmail.com 2010-08-04 11:36:35 UTC ---
Follow the instructions at [[WP:NULL]] to make a null edit. Basically, you're
saving a page without making any changes.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2010-08-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

--- Comment #5 from Anton Yackushev yackushe...@gmail.com 2010-08-04 12:07:57 
UTC ---
Yes, I made a null edit + cleared the cache. It did not help

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 24631] MediaWiki:Pagetitle-view-mainpage has no affect on main page

2010-08-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24631

--- Comment #1 from Anton Yackushev yackushe...@gmail.com 2010-08-02 15:29:37 
UTC ---
Tried on the version from a trunk, in different languages - the effect is not
present.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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