|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Knop revision 95 postedhttp://code.google.com/p/knop/
knop_changenotes(-date='2008-12-01'); knop_nav 2008-12-19 JS ->filename (and consequently ->include and ->library) can now use a specific -path instead of the current location's path 2008-12-09 JS ->linkparams: fixed undefined local in trace call (only showed when trace was enabled for the nav object) knop_base 2009-04-07 JS ->error_msg: custom error numbers can now be added, even if the language already exists. knop_grid 2009-01-11 JS ->renderlisting: Made sure that template isn't applied on NULL field values since that would casuse an error with ->replace 2008-12-29 JC Support for optional classes in table header knop_database 2009-01-09 JS Added a check before calling resultset_count so it will not break in Lasso versions before 8.5 2009-01-09 JS ->_unknowntag: fixed incorrect debug_trace 2008-12-03 JS ->addrecord: improved how keyvalue is returned when adding records 2008-12-03 JS ->addrecord: inserting a generated keyvalue can now be suppressed by specifying -keyvalue=false 2008-12-03 JS ->saverecord and ->deleterecord will now use the current keyvalue (if any), so -keyvalue will not have to be specified in that case. knop_user 2009-02-26 JS ->login: further correction on the search for login with FileMaker, to reduce the risk for false duplicates 2009-02-26 JS ->login: Added optional -searchparams to be able to add more conditions to the login search, for example to exclude users that are not enabled. 2008-12-02 JS ->encrypt: Changed to -hex cipher instead of encode_base64 knop_lang 2009-04-08 JS Added -debug flag to oncreate (when creating a lang object) to make undefined language keys appear as *key*. 2009-03-24 JS ->getstring prevents replacements if there is no language string found, to prevent null->replace error knop_form 2009-03-20 JS Added <![CDATA[ ... ]]> around injected scripts 2009-01-08 JS ->getvalue and _unknowntag: added -index parameter to be able to get value for a specific field instance when there are multiple fields with the same name 2009-01-08 JS ->loadfields: implemented support for multiple fields with the same name when loading field values from form submission where the number of same name fields matches 2009-01-07 JS ->setvalue: added -index parameter to be able to set value for a specific field instance when there are multiple fields with the same name 2008-12-08 JS ->renderform: Removed the onclick handlers for checkbox and radio since Safari now supports clicking the label text as click for the checkbox/radio control. 2008-12-05 JS ->renderform: the fieldset and legend field types will now use id and class on the fieldset tag if specified 2008-12-03 JS ->renderform: fields of type fieldset now uses value as legend (just as field type legend already did) instead of always using an empty legend -- Johan Sölve [FSA Member, Lasso Partner] Web Application/Lasso/FileMaker Developer MONTANIA SOFTWARE & SOLUTIONS http://www.montania.se mailto:joh-n@... (spam-safe email address, replace '-' with 'a') -- ############################################################# This message is sent to you because you are subscribed to the mailing list <knop@...>. To unsubscribe, E-mail to: <knop-off@...> Send administrative queries to <knop-request@...> List archive http://www.nabble.com/Knop-Framework-Discussion-f29076.html Project homepage http://montania.se/projects/knop/ Google Code has the latest downloads at http://code.google.com/p/knop/ |
|
|
Re: Knop revision 95 postedLast minute typo correction in base.inc wasn't rolled into knop.lasso before committing r95 (also a late documentation addition in nav.inc).
r96 fixes this. At 00.35 +0200 2009-04-08, Johan Solve wrote: >http://code.google.com/p/knop/ > > >knop_changenotes(-date='2008-12-01'); > >knop_nav >2008-12-19 JS ->filename (and consequently ->include and ->library) can now use a specific -path instead of the current location's path >2008-12-09 JS ->linkparams: fixed undefined local in trace call (only showed when trace was enabled for the nav object) > >knop_base >2009-04-07 JS ->error_msg: custom error numbers can now be added, even if the language already exists. > >knop_grid >2009-01-11 JS ->renderlisting: Made sure that template isn't applied on NULL field values since that would casuse an error with ->replace >2008-12-29 JC Support for optional classes in table header > >knop_database >2009-01-09 JS Added a check before calling resultset_count so it will not break in Lasso versions before 8.5 >2009-01-09 JS ->_unknowntag: fixed incorrect debug_trace >2008-12-03 JS ->addrecord: improved how keyvalue is returned when adding records >2008-12-03 JS ->addrecord: inserting a generated keyvalue can now be suppressed by specifying -keyvalue=false >2008-12-03 JS ->saverecord and ->deleterecord will now use the current keyvalue (if any), so -keyvalue will not have to be specified in that case. > >knop_user >2009-02-26 JS ->login: further correction on the search for login with FileMaker, to reduce the risk for false duplicates >2009-02-26 JS ->login: Added optional -searchparams to be able to add more conditions to the login search, for example to exclude users that are not enabled. >2008-12-02 JS ->encrypt: Changed to -hex cipher instead of encode_base64 > >knop_lang >2009-04-08 JS Added -debug flag to oncreate (when creating a lang object) to make undefined language keys appear as *key*. >2009-03-24 JS ->getstring prevents replacements if there is no language string found, to prevent null->replace error > >knop_form >2009-03-20 JS Added <![CDATA[ ... ]]> around injected scripts >2009-01-08 JS ->getvalue and _unknowntag: added -index parameter to be able to get value for a specific field instance when there are multiple fields with the same name >2009-01-08 JS ->loadfields: implemented support for multiple fields with the same name when loading field values from form submission where the number of same name fields matches >2009-01-07 JS ->setvalue: added -index parameter to be able to set value for a specific field instance when there are multiple fields with the same name >2008-12-08 JS ->renderform: Removed the onclick handlers for checkbox and radio since Safari now supports clicking the label text as click for the checkbox/radio control. >2008-12-05 JS ->renderform: the fieldset and legend field types will now use id and class on the fieldset tag if specified >2008-12-03 JS ->renderform: fields of type fieldset now uses value as legend (just as field type legend already did) instead of always using an empty legend > >-- > Johan Sölve [FSA Member, Lasso Partner] > Web Application/Lasso/FileMaker Developer > MONTANIA SOFTWARE & SOLUTIONS >http://www.montania.se mailto:joh-n@... > (spam-safe email address, replace '-' with 'a') > >-- >############################################################# >This message is sent to you because you are subscribed to >the mailing list <knop@...>. >To unsubscribe, E-mail to: <knop-off@...> >Send administrative queries to <knop-request@...> >List archive http://www.nabble.com/Knop-Framework-Discussion-f29076.html >Project homepage http://montania.se/projects/knop/ >Google Code has the latest downloads at http://code.google.com/p/knop/ -- Johan Sölve [FSA Member, Lasso Partner] Web Application/Lasso/FileMaker Developer MONTANIA SOFTWARE & SOLUTIONS http://www.montania.se mailto:joh-n@... (spam-safe email address, replace '-' with 'a') -- ############################################################# This message is sent to you because you are subscribed to the mailing list <knop@...>. To unsubscribe, E-mail to: <knop-off@...> Send administrative queries to <knop-request@...> List archive http://www.nabble.com/Knop-Framework-Discussion-f29076.html Project homepage http://montania.se/projects/knop/ Google Code has the latest downloads at http://code.google.com/p/knop/ |
| Free embeddable forum powered by Nabble | Forum Help |