This topic is locked

PHPRunner 3.1 release candidate 1

9/14/2006 9:44:46 PM
PHPRunner General questions
Sergey Kornilov admin

PHPRunner 3.1 release candidate 1 (build 147) is ready for download.
http://www.asprunner.com/files/phprunner31.exe

http://www.asprunner.com/files/phprunner31.zip
This update features:

  • HTML tables editor, columns/rows resizing in visual editor
  • several minor bugs fixed mostly related to guest login and User Group Permissions
  • Description field added to FTP locations. Can have several FTP locations pointing to different directories on the same web server.
    If no bugs found next several days we release a final version.

W
wrjost 9/15/2006

Good morning,

is it possible that RC1 automatically contains a table called "generator" ...
select `autonumber`,

`index_var`,

`foto_gallery`,

`mp3_player`,

`video_player`,

`layouts`

From `generator`

  • I get it every time I start a new project or try to change an existing one.
    Greetings,

    Wilfried

W
wrjost 9/15/2006

Good morning,

is it possible that RC1 automatically contains a table called "generator" ...
select `autonumber`,

`index_var`,

`foto_gallery`,

`mp3_player`,

`video_player`,

`layouts`

From `generator`

  • I get it every time I start a new project or try to change an existing one.
    Greetings,

    Wilfried


Sorry,

my hosting company moved this empty presence/webspace/database and obviously tested the move by creating a table called "generator" ...
Best regards,

W.

kujox 9/15/2006

I built a project and it all went ok, on the last page the view in browser button is accessible now, I think before it only worked if IIS was running, I run apache.
When I click it, it pulls up a browser but it doesn't point to the output folder, in the address bar it only reads http://index.htm
Is it possible to input the server name and folder where the local files are stored or should this button still be disabled if IIS isn't running?
It's a pity the hidden button is still missing, i did find it handy when editing records where I needed a value to change after an edit but didn't want the user to be able to change it. I guess the workround is get the data from the record before record updated and store the updated field in the value to be saved or is there an easier way?

K
ken.stessens@telenet.be 9/15/2006

Hello,
Something seems not to be working 100% with the truncate function of large text fields (step 9/12).

When clicking the 'more' button in the first 2 rows, everything works fine but starting from row 3, the popup doesn't show up.

Also, when clicking the 'more' button resets the scrolling of the page to the top, so you loose the line you were looking at.
best regards,

Ken

K
ken.stessens@telenet.be 9/15/2006

Hello,
precision to my previous remark: the error occurs in I.E.6 only. Firefox does all well...
cheers,

Ken

Sergey Kornilov admin 9/15/2006

Ken:
please send generated PHP files along with database dump to support@xlinesoft.com.
This could be a data issue (bad character in field content).
Kujox:

not sure why "View in browser" button is not disabled if you don't have IIS installed. I'll double check this.
Regarding hidden fields - they don't fit well enough into visual editor concept. I recommend you to use BeforeAdd event to assign a default value to any field on the Add page.

kujox 9/16/2006

Regarding hidden fields - they don't fit well enough into visual editor concept. I recommend you to use BeforeAdd event to assign a default value to any field on the Add page.


I use them more in edit than in add, so i can load in the values and change them(or other values) depending on the previous value, I can see a work round by grabbing the old data in before add, i just thought it was a useful function.
I do see your problem with the visual editor, you'd have to also make the title hidden as well

K
ken.stessens@telenet.be 9/16/2006

Hello again,
To add a new record in a table, I want to a use dropdown box instead the usual text box. The options for the dropdowns are to be retrieved from another other table.
I did a first quick test to add a record in the table using a text box, and everything works fine.

Then I want to change the text box to a dropdown in the 'add' page (visual editor, step 10/12) using the 'edit as' properties (why is it showing 'edit as' and not 'add as'?).

Allthough the test button indicates correct behaviour, the page remains empty after building the project. After resetting the 'add' page layout to use the text box again, the page still remains empty . The same is still true if I completely shutdown phprunner and open the project again.
Then I did another test. I created a new version of the project, again with the default layout settings for the 'add' page, and everything works fine again. Then I just double click the text field to open the 'edit as', and click 'ok' without changing anything. As a result, the 'add' page is empty again. So the problem arises when leaving the default layout, and it can not be reset.
The problem arise in the 'add page' only, it doesn't seem to do so for the 'edit' page.
Thanks,

Ken

Sergey Kornilov admin 9/18/2006

Ken,
thanks for pointing me to this!
Please check the latest update (build 149) where this bug was fixed.

K
ken.stessens@telenet.be 9/18/2006

Sergey,
No problem, glad you fixed it. Where can I find that latest build?
Did you have a chance to have a look at my other post concerning master key passing (posted yesterday)? It looks like I'm not the only one having an issue there...
Thanks!

Ken

Sergey Kornilov admin 9/18/2006

Ken,
The latest build can be found at the same place.
http://www.asprunner.com/files/phprunner31.exe

http://www.asprunner.com/files/phprunner31.zip
I'll take a look at your another post and will reply there.