This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 4 years ago

#694 closed enhancement (fixed)

Max length in abstracts should be characters or words

Reported by: jbenito Owned by: acastill
Priority: normal Milestone: v1.0
Component: Abstracts Version: 0.97.0
Keywords: Cc:

Description

Allow to set it up to words.

Change History (7)

comment:1 Changed 5 years ago by jbenito

  • Owner set to acastill
  • Status changed from new to assigned

comment:2 Changed 4 years ago by acastill

  • Status changed from assigned to in_work

comment:3 Changed 4 years ago by acastill

  • Status changed from in_work to awaiting_merge

comment:4 Changed 4 years ago by acastill

  • Status changed from awaiting_merge to assigned

comment:5 Changed 4 years ago by acastill

  • Status changed from assigned to in_work

comment:6 Changed 4 years ago by acastill

  • Status changed from in_work to awaiting_merge

comment:7 Changed 4 years ago by Alexis Castilla Hernandez <alexis.castilla.hernandez@…>

  • Resolution set to fixed
  • Status changed from awaiting_merge to closed

In [39b7d05690b26d2fbb4307bc393f482819e1a0a2/indico]:

[IMP] Abstract submittion form

  • Allow to choose limit for fields of the abstract submittion form in chars or words.
  • Added attribute "limitation" to class AbstractField?.
  • Included word counter tool in JS (Data.js) and Python (util/text.py).
  • Added parameter manager in the interface of adding a new field to the submittion abstract form.
  • Added parameter manager in fields limited by words or chars.
  • Added parameter manager to mandatory fields in abstract submittion form (conference display).
  • Done title mandatory in abstract submittion form (management).
  • Changes applied to everywhere you can display the submition form.
  • Fixed: show track title in the form only if there are tracks.
  • Added difference between input and text area in abstract submittion form (management).
  • Added new Management/CFA.js file.
  • Added new util/text.py file.
  • Changed notification templates vars format |var| -> {var}
  • Deleted unnecessary code found in /webinterface/pages/conferences.py of notification templates.
  • Closes #694
Note: See TracTickets for help on using tickets.