Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


ATutorSpaces

No Members Logged In

(13 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Bug Tracker

Browse through the lastest 25 bug reports in the table below. Click on the Bug ID for a more detailed account of the bug. Select from the links to browse or search the bug tracker, to request a bug tracker account (open to ATutor developers), or to report a bug to the Bug Report Forum.

Browse Bug Tracker Anonymously | Request Bug Tracker Account | Report Bugs

Current Bug Summary



Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60

Deprecated: Function eregi_replace() is deprecated in /webserver/content/atutor.ca/docs/development/bugs/index.php on line 60
Bug IDSummaryDescription
5274 after one successfull login and logout,Users can't login randomly

Status: New
Date Submitted: 1369115566
Last Updated: 1369117464
Severity: Minor
Resolution: Open

Hi
i can't find any log data related to this problem,
after admin create user account for user or user register account user can successfull login to atutor
but on click home, login screen appear and user can't login into system,
that happen random user can login ,

5065 ATutor sends an invalid Content-Disposition HTTP header that causes major problems at least on Apple platform

Status: Acknowledged
Date Submitted: 1346846786
Last Updated: 1369099502
Severity: Minor
Resolution: Open

* The HTTP header Content-Disposition, which ATutor sends with every media file (audio/video) and possibliy with other files, is syntactically invalid.

* It looks a follows:
Content-Disposition: filename="foo.mp4"

* It should look as follows:
Content-Disposition: inline; filename="foo.mp4"

The syntactical error causes major problems in Safari (tested in iOS and OSX - possibly also in Windows) leading the media file to be downloaded rather than played or, when inside a
4093 add content language

Status: New
Date Submitted: 1261506929
Last Updated: 1368467198
Severity: Minor
Resolution: Open

Clicking on the add page icon in the content menu should replace "Edit Content" with "Add Content"
5261 Guest] Enroll message

Status: New
Date Submitted: 1367240932
Last Updated: 1368305271
Severity: Minor
Resolution: Open

When a guest user entering ATutor via authenticated access click the enrol link in a course they are assessing, they receive a "must register and login message" error message. This message would be better as an info message.
5273 Calendar module: The names of months or days are not internationalized

Status: New
Date Submitted: 1368124622
Last Updated: 1368124622
Severity: Minor
Resolution: Open

The month (Jan - Dec) and week (Sun - Sat) names are not translated when ATutor is switched to use a non-english language. Seems the "fullcalendar" library used by calendar module is not hooked up with the ATutor translation module.

Reported by: http://atutor.ca/view/17/24098/1.html
5272 Calendar module: Add instructor-level event type

Status: New
Date Submitted: 1368116663
Last Updated: 1368116721
Severity: Feature
Resolution: Open

With current ATutor calendar module, all the user created events are automatically categorized into "Personal events" and only viewable by the creator himself.

A good feature is to provide a instructor-level event type that instructors can create course-level events to be viewed by all students of the course.

Requested by: http://atutor.ca/view/17/24095/1.html
3356 Some char pairs break restored content

Status: Closed
Date Submitted: 1208152074
Last Updated: 1368017290
Severity: Minor
Resolution: Fixed

In our production 1.5.5 installation we found that certain character combinations in content pages cause problems when restoring them from a backup. The content gets truncated at of after them.
The problem was confirmed in a fresh 1.6 pl1.

The pairs we know about are:
1. \0
The restored content is truncated *by the browser (?)* at the last character before the backslash. The reason seems to be as simple as misunderstanding this pair as an ASCII 0.
2. \"
It gets converted into \"" during backup, and the string is truncated *in the DB* at the first comma (,) after this pair. Probably, the comma is mistaken with a beginning of the next CSV column.


Steps to reproduce:
1. Create two content pages containing 'sometext \0 othertext' and 'sometext \" some, othertext'.
2. Create a course backup.
3. Restore content from the backup.
4. The restored pages should be truncated, 'othertext' absent from both. While editing the page, Firefox will handle \0 somehow, but Opera will consider it an EOF.
The bug is reproducible in tests as well (I guess it's the same for any content backed up).

Browsers used: Opera 9.25, Firefox 1.5.
MySQL version: 5.0.22.
PHP version: 5.1.6.
3953 Fatal error when we delete multiple user accounts.

Status: Closed
Date Submitted: 1254749450
Last Updated: 1368014158
Severity: Minor
Resolution: Fixed

Reported by William Frew from FHA.

Reproduce it by:
admin->users->check 2+ users->delete->apply

Error msg:

Fatal error: Cannot redeclare fs_authenticate() (previously declared in C:\xampp\htdocs\atutor155\ATutor_163\include\lib\file_storage.inc.php:41) in C:\xampp\htdocs\atutor155\ATutor_163\include\lib\file_storage.inc.php on line 91


Related to:
http://www.atutor.ca/atutor/mantis/view.php?id=3657
1936 Cookie disabled warning.

Status: Closed
Date Submitted: 1120124866
Last Updated: 1368014068
Severity: Feature
Resolution: Fixed

For those of us who have cookies disabled in their browsers, ATutor should give a cookies disabled error during login. Otherwise it looks like you're just logging in and hitting submit and nothing is happening.
5271 Test intro when mod_rewrite is enable

Status: New
Date Submitted: 1367957437
Last Updated: 1367957437
Severity: Minor
Resolution: Open

When mod_rewrite is turned on as an ATutor System Preference, clicking on a test in the content menu redirects the user to the course home page.
4144 content preview with no content

Status: New
Date Submitted: 1267621798
Last Updated: 1367676124
Severity: Minor
Resolution: Open

When creating a new content page, a php error is generated when the preview tab is opened. There should be an ATutor error displayed instead, something like "ou need to save before previewing"
5265 Matching Graphical Answers incorrect

Status: Resolved
Date Submitted: 1367332366
Last Updated: 1367424262
Severity: Minor
Resolution: Fixed

With graphical matching questions, only the first correct answer is marked correct.

http://atutor.ca/view/16/24070/1.html

Test with the attached QTI question
5259 "View results" for question types of matching and multiple answers have wrong red cross icon marked

Status: Resolved
Date Submitted: 1366120831
Last Updated: 1367424131
Severity: Major
Resolution: Fixed

In the "view results" page for a test that contains matching question or multiple answers question, the red cross icons that mark the wrong answers are not showed up properly for the incorrect selections.

Refer to the attached screenshot.
5263 missing failed github language

Status: New
Date Submitted: 1367326903
Last Updated: 1367326903
Severity: Minor
Resolution: Open

When applying patches, when github is not available, the message is not translated.

AT_INFOS_CANNOT_CONNEC_GITHUB_SERVER
4874 Cleanup: jQuery and comments header.tmpl.php and address some parsing errors in mobile.css

Status: Closed
Date Submitted: 1317755992
Last Updated: 1367310474
Severity: Minor
Resolution: Open

Do some code cleanup, see if jQuery in the header.tmpl.php can be simplified and use comments that are consistent in header.tmpl.php.

Mobile footer is no longer being "pushed" to the bottom of the viewport on the iPhone / iPad

Validate mobile.css and remove non vendor-specific errors.
5241 Mutlisite manager updated date

Status: Resolved
Date Submitted: 1364128490
Last Updated: 1367263016
Severity: Minor
Resolution: Fixed

typo in manage_multi/upgrade_subsite.php $row['update_date'] should be $row['updated_date']
5257 profile picture upload glitch

Status: Resolved
Date Submitted: 1365188606
Last Updated: 1367257737
Severity: Minor
Resolution: Fixed

When user clicks upload (mods/_standard/profile_pictures/profile_picture.php) to upload profile picture without selecting any picture from pc then array in json format is printed. It should be redirecting back to profile_picture.php and display appropriate error.
5262 Import QTI package path

Status: Resolved
Date Submitted: 1367244105
Last Updated: 1367257142
Severity: Minor
Resolution: Fixed

The href in the import QTI package form is incorrect when ATutor is installed in a subdirectory.

Change relative path to absolute path. adding $_base_href

mods/_standard/tests/question_db.php line 115 in ATutor 2.1.1
3327 Custom headers in Backups

Status: Closed
Date Submitted: 1205238158
Last Updated: 1367217042
Severity: Minor
Resolution: Fixed

When a backup is created and restored, the content of the custom course banner, created from the course properties page, and displayed at the top of the coruse home page, needs to be included with the backups.
3553 Password reminder message login vs firstname

Status: Closed
Date Submitted: 1220604435
Last Updated: 1367203394
Severity: Feature
Resolution: Fixed

Use the user's first name in the reply to a password reminder request if available, otherwise use the user's login name.
3657 File Storage Cleanup

Status: Closed
Date Submitted: 1228229266
Last Updated: 1367154256
Severity: Minor
Resolution: Fixed

We need a way to cleanup file in the file storage area after courses and users are removed from the system. First fix the trunk, so into future claening occurs automatically, then create a small module to clean up file storage for older installations
3188 browser course styles missing from themes other than default

Status: Closed
Date Submitted: 1194438337
Last Updated: 1366991819
Severity: Minor
Resolution: Fixed

The style that wraps a box around courses displayed below the category list on the browse courses screen are missing from all but the default theme. Add them in.
4097 Groups detailed view

Status: New
Date Submitted: 1261588540
Last Updated: 1366841010
Severity: Minor
Resolution: Open

Groups detailed view does nothing. Display list of 3 current groups.
5260 Single quotes (') in the course title is displayed as \'

Status: New
Date Submitted: 1366737881
Last Updated: 1366737881
Severity: Minor
Resolution: Open

Create a course with the title having one or more single quotes (') in it -> Save the course -> On the course home page, each single quote in the course title are displayed with a back slash in front of it.
3274 tinymce i18n settings

Status: Closed
Date Submitted: 1199280081
Last Updated: 1366685939
Severity: Minor
Resolution: Fixed

set tinymce for non-english languages

see:
http://www.atutor.ca/view/2/12410/1.html