[3.2][RC] Automatic Reload of certain search.php sites

Discussion forum for Extension Writers regarding Extension Development.
Post Reply
heinrich_k
Registered User
Posts: 229
Joined: Fri Jul 17, 2009 11:40 am

[3.2][RC] Automatic Reload of certain search.php sites

Post by heinrich_k »

Hi,

I have used the extension guidelines and created this extension:
https://github.com/heinrich-k/phpBB-searchreload

How would I get this committed to the extension database ?

Best regards,
Heinrich
User avatar
Toxyy
Registered User
Posts: 942
Joined: Mon Oct 24, 2016 3:22 pm
Location: Namek
Contact:

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by Toxyy »

So you've added ajax to the search page?
I am a web developer/administrator, specializing in forums. If you have work you need done or are too lazy to do, pm me!

Some of my extensions:
[3.3][BETA] Post Form Templates || [3.3][BETA] Anonymous Posts || [3.2][3.3][BETA] ACP Merge Child Forums || [3.2][BETA] Sticky Ad || [3.2][DEV] User Delete Topics || [3.3][DEV] Moderate While Searching || [3.3][RC] Short Number Twig Extension
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by david63 »

heinrich_k wrote: Tue Dec 19, 2017 9:16 pm How would I get this committed to the extension database ?
Go to the CDB and select "New contribution" and fill in the forms.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
heinrich_k
Registered User
Posts: 229
Joined: Fri Jul 17, 2009 11:40 am

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by heinrich_k »

Toxyy wrote: Wed Dec 20, 2017 2:30 amSo you've added ajax to the search page?
No, it's just php, adding a http header that refrehes...
heinrich_k
Registered User
Posts: 229
Joined: Fri Jul 17, 2009 11:40 am

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by heinrich_k »

david63 wrote: Wed Dec 20, 2017 8:13 am
heinrich_k wrote: Tue Dec 19, 2017 9:16 pm How would I get this committed to the extension database ?
Go to the CDB and select "New contribution" and fill in the forms.
Thanks.
heinrich_k
Registered User
Posts: 229
Joined: Fri Jul 17, 2009 11:40 am

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by heinrich_k »

The process states, that it can't find the required composer.json file.
However, one is in the package, similar to the tutorial.

Is there a more complex feedback for the process, like a log or something ?
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by david63 »

It may be that your composer.json is not in valid json format - use one of the online format checkers to verify the format.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
heinrich_k
Registered User
Posts: 229
Joined: Fri Jul 17, 2009 11:40 am

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by heinrich_k »

https://jsonformatter.curiousconcept.com/
says the JSON is valid. An I just edited the one from the tutorial, so I think it should be fine, too.
User avatar
mrgoldy
Former Team Member
Posts: 1394
Joined: Tue Oct 06, 2009 7:34 pm
Location: The Netherlands
Name: Gijs
Contact:

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by mrgoldy »

It's hard to judge from GitHub, but it feels like you have some weird indenting in your file?
Make sure you only have indents per 4 spaces in your composer.json, and not TABs.
Line endings should be LF, not CR. Make sure to use a solid editor, such as Atom or Notepad++.
phpBB Studio / Member of the Studio

Contributing: You can do it too! Including testing Pull Requests (PR).
phpBB Development and Testing made easy.
User avatar
kasimi
Former Team Member
Posts: 4900
Joined: Sat Sep 10, 2011 7:12 pm
Location: Germany
Contact:

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by kasimi »

Your folder structure is wrong. The zip file contents should look like this:

Code: Select all

- heinrichk
    - searchreload
        - config
        - ...
        - composer.json
Also make sure to submit a stable version number. At the moment it says 0.1. Use the format x.y.z with x >= 1.
heinrich_k
Registered User
Posts: 229
Joined: Fri Jul 17, 2009 11:40 am

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by heinrich_k »

So, I send in a version, that was accepted by the automatic procss. How long until the extension is approved ?
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [3.2][RC] Automatic Reload of certain search.php sites

Post by Paul »

It can take up to a month before a extension is validated. You can find our current validation statistics here: https://www.phpbb.com/customise/db/queu ... /extension
Post Reply

Return to “Extension Writers Discussion”