Topic: [release] pun_repository

Please, test new extension: pun_repository.
This extension allows you to download extension from PunBB repository and run its installation with one click.
Requirements: write access to your /extensions/ folder (for web-server running PHP) and HTTP-wrapper for file_get_contents() (to open http:// links).

Download links:

Feel free to request features and report bugs.

Carpe diem

2

Re: [release] pun_repository

I would make a request to have this also support CURL making it compatiable with some of the larger webhosts such as Dreamhost

Re: [release] pun_repository

Just updated pun_repository to 1.0b: code tidying up, cache altered, one click extension update feature added.

Carpe diem

Re: [release] pun_repository

mrse0 wrote:

I would make a request to have this also support CURL making it compatiable with some of the larger webhosts such as Dreamhost

The problem is that current implementation of get_remote_file() doesn't support HTTP-redirects. We're updating this function in the core and will use it (instead of file_get_contents()): you'll be able to work with CURL then.

Carpe diem

Re: [release] pun_repository

Updated pun_repository to 1.0b3:

  • Dependency checks added (b2).

  • Preventing pun_repository from self-update (b3).

Please report all issues.

Carpe diem

6

Re: [release] pun_repository

Requirements: write access to your /extensions/ folder (for web-server running PHP) and HTTP-wrapper for file_get_contents() (to open http:// links).

Hi,
I'm new in this (just installed my first test forum).
So, sory for stupid question, but, what is HTTP-wrapper, how to create one, and where should I put it?

Re: [release] pun_repository

I installed it on my test forum but I get this error:

PunBB repository wrote:

ERROR! PunBB Repository is inaccessible now. Try to check it later.

8

Re: [release] pun_repository

Same Error on my installation.
That's why I asked previous question, maybe I'm missing something.

Re: [release] pun_repository

I found
"ERROR! PunBB Repository is inaccessible now. "
Any have idea to solve the problem ?

10

Re: [release] pun_repository

Yeah, open up 'extensions/pun_repository/pun_repository.php' and replace line 26 with:

define('PUN_REPOSITORY_URL', 'http://punbb.informer.com/extensions/');

Re: [release] pun_repository

Sorry, all. There is incorrect (testing) repository URL in the extension now.
I will update it for RC2 and fix this too very soon.

Carpe diem

12

Re: [release] pun_repository

Also, the extension list looks plain.

13

Re: [release] pun_repository

New version of pun_repository was released. The mechanism of extension updating was improved. This is the description of problem.