relate icon indicating copy to clipboard operation
relate copied to clipboard

RELATE is an Environment for Learning And TEaching

Results 137 relate issues
Sort by recently updated
recently updated
newest added

Closes #621 @dzhuang Could you review/comment?

Notice: 1. django-bootstrap3-datetimepicker.git need to be updated to the latest commit: ``` pip install --upgrade --force-reinstall git+https://github.com/inducer/django-bootstrap3-datetimepicker.git ``` 2. FullCalendar js need to be updated to 3.9.0. (To prevent user...

enhancement
template changed
update dependencies

- Implement proper POST-redirect instead of opening many pages - Remove the functionality of top submit buttons - Fixed some bad/deprecated HTML tags

#263 #417: (Bulk) Regrade/recacluate resulted in wrong gradechange state (percentage) when `use_latest` #430: Reopening latest session if `use_latest` should result in `NONE`, instead of the grades of that session or...

- [x] Add checks for new introduced settings items. - [x] Add tests. Features: 1. Allow define user prefered csv encoding. (So that csv containing non-latin characters can be opened...

local_settings items added

cc @dzhuang Lots left to do: - [ ] Fix Django templates to refer to this - [ ] Get a basic page load to work - [ ] Get...

- [ ] documentation - [x] unittest Suggestions are welcome.

Requirement: - latex - dvipng - dvisvgm Texlive-full might contain all. USAGE: ``` {% call latex() %} The latex code {% endcall %} ``` Optional args: - `output_dir`: full path...

Works only for contents in chunks. Jinja2 macro in repo file `macros.jinja`. ``` {% macro show_if_after(datespec) -%} {%- if now is defined and parse_date_spec(datespec) > now %} {%- elif now...