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

* Outsourcing the regular expression for usernames into pear-config.php

* From now on the /~<user> redirection stuff actually checks if the user
exists in the database...

b0435b161ebce43456d4b6698062b7ec3c3cf040 authored over 21 years ago
* Using the new URL scheme

054471f763b981d9f1f6ff6a11f6bf55c175f7f6 authored over 21 years ago
* Introducing a new field "package_type" in the table packages, which

determines if a package belongs to PEAR or to PECL.

# This will not only allows us to differen...

c6dabefb73434bda2ca4736cb1e666eb11da81ee authored over 21 years ago
* Type is a reservered word

1f502c96ddb066a3945f79c3711e3db5e62244c5 authored over 21 years ago
* Adding a more generic way to count the number of mailing lists.

* Adding link to the manual.

afa946623a4b9d2e42ae9d95d2faf121e4a13756 authored over 21 years ago
* A bit more work on the patch tracker.

# Still everything in there is pretty much alpha.

001050480d9bd5b80f0c3a3fbcf43e08e13abfac authored over 21 years ago
Fix for #24743

fed0b8b20c6667b8533d11a9dc55370b640a940a authored over 21 years ago
* Implementing shortcuts for user pages:

Requesting http://pear.php.net/~foobar will now redirect to
http://pear.php.net/account-info.p...

95ebb60dd09e5dacedc36c077d143fa859d4ec4e authored over 21 years ago
* Add copyright header

* Fix indentation

899a0556e8193cf5bede4731d6f80379e8e9d5da authored over 21 years ago
* Adding /admin/package-maintainers.php to the menu

8b33c8bcd72b26914cfd6589ecadaa0fda1dfb53 authored over 21 years ago
* Add interface to change login password

# Todo: Add some stuff to handle lost passwords.

cdad25bb1dfc6c75631c9b343533e19ba77039a4 authored over 21 years ago
* Moving logout stuff into pear-auth.php

d6c8631d781f9ca9a0de105323a798e4dcea30f5 authored over 21 years ago
* The XSD version does not contain the definition for optional dependencies

yet.

3210e21c35db018c4c645d5860534e3ca29c4cf7 authored over 21 years ago
- Fix notices and use package name to reflect the changes in package-info

usage of name

dbb76455f47e0888a8d2598667fff3423911fa27 authored over 21 years ago
* Don't use the ID of a package

fd030088a8395dd0e36225695576982830524fb6 authored over 21 years ago
* Don't use the ID of a package

8c009f4813e299b7ec357d809b311cdb6a859f06 authored over 21 years ago
* Use pear.php.net/<package> everywhere

43e38c6bb0567ff36fc16a68702946aa988c86fe authored over 21 years ago
* Changing the logic of the 404 redirecting stuff a bit:

From now on http://pear.php.net/Auth will directly forward to the
package information of PEAR::A...

75ce6a2bd3a4253570188cc2d26c1594bd520986 authored over 21 years ago
* Use the package name instead of the ID

91630e01fa2673f13f2fff6bdcbd220dc4a9acad authored over 21 years ago
* Adding a field indicating if the package is part of PEAR or PECL.

# This is just some preparation stuff.

02e759b30137dad51b977f69c90e576e280f7a51 authored over 21 years ago
* Adding the DTD/XSD stuff to pear.php.net

8d8bb3c952ee1fecec23f44aeb0601c90feaafa0 authored over 21 years ago
* Use a table instead of this dt, dd crap

1975a8eb23fb1874509392d63ea224cec150a343 authored over 21 years ago
* Constructing links containing a package ID is a bad, bad, bad idea

1d0711a0a9af207a60d30a8d7800f536b143cd97 authored over 21 years ago
* Praise the lord

7231e441fc086915aef904be816136b6285c0c78 authored over 21 years ago
* Fix bug #24601

# This page needs a bit more work. I'll try to take care of this at the
# weekend.

c67ede6263433b8cb741033b486694b4c862c289 authored over 21 years ago
* Adding some lines of code for the patch tracker.

# This is by no means complete and the API isn't finalized yet.

1cb35cb9cc0cf4a11195273fbdfb1c3bf978ed22 authored over 21 years ago
* Order by name instead of id

565be497fd5d61243b41c24dcad04aba5efae19e authored over 21 years ago
Add missing <tr> tags and explicitly specify an empty table using &nbsp;.

b8e05ee1166e66f19deab14c43bb09477553e338 authored over 21 years ago
Simplify the format of the "Release statistics" table. It now matches the

layout of the "Available Releases" list.

1cc4c6b630b22ea31a8e43af3a2c6e4e8d2b7ba6 authored over 21 years ago
Don't hardcode 'pear.php.net' in generated URLs; use relative links,

instead.

459bafeb4e27ebeb5c6416769b76208b7733d39d authored over 21 years ago
* Removing unused file

df36da4d69b4ad7a90aee44c0aaa6568bef5b926 authored over 21 years ago
* Reformatting

* Don't use presistent connections

af7dc695bce84223b9766f41cbea2fedf5371a95 authored over 21 years ago
* Attempt to fix package-stats-graph

Patch by: Alexey Borzov

# Untested, as jpgraph is doing weired things on my local box.

82a9e6eb4359b9e4e59b8120215fec7f88923e37 authored over 21 years ago
* Moving the JavaScript stuff into its own file

a36d4a3317483987a9f78b4a39ea7e5a15073a57 authored over 21 years ago
* Adding indexes for "package" and "release" speeds up the package stats

enourmously.

2a0925e0554daf8a2c9e564f916d2071faf41c16 authored over 21 years ago
* Use the backend API instead

b2b349e25e11872ae82ddece2b59d819aed3b2da authored over 21 years ago
* Only include the manual stuff if we need it.

141ca53ee56430ff48896ec9303ba25642391c4e authored over 21 years ago
* Move uptime() to pear-admin.php (which can contain other administrator

stuff, too) to save us some parsing time

ba2a9fe4adaa726f930755f461f6f73e878426d4 authored over 21 years ago
* Disable persistent connections

7b492874ca08efe3af38223ec6536f36a2287d12 authored over 21 years ago
* Removing unused code

26ac596fbe0845bded7c5911784507d3cb26c319 authored over 21 years ago
* Fixing go-pear (It broke because stuff on the CVS server has been

re-arranged.)

3b402b3be9ae2c34c8578004731eadf82b504f72 authored over 21 years ago
* This one has been on the front page for long enough.

117e72f8cad4bbc5c4dea017e926df3b2c9ea3a3 authored over 21 years ago
- Fix E_NOTICEs (Philip Olson)

8afd13ccf6db99b03cc90ee94938a19bd8833b64 authored over 21 years ago
- fix bug #24241

9798f2b89bbaff140a8b74b51e990ffc1c8f13a5 authored over 21 years ago
* This file is needed nowhere.

6aae612a9d95c9107ac7bffbaa325e359b5f7bbc authored over 21 years ago
* s/$limit/$_GET['limit']

# Thanks to Andrey Hristov for noticing

8ab4e0446f42015f01b8078559d97b939a7b98d6 authored over 21 years ago
* Simplify

1ca5d2fdfa284acbd0145d488c2ad1e74b5b3c8e authored over 21 years ago
* Honor the year also.

# Patch by: Alexey Borzov

ec6a0f4ecacf5c250e9284cd8a455ec05c68b073 authored over 21 years ago
* Lead maintainers can now edit the maintainers of the package on

pear.php.net directly.

970cadf7f726248e0a95cfd245b54b262d38f1b3 authored over 21 years ago
* Correcting and improving the instructions.

# Patch by: Philip Olson

22c3ff2332eab942d5c92774ab64b7f01c99e03d authored over 21 years ago
* Meta tags have no important influence on the search engine ranking, thus

we can save the traffic.
* Removing some unused vars.

a18ec5bd2e980d0bfdcb1261ae8ddfa0e44d5b39 authored over 21 years ago
* Typo

* Rephrase

2cc7b2a9f8e6c9a5bc516c8a0f8b77a2db2dd73a authored over 21 years ago
- Add phpkitchen links list

b77ec56636a08b100e553df8a8c6993153fa544a authored over 21 years ago
- Add Jesus M. Castagnetto's talk

3c1be59646c27de6e0b26619962f59ab47ec9e13 authored over 21 years ago
* Adding note about pear.horde.org

# If you know of other projects running a PEAR server, please drop me a
# mail.

23aa7c27c7ed984d9a42174e334ba1bad6010b72 authored over 21 years ago
* Fixing some more links

56459d1be0277edda851da3e198dfc35840eb49e authored over 21 years ago
* Changing links to point to /admin

d2a7df0a7565151d8789cc2c9f6ae324423fa4a3 authored over 21 years ago
* Moving the category manager to /admin

cffec31b229a8fe713a938c702956550b12a28fe authored over 21 years ago
* Moving the stuff from admin.php to /admin/index.php

9a4e453c3a2bf3a4cece82c05a402abd3267ed3d authored over 21 years ago
* Updating the copyright notice

5ab080127dc101b5fadec5e95f971b0c66bb0c09 authored over 21 years ago
* Add missing parameter for user::listAll()

* Add some (yet unused) code for the proposal manager.

c50ea22a382bbbe32883116c5e5fc62d012101c7 authored over 21 years ago
* Only list registered users by default.

9cdd62fbde864467b516dce838468b2a869e435c authored over 21 years ago
* Add user::listAll

9616815cd2a6ca4ab8840b1d018dfc58598f3c85 authored over 21 years ago
* Adding interface to manage the maintainers of a package.

# The usage of this interface is limited to PEAR administrators only.
# This will possibly chang...

1319964e83726b97bb2f18eb85ed8894849198fc authored over 21 years ago
* Print error if a wrong package ID has been provided.

# Bug: 24062

39238a0a722f8c0d60a319c0559dc5c78b88131c authored over 21 years ago
remove tests code

c4cf55af55c66f5e3938e08e876fdfbce67ed782 authored over 21 years ago
fix bugs #23968 and #23916

39c897f4fee75af139758347bec1968a761aa127 authored over 21 years ago
* Add pear-qa

778aa8d4724f29fa75cbcaf7edae4a18d4d95fda authored over 21 years ago
* Silence warning

# Noticed by: Artem Bozhenov

076c6c8fef94ecf99a7e9511f7b92046cdcc2295 authored over 21 years ago
- install&setup nicely both cli&web frontends using the web installer (fix php_bin detection in most cases, a manual edition of pear.bat shoud still be required sometimes)

- clean up the source
- fix some warning notices and sapi detection

a1b48586fe11e7996a10a8504478c1126faf38cc authored over 21 years ago
Remove debug echo

0fa30ebe064e1e02604f44279fa21ca5313cffb8 authored over 21 years ago
typos

(please cvs co before commits next time :)

3929a7e2d7c20262bbf5c0681f911299358d7ac6 authored over 21 years ago
* Some updates by Lukas

72740fe907c42aa479b3019bda1018c99c11fac3 authored over 21 years ago
Apples like pears

e9b1a36e8209f2c3e1052e241bad59d14c34d84a authored over 21 years ago
typo

5b6b2219a42467c1e96311cc100ae8d61a0426cb authored over 21 years ago
Clarify "veto"

201cb31a5d9f4b6efd5f0f0028a2e21fe696ae37 authored over 21 years ago
sync to en revision 1.4

7fca4beac853136a63e329f9b8dda802fc4be915 authored over 21 years ago
* Fix typos

# Spotted by [email protected]

e0f3b250f655377a3b7f0416ecf64bdc6dabd73b authored almost 22 years ago
- Typo

ba72e631852f4154043c8884555ce5c05a0226e0 authored almost 22 years ago
- Fix name

6e4dacd1c8638166be4c78d5de73ed92bc7e81c1 authored almost 22 years ago
* Adding summary of the meeting

# Written by Lukas and Pierre-Alain

5b5a7f0bef7f34a9619675e1685c3422a5c2a989 authored almost 22 years ago
* Also removing the links to the Weekly News here

f45d84ff475ffdb5b79180b6cdd2d872a466db8c authored almost 22 years ago
* Remove outdated link to the PEAR Meeting

* Remove link to the Weekly News for now

d49be90af2fa785942fa201775b28d665a9cbe3a authored almost 22 years ago
* Fix link

9d323e79a7ed517bd6031ec35ac538ab8fdd4db2 authored almost 22 years ago
* Improving help text.

ea37491bdfaf5fd6d5ec4234ee99494033e0cee2 authored almost 22 years ago
* Adding development snapshot of the PEAR Package Proposal (PPP) handler

# This stuff does not work yet and is far away from being stable. I just
# commit it now, so tha...

6aa44e79618c582639e050a126b084ab8e3ecb48 authored almost 22 years ago
* Exclude state_order.sql from the Makefile

* Use complete insert statements in createdb.sql
* Fix a syntax error in users.sql

Submitted by:...

563801d58084ed6b83be63b5830320e1c96b4809 authored almost 22 years ago
* Fix indentation

55706b0d109e1f1685ade9e5e429f865dc5a096d authored almost 22 years ago
* More or less ugly hack to fix bug #23481.

32794cd828d203dce9fe05a30758f9698aaeac0a authored almost 22 years ago
nicer

31da9e562bbd873f80432691793e7dfcea413073 authored almost 22 years ago
Add IRC channels info

3a11ab8ef06621789a76f88f74c41f4b4ac4cd7c authored almost 22 years ago
Fighting to be insulted is not my cup of tea

139e2d94cf932b9f704a13bc08a8b122493f76fa authored almost 22 years ago
* Changing Lukas' email address.

# This should give the text a more official look.

6b70e9d528100f5558cebccc933b9a5e2c67366f authored almost 22 years ago
fixes only for win32

- fix php.exe detection, fullpath are not returned
- hack to remove .tmppear
- show only Drives i...

acd24ae3e0441d312d3e277c029a3a27fe26f283 authored almost 22 years ago
* Before Mr. Joye added the PHP Bitch, the list used to be ordered. Fixing

this again.

1fb162275a6b7e3040463757397f0044fe4821be authored almost 22 years ago
* Alan will not attend to the meeting

cceba1ed350aff36822011f108100514e055b3c7 authored almost 22 years ago
- Add the php clown ;-)

52b63b7a43386c3ddd151e4a50fdc6f26a1f7a4a authored almost 22 years ago
:> sync

c51276ecfa3192dd5f78a01a293bf79aff4989bd authored almost 22 years ago
* Integrate phpinfo() in admin.php again.

1d3589f9d6f78d046cb5637c20f78e8e1b5f8bbd authored almost 22 years ago
fix charset error

7aa43b617287192073d9dad5af73491c82cc6a7f authored almost 22 years ago