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

Add namespace to BorderBox and Karma classes

ccfca1fe458f868dd445e657b4c77b2cea85084f authored about 6 years ago
Refactor database configuration

This patch moves database configuration from constants into a
configuration level values for dev...

4df83eb5fd07b9fe83299e1555e0ce4d6acc1ffd authored about 6 years ago
Add DSN converter

This patch adds a DSN string converter that can convert the already set
DSN database setting int...

edf11ec8362a40acab9a18805b721c59ef2916e9 authored about 6 years ago
Testing database changes

86ff37eb696dd8d94a37e45cc25659cc501b1bbd authored about 6 years ago
Fix adding categories

eaf0ffefe8b6162a5d688054eab99829fcf12236 authored about 6 years ago
Partially refactor database configuration

This patch refactors database handling in certain development scripts

b30636c313f852844034fbfd8963d7ab6c6deb9d authored about 6 years ago
Remove not needed database connection in CLI dev script

c0757d9cf68869b95ea012a166d608cb84fb3a4b authored about 6 years ago
Remove unused redundant database connection

The additional database connection was once used where the connection
wasn't established before ...

cda4920fbf3cec642a9e84c8245817eb3be8b8a7 authored about 6 years ago
Update README

05eba2198fa3e48b5b980e3c28fff5c4b43db7db authored about 6 years ago
Revert "Refactor database configutation"

This reverts commit fdad830303dcb2a172f35beec29b217606b2e8dc.

2013d3f6b658ac62cfdc7b8dd553bc687b69e213 authored about 6 years ago
Refactor database configutation

This patch moves database configuration from constants into a
configuration level values for dev...

fdad830303dcb2a172f35beec29b217606b2e8dc authored about 6 years ago
Refactor PEAR_TMPDIR

This patch refactors the PEAR_TMPDIR constant into a configuration value
for development and pro...

8067ad608fc6227b0aba3af4948323932de7e903 authored about 6 years ago
Refactor PEAR_TARBALL_DIR

This patch removes the PEAR_TARBALL_DIR constant in favor of the
configuration value. The direct...

2bf7326e2fffaaa918cb06c9f277bae14a59f9a3 authored about 6 years ago
Refactor posttohost function to API client

This patch refactors the posttohost() function into a dedicated more
OOP-alike approach of using...

62c2f892eceb9717ee5e119a69a17d1075976364 authored about 6 years ago
Move require_once for classes to bootstrap.php

This patch moves several require_once items to bootstrap.

2ba3386ef2c4f7c27153cfd7e2a99dcf6f5ff2b9 authored about 6 years ago
Refactor pear-prepend and including app classes

This patch moves several classes from multiple files into a single place
dedicated for loading c...

b820f674d6c23f8c6f939a70f91ab4151691f44b authored about 6 years ago
Refactor pear-database.php and renumber_visitations()

This patch moves leftovers from pear-database into a bit more proper
places.

04eced26961f916b6f39c404afe5ea1109664e8e authored about 6 years ago
Refactor bootstrap

This patch refactors bootstrap file to include more PEAR things so
other files don't need to do ...

8371f395a9488666cff26755f53b3b5b2137c9c5 authored about 6 years ago
Remove unused cron package-stats.php

This cron job was once used to update the downloads stats. It was
refactored and removed via 99d...

5a96d5596b06681927353d7013a2fff382ff5ebc authored about 6 years ago
Refactor PEAR_User

This patch moves PEAR_User class to its own class file in
App\Entity\User.

119ef17b99722454ad5f1692e4e6762c027a2065 authored about 6 years ago
Fix CS

f4ea59450a0e2cd3c31da3b8c8efba8c15c63fd7 authored about 6 years ago
Revert "Add dual autoloading mechanism"

This reverts commit e3c64d8aba1724991eb3945305f62b33635e5d0c.

45b31bc9366a025003d1436ee7b195209cb07f30 authored about 6 years ago
Add dual autoloading mechanism

This patch adds a dual autoloading mechanism for classes until further
refactorings will be poss...

e3c64d8aba1724991eb3945305f62b33635e5d0c authored about 6 years ago
Add rest dir to readme info

c8029a55f03cc8c318600e446f8ef762fab21139 authored about 6 years ago
Refactor PEAR_UPLOAD_TMPDIR

This patch refactors the PEAR_UPLOAD_TMPDIR constant into a
configuration setting based on the a...

254e82c3936a085cf0667aa04d6b5236e063e987 authored about 6 years ago
Avoids some unnecessary error suppression.

c3abde62a99a19a5fd13ab492ccc1273600fe1f7 authored about 6 years ago
Remove unused logout.php and realm configuration

These usages were removed via 9d547077f00c7afc36d289b1c2344be171743437
and 3d935d09158d0105f0aab...

e79e8d7b8c5c33aca03dc27a3f919382f2ea654c authored about 6 years ago
Add environment dependent configuration

This patch adds environment dependent configuration. When in development
environment, the `compo...

5d7d447d172c0a6e757d82bf21d68913227f4934 authored about 6 years ago
Sync shebangs across cli scripts

To not cause confusions if script can be run with php cli or php cgi
only.

9943a0f11e85a01b010bbd32a0ca9659d1929635 authored about 6 years ago
Move command line tools and script to bin

This patch introduces the bin directory dedicated for command line tools
and scripts.

157af12f01fc999a664862014fb929b0a14e3892 authored about 6 years ago
Refactor PEAR_CHANNELNAME

This patch removes the PEAR_CHANNELNAME constant and moves it into a
host configuration setting ...

c26b0d2d8cda9f9b7eaef78c8f53dd67c0c50827 authored about 6 years ago
Make generate REST script executable

d91dea60a33ffb60e22ade1a5bccaf301083f992 authored over 6 years ago
Refactor Release::getRecent() into a repository

ae93e91050e6792b2b89de69f41251a18f9c7399 authored over 6 years ago
Refactor Statistics class to PackageStats repository

This patch removes usage of static methods in class for retrieving
package and release stats.

3f72f37d868a4671f318c98e2b1f6f4d3ce050aa authored over 6 years ago
Replace sizeof() with count()

The sizeof() function is an alias of count() which is more used in PHP
and more intuitive when d...

5bdc928ceec6486b3f5ae68169a1cd8b29248e6d authored over 6 years ago
Simplify PECL channel title

74bbb6230067edd7d98f5d755691828c5948f31d authored over 6 years ago
Simplify dirname(__DIR__)

54f5e678235675aa8ca0d54fc219602fec8265b7 authored over 6 years ago
Add Config class

This patch adds a new configuration handler class and introduces an
initial config directory usi...

8b633c572ca78f42f6bb3a77b184d075cb7c254f authored over 6 years ago
Add htmlspecialchars to license HTML output

dc3ec7d6044384cc20b9be39794ae6536674e5a3 authored over 6 years ago
Refactor get_license_link() into a class

This patch refactors a function get_license_link() into a class
Licenser.

2213218ccfb424f02297bfad9c4d4a70dc3d3248 authored over 6 years ago
Fix CS

f61297b83300c908da264662471aa0077fe9e1e7 authored over 6 years ago
Sync code comments coding style

011a93cea6863e95e4948268c717fd1802f289e8 authored over 6 years ago
Refactor make_image() template helper

This patch refactors function make_image() into a class and adds a unit
test. Several unnecessar...

dd3c7620e42a7131b7301836e16a135a8a40d9a4 authored over 6 years ago
Remove not needed error_reporting before template inclusion

eba1f59da19fb883bb6cb6419d168a7544451f48 authored over 6 years ago
Refactor make_utc_date() into a DateFormat class

This patch formats the function make_utc_date() helper into a dedicated
utility class DateFormat...

fbbba3b7746176d579e2d2d581e16823e94c4064 authored over 6 years ago
Drop unused $_GET['redirect']

0fb4178693a542cb54e4c93ef8a9b2754fa866f5 authored over 6 years ago
Rename PEAR_OLDURL to redirect_to

This patch renames ambiguous query string parameter and removes unused
`redirect` GET parameter ...

47fe020e5a1a2dab9e21a21e7e06e909318363dc authored over 6 years ago
Replace PEAR with PECL in comments

0063d56de5e4440234a18dfd914943acc7977276 authored over 6 years ago
Fix comment

b01875ce14f88cac090a1c881d9de57461463bee authored over 6 years ago
Drop menu_link template helper in favor of CSS

72d26e1ae51ee792a0134e61793c945ab787154f authored over 6 years ago
Refactor HTML_Form in release package form

Changes:
- Dropped dependency on HTML_Form
- forms refactored to templates
- slight CSS changes

9d760cf9e0ad32dbf05b96f800eb01edf81fe341 authored over 6 years ago
Refactor HTML_Form in account edit forms

Changes:
- Dropped dependency on HTML_Form
- Tableless forms
- Minor CSS improvements

5f5356fc37ae502b1b963949adcf0c2fd01c0394 authored over 6 years ago
Refactor HTML_Form in package edit page

Changes:
- Dropped dependency on HTML_Form

d8455d355f94501f409fbc6a12759f5e9f8d3e35 authored over 6 years ago
Refactor HTML_Form usage in new package form

Changes:
- Dropped dependency on HTML_Form
- Light HTML form improvements instead of using table...

654a35317f766801bdd342b03ea73d5adfda9d75 authored over 6 years ago
Remove not needed HTML_Form in packages search

828be8cfe671fd6178a463cc57f93226676baad5 authored over 6 years ago
Refactor PEAR HTML_Form for selecting package

This patch omits another dependency on PEAR HTML_Form usage in
adminstration interface for selec...

9ea5e12242b72c4c54bbff6848fd0d3faed5f83e authored over 6 years ago
Refactor the HTML_Table dependency into template

This patch refactors the PEAR HTML_Table dependency into the template
packages using odd and eve...

d1bf33a5f29370ffdee616b34b6726d0852a434e authored over 6 years ago
Remove unused parts of the PEAR manual

The manual endpoint is used in pear.php.net pearweb application and in
the pecl.php.net it has b...

1543bf0332f5263849d0ff1e9e8a212783e4d8c9 authored over 6 years ago
Add initial Composer schema

This patch adds an initial Composer file for managing dependencies in
development and production...

373e1ad8c967c04efabe61d17216cd82b971376a authored over 6 years ago
Add missing header to send_email.php template

ab11fd16040c2a229b71d8f6a2ab052913f192c6 authored over 6 years ago
Refactor each() function to foreach() in APC page

The each() function has been deprecated since PHP 7.2 and shouldn't be
used anymore.

Refs:
- ht...

b7594b90bba60897196c77add9a07f292d2f4d29 authored over 6 years ago
Refactor each() function to foreach()

The each() function has been deprecated since PHP 7.2 and shouldn't be
used anymore.

Refs:
- ht...

bd99d80b23f7af24ef2042670479464ed080b9de authored over 6 years ago
Fix missing ending link typo

01ec8571aee34b8f15df42b4946a1f71083b66fb authored over 6 years ago
Add space to footer info

ad8f4183725f839d6bf91eccfd422976326bb80b authored over 6 years ago
Add exit to Location headers

9e20e74d8ad879a5135a1bd1b39aeacb1da7e128 authored over 6 years ago
Remove make_link, make_mailto_link, make_bug_link

These are removed for better readability and future refactorings of
templates. HTML links are al...

e27ed52a053aa2115dac1f25be161d9a6a797c26 authored over 6 years ago
Refactor send mail form

Changes:
- HTML improvements
- HTML_Form dependency removed
- Some various enhancements

e307fc5564716c345b2f1b1b06d759832c90d077 authored over 6 years ago
Fix variable when is not set

faf46c33ff539cd03c4ba7013c6abff616f405bd authored over 6 years ago
Update information in the bugs pages

Changes:
- only HTML is currently used instead of manual wrappers for links (it's
simpler and ...

cd49ecfb7a36fb74fea1e4df965232b1a4652b90 authored over 6 years ago
Remove unused variables from pear-format-html

8c2606ab7b010f7bec7186692080476ef8b5b3c3 authored over 6 years ago
HTTP is not required to install

fbc151eddc9bab58847a448127f11847a08dfd53 authored over 6 years ago
Remove old register_globals ini directive usage

b85e0f367ed7f4375517e01539433f5e1fd35e4c authored over 6 years ago
Sync requiring dependencies

This patch syncs and updates required dependencies using
`require_once()` where it is more appro...

f2eeb413c6f3e7e13ed7e7647415d99769b940ab authored over 6 years ago
Simplify HTML_Form usage in package-delete page

88799953b1f48c1fbdcb2c2ed9767b71f473ba7b authored over 6 years ago
Remove commented unused JavaScript

0777898d7ca8d08819fee861ded3f1fa9d2971b4 authored over 6 years ago
Remove HTML_Form usage from account request page

- HTML_Form is not adjusted for PHP 7+ and has been superseeded with
other libraries
- static ca...

43c4af18b3eb6222cd7a0d45c53071ec3d99591b authored over 6 years ago
Revert PDO for now

It looks like something is not working yet ok.

7f1e22e419c6dfa96ccd5e5d20093edea11a3c92 authored over 6 years ago
Try the PDO usage

2073b403b4a22b516e02898ea7be81e08373c2d1 authored over 6 years ago
Refactor filesystem handling functionality in REST

This patch removes dependency on System.php class located in PEAR
directory and simplifies the m...

2d42dafffcf75d2bdf50f02e3cfdbf7b397433c1 authored over 6 years ago
Remove global usage of $dbh in Rest class

Using globals does provide a simplicity on the first glance however, it
causes also lesser maint...

fbf7b5ea76a817dc5d6b9080814b6d81f14ad35c authored over 6 years ago
Remove some old PHP < 5 functionalities

a1b275c0f4631d96b6269583d0f87dcd1eb2234c authored over 6 years ago
Clean unused CSS styles

82d180813ebab55fc0f3f69e7fb361c824ad2e3a authored over 6 years ago
Remove unused PEAR and some other images

In current site these images are not used. PEAR images are available via
https://pear.php.net/su...

e9c0323d89f4e430132dc8a1f5605c080ad2d7d1 authored over 6 years ago
Remove unused addEngine() JS function

It was removed via c098d75780fb59723d78960a422905e95b607b06

54042c0312bac646a094c85ba9d6663f1ab0faef authored over 6 years ago
Move JavaScript assets to js directory

960d4c0a5fdef8e7f44a8e8f3e51020cbf552c35 authored over 6 years ago
Sync tabs and spaces

This patch syncs and converts all files to include spaces for indentation
except for Makefile. P...

21e1b29108773f73a95d7350222e51ac34394988 authored over 6 years ago
Use a gender neutral form

Ref:
* https://en.oxforddictionaries.com/usage/he-or-she-versus-they

24267d88af04b56d2abf59ec478ab170c588e466 authored over 6 years ago
Remove unused PEAR_Package class

c3cb69cbf6f54f5d73afaef5d26201f62d804274 authored over 6 years ago
Refactor statistics and note classes

Changes:
- new location src directory
- methods visibility and static keywords added

c6f5826c704ee4421162a854bd77b0775f510e3c authored over 6 years ago
Refactor user class

This patch refactors the user class from pear-database.php file into
src directory with a dedica...

835d9b13dd3fc019b4258d8e744aeaaa7029e3c3 authored over 6 years ago
Refactor maintainer class

This patch moves the maintainer class from pear-database.php to the src
directory and additional...

a01b61d87cb061913713073f7f220ca1e0da9b3a authored over 6 years ago
Refactor release class

This patch refactors the release class from include/pear-database.php
file into its dedicated fi...

40546b5ac9797a9ef8480c808b131d3e956d7fe1 authored over 6 years ago
Refactor package class

This patch refactors the package class from the pear-database.php file
to start modernizing it a...

7b5613e293cfdac31bce5788215ccfe60e4a1fe9 authored over 6 years ago
Refactor category class

This patch moves category class from database file to its dedicated file
in the src directory an...

1218c9c6d88ffeb205cee43c7d55e90692953b9b authored over 6 years ago
Refactor package_dll class

This patch moves the package_dll class from include directory to src and
renames it to PackageDll.

23bed9e953421bf98bf9f111052fddb6a740ffb9 authored over 6 years ago
Remove commented code without functionality

c8831511718672d7bf3c7cc48ede25b05a159cc8 authored over 6 years ago
Refactor pear_rest class

This patch moves pear_rest class to src directory and updates it a bit:
- adds visibility to met...

6bc18216593e9c60c99d5811d301bb8e96005526 authored over 6 years ago
Remove unused function version_compare_firstelem()

39b0cadeae932db07a8444c4be909a0d887d3ff8 authored over 6 years ago
Normalize PHP doc blocks in layout.php

13f460842122f4de63e8193ca3c10709d25f1756 authored over 6 years ago
Fix RSS feed - use &amp; as a special character

3658ee219988b13d50237c07c86aedb196d229b4 authored over 6 years ago