[Bug 37044] Fix typo in GeSHi HTML5 definition file

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

Dereckson  changed:

   What|Removed |Added

 Blocks|37585   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 37044] Fix typo in GeSHi HTML5 definition file

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

Dereckson  changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=37585

--- Comment #7 from Dereckson  2012-06-14 09:40:57 
UTC ---
Okay,

I've made further inquiries.

There is two versions of GeSHI:
* 1.0, with the HTML5.php file
* 1.1, currently in development

The correct one is the 1.0.X, as indicated in extension README file.
http://geshi.svn.sourceforge.net/viewvc/geshi/trunk/geshi-1.0.X/

The typo reported by Danny B. have been fixed 8 months ago:
http://geshi.svn.sourceforge.net/viewvc/geshi/trunk/geshi-1.0.X/src/geshi/html5.php?r1=2430&r2=2479

The GeSHI project doesn't seem very active currently.

I opened the bug #37585 to track the upcoming release and fix it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 37044] Fix typo in GeSHi HTML5 definition file

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

Dereckson  changed:

   What|Removed |Added

 Blocks||37585

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 37044] Fix typo in GeSHi HTML5 definition file

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

--- Comment #6 from Niklas Laxström  2012-06-14 
09:21:15 UTC ---
Even though geshi library is now physically bundled in the repo, we shouldn't
be making changes to it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 37044] Fix typo in GeSHi HTML5 definition file

2012-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

Dereckson  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 37044] Fix typo in GeSHi HTML5 definition file

2012-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

Siebrand  changed:

   What|Removed |Added

   Keywords|upstream|
 CC||s.mazel...@xs4all.nl

--- Comment #5 from Siebrand  2012-06-05 17:13:21 UTC ---
* merged gerrit 10286.
* Removed upstream tag. That should only be added once an upstream bug id is
known. See https://bugzilla.wikimedia.org/describekeywords.cgi#upstream.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 37044] Fix typo in GeSHi HTML5 definition file

2012-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

Dereckson  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |dereck...@espace-win.org
   |org |

--- Comment #4 from Dereckson  2012-06-05 17:03:55 
UTC ---
Thank you for your report.

Code review: https://gerrit.wikimedia.org/r/#/c/10286/


Danny B., please read http://www.mediawiki.org/wiki/Developer_access if you
wish to join the MediaWiki development community and be able to add yourself
patches in our code review queue.

You can get an overview of the process on
http://www.mediawiki.org/wiki/Git/Workflow

I used the following commands to put your patch in our community code review
site:

git clone ssh://review/mediawiki/extensions/SyntaxHighlight_GeSHi.git
cd SyntaxHighlight_GeSHi
git checkout -b geshi-37044
(editing the relevant file)
git add geshi/geshi/html5.php
git commit -a -m "(bug 37044) Fixed HTML5 syntax highlight typo"
git review

-- 
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 37044] Fix typo in GeSHi HTML5 definition file

2012-06-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

Dereckson  changed:

   What|Removed |Added

 CC||dereck...@espace-win.org

--- Comment #3 from Dereckson  2012-06-05 16:45:42 
UTC ---
There is no html5.php file in GeSHi standard distribution.

Furthermore, their bugtracker isn't available for the moment:
http://geshi.org/developers/bugs/

-- 
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 37044] Fix typo in GeSHi HTML5 definition file

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

--- Comment #2 from Danny B.  2012-05-23 11:49:59 UTC ---
Although it's upstream, we can simply fix it ourselves.

Besides the demo on the site hilites correctly, so it obviously has already
been fixed in some newer version we don't use yet.

-- 
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 37044] Fix typo in GeSHi HTML5 definition file

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||upstream
   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

-- 
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 37044] Fix typo in GeSHi HTML5 definition file

2012-05-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37044

Niklas Laxström  changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #1 from Niklas Laxström  2012-05-23 
10:12:29 UTC ---
These should be reported to upstream http://qbnz.com/highlighter/ and ask here
to update the version of bundled geshi once 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