Changeset 7a0d1ec in iPeer
- Timestamp:
- 2014-03-04T21:24:54-08:00 (4 years ago)
- Branches:
- 3.1.x, dev, master
- Children:
- 0e6ed3d9, 34550dd
- Parents:
- b155a35
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
app/config/core.php
rb155a35 r7a0d1ec 343 343 $CWL['applicationPassword'] = ''; 344 344 345 define('IPEER_VERSION', '3.1. 0');345 define('IPEER_VERSION', '3.1.1'); 346 346 347 347 -
readme.md
rb155a35 r7a0d1ec 14 14 15 15 It is better not to touch the mouse or keyboard during the tests. 16 17 iPeer 3.1.1 18 --------------------------- 19 This is a maintenance release. 20 * Fix mixeval scale was incorrect rendered when upgrade 3.1 21 * Modified build script to run in Vagrant and Ticket #548 22 * Fix #557, filters are failed on lists on dreamhost 23 * Fix #542 24 * Update guard plugin 25 * Catch the exception with more information printed 26 * Fix mixeval result rendering error 27 * Fix #558, 404 when student submitting evaluation 28 * Refactor mixeval to use unified preview 29 * Refactor rubric form to show header in view page 30 * Fix #555, merge user search failed when installed on subdirectory 31 * Fix #554, confirm button on upgrade page on firefox 32 * Fix #556, use relative URL for css background image 33 * Fix #543 remove the criteria hint text from rubric 34 * Remove the orphan entries in mixeval_question_descs 35 * Fix missing Content-length in response of API call 36 * Fix API return 404 when no department is setup 37 * Fixed problem with exporting evaluation results to csv 38 * Fixed the inability to view students' survey 16 39 17 40 iPeer 3.1.0 -
version.txt
rb155a35 r7a0d1ec 1 3.1. 01 3.1.1
Note: See TracChangeset
for help on using the changeset viewer.