#
9cfe978d |
| 01-Apr-2021 |
Nikita Popov |
Remove magic_quotes filter handling The magic quotes filter is now disabled.
|
#
81b302aa |
| 01-Apr-2021 |
Nikita Popov |
Finish migration to safe queries
|
#
2e2d507f |
| 01-Apr-2021 |
Nikita Popov |
Let me view phpinfo
|
#
1a08ce75 |
| 01-Apr-2021 |
Nikita Popov |
Migrate more code to safe query abstraction Getting closer to done...
|
#
6135e250 |
| 01-Apr-2021 |
Nikita Popov |
Move more queries to safe abstraction Add a Query class to assemble queries by parts, and ?int placeholder which is needed for LIMIT clauses.
|
#
ed931f77 |
| 01-Apr-2021 |
Nikita Popov |
Add safe(r) query abstraction Add db_query_safe that accepts parameters separately. Use it in some places.
|
#
5b8719f2 |
| 01-Apr-2021 |
Nikita Popov |
Don't handle full_special_chars default.filter default.filter on this server is set to magic_quotes, so remove the handling for the full_special_chars case.
|
#
d0822675 |
| 31-Mar-2021 |
Nikita Popov |
Replace uses of escape() with appropriate functions For queries, use real_clean(), for html use hsrc().
|
#
c8506579 |
| 31-Mar-2021 |
Nikita Popov |
Remove get_magic_quotes_gpc() checks master.php.net runs PHP 5.4, where magic quotes no longer exist. Add a sanity check that they're really disable, and drop code handling them. The
Remove get_magic_quotes_gpc() checks master.php.net runs PHP 5.4, where magic quotes no longer exist. Add a sanity check that they're really disable, and drop code handling them. There was at least one use of escape() that wouldn't do the right thing if this code was run with magic quotes.
show more ...
|
#
48cb59d3 |
| 30-Jan-2021 |
Rasmus Lerdorf |
A bit of PHP 7.4/8.0 cleanup
|
#
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
|
#
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 `[]`.
|
#
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
|
#
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
|
#
ed329ef2 |
| 04-Dec-2016 |
Sobak |
Allow to search notes within a specfified section
|
#
4c0378e7 |
| 04-Dec-2016 |
Sobak |
Use native search form supported by web-shared
|
#
93633d68 |
| 19-Nov-2016 |
Kalle Sommer Nielsen |
Adding myself to the list to help Christoph sort of requests
|
#
e0aef593 |
| 18-Nov-2016 |
Christoph M. Becker |
Add myself to admins Hopefully, I'll be able to handle some outstanding account requests, then. See <http://news.php.net/php.webmaster/25294>.
|
#
45ab5afb |
| 01-Jun-2015 |
Hannes Magnusson |
Give the new doc editor (Peter Cowburn) account approval karma
|
#
18874190 |
| 11-Nov-2014 |
Peter Cowburn |
move inline javascript to file (bug #68404) See corresponding commit in web/shared
|