Commit Graph

96 Commits

Author SHA1 Message Date
Derick Rethans 590f92bb34 Remove the GitHub repository management tool
This tool is no longer in use, and it is also not working.
2026-01-20 11:41:44 +00:00
Derick Rethans 4c2c9e83fb Fixed mail headers for VCS user approval emails 2025-09-05 10:05:53 +01:00
Derick Rethans bfa3b1793e Align admin users with GH Org admins 2025-04-17 16:43:06 +01:00
Kamil Tekiela 4f98bb7878 Migrate mysql_* API 2022-07-18 22:25:22 +02:00
Niklas Keller edc40853cd Remove is_sqlite_type_available
Last usage was removed in abc631369a.
2021-04-11 22:57:14 +02:00
Niklas Keller bcb226b644 Add docker development setup (#10)
* Add docker development setup

* Centralize DB credentials

* Remove symlink in favor of separate static file serving

* Update generated composer files
2021-04-11 21:56:50 +02:00
Nikita Popov 6d94ee66d3 Add a PSR-4 root
Following the convention of other php.net projects, use App\ as
the top-level namespace.
2021-04-11 20:16:19 +02:00
Sergey Panteleev 0f49caf647 Use composer to manage dependencies (#8)
While composer is used to manage the dependencies, the vendor/ directory is also being committed to make sure we know exactly what we're deploying.
2021-04-07 15:35:50 +02:00
Nikita Popov 2a21449000 Move to public/ directory
Move everything that should be accessible from the webserver into
a public/ directory. Previously the document root was the root
of the repository, which is not great.
2021-04-07 12:12:02 +02:00
Rasmus Lerdorf 60c25aa2be New PHP 8-compatible main branch 2021-04-01 14:27:05 -07:00
Nikita Popov 9cfe978d68 Remove magic_quotes filter handling
The magic quotes filter is now disabled.
2021-04-01 20:53:45 +02:00
Nikita Popov 81b302aac8 Finish migration to safe queries 2021-04-01 19:05:40 +02:00
Nikita Popov 2e2d507fed Let me view phpinfo 2021-04-01 17:55:37 +02:00
Nikita Popov 1a08ce75cd Migrate more code to safe query abstraction
Getting closer to done...
2021-04-01 17:52:12 +02:00
Nikita Popov 6135e250d1 Move more queries to safe abstraction
Add a Query class to assemble queries by parts, and ?int placeholder
which is needed for LIMIT clauses.
2021-04-01 16:28:24 +02:00
Nikita Popov ed931f77c1 Add safe(r) query abstraction
Add db_query_safe that accepts parameters separately. Use it in
some places.
2021-04-01 12:31:37 +02:00
Nikita Popov 5b8719f285 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.
2021-04-01 10:24:19 +02:00
Nikita Popov d0822675ee Replace uses of escape() with appropriate functions
For queries, use real_clean(), for html use hsrc().
2021-03-31 22:40:35 +02:00
Nikita Popov c8506579ad 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.
2021-03-31 22:29:09 +02:00
Rasmus Lerdorf 48cb59d326 A bit of PHP 7.4/8.0 cleanup 2021-01-30 13:18:46 -08:00
Sobak eb0d668b71 Drop some unused functions 2020-04-19 02:08:04 +02:00
Sobak 54328e85c2 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 :/
2020-04-18 23:21:37 +02:00
Peter Cowburn 182dbad729 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.
2019-10-12 12:08:30 +01:00
Christoph M. Becker 73ab4d8234 Grant nikic admin rights 2019-10-12 10:49:12 +02:00
Peter Kokot 0e511803a5 Refactor long array() syntax to short []
Since app is using PHP 5.4+ already, the longer `array()` syntax can be
refactored to shorter `[]`.
2018-12-10 03:26:03 +01:00
Peter Cowburn 2d25c62a33 show user notes in unapproved users table
Also replaced old-school <script language="php"> tags with <?php tags in
users.php
2017-12-08 15:22:15 +00:00
Kalle Sommer Nielsen 34090570ca Googleguy was also listed as an mirror admin, don't revoke his karma 2017-10-17 19:27:38 +02:00
Kalle Sommer Nielsen c3c6382287 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 2017-10-17 19:21:04 +02:00
Joe Watkins ff17536053 add me to master admin 2017-01-31 09:40:37 +00:00
Sobak ed329ef22c Allow to search notes within a specfified section 2016-12-04 07:25:16 +01:00
Sobak 4c0378e704 Use native search form supported by web-shared 2016-12-04 07:18:50 +01:00
Kalle Sommer Nielsen 93633d680e Adding myself to the list to help Christoph sort of requests 2016-11-19 10:45:08 +01:00
Christoph M. Becker e0aef593ad Add myself to admins
Hopefully, I'll be able to handle some outstanding account requests,
then. See <http://news.php.net/php.webmaster/25294>.
2016-11-18 13:31:23 +01:00
Hannes Magnusson 45ab5afb67 Give the new doc editor (Peter Cowburn) account approval karma 2015-05-31 19:34:05 -07:00
Peter Cowburn 1887419072 move inline javascript to file (bug #68404)
See corresponding commit in web/shared
2014-11-11 20:21:35 +00:00
Peter Cowburn f0674f2a3f don't want two jquerys (bug #68404)
web/shared loads jQuery in the footer
2014-11-11 20:18:55 +00:00
Hannes Magnusson 0dee45697a Revert "I'd like to help reviewing the PECL account request from chinese"
This reverts commit ca3956afbe.
2014-07-24 13:11:53 -07:00
Xinchen Hui ca3956afbe I'd like to help reviewing the PECL account request from chinese 2014-07-24 10:51:21 +08:00
Hannes Magnusson 879c557a2b The root is auto-detected now 2013-12-30 20:23:25 -08:00
Hannes Magnusson 859e608a87 Move function to include/fuctions.inc 2013-12-29 18:15:15 -08:00
Hannes Magnusson d7ab96d246 Whopsy, this argument should be optional 2013-12-29 18:10:16 -08:00
Hannes Magnusson e051d82f28 This should be done in css 2013-12-29 01:51:07 -08:00
Hannes Magnusson 683df30c40 Order by asc/desc 2013-12-29 01:50:43 -08:00
Hannes Magnusson 11aa634bae Fix an odd default value 2013-12-29 00:28:34 -08:00
Hannes Magnusson bcc5cb8841 Move functions from users.php to functions.inc 2013-12-29 00:27:11 -08:00
Hannes Magnusson 6502584601 Make it possible to use the 'secondscreen' 2013-12-27 00:38:57 -08:00
Hannes Magnusson 10f118e718 Refactor approval/reject/delete mail templates 2013-12-26 23:05:47 -08:00
Hannes Magnusson 28133e665c Use only one table for listing users.. and remove inline styles 2013-12-26 22:29:40 -08:00
Hannes Magnusson ce29f818f8 Shorten menu items, include master stylesheet and use 'fullscreen' width 2013-12-26 22:28:14 -08:00
Hannes Magnusson 279d0f14bf Only show logout when logged in & use the mainscreen 2013-12-18 16:48:24 -08:00