Jennifer Richards
17d37723f7
Consolidate repeated searchable field code into SearchableField class. Fix single-valued searchable fields. Make javascript test config reusable. Use Django Form.media for JS/CSS inclusion. Fixes #3196 , #3204 . Commit ready for merge.
...
- Legacy-Id: 18939
2021-04-09 15:18:11 +00:00
Henrik Levkowetz
93e07f8650
Changed deprecated 'load staticfiles' to recommended 'load static'
...
- Legacy-Id: 18080
2020-06-27 13:51:19 +00:00
Robert Sparks
3568e72ec5
Default use_milestone_dates to True. Allow changing use_milestone_dates from the edit milestone dates form for charters if it is the initial chartering effort. Fixes #2884 . Commit ready for merge.
...
- Legacy-Id: 17287
2020-02-11 18:53:40 +00:00
Robert Sparks
b4ac9f83f1
Restrict the ability to change whether a group uses milestone dates to the ADs and the secretariat. Fixes #2869 . Commit ready for merge.
...
- Legacy-Id: 17234
2020-01-16 21:19:29 +00:00
Robert Sparks
42e5163b09
Adds support for dateless milestones. Fixes #2799 . Commit ready for merge.
...
- Legacy-Id: 17185
2020-01-06 20:48:53 +00:00
Robert Sparks
f71e9995a7
Dateless milestone work. Commit in preparation for merging forward.
...
- Legacy-Id: 17174
2019-12-24 21:38:26 +00:00
Henrik Levkowetz
9287ce2b3b
If there are both milestone changes and a deletion marked for a milesone, show both 'Changed' and 'Deleted' labels on the review form.
...
- Legacy-Id: 14760
2018-03-09 20:03:34 +00:00
Henrik Levkowetz
5f053ad21a
Cleaned up the remaining explicit url names, using dotted-paths to view
...
functions instead. In all almost 700 changes.
- Legacy-Id: 12923
2017-02-26 23:21:49 +00:00
Henrik Levkowetz
27351c4349
Fixed url lookups for doc.views_doc.document_main() to only use dotted-path, and removed the doc_view explicit url name. Fixes a 500 error in /submit/status/NNNN/.
...
- Legacy-Id: 12897
2017-02-22 11:40:55 +00:00
Robert Sparks
cdeef99dc1
Removed a bunch of redundant displays of the django messages framework messages from forms. Commit ready for merge.
...
- Legacy-Id: 10810
2016-02-09 20:15:49 +00:00
Lars Eggert
808196bc0c
Update a number of web assets to their latest versions.
...
Commit ready for merge.
- Legacy-Id: 10530
2015-12-02 15:05:51 +00:00
Henrik Levkowetz
9cb8f65c8e
Updated templates to use the static template tag for static files.
...
- Legacy-Id: 9945
2015-08-01 14:53:59 +00:00
Henrik Levkowetz
54aac4e12a
Updated templates to use the 'static' template tag to dynamically point to the correct static files location.
...
- Legacy-Id: 9889
2015-07-26 18:15:24 +00:00
Henrik Levkowetz
ec0321e0da
Added copyright lines and template origin to the html templates. Fixed a number of instances of html that didn't validate.
...
- Legacy-Id: 9551
2015-04-24 20:40:01 +00:00
Henrik Levkowetz
d4bd6c3775
Renamed the base template file from 'ietf.html' to 'base.html'.
...
- Legacy-Id: 9427
2015-04-08 19:16:48 +00:00
Ole Laursen
a589115ff4
Summary: Reindent all HTML files to follow the previous convention (no
...
tabs) and kill the scripts block in favour of just using a js block with
a script tag (which is easier to understand for context-sensitive
modes such as web-mode in Emacs). Also fix a couple of details, e.g.
missing semicolons in JS snippets.
- Legacy-Id: 9096
2015-02-17 18:01:04 +00:00
Ole Laursen
9d71ef3179
Summary: Move select2 field handling to a separate .js file, currently
...
we only include the select2 things on pages with forms that need it
anyway, and this makes it easier to use it in the Secretariat code
- Legacy-Id: 8986
2015-02-05 13:48:27 +00:00
Ole Laursen
e78637b9fc
Remove non-facelift static assets, and move the facelift assets one step up
...
- Legacy-Id: 8971
2015-02-04 17:03:43 +00:00
Ole Laursen
74313edc67
Summary: Move datepicker CSS to lib/
...
- Legacy-Id: 8736
2014-12-12 17:33:57 +00:00
Ole Laursen
0eb1df5f4a
Summary: Move bootstrap_messages call into content
...
- Legacy-Id: 8729
2014-12-11 17:14:24 +00:00
Ole Laursen
cebc979282
Summary: Resolve person/email/document multiselect issue by importing
...
select2 and switching the widgets over to using that. Port the
milestones editing page to Bootstrap.
- Legacy-Id: 8713
2014-11-25 16:47:48 +00:00
Henrik Levkowetz
09f654b1f4
Merged in branch/iola/team-support from olau@iola.dk. This generalises and extends the group support for WGs and RGs so that also other groups, such as for instance the Edu Team, can have pages.
...
- Legacy-Id: 8013
2014-07-02 19:30:07 +00:00
Ole Laursen
0078057173
Fix crash bug on live - don't display charter link on milestones
...
editing page if the group has no charter yet
- Legacy-Id: 7879
2014-06-10 11:01:18 +00:00
Ole Laursen
976d0b9d68
Turn charter page for non-chartering groups into about page, fix a bunch of potentially broken links due to the split between group-type prefixed URLs and /group/ ones
...
- Legacy-Id: 7805
2014-05-30 15:59:02 +00:00
Ole Laursen
f52e676793
Move chartering groups to /group/chartering/ (with a redirect from the old location), list RGs there too, and amend the previous fix to the chartering process for non-WGs so they have internal and external review states instead of just approved. Also move the code in wginfo/ to group/ as it is no longer just about info for WGs.
...
- Legacy-Id: 7556
2014-04-01 11:59:08 +00:00