annotate CONTRIBUTORS @ 5511:b537babcf966 stable

login: include query parameters in came_from The login controller uses the came_from query argument to determine the page to continue to after login. Previously, came_from specified only the URL path (obtained using h.url.current), and any URL query parameters were passed along as separate (additional) URL query parameters; to obtain the final redirect target, h.url was used to combine came_from with the request.GET. As of this changeset, came_from specifies both the URL path and query string (obtained using request.path_qs), which means that came_from can be used directly as the redirect target (as always, WebOb handles the task of expanding the server relative path to a fully qualified URL). The mangling of request.GET can also be removed. The login code appended arbitrary, user-supplied query parameters to URLs by calling the Routes URLGenerator (h.url) with user-supplied keyword arguments. This construct is unfortunate, since url only appends _unknown_ keyword arguments as query parameters, and the parameter names could overlap with known keyword arguments, possibly affecting the generated URL in various ways. This changeset removes this usage from the login code, but other instances remain. (In practice, the damage is apparently limited to causing an Internal Server Error when going to e.g. "/_admin/login?host=foo", since WebOb returns Unicode strings and URLGenerator only allows byte strings for these keyword arguments.)
author Søren Løvborg <sorenl@unity3d.com>
date Fri, 18 Sep 2015 13:57:49 +0200
parents 7918ed610324
children 84bb160aac6d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4212
24c0d584ba86 General renaming to Kallithea
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4115
diff changeset
1 List of contributors to Kallithea project:
5475
e3bb18948760 meta: minor cleanup of CONTRIBUTORS for consistent spelling and formatting
Mads Kiilerich <madski@unity3d.com>
parents: 5379
diff changeset
2
5476
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
3 Mads Kiilerich <madski@unity3d.com> 2012-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
4 Takumi IINO <trot.thunder@gmail.com> 2012-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
5 Unity Technologies 2012-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
6 Andrew Shadura <andrew@shadura.me> 2012 2014-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
7 Aras Pranckevičius <aras@unity3d.com> 2012-2013 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
8 Sean Farley <sean.michael.farley@gmail.com> 2013-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
9 Christian Oyarzun <oyarzun@gmail.com> 2014-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
10 Joseph Rivera <rivera.d.joseph@gmail.com> 2014-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
11 Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> 2014-2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
12 Anatoly Bubenkov <bubenkoff@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
13 Andrew Bartlett <abartlet@catalyst.net.nz> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
14 Balázs Úr <urbalazs@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
15 Ben Finney <ben@benfinney.id.au> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
16 Branko Majic <branko@majic.rs> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
17 Daniel Hobley <danielh@unity3d.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
18 David Avigni <david.avigni@ankapi.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
19 Denis Blanchette <dblanchette@coveo.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
20 duanhongyi <duanhongyi@doopai.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
21 EriCSN Chang <ericsning@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
22 Étienne Gilli <etienne.gilli@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
23 Grzegorz Krason <grzegorz.krason@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
24 Jan Heylen <heyleke@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
25 Kazunari Kobayashi <kobanari@nifty.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
26 Kevin Bullock <kbullock@ringworld.org> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
27 kobanari <kobanari@nifty.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
28 Marc Abramowitz <marc@marc-abramowitz.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
29 Marc Villetard <marc.villetard@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
30 Matthias Zilk <matthias.zilk@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
31 Michael Pohl <michael@mipapo.de> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
32 Michael V. DePalatis <mike@depalatis.net> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
33 Morten Skaaning <mortens@unity3d.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
34 Nick High <nick@silverchip.org> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
35 Niemand Jedermann <predatorix@web.de> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
36 Peter Vitt <petervitt@web.de> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
37 Robert Martinez <ntttq@inboxen.org> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
38 Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
39 Sam Jaques <sam.jaques@me.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
40 Søren Løvborg <sorenl@unity3d.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
41 Tuux <tuxa@galaxie.eu.org> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
42 Viktar Palstsiuk <vipals@gmail.com> 2015
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
43 Dominik Ruf <dominikruf@gmail.com> 2012 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
44 Bradley M. Kuhn <bkuhn@sfconservancy.org> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
45 Calinou <calinou@opmbx.org> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
46 Daniel Anderson <daniel@dattrix.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
47 Henrik Stuart <hg@hstuart.dk> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
48 Ingo von Borstel <kallithea@planetmaker.de> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
49 Jelmer Vernooij <jelmer@samba.org> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
50 Jim Hague <jim.hague@acm.org> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
51 Matt Fellows <kallithea@matt-fellows.me.uk> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
52 Max Roman <max@choloclos.se> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
53 Michal Čihař <michal@cihar.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
54 Na'Tosha Bard <natosha@unity3d.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
55 Rasmus Selsmark <rasmuss@unity3d.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
56 Tim Freund <tim@freunds.net> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
57 Travis Burtrum <android@moparisthebest.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
58 Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> 2014
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
59 Marcin Kuźmiński <marcin@python-works.com> 2010-2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
60 xpol <xpolife@gmail.com> 2012-2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
61 Aparkar <aparkar@icloud.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
62 Dennis Brakhane <brakhane@googlemail.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
63 Grzegorz Rożniecki <xaerxess@gmail.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
64 Jonathan Sternberg <jonathansternberg@gmail.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
65 Leonardo Carneiro <leonardo@unity3d.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
66 Magnus Ericmats <magnus.ericmats@gmail.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
67 Martin Vium <martinv@unity3d.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
68 Simon Lopez <simon.lopez@slopez.org> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
69 Ton Plomp <tcplomp@gmail.com> 2013
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
70 Augusto Herrmann <augusto.herrmann@planejamento.gov.br> 2011-2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
71 Dan Sheridan <djs@adelard.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
72 Dies Koper <diesk@fast.au.fujitsu.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
73 Erwin Kroon <e.kroon@smartmetersolutions.nl> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
74 H Waldo G <gwaldo@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
75 hppj <hppj@postmage.biz> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
76 Indra Talip <indra.talip@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
77 mikespook 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
78 nansenat16 <nansenat16@null.tw> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
79 Philip Jameson <philip.j@hostdime.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
80 Raoul Thill <raoul.thill@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
81 Stefan Engel <mail@engel-stefan.de> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
82 Tony Bussieres <t.bussieres@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
83 Vincent Caron <vcaron@bearstech.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
84 Vincent Duvert <vincent@duvert.net> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
85 Vladislav Poluhin <nuklea@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
86 Zachary Auclair <zach101@gmail.com> 2012
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
87 Ankit Solanki <ankit.solanki@gmail.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
88 Dmitri Kuznetsov 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
89 Jared Bunting <jared.bunting@peachjean.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
90 Jason Harris <jason@jasonfharris.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
91 Les Peabody <lpeabody@gmail.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
92 Liad Shani <liadff@gmail.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
93 Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
94 Matt Zuba <matt.zuba@goodwillaz.org> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
95 Nicolas VINOT <aeris@imirhil.fr> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
96 Shawn K. O'Shea <shawn@eth0.net> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
97 Thayne Harbaugh <thayne@fusionio.com> 2011
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
98 Łukasz Balcerzak <lukaszbalcerzak@gmail.com> 2010
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
99 Andrew Kesterson <andrew@aklabs.net>
5475
e3bb18948760 meta: minor cleanup of CONTRIBUTORS for consistent spelling and formatting
Mads Kiilerich <madski@unity3d.com>
parents: 5379
diff changeset
100 cejones
5476
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
101 David A. Sjøen <david.sjoen@westcon.no>
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
102 James Rhodes <jrhodes@redpointsoftware.com.au>
1816
ee2817f2cb3d added Matt Zuba into contributors
Marcin Kuzminski <marcin@python-works.com>
parents: 1671
diff changeset
103 Jonas Oberschweiber <jonas.oberschweiber@d-velop.de>
4115
8b7294a804a0 Update CONTRIBUTORS with new contributors from RhodeCode v2.2.5
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4091
diff changeset
104 larikale
4247
9a6c224e1f68 Correct error from overzealous search and replace.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4212
diff changeset
105 RhodeCode GmbH
4115
8b7294a804a0 Update CONTRIBUTORS with new contributors from RhodeCode v2.2.5
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4091
diff changeset
106 Sebastian Kreutzberger <sebastian@rhodecode.com>
5476
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
107 Steve Romanow <slestak989@gmail.com>
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
108 SteveCohen
5475
e3bb18948760 meta: minor cleanup of CONTRIBUTORS for consistent spelling and formatting
Mads Kiilerich <madski@unity3d.com>
parents: 5379
diff changeset
109 Thomas <thomas@rhodecode.com>
5476
7918ed610324 meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Mads Kiilerich <madski@unity3d.com>
parents: 5475
diff changeset
110 Thomas Waldmann <tw-public@gmx.de>