So when did we get this new repo browser? Looks pretty nice, but I should note that all on-wiki gitweb links have now been broken. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2016 Major in Computer Science www.whizkidztech.com | tylerromeo@gmail.com
On Thu, Jun 6, 2013 at 12:49 AM, Tyler Romeo tylerromeo@gmail.com wrote:
So when did we get this new repo browser? Looks pretty nice, but I should note that all on-wiki gitweb links have now been broken.
Turned it on today. It's been in the pipeline for awhile. The various templates should've been updated already (if they're not, be bold ;-)). I'll be trying to fix the performance issue (lucene sucks) tomorrow, as well as setting up some redirects from the old gitweb urls.
-Chad
On Wed, 05 Jun 2013 21:49:43 -0700, Tyler Romeo tylerromeo@gmail.com wrote:
So when did we get this new repo browser? Looks pretty nice, but I should note that all on-wiki gitweb links have now been broken. *-- * *Tyler Romeo* Stevens Institute of Technology, Class of 2016 Major in Computer Science www.whizkidztech.com | tylerromeo@gmail.com
Wait, https://git.wikimedia.org/ is now in use...
Dramatic NOOOoooooooo...
I -/selfishly/- had a dream that one day I'd actually get Gareth up-to-par and we could have it sitting at that domain with urls like: https://git.wikimedia.org/r/mediawiki/core.git (repo) https://git.wikimedia.org/p/mediawiki/core.git/commit/ff85f8bfcc88ec290f13cf... etc...
Side topic, anyone want to voice their bikeshed opinions on their favorite the different ways of disambiguating a / inside urls for various types of web UIs to repositories:
- Rejecting slash in repository names "/.../mediawiki-core/..." (ie: GitHub :/) - Urlencoding the slash "/.../mediawiki%2Fcore/..." - Appending a .git to the end of the name "/.../mediawiki/core.git/..." - Wrapping it in syntax"/.../{mediawiki/core}/..." - Escaping it "/.../mediawiki/core/..."
On 06/06/13 07:21, Daniel Friesen wrote:
Side topic, anyone want to voice their bikeshed opinions on their favorite the different ways of disambiguating a / inside urls for various types of web UIs to repositories:
- Rejecting slash in repository names "/.../mediawiki-core/..." (ie:
GitHub :/)
- Urlencoding the slash "/.../mediawiki%2Fcore/..."
- Appending a .git to the end of the name "/.../mediawiki/core.git/..."
- Wrapping it in syntax"/.../{mediawiki/core}/..."
- Escaping it "/.../mediawiki/core/..."
Accept the longest substring.
Was trying to play with a bug, googled 'AbuseFilterHooks::onUploadVerifyFile' and it returned the following as the top result [1]. That was the diff of the commit which introduced the bug.
Awesome!
[1] https://git.wikimedia.org/commitdiff/mediawiki%2Fextensions%2FAbuseFilter.gi...
On Fri, Jun 7, 2013 at 1:43 AM, Platonides Platonides@gmail.com wrote:
On 06/06/13 07:21, Daniel Friesen wrote:
Side topic, anyone want to voice their bikeshed opinions on their favorite the different ways of disambiguating a / inside urls for various types of web UIs to repositories:
- Rejecting slash in repository names "/.../mediawiki-core/..." (ie:
GitHub :/)
- Urlencoding the slash "/.../mediawiki%2Fcore/..."
- Appending a .git to the end of the name "/.../mediawiki/core.git/..."
- Wrapping it in syntax"/.../{mediawiki/core}/.**.."
- Escaping it "/.../mediawiki/core/..."
Accept the longest substring.
______________________________**_________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/**mailman/listinfo/wikitech-lhttps://lists.wikimedia.org/mailman/listinfo/wikitech-l
On Wed, Jun 5, 2013 at 9:49 PM, Tyler Romeo tylerromeo@gmail.com wrote:
So when did we get this new repo browser? Looks pretty nice, but I should note that all on-wiki gitweb links have now been broken.
I updated mediawiki.org's {{git file}} and {{git summary}}. I left templates like {{gitweb}} unchanged because extension boilerplate like {{WikimediaGitCheckout}} uses it for "download this version/that snapshot", and gitblit doesn't have an equivalent. But if https://gerrit.wikimedia.org/r/gitweb is shut down then the templates should be modified.
IMO {{WikimediaGitCheckout}}that template add a lot of verbiage to Extension pages, and should just output a link to a git.wikimedia.org/summary/ URL and a link to "Help downloading an extension". But I'm not familiar with its history.
Le 06/06/13 06:49, Tyler Romeo a écrit :
So when did we get this new repo browser? Looks pretty nice, but I should note that all on-wiki gitweb links have now been broken.
For those wondering, Gitblit is a web frontend to git repositories. Chad has setup an instance at: https://git.wikimedia.org/
wikitech-l@lists.wikimedia.org