summaryrefslogtreecommitdiff
path: root/postgresqleu/util/widgets.py
AgeCommit message (Expand)Author
2024-11-05Don't crash when both removing and uploading PDF at the same timeMagnus Hagander
2024-08-21Add a widget to show a simple treeviewMagnus Hagander
2024-08-21Add a form control for previewing HTMLMagnus Hagander
2024-01-30Fix reference to conference urlname in speaker lookupMagnus Hagander
2024-01-29Remove jquery, selectize and bootstrap js from conference frontendMagnus Hagander
2022-11-06Stop using hard wrapping for email text areasMagnus Hagander
2022-06-26Support higher resolution speaker photosMagnus Hagander
2020-05-18Complete overhaul of social media integrationsMagnus Hagander
2020-05-11Add field and widget to support a custom submit button in backend formsMagnus Hagander
2020-05-11Add backend widget that can set a field value from a dropdownMagnus Hagander
2020-04-01Always decode base64encoded values to stringsMagnus Hagander
2020-02-20Make json widget handle null values and nested dictsMagnus Hagander
2020-01-09Fix image field to handle files large enough to spool to temp filesMagnus Hagander
2019-10-29Move speaker photos into main model with byteaMagnus Hagander
2019-10-29Add a widget for inline PDF uploading and storingMagnus Hagander
2019-08-23Add tracking of pre-defined hashtags for a conferenceMagnus Hagander
2019-08-21Add a field+widgets for uploading images into a bytea columnMagnus Hagander
2019-07-11Make the speaker photo use a proper widget and validatorMagnus Hagander
2019-07-09Make email forms use monospace font and fixed widthMagnus Hagander
2019-03-27Add the concept of test/validate to invoice payment formsMagnus Hagander
2019-02-16Generalize frontend side formsMagnus Hagander
2019-01-19Include static fields show notification instructionsMagnus Hagander
2019-01-10Generic changes for python3 from 2to3Magnus Hagander
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
2018-07-06Move HTML 5 date input widget to utilsMagnus Hagander
2018-06-27Add widgets for pretty-printing jsonMagnus Hagander
2018-06-20Add a more user friendly file upload widgetMagnus Hagander