Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/web-pecl

The PECL website
https://github.com/php/web-pecl

Fix #62687: fix RSS to not directly link downloads

This patch makes releases links in the RSS feed point to the changelog
site of the extension ins...

7c59d928941d7912806371ee7121acfd781e2bc2 authored over 6 years ago
Bump minimum PHP requirement to PHP 5.6 in README

bfaadff3f9a6a978be0ff00f697b1e1bc005a6a0 authored over 6 years ago
Fix typo

cc9f68ac7809c847d9a100fdec40209cdac8cac0 authored over 6 years ago
Use the 3 dots operator ... for variadic functions (PHP 5.6+)

e9440934520c79ee9863eb4d4c71c3a4fe8a3ad1 authored over 6 years ago
Remove unused PEAR_Release class

f5d89a58ac865cd2e573b15e297739a0d8d493f8 authored over 6 years ago
Remove unused include/renum.php

File is not used in current code anymore. It also included the
occurrence of pear-debug.php file...

a577ec9ec630b78a286344f2ea29ea133ffaefb1 authored over 6 years ago
Refactor Damblan_Karma

This patch refactors the `Damblan_Karma` into a plain `Karma` class
into the src directory with ...

c8bb3c47b37d3d9cdaeb139f46514a1daa7dfbf6 authored over 6 years ago
Introduce new src directory dedicated for PHP classes

This patch is an introductory refactoring into a more OOP oriented
application with a `src` dire...

cb1fcea8ffd72e1424446fd693a7781dc09a9fba authored over 6 years ago
Replace print_link() with echo make_link()

The print_link() is a simple wrapper for echo make_link().

18a84378b4561d2eefda75c55deb0bb4d00cdfad authored over 6 years ago
Remove delim()

The helper function delim() is a simple wrapper for outputting delimiter
between menu items. Ins...

c86ff8119ec671c47707f72d7135775a57bcd8f9 authored over 6 years ago
Remove not needed spacer.gif

Instead of adjusting spacing between menu and the next header item, more
CSS adjustments can be ...

b5318f18f6acafaf165f60e407fab26bf3e6707e authored over 6 years ago
Remove several unused methods and functions

These are not used anywhere in current pecl website repository:
- listAllwithReleases()
- listLa...

95a9d25b167dd64d071fcbaf4569ac7b1cca806b authored over 6 years ago
Remove unused function validate() from pear-database.php

9351298b21ef45a41f94917977d79445eef05129 authored over 6 years ago
Update headers

This patch syncs and updates all headers in source code files across the
PECL website code base....

e1e774f605a960aa47d46850acf3baaafa97aed0 authored over 6 years ago
Add .gitignore

ec70a90daf08aacabd66bfec1a3fef4e81f9ecbf authored over 6 years ago
Add .editorconfig

The .editorconfig file [1] is a convenience for certain text editors to
organize tabs, spaces, n...

2a674406fc67c15992e636f840eff5295b271010 authored over 6 years ago
Remove unused Damblan artefacts

These methods and functionality are part of the original pearweb and in
this application are not...

559e9ef055c95402557eb55d3f59ea804113d489 authored over 6 years ago
Fix part of registered globals usage

Register globals has been removed and such usage would otherwise emit a
warning about missing va...

2bdfaca47fc5cb16b5574ca7325515ce3dd5517d authored over 6 years ago
Remove unused xmlrpc artefacts

The XMLRPC support has been removed via
3d935d09158d0105f0aab617db6e03643cf7b7ed

f5d5e9df948ea525c40706f2bfabc233a322f1b0 authored over 6 years ago
Remove unused rss.php file

68d8c7b6894681cd3f6365568c0ab699f84f761d authored over 6 years ago
Fix typo in README

fbb5d5d4ddac56eca70bef27cf943dd24db567fc authored over 6 years ago
Update example repository

ae88129be732f3409cfcc57ea2aa157d6315769a authored over 6 years ago
Replace isAdmin static calls with isAdmin call from PEAR_User

Calling nonstatic methods has been deprecated and will be removed in
future PHP versions. This p...

0073020da08a286cdb5e7a26fd601d736b2abedc authored over 6 years ago
Fix #62297: PECL webpage returns incorrect HTTP code for 404 errors

There were several endpoints where returned headers were 200 OK instead
of 404 Not Found.

9eb4e944fcbbf1f7efe5ec4c98dc8875f4ce1134 authored over 6 years ago
Refactor eregi to preg_match

65827183fc268103f85b619b0946dcc9562e427e authored over 6 years ago
Remove unused constants DAMBLAN_RSS_CACHE_TIME and DAMBLAN_RSS_CACHE_DIR

c2a02e790079fed5bfcf001049cac0e23481b5a3 authored over 6 years ago
Update http to https

d2c355e514f7d994f0433d1fe324e078371c7888 authored over 6 years ago
Add README

This patch adds an initial README file to project root directory
together with some changes:

- ...

7c719ebc6e76845a60ff5b4dff4bbe772d5da508 authored over 6 years ago
Function md5_file is available with current PHP versions

1a929cefce17a6a4def5f54f3e1e09d1b7cbf5a4 authored over 6 years ago
Remove unused functions

fe51fee05b653b8b3e1515daf479db6ff9061700 authored over 6 years ago
Remove captcha and unused artefacts

This patch removes some unused parts:
- captcha files
- make_ticket_links()
- user_link()

c40a7b31f4b6e19edc9c13f15852a0d67b6c9f71 authored over 6 years ago
Remove unused artefacts

a516558a5e91faad4755c0c1e965c0614dafbdf9 authored over 6 years ago
Fix non working opening PHP tag

0149cf7d5723f8e4778e7422f31125f01c39e0df authored over 6 years ago
Remove HTML comments in script tags

These were once used in browsers that didn't support script tags. Today
this is not used anymore...

d5b3a854bceab83fcdc2deb7fb68aa4e18cb241a authored over 6 years ago
Remove short open php tags

d4a1fcb41fb95c62584ea45371beecf68a281be3 authored over 6 years ago
Remove C++ syntax in PHP file

639db49db368f4f8672f7c17cae49af69c00bbb7 authored over 6 years ago
Rename templates extensions to php

To get normal syntax highlighting this patch renames all templates to
usual *.php extensions.

320dcfe6ba8b17b37f1ed5afbc69ac17d1dccac9 authored over 6 years ago
Sync CSS stylesheets

This patch syncs CSS a bit:
- Move internal stylesheets to file
- Remove unused stylesheet files

71d55db20f580c0a2ad4e8120ef73875cb9afb8b authored over 6 years ago
Make scripts executable and add shebangs for PHP CLI

b5a0ceac255f8373ce5d42d7d9c22f929de99812 authored over 6 years ago
Fix session_set_cookie_params() call

Ono PHP 7.3 there is additional 6th parameter returned from the
session_get_cookie_params() and ...

2f213e06ac2fd03da923eb862eb3f86e46b304f6 authored over 6 years ago
Remove hdelim() layout function

Function is a simple wrapper for returning a horizontal line. This makes
it more readable direct...

3c798b1bb3bfda5172610c4a1b50bfea4f39503f authored over 6 years ago
Use __construct() instead of class names

8cd57b22bfbbfa9e1a0a12b4a6e96f7583636acc authored over 6 years ago
Sync header() function names

These vanilla PHP functions are best called lower cased and as a common
practice compared to oth...

a37afb473120dc3d6266afea7c6ff87ed4cb1c31 authored over 6 years ago
Sync PHP closing tags in all PHP files

Closing tag is redundant and might output additional characters where in
certain PHP functions s...

e354cf02e107b56650357428dc075591a2e42df1 authored over 6 years ago
Remove old proposals artefacts

The package proposals functionality has been removed via
ffef2b7f8376c639ae77af4a0fd118c0f3c4cc0f

4002a8589692599f6c25e3d4bd65b11f7f8f739b authored over 6 years ago
Refactor long array() syntax to short []

4345e037d22d73c311f208541afbba2a16cca1a7 authored over 6 years ago
Use parent::__construct() instead of class names

f5af7d42de08142e55ab1d1adc3ef358bc192fe1 authored over 6 years ago
Use __construct() instead of class names

e41613e64bd388fd1949bb8d1ae4117781fd5ea1 authored over 6 years ago
Fix typos

623ffa913da3502f4b49148f0d0de46819acb4cb authored over 6 years ago
Fix permissions

Having synced file permissions in Git repositories is a reccurring
issue. Git can track files as...

53159bb1832fc7b05aed72b1cc5100bd8be848e6 authored over 6 years ago
Sync leading and final newlines

This patch adds missing newlines, trims multiple redundant final
newlines into a single one and ...

2e1576137f6d29dec1b982a872b1216f0aa8fe39 authored over 6 years ago
Trim trailing whitespace

9d44586318cfd48ea07bc04189c2ec9dd82fc0fd authored over 6 years ago
remove unneeded & (http://php.net/manual/en/language.references.pass.php)

c8ca4fcd2eb40c565e4c29f18e715a004dfe804a authored over 6 years ago
Convert CRLF line endings to LF

This patch simplifies line endings tracked in the Git repository and
syncs them to all include t...

b55484a8ae2d02a13ccc6cbd13336cc1fe9f7256 authored over 6 years ago
add installation info

a2a3126d44800a7b724cfe9d4379b1936c10e8f0 authored over 6 years ago
remove type attribute and deprecated language attribute from <script> tag

61ee1bbd584e0eecb56c57983fb012a494a031c7 authored over 6 years ago
Apply the same filtering to handle in account-mail as we do in account-edit

d709e89a3e0c0c4e00637ff4f16672b1e2438f91 authored over 6 years ago
Escape output of $handle

b044f9be448c26f1406e1cfbcfe9a26ad58b46be authored over 6 years ago
Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revi...

da4fe2abd18597709e252e8add6709fd01503f60 authored over 6 years ago
replace dirname(__FILE__) to __DIR__

215b424655883b53890c8163a0b83d47dbdd9970 authored over 6 years ago
Update pear-manual.php

replace `$this` to `$that`

e3a485d0f4f9cd16c7309b766336a7cc27ed4138 authored over 6 years ago
Update pear-manual.php

fix html tag

7333ac61bb5412b2dcc53622d61da76bc78d82e3 authored over 6 years ago
Prepare for 7.3

cd697d1005f9f3139080b9471cf4c7fb06d57b02 authored over 6 years ago
Oops, field name is handle, not user here

24a2e97553cd70e8468f5fda7fa08b28a3c4485c authored over 6 years ago
password_hash() for pecl.php.net

e062580108544f0ddadd5cf5c71902168b4a38ff authored over 6 years ago
Add simple spam protection

b2509104a1be2d439ac655b1ac025ebab8eaff64 authored almost 7 years ago
Reapply user agent sending part

467593b248d4603a3dee2ecc3e61abfb7434d24d authored almost 7 years ago
Fetch through https and generate https links

b5b14172575281b7b8efb991c2d34d27a2c60e31 authored almost 7 years ago
Fix a few legacy issues

aadf74102a7265114a08c7f704f60931c2b0feb2 authored almost 7 years ago
Create upload dir if it doesn't exist

4afcc23657f632c450ef4729ca745b5b3745b3de authored almost 7 years ago
Revert "Add retry mechanics when fetching package list"

This reverts commit 49eba1c792255705d86a4f855f7167da227146b5.

Not every tarball has a correspon...

5070143cdb62addbe70977aae37d88a6624c17a5 authored almost 7 years ago
Show 64-bit packages on top

4bb11f39d2d3a3ea6b53fecebc3834ac8031f9cc authored almost 7 years ago
Send user agent header when fetching the packages

746e88745b02e7cde1380b335ff74513b3fc4783 authored almost 7 years ago
Add retry mechanics when fetching package list

49eba1c792255705d86a4f855f7167da227146b5 authored almost 7 years ago
Merge pull request #3 from ThaDafinser/patch-1

remove strange max-height

84db3bad1f5c980974d49fe83f413841c8989083 authored over 7 years ago
extend for 7.2 builds

78670d132109b14476cf63aacdcfd5229d841ca5 authored over 7 years ago
Merge PR#4

5e1a2020e34e264f70f4f56c5ce4a4f666c0050b authored about 8 years ago
Fixed bug #71460 (/bugs links to /support which 404s) (Christoph)

e55d77d29228cfa5ac0980f9e6b9abbcf9d85663 authored over 8 years ago
prepare to show win build listings for 7.1

ac3419db194427d4779ee28ca240f68b28735466 authored over 8 years ago
silence the connectivity warnings

5ac1bc5231cea534d5c9343f5973c9d090179477 authored almost 9 years ago
remove strange max-height

c0c896a24cfc57611d869416476bd9cede971fd8 authored almost 9 years ago
make sure we are using utf-8 as we have packages with descriptions containing utf-8 strings

80fb39103b2cd2be54c09f47a5b69d658056f65c authored about 9 years ago
improve error handling, return an error where the error message contains the info which release failed the parsing/validation

26c393cc7136af69e901312c8ef9b0e6b6592365 authored over 9 years ago
improve error handling, bail out with error message when the releases loaded from database have invalid packagexml

c2bdc31b8c28205b24c0e29d4fec6f18cc130b61 authored over 9 years ago
Fix broken link to ezmlm man page

This is a partial fix for bug #70093.

ddae6933ff365e9196827c6b6ea61e8cda5fc83d authored over 9 years ago
update icon for dlls

011462558270543cfbf1c60cd6856d0622dff410 authored over 9 years ago
add 7.0 vc14 packages to the dll listings

1aba44a93747bbb66c1c480fbbac3b0129f6cbda authored over 9 years ago
fix the /get/<packageName> urls. hopefully.

bf84f0e03d85ef2907c0190a4c540af13627aa83 authored almost 10 years ago
store and deletion of uncompress archive

c8de7e9a2f430edcd09ce0bca2ccfd836887b59d authored almost 10 years ago
restore uncompressed archive download and still uses SendFile header

ccf74905283ea7cd923783517c702d6d8b551ecf authored almost 10 years ago
Revert "bail out with error message for request of uncompressed packages"

This reverts commit a37e600d19af0bfbd7925ea0d767ef16dae8ad5e.

1918fb06572c8f84bc47bff8bc0287066074c1c9 authored almost 10 years ago
Revert "Revert "blame myself for broken rest, was not part of the cache while it was done under the cache section""

This reverts commit 065334acc61a651aa8cfa2bff90e16484f90b2fd.

d9558e021de0c362d608bc5de92b75ab72674211 authored almost 10 years ago
Revert "blame myself for broken rest, was not part of the cache while it was done under the cache section"

This reverts commit 00ef70f0d2d2512be33bfc49d9a0c6507c9b7d95.

065334acc61a651aa8cfa2bff90e16484f90b2fd authored almost 10 years ago
Revert "bail out with error message for request of uncompressed packages"

This reverts commit 772e0873ce63a9dcf98be2900968a974113bc417.

bf1d078a691df7c6c804051e555caa7e5d38e3dd authored almost 10 years ago
bail out with error message for request of uncompressed packages

a37e600d19af0bfbd7925ea0d767ef16dae8ad5e authored almost 10 years ago
bail out with error message for request of uncompressed packages

772e0873ce63a9dcf98be2900968a974113bc417 authored almost 10 years ago
blame myself for broken rest, was not part of the cache while it was done under the cache section

00ef70f0d2d2512be33bfc49d9a0c6507c9b7d95 authored almost 10 years ago
fix reserverd word in queries

277ed7a0bac5b0b78f4eea8b9167af974efa9e3d authored almost 10 years ago
do not use static data for config values, this script needs fixes, broken right now (anyone can take this task?)

a13fa909277cbf118f9d56d8652f77f6981bb193 authored almost 10 years ago
Merge branch 'master' of git.php.net:web/pecl

38ca0cc4b4f7cff95740ff0976dfc74b9e4dd94c authored almost 10 years ago