-
**Environment**:
`master` branch
**Description of feature/enhancement**
All the tooltips in the app should link to the specific section of the instructor help page. Right now, clicking on the too…
-
**Environment**:
`master` branch
**Steps to reproduce**
The recycle bins of courses and sessions look and behave differently (one is able to expand & collapse while the other can't) now. They sho…
-
**Environment**:
`master` branch
**Steps to reproduce:**
1. Go to `/web/instructor/courses/edit?courseid=`
2. Edit the course details and click `Save changes`
3. Observe success message:
![im…
-
The asserts that use New York and Sydney's time zones are brittle as these two time zones observe daylight savings, meaning the absolute offset from UTC is not consistent throughout the year.
https…
-
I think we should actively promote first timers to enacting a pull request for an addition or a fix.
I think we should try to get first timers to build example web sites to show potential users how t…
-
- **Environment**: `master` branch at commit ba91074b70129892364b3a6df8e0b3c15c75eae5
**Steps to reproduce**
* Login as instructor
* Go to edit a feedback session page. Sample URL: localhost:…
-
- **Environment**: `master` branch
**Steps to reproduce**
1. Go to `/web/instructor/courses`
2. Create a new course if there isn't any
3. Click the `Enroll` button
4. Put in some details of stu…
-
On doing the following commands in the mentioned order
* `select 1`
* `clear`
Even though the address book is cleared the browser still shows about the web page of 1st contact.
How I thought…
-
Before opening a new issue, please check that no existing issue covers the same topic.
Go to the "Preview" tab and click on the relevant issue type to be redirected to the appropriate template.
…
-
Context: Someone wants to add a key-value pair to a map if the key-value pair does not exist.
Pre-Java 8:
```java
if (!map.containsKey(key)) {
map.put(key, value);
}
```
Java 8:
```java
…