User tests: Successful: Unsuccessful:
Joomla! tracker item 33440: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33440
A major new feature is included. An ORM-like interface to accessing table relationships in FOFTable with a matching iterator to step through a Model's item list loading only one record at a time (using database cursors). This will help developers access records in a one-to-one, one-to-many and many-to-many relations using an architecturally more sound way. It's still not architecturally ideal of course as FOF follows the same convention as Joomla!, breaking its data model between a table and a model class and it's unlikely that will change due to backwards compatibility concerns.
For the complete changelog please consult the FOF changelog.
This PR is fully backwards compatible with the Joomla! RAD Layer (FOF) introduced in Joomla! 3.2.0.
Time investment: approximately 2 minutes
Apply this patch. Make sure that the "Post-installation messages" component and the Two Factor Authentication feature using Google Authenticator are still in working order.
This release would have not been possible without the FOF contributors @roland-d @wilsonge @tampe125 @bbloom @jurianeven @peterpeter @Eighke @anibalsanchez @Skullbock @pagchen @willfaulds @zanardigit @dadaxr and everyone who participated in the mailing list discussions. I hope I'm not forgetting anyone.
The author would like to make a special acknowledgment to the Laravel Framework for acting as an inspiration of the relations handling. Also a special thank you to Herman Peeren for infecting me with the bug of looking into ORM more seriously.
Title |
|
@jurianeven Fixed with commit 40fd942
Fix confirmed and tests successful
Tested authenticator and works as expected, Post installation messages for Joomla works. Just as zero-24 noted, the version number needs fixing.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-03-11 09:27:27 |
Updated Copyright and changed back to the constant after discussion with Nicholas.
Hi Nicholas,
Thanks for your hard work and also thanks to the other contributors.
For some reason the Two Factor Authentication tab is not shown at the edit user view when I switch to your
nikosdion:update-fof/2.2.0
branch. It is shown when I switch to thestaging
branch. The 2FA plugins are published. Could you confirm this issue? Please note that no user on my test site has 2FA enabled (yet).Kind regards,
Jurian Even