orm: Partially revert 8ab4432f
This partially reverts a change in the ORM changing the QuerySet::all() method to return an Iterator rather than an array. I spent a while proposing a patch to replace usage of all() with iterations; however, I cannot propose a valid reason to abandon the previous methodology. This reintroduces the previous behavior: calling all() will yield an array of results from the QuerySet's iteration system.
Showing
- include/class.faq.php 0 additions, 17 deletionsinclude/class.faq.php
- include/class.orm.php 1 addition, 1 deletioninclude/class.orm.php
- include/class.task.php 2 additions, 2 deletionsinclude/class.task.php
- include/class.ticket.php 4 additions, 4 deletionsinclude/class.ticket.php
- include/class.translation.php 1 addition, 1 deletioninclude/class.translation.php
- include/client/templates/sidebar.tmpl.php 1 addition, 1 deletioninclude/client/templates/sidebar.tmpl.php
- include/client/templates/thread-entries.tmpl.php 1 addition, 1 deletioninclude/client/templates/thread-entries.tmpl.php
- include/staff/templates/thread-entries.tmpl.php 1 addition, 1 deletioninclude/staff/templates/thread-entries.tmpl.php
Loading
Please register or sign in to comment