Page 3 of 3

Re: Purebasic Repository

Posted: Sat Jun 26, 2010 10:30 pm
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!

Re: Purebasic Repository

Posted: Thu Jul 01, 2010 4:41 pm
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

Re: Purebasic Repository

Posted: Fri Jul 02, 2010 12:26 am
by Demivec
It seems obvious what the 'code' part of the upload process is for, but what is the 'file' part for?

Re: Purebasic Repository

Posted: Fri Jul 02, 2010 12:45 am
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]

Re: Purebasic Repository

Posted: Fri Jul 02, 2010 11:06 am
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!

Re: Purebasic Repository

Posted: Sat Jul 03, 2010 9:14 am
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?