Issue Details (XML | Word | Printable)

Key: SAK-5405
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Brian Jorgensen
Reporter: Seth Theriault
Votes: 1
Watchers: 9
Operations

If you were logged in you would be able to see more operations.
Sakai

candidates for the 2.1.x maintenance branch

Created: 29-Jun-2006 17:48   Updated: 23-Oct-2008 11:15
Component/s: Global
Affects Version/s: 2.1.2
Fix Version/s: 2.1.x

Time Tracking:
Not Specified

Issue Links:
Depend
 

2.4.x Status: None
2.5.x Status: None
2.6.x Status: None


 Description  « Hide
This the master ticket tracking fixes to be put into the 2.1.x maintenance branch. See message below for our intentions.

Please add JIRA items/descriptions into comments below. If you have done some porting or have something ready to go, we'd like to know about it.


CONTINUOUS BUILDS:

As of October 23rd, the 2.1.x maintenance branch is rebuilt after every svn commit.


TEST SERVER:

The 2.1.x mysql server can be found at http://qa4-us.sakaiproject.org.

I will be looking at getting up an Oracle test instance in the near future.


FIXES APPLIED TO THIS BRANCH:

Please remember that SAK-XXXX references that have been crossed off are simply marked as resolved (or closed?); this does not necessarily mean that those fixes made it into 2.1.x.

To know exactly which 2.1.x fixes have made it into the branch, please check the "subversion commits" tab, or: http://bugs.sakaiproject.org/jira/browse/SAK-5405?page=com.atlassian.jira.plugin.ext.subversion:subversion-commits-tabpanel

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Seth Theriault added a comment - 29-Jun-2006 17:49
From John Leasia:

There have been several assignment fixes that would be good to get in if
they aren't already. I'm pretty sure most of these were discovered after
2.1.2 release, fixed for 2.2 and also for 2.1.2 so maybe they are already in
2.1.x.

SAK-4581 Exception when grading 2nd page of the list of students in certain cases
SAK-4666 Instructor comments vanish after clicking on instructions
SAK-4429 Submitted Assignment not showing up
SAK-5024 If you click on 'grade' for an assignment not all students are listed.
SAK-4583 Once you click the allow resubmissions checkbox when grading a submission and return you can't go back and uncheck it
SAK-4548 Displayed average of scores entered is incorrect
SAK-4465 duplicate an assignment and remove its attachments, drops them from original, too
SAK-4383 - if change an assignment title it doesn't get changed in gbook


Seth Theriault added a comment - 29-Jun-2006 17:50
From Zhen Qian:

I'd like to add SAK-5288 "Too many db access for getting preferences", which
is related to SAK-4586, but is a global problem.


Seth Theriault added a comment - 29-Jun-2006 17:57
Some more candidates:

SAK-4473 Admin Sites Editor: support site property editing (could be a considered a feature and therefore ineligible)
SAK-4684 Post 'em / error when uploading csv file with more than 17 rows (when fixed)
SAK-5019 Tomcat log warning in DbAuthzGroupService
SAK-5111 Message Center has dependency on Gradebook

Daniel Parry added a comment - 30-Jun-2006 08:58
Merging in fixes for:

SAK-5111 Message Center has dependency on Gradebook
SAK-5378 Login page should not be cacheable
SAK-4324 Search in Admin Realms tool generates error

would be most appreciated!

casey dunn added a comment - 05-Jul-2006 15:12
SAK-4311 unjoin button doesn't work
  

Seth Theriault added a comment - 06-Jul-2006 14:33
Another Message Center one to check:

SAK-4994 Default Role permission mappings missing

Thomas Amsler added a comment - 06-Jul-2006 15:39
This is an attempt to back-port the SAK-5111 v2.2 fix (r9618) to Sakai v2.1.x

Patch:
http://bugs.sakaiproject.org/jira/secure/attachment/12440/msgcntr-SAK-5111-2-1-x.diff

Seth Theriault added a comment - 06-Jul-2006 21:22
Some more (similar to SAK-5019):

SAK-5456 another WARN: iallowed(): called with no realms l:content.readu:
SAK-5447 iallowed warning when webdav is used

See:

http://source.sakaiproject.org/fisheye/changelog/Sakai/?cs=11657
http://source.sakaiproject.org/fisheye/changelog/Sakai/?cs=11658

for changes made.

Thomas Amsler added a comment - 14-Jul-2006 14:39
SAK-5584 has been fixed. Patch is attached to that issue.

David Haines added a comment - 16-Jul-2006 11:47

David Haines added a comment - 16-Jul-2006 13:05
Added SAK-4666 to 2.1.x maintenance branch (in addition to SAK-5468).

David Haines added a comment - 16-Jul-2006 13:21
Added SAK-4429 to 2.1.x maintenance branch.

Seth Theriault added a comment - 17-Jul-2006 08:47
Recent Samigo one:

SAK-5620 Samigo does not use sakai.properties auto.ddl setting

Affected 2.1.x file is:

component/src/java/org/sakaiproject/tool/assessment/data/dao/shared/SakaiBootStrap.java



Seth Theriault added a comment - 26-Jul-2006 05:35
More possibilities:

SAK-4489 User resources not available via WebDAV if userid is email address
SAK-4697 CSV command broken and should be removed for initial release (Postem)
SAK-5703 Post'em download does not recognize csv file when space/special char in name

Thomas Amsler added a comment - 11-Aug-2006 09:54
SAK-5872 Help tool deploys its ehcache.xml (This issues has a fix)

Cheryl Johns added a comment - 04-Oct-2006 13:30
SAK-4385 -when students Click View Properties and then click on a folder in the breadcrumb trail, they get a java stack trace.

Our students hit this ALL the time and it 'should' be a relatively easy fix, but with Resources, I'm not so sure.

Cheryl

Lydia Li added a comment - 04-Oct-2006 14:32
Please include Samigo fixes for
SAK-6291, SAK-6564

Charles Hedrick added a comment - 07-Oct-2006 17:12
Please see SAK-6763.

When user looks at an assignment he has submitted, he sees correct answers even if author has disabled that. It turns out that feedback settings made by the author are overriden: a function is called that turns on all options. In 2.3 that call is commented out.

Fix has been tested in our beta server but is not yet in production. Same fix is present in 2.3. I don't have 2.2 handy.


Charles Hedrick added a comment - 09-Oct-2006 11:02
Also please consider SAK-6775. A user can tell which questions he has gotten right while still taking the test.

Fix tested only in beta, but seems obviously correct.

Bill Crosbie added a comment - 13-Oct-2006 10:47
SAK-6829 - Non ASCII characters submitted in Samigo get corrupted

This issue has a patch for it that is now working in our 2.1.x local. It makes foreign characters a reliable option for input in Samigo FIB & Short Answer questions.

Thomas Amsler added a comment - 26-Oct-2006 14:48
The following JIRAs have been tested at UCDavis and are in production at UCDavis.

SAK-5111 : Message Center has dependency on Gradebook
SAK-5584 : Samigo File Upload Question Type: While retrieving the uploaded file, it throws an exception
SAK-5872 : Help tool deploys its ehcache.xml
SAK-5945 : MsgCntr "unread only" topic view renders blank rows for read messages
SAK-6559 : Modification to CharonPortal to link from institutional logo (NOTE: use the patch that has been uploaded today)
SAK-6337 : Problems starting sakai: ERROR: Could not configure datastore from input stream ... main_net.sf.hibernate.cfg.Configuration

Lydia Li added a comment - 26-Oct-2006 20:28
Please include fix for SAK-5352 .

Jeremy Peterson added a comment - 30-Oct-2006 08:57
The following JIRAs have been tested at Moody Bible Institute and are in production.

SAK-6982: failed to saveTotalScore.

"SAK-6982-2.1.x.patch" has been attached to that issue.

Thomas Amsler added a comment - 01-Nov-2006 11:12
The following JIRAs have been tested and are in production at UCDavis.

SAK-6284 : value too large for column "SAKAI"."RWIKIPAGEPRESENCE"."PAGESPACE

Jeremy Peterson added a comment - 01-Nov-2006 14:25
This is currently running in Moody's site.

SAK-5784: assessment throws exception when viewing scores

"SAK-5784-2.1.x.patch" has been attached to that issue.

Jen Bourey added a comment - 03-Nov-2006 12:28
SAK-6377: patch has been backported for the 2.1.x maintenance branch

Daisy Flemming added a comment - 15-Nov-2006 12:09
1. Please include SAK-5504 fix in Samigo 2.1.x. Below is the null ptr check that need ot be added. The fix has been included in all later versions. Thanks.

https://source.sakaiproject.org/viewsvn/sam/trunk/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/TotalScoreListener.java?r1=11114&r2=11925

2. please include SAK-7114: additional changes to fix Samigo 2.1.2 transactions; patch has
been tested and attached. Thanks.


3. plaese include SAK-6291 fix.

https://source.sakaiproject.org/viewsvn/sam/trunk/samigo-app/src/webapp/jsf/author/authorIndex.jsp?r1=14156&r2=14545

Peter A. Knoop added a comment - 10-Sep-2007 16:24
[Bulk Change] This issue is currently Unresolved, however, it has a Fix Version set. In keeping with the newly added Target Version, Fix Versions should only be set for Resolved Issues, and only after it has been merged to that version specifically. The Fix Version is being reset to Unknown for this issue. Please use the Target Version to indicate when you plan to address this issue.

Brian Jorgensen added a comment - 26-Oct-2007 09:49
SAK-5405 is being marked as "closed" to indicate the end-of-life for the 2.1.x maintenance branch. The Sakai Foundation maintains maintenance branches for 1 year from the release date (but maintenance branches can be maintained longer if volunteers step forward).

The final 2.1-series release, Sakai 2.1.2, was released April 13th, 2006:

http://sakaiproject.org/index.php?option=com_content&task=view&id=317&Itemid=547

and the 2.1.x maintenance branch became the maintenance branch of the 2.1-series at about that time.

If you have any questions about this decision, please contact the Sakai Foundation: http://www.sakaiproject.org/.