Purebasic Repository

For everything that's not in any way related to PureBasic. General chat etc...

Are you interested in the Purebasic Repository site?

Poll ended at Tue Jun 15, 2010 4:41 pm

Yes
18
95%
No
1
5%
 
Total votes: 19

Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: Purebasic Repository

Post by Num3 »

Update.

Javascript issues resolved, only one side effect now!

Reduced inicial size off image+css+java+html to 83Kb... Each page visited won't take more than 5Kb of download after first view :D

Cache system implemented, so pages are served much faster...

Added some other nice treats in there too!
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: Purebasic Repository

Post by Num3 »

UPDATE

Beta phase has begun!

Please use and abuse the upload page!!!

WARNING!!!

All code uploaded will be deleted once the Release Candidate is uploaded!
The upload is enabled just for bug hunting!!!

http://purebasic.xipa.org
User avatar
Demivec
Addict
Addict
Posts: 4260
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: Purebasic Repository

Post by Demivec »

It seems obvious what the 'code' part of the upload process is for, but what is the 'file' part for?
User avatar
Vera
Addict
Addict
Posts: 858
Joined: Tue Aug 11, 2009 1:56 pm
Location: Essen (Germany)

Re: Purebasic Repository

Post by Vera »

Hi Num3 ,

thanks for your Purebasic Repository :)
and I like how it's developed so far.

Testing the upload I found submiting code works fine, but uploading a file (name.pb) didn't work and I got the response
Success!!!
Post id 1209 was created!
Your file had 0.00Kb

Retesting another file-upload from root directory (instead of deeper sub-path) wasn't successful eather.

Then I tried if I could 'overwrite' the latest upload by using equal settings incl. post-title - but that failed too - and that's good to know ;)
At last I could also create a record without any code or file specification. I think this should be intercepted as well.

Everything else seems to work fine (popup reminder for the auther / p-title and immediately sorting of the submission and its accessibility).
BTW: I like changing the captcha 'til it comes up with a suitable answer :mrgreen:

regards ~ Vera
[Suse 11.1, FF 3.0.1]
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: Purebasic Repository

Post by Num3 »

Vera wrote:Hi Num3 ,

thanks for your Purebasic Repository :)
and I like how it's developed so far.

Testing the upload I found submiting code works fine, but uploading a file (name.pb) didn't work and I got the response
Success!!!
Post id 1209 was created!
Your file had 0.00Kb

Retesting another file-upload from root directory (instead of deeper sub-path) wasn't successful eather.

Then I tried if I could 'overwrite' the latest upload by using equal settings incl. post-title - but that failed too - and that's good to know ;)
At last I could also create a record without any code or file specification. I think this should be intercepted as well.

Everything else seems to work fine (popup reminder for the auther / p-title and immediately sorting of the submission and its accessibility).
BTW: I like changing the captcha 'til it comes up with a suitable answer :mrgreen:

regards ~ Vera
[Suse 11.1, FF 3.0.1]
Thanks for the testing V !

There is a feature on the submit form that i will address today.
The code and file upload field are supposed to be mutually exclusive, one or the other.

If you place data on both an error will occur :(

I'm going to code a new submission form, where you will have to choose which one to use before actually using it!
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Purebasic Repository

Post by the.weavster »

Hi Num3,

This looks perfect for a site I have in mind, is there any possibility of having a copy of the template once you've finished ironing out the bugs?
Post Reply