Welcome, Guest
Please Login or Register.    Lost Password?

OWL 0.94 to 1.10
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: OWL 0.94 to 1.10
#3662
OWL 0.94 to 1.10 5 Months, 1 Week ago Karma: 0
Hi Bozz,
we're considering to update our environments from V0.94 to V1.00, what kind of issue can occur?

So, we look at 1.10 version, too. what's the meaning of "template based"? Is the HTML now table less? There's an API implementation?


Thank you in advance for your time.

Imperio.
imperio baldini
Use Owl in a italian public company
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: rome
The administrator has disabled public write access.
 
#3665
Re:OWL 0.94 to 1.10 5 Months, 1 Week ago Karma: 27
Hi,

There might be issues with SQL tables and columns missing after the upgrade using the mysql-from-0.90.sql upgrade script. But that can be fixed.


Regarding the question about template, lets see if I can explain this:

In past versions, the php code was using similar code as:
Code:


print("<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\" width=\"100%\">\n");
fPrintFormTextArea($owl_lang->comments . ":", "newcomment", $sCommentValue, 15,80);
print("<tr>\n");
print("<td class=\"form1\">");



The new code looks like:
Code:


$xtpl->assign('FILE_COMMENT_LABEL', $owl_lang->comments);
$xtpl->assign('FILE_COMMENT_VALUE', $sCommentValue);



AND the HTML was moved to a new file, and the contents of that file are more HTML Like

Code:


            <table cellspacing="0" cellpadding="0" border="0" width="100%">
               <tr>
                  <td class="form1">{FILE_COMMENT_LABEL}</td>
                  <td class="form1" width="100%"><textarea class="ftext1" name="newcomment" rows="15" cols="80">{FILE_COMMENT_VALUE}</textarea></td>
               </tr>



AT Run Time owl replaces {FILE_COMMENT_LABEL} With actual values.

So this should make it much easier for anyone to make changes to the LOOK and feel

Regards,
B0zz
Owl DEV Team
Moderator
Posts: 2146
graph
User Offline Click here to see the profile of this user
Gender: Male b0zzit Location: Ottawa, Ontario, Canada
The administrator has disabled public write access.
 
#3670
Re:OWL 0.94 to 1.10 5 Months, 1 Week ago Karma: 0
perfect explanation, so we'll wait version 1.10.

thank u for answers.
imperio baldini
Use Owl in a italian public company
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: rome
The administrator has disabled public write access.
 
#4362
Re:OWL 0.94 to 1.10 2 Months, 1 Week ago Karma: 0
Hi,
we would know when is expected release of version 1.10?

Thank you in advance.
imperio baldini
Use Owl in a italian public company
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: rome
The administrator has disabled public write access.
 
#4363
Re:OWL 0.94 to 1.10 2 Months, 1 Week ago Karma: 27
We expect to complete the conversion by December, this is a long process as each and every single php page has to be re-written.

B0zz
Owl DEV Team
Moderator
Posts: 2146
graph
User Offline Click here to see the profile of this user
Gender: Male b0zzit Location: Ottawa, Ontario, Canada
The administrator has disabled public write access.
 
Go to topPage: 1

Ad Block