Skip to content

Commit

Permalink
large lists, no more pages
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasKrais committed Mar 29, 2019
1 parent aa8d736 commit b2fdd6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/entries.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
$query = 'SELECT id, name, email, rating, FROM_UNIXTIME(create_date, "%Y-%m-%d %H:%i") AS create_date, online_status '
. 'FROM '. rex::getTablePrefix() .'d2u_guestbook '
. 'ORDER BY create_date DESC';
$list = rex_list::factory($query);
$list = rex_list::factory($query, 1000);

$list->addTableAttribute('class', 'table-striped table-hover');

Expand Down
1 change: 1 addition & 0 deletions pages/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<h2>Changelog</h2>
<p>1.0.7-DEV:</p>
<ul>
<li>Listen im Backend werden jetzt nicht mehr in Seiten unterteilt.</li>
<li>YRewrite Multidomain support.</li>
<li>Konvertierung der Datenbanktabellen zu utf8mb4.</li>
</ul>
Expand Down

0 comments on commit b2fdd6e

Please sign in to comment.