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

[Register]

Occasional ATutor release updates


No Members Logged In

(9 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


Bug IDSummaryDescription
4976 admin sysprefs timezone setting not working.

Status: New
Date Submitted: 1334347701
Last Updated: 1335527062
Severity: Minor
Resolution: Open

The time zone setting in the admins system preferences does not work when -4 is selected.
4978 create date broken

Status: New
Date Submitted: 1334528371
Last Updated: 1334528866
Severity: Minor
Resolution: Open

in the multisite branch, the created date displayed in the admin's courses table, shows a negative 5 digit number. using

echo AT_date($startend_date_long_format, $row['created_date'], AT_DATE_UNIX_TIMESTAMP)

themes/default/admin/courses/courses.tmpl.php

changing to just echo $row['created_date'] fixes the problem, but why?

Could be the services module create_course.php file?

this does not seem to be a problem on the 2.0.3 demo site however.

4975 theme manager template

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

The admin's theme manager has been templated, but is still using the markup embedded in mods/_core/themes/index.php instead of themes/default/admin/system_preferences/theme/index.tmpl.php

When fixed, be sure to update the if(AT_SUB_SITE) statements to remove theme uploads and install if they have not yet been implmented for multisite.
4973 restore large backup fails

Status: New
Date Submitted: 1333053227
Last Updated: 1333394397
Severity: Minor
Resolution: Open

when attempting to restors a 202mb backup a blank screen appears and the restore fails. course size and max file size set to 350mb. Smaller ones, eg 30mb restore without a problem.
4972 backups not available for new courses

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

When creating a new course, on localhost, backups from other courses owned by the user are not available to be restored in to the new course via the Initial Content field on the create screen.
4971 Create a new course does not work with PHP 5.4.0-2

Status: New
Date Submitted: 1332667632
Last Updated: 1332667632
Severity: Major
Resolution: Open

atutor/mods/_core/courses/admin/create_course.php
After you click on Create a new course will show a blank page.
4970 Link Forums dont work under PHP 5.4.0-2

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

atutor/mods/_standard/forums/index.php dont work
After clicking on the course forum will show a blank page with no code
4969 Backup course dont work under PHP 5.4.0-2

Status: New
Date Submitted: 1332529240
Last Updated: 1332529310
Severity: Major
Resolution: Open

ATutor version 2.0.3(r11495 - 2011-09-13 13:27:29)
PHP Verzia: 5.4.0-2
MySQL verzia: 5.1.61-2
OS:Linux 3.2.0-2-686-pae
4968 php 5.4.0-2

Status: New
Date Submitted: 1332362382
Last Updated: 1332527967
Severity: Minor
Resolution: Open

Export Content to IMS CP or IMSCC dont work with php 5.4.0-2
4965 Extend install to install extra mods

Status: New
Date Submitted: 1331738993
Last Updated: 1331738993
Severity: Feature
Resolution: Open

A feature I would find useful from creating ATutor custom inplementations if to have the installer scan the mod/ directory for an addon modules, and run their respective installers to automatically install those module during an ATutor installation.
4959 https via $_SERVER['HTTPS']

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

On atutorspaces.com when detecting https with $_SERVER['HTTPS'] no such variable exists in constants.inc.php. However checking $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https' the value is set.

Should we consider using the latter for https detection.
4952 The dropdown lists for the date selection is disabled in Chrome & Firefox

Status: New
Date Submitted: 1328710411
Last Updated: 1331131879
Severity: Minor
Resolution: Open

Login as an instructor, go to "Manage" -> "Add Assignment", with Chrome or Firefox, the dropdown lists for "due date" and "Accept Late Submissions" are disabled which is a wrong behavior, with IE (tested on IE8 but not other IE versions yet), they are however enabled.

http://atutor.ca/view/3/22864/1.html
4958 hardcoded styles in test question templates

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

various text display templates have hard coded styles that end up overriding theme based styles. remove them and add to the them style sheets.
4957 Left over "u" in fluid uploader UI

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

when the fluid multifile uploader is turned on, there is a rouge "u" in the ui just after the word Or.
4956 admin photo album delete

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

when no photo albums exist, and admin can click the delete button, confirm delete, then receive the message "Successfully delete" even though nothing was deleted. Add a check to be sure an album is selected for deletion before proceeding to the confirmation
4955 timeout warning needed

Status: New
Date Submitted: 1329404213
Last Updated: 1329404213
Severity: Feature
Resolution: Open

A login timeout is currently set to 15 minutes, a reasonable amount of time to ensure those accessing via public workstations are logged out if they leave a session without logging out. But, this may not be long enough for someone authoring content of forums posts for instance (even though they should be writing long texts in an editor). As per WCAG 2.0 #2.2.1 a warning should popup a minute or two before the timeout occurs that allows a user to extend the session for another 15 minutes.
4949 Images in test questions

Status: Resolved
Date Submitted: 1328362855
Last Updated: 1329254810
Severity: Major
Resolution: Fixed

When an image is inserted into a test question, quote marks are duplicated, turning "image.gif" to ""images.gif""

http://atutor.ca/view/7/22854/1.html
4948 group forums mising from forum list

Status: Resolved
Date Submitted: 1328284572
Last Updated: 1329250300
Severity: Minor
Resolution: Fixed

the groups forums no longer seem to be listed on the forums/list.php page.
http://www.atutor.ca/view/7/22848/1.html
4953 things current show a forum messages

Status: Resolved
Date Submitted: 1328894298
Last Updated: 1329245379
Severity: Major
Resolution: Fixed

Things current shows forum messages from all courses, not just the courses one is enrolled in.

http://atutor.ca/view/3/22886/1.html

Should only show messages from enrolled and approved courses, and shared forums in enrolled and approved coruses.
4954 Patcher automatically adds in the ending back slash on "Directory" field when it's missing

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

When creating a patch, the ending slash needs to be manually added into the "Directory" field at adding a modified file, which could be taken care by the patcher script to automatically detect and add.
4903 FAQ links in the details box broken

Status: Resolved
Date Submitted: 1319466341
Last Updated: 1328540380
Severity: Minor
Resolution: Fixed

The FAQ links in the detailed view box are pointing to /faq/index.php, instead of mods/_standard/faq/index.php
4950 Test Submit in IE9

Status: New
Date Submitted: 1328538108
Last Updated: 1328538141
Severity: Minor
Resolution: Open

The button to confirm a test submission is not working in IE9, apparently a jQuery issues. Try the fix provided here:

http://www.atutor.ca/view/3/22846/1.html
4940 Hello World module_news

Status: Resolved
Date Submitted: 1325788961
Last Updated: 1328364346
Severity: Minor
Resolution: Fixed

The current downloadable hello world module has a broken module_news.php file.
http://atutor.ca/view/17/22754/1.html
4946 FS image file with upppercase

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

When an image file in file storage has an uppercase file extension, it does not appear below when editing the information for the file. When changed to lower case, it does. Probably a case sensitive regex that need to change to case insensitive.
4945 Chat module: odd message file names are created

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

This issue happened at http://atutor.snow.idrc.ocad.ca

The chat module for one course stops working due to the odd file names that were generated and written into the content/chat folder:

cindy@caph:/var/www/atutor.snow.idrc.ocad.ca/ATutor/content/chat/2/msgs$ ls
1.message User psolimine has been logged out due to inactivity..message
User adriana has been logged out due to inactivity..message User triciaholland has been logged out due to inactivity..message
User mbarroso has been logged out due to inactivity..message User victoriarachel has been logged out due to inactivity..message
User melmidge73 has been logged out due to inactivity..message User wawa has been logged out due to inactivity..message
User michellehorst has been logged out due to inactivity..message

Need to investigate how these file names got sneaked in.


Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0