This topic is locked
[SOLVED]

 PHPRunner 5.2 released

2/5/2010 11:46:20 AM
PHPRunner General questions
admin

We are proud to present the final version of PHPRunner 5.2.
Download links:

http://www.asprunner.com/files/phprunner-setup.exe

http://www.asprunner.com/files/phprunner-setup.zip
Upgrade link:

http://xlinesoft.com/phprunner/upgrade_guide.htm
PHPRunner 5.2 requires new registration key. This update is free to customers who purchased PHPRunner less than one year ago. All other customers can upgrade for $99.
If you are eligible to get a free upgrade and haven't yet received a new key open a ticket at http://support.xlinesoft.com'>http://support.xlinesoft.com sending your order number or registration email address so we can locate your order in our database and send you a new key.
Known issues:

  1. Audit

    All actions like login/logout/record editing/adding/deleting etc are logged to Audit table.

    http://demo.asprunner.net/mikl%5Fxlinesoft%5Fcom/Project41/login.php'>http://demo.asprunner.net/mikl%5Fxlinesoft%5Fcom/Project41/login.php

    Logon as admin/admin or user/user
  2. Record locking.

    To test this feature open this project in two different browsers i.e. in Firefox and Chrome. Logon using different credentials and try to edit the same record in one of tables to see how it works. Admin is able to unblock record if it was blocked for too long or take ownership.

    http://demo.asprunner.net/mikl%5Fxlinesoft%5Fcom/Project41/login.php'>http://demo.asprunner.net/mikl%5Fxlinesoft%5Fcom/Project41/login.php

    Logon as admin/admin or user/user
  3. Column resizing.

    Resize any column on the list page by dragging it's edge.

    http://demo.asprunner.net/tanya_xlinesoft_com/Project7/orders_list.php
  4. Edit/Add master-details tables on the same page

    http://demo.asprunner.net/tanya_xlinesoft_com/Project5/orders_list.php

  • Add master and details
  • Edit master and details
  • Edit details in inline mode on master
  • View master and details (not implemented in this demo, will be available in final version)
  • multiple detail tables (nested or one master - many details). I.e. you can display customers, orders by customer, order details per order and edit all three tables at the same time without leaving the page. Sounds a bit crazy, huh?

  1. New FTP client. SFTP/FTPS support. To increase upload speed change the number of FTP threads in Project->Settings.
  2. Option: Block user account after three unsuccessful login attempts
  3. Option: Section 508 compliance

    http://demo.asprunner.net/mikl_xlinesoft_com/Project43/menu.php
    Check keyboard-based navigation through table links on the list page (Arrow Up, Arrow Down, Tab, Shift Tab).
  4. Search panel (advanced search on the list page)

    http://bit.ly/Mu4jm

    Check search panel on the left. You can add new criteria.

    You can add the same field twice which will produce OR search (username='admin' or username='test').

    By default it implements 'Contains' search. To change this click 'Show options' link.

    You can use both search panel and simple search box at the same time. It produces AND search in this case.

    You can show/hide search panel clicking button with double arrows.

    You can also make search panel floating clicking pin button.
  5. Charts update. Multiple series (unlimited), gauge charts (horizontal, vertical, circular), accumulation charts, scrollable charts, financial charts, bubble charts. Chart auto-refresh by specified time interval.
    More info on new chart types:

    http://www.anychart.com/products/anychart/gallery/
  6. Google maps widget

  1. 'Insert button' feature. Add a button in Visual Editor and type in code to be executed after button is pressed. Supports both client-side (Javascript) and server-side (PHP/ASP) events.
  2. New databases support: Informix, DB2, SQLite, any ODBC-enabled
  3. Add CAPTCHA to any page

    (Edit/Add/Login/Password reminder etc)
  4. AJAX-based pagination/sorting/search

    To turn this feature on proceed to 'Choose pages' screen and click '...' button next to 'List page' check box.

D
dratman 2/5/2010

The new feature list is stunning!
[size="5"]"[/size]multiple detail tables (nested or one master - many details). I.e. you can display customers, orders by customer, order details per order and edit all three tables at the same time without leaving the page. Sounds a bit crazy, huh?[size="5"]"[/size]



Not crazy at all, actually a fantastic feature. My experience with database programming is that the most useful pages have one or more lists of subsidiary items. Suppose I have a table of customers, each of whom may have several orders in progress, a bunch of different SKUs they've bought in the past, one or more invoices outstanding, and so forth. With multiple detail lists, it's possible to see several of those lists shown all on one page every time I pull up a customer's record.
Interface question: is it possible to make each of those detail lists occupy less than the full width of the page? I might want multiple detail lists shown side by side.
Thanks again for all your work.
Ralph

admin 2/5/2010

Ralph,
thank you for the feedback!

We'll see what we can do in regards to child tables positioning.