Re: [Wikitech-l] Just noticed GitBlit

2013-06-11 Thread Nischay Nahata
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.git/3c5a074881ed77a46fdb87a5800d57ba232a5226


On Fri, Jun 7, 2013 at 1:43 AM, Platonides  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-l
>



-- 
Cheers,

Nischay Nahata
nischayn22.wordpress.com
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Just noticed GitBlit

2013-06-06 Thread Platonides

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

Re: [Wikitech-l] Just noticed GitBlit

2013-06-06 Thread Antoine Musso
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/

-- 
Antoine "hashar" Musso


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Just noticed GitBlit

2013-06-05 Thread S Page
On Wed, Jun 5, 2013 at 9:49 PM, Tyler Romeo  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.

-- 
=S Page  software engineer on E3
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Just noticed GitBlit

2013-06-05 Thread Daniel Friesen
On Wed, 05 Jun 2013 21:49:43 -0700, Tyler Romeo   
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 | tylerro...@gmail.com


Wait, https://git.wikimedia.org/ is now in use...

Dramatic NOOO...

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/ff85f8bfcc88ec290f13cfeb3ba1272e3c78c9a4
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/..."

--
~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Just noticed GitBlit

2013-06-05 Thread Chad
On Thu, Jun 6, 2013 at 12:49 AM, Tyler Romeo  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

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Just noticed GitBlit

2013-06-05 Thread Tyler Romeo
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 | tylerro...@gmail.com
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l