e189db3d | 19-Apr-2020 |
Sobak |
Notes: display voting stats on a separate page Perhaps it's handy for some people but nowadays amount of records it has to query made the main notes page load a couple of seconds so let'
Notes: display voting stats on a separate page Perhaps it's handy for some people but nowadays amount of records it has to query made the main notes page load a couple of seconds so let's live with having it one click away.
show more ...
|
2b82952b | 19-Apr-2020 |
Sobak |
Notes: sort out view=notes vs view=notes It looks like the actual value of view doesn't change anything, only its presence matters. However, if we are going to ever use that in the f
Notes: sort out view=notes vs view=notes It looks like the actual value of view doesn't change anything, only its presence matters. However, if we are going to ever use that in the future it's better to have it consistent. Plus it simply bothered me :)
show more ...
|
eb0d668b | 19-Apr-2020 |
Sobak |
Drop some unused functions |
54328e85 | 18-Apr-2020 |
Sobak |
Remove mirrors related code (in rather non-risky, not so intrusive way) I tried to keep backwards compatibility where it seemed to make sense (e.g. the API endpoint) or the script that m
Remove mirrors related code (in rather non-risky, not so intrusive way) I tried to keep backwards compatibility where it seemed to make sense (e.g. the API endpoint) or the script that might still be called somehow. Hopefully I didn't break anything but if I did feel free to point it at me and sorry in advance :/
show more ...
|
182dbad7 | 12-Oct-2019 |
Peter Cowburn |
sync admin list with karma givers This commit mostly adds PHP Group folk, and some old names who aren't very active any more. But it makes the list of people who can approve VCS acco
sync admin list with karma givers This commit mostly adds PHP Group folk, and some old names who aren't very active any more. But it makes the list of people who can approve VCS accounts and those who can grant commit karma basically aligned.
show more ...
|
73ab4d82 | 12-Oct-2019 |
Christoph M. Becker |
Grant nikic admin rights |
2d9f549e | 05-Feb-2019 |
Johannes Schlüter |
Third and hopefully final test for GitHub |
6e097a72 | 05-Feb-2019 |
Johannes Schlüter |
Second test, synching to GitHub |
a445fa84 | 05-Feb-2019 |
Johannes Schlüter |
Change to test GitHub sync |
5b598f2b | 04-Feb-2019 |
Nikita Popov |
Use mailout.php.net instead of php-smtp2.php.net This is an alias for the current php-smtp3.php.net name. |
0e511803 | 10-Dec-2018 |
Peter Kokot |
Refactor long array() syntax to short [] Since app is using PHP 5.4+ already, the longer `array()` syntax can be refactored to shorter `[]`. |
bce0f6fa | 07-Dec-2018 |
Peter Kokot |
Refactor each() function to foreach() The each() function has been deprecated since PHP 7.2 and shouldn't be used anymore: - http://php.net/manual/en/function.each.php |
79586cd2 | 07-Dec-2018 |
Peter Kokot |
Add PHP 7.3 to mirrors lists |
2a9adbff | 07-Dec-2018 |
Peter Kokot |
Sync indentation levels and style in mirrors.php |
b7e19fb2 | 26-Nov-2018 |
Peter Kokot |
Fix #64897: different username length This patch adds a username length validation. According to the SQL file schema the username field is varchar(16) so this sets its limit to 16 ch
Fix #64897: different username length This patch adds a username length validation. According to the SQL file schema the username field is varchar(16) so this sets its limit to 16 characters.
show more ...
|
16a0d2a6 | 22-Dec-2017 |
Niklas Keller |
Add bitcoin, earning and mining to spam list Related to http://news.php.net/php.internals/101407. |
caf60a74 | 22-Dec-2017 |
Peter Cowburn |
added more spam words Added "firearms" and "potassium chloride" to the list. |
a28a379b | 08-Dec-2017 |
Peter Cowburn |
show 7.2 stats in mirror listing |
2d25c62a | 08-Dec-2017 |
Peter Cowburn |
show user notes in unapproved users table Also replaced old-school <script language="php"> tags with <?php tags in users.php |
41d06c03 | 12-Nov-2017 |
Rasmus Lerdorf |
Turn off debug |
7735bae6 | 12-Nov-2017 |
Kalle Sommer Nielsen |
Minor cosmetics |
292fee96 | 12-Nov-2017 |
Rasmus Lerdorf |
Switch mailing list subscription to use smtp directly to php-smtp2 |
34090570 | 17-Oct-2017 |
Kalle Sommer Nielsen |
Googleguy was also listed as an mirror admin, don't revoke his karma |
c3c63822 | 17-Oct-2017 |
Kalle Sommer Nielsen |
Unify the place where mirror admins are listed and add myself so I can make some changes to mirrors for the sake of bug reports as there is very slow response time on some of those laying about |
ff175360 | 31-Jan-2017 |
Joe Watkins |
add me to master admin |