Skip to content

Lattices#7024

Merged
edgarcosta merged 176 commits into
LMFDB:alphafrom
assaferan:lattices
May 29, 2026
Merged

Lattices#7024
edgarcosta merged 176 commits into
LMFDB:alphafrom
assaferan:lattices

Conversation

@assaferan

Copy link
Copy Markdown
Contributor

small updates to frontend

rvisser7 and others added 30 commits March 11, 2026 15:00
Add number field search for unit signature rank
rvisser7 and others added 27 commits May 8, 2026 00:30
Fix transitive group id for degree 16 multi-quadratic fields
Fix comment type for Sage download of Hilbert cusp form eigenvalues
Add multi-label support to Find box for number fields
Bug fix for computing latex names for certain cubic fields
The families search had no `download` shortcut on its `search_wrap`,
so clicking Download just re-ran the search and refreshed the page.
Add an `LF_families_download` Downloader and register it as the
download shortcut. Also set `apply_download` on the `base_field`
column so the relative-families download doesn't crash on the virtual
`rf0` field (only populated by the wrapper's postprocess, not the
downloader's row stream).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…e47168

Fix download for p-adic families search results (LMFDB#6829)
The datapage() helper used by every "Underlying data" page fetched every
matching row from each table, which on labels like /ModularCurve/data/2.6.0.a.1
meant rendering ~190K modcurve_points records and locking up the browser
(issue LMFDB#6939).

datapage() now caps each per-table result at limit=100 (overridable via the
_limit query arg, clamped to 10000). It fetches limit+1 rows to detect
truncation cheaply and only calls count() when the cap is hit. The template
displays "Showing the first N of M matching records" when a table is
truncated; the JSON/YAML output gains totals and limit fields so API
consumers can detect truncation too.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…7d43

Cap /data/ pages at 100 rows per table (fix LMFDB#6939)
@edgarcosta edgarcosta merged commit 1261fe9 into LMFDB:alpha May 29, 2026
5 of 13 checks passed
@edgarcosta edgarcosta deleted the lattices branch May 29, 2026 13:47
@edgarcosta edgarcosta restored the lattices branch May 29, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.