Commit 5d1a4bf 1 parent f80072b commit 5d1a4bf Copy full SHA for 5d1a4bf
File tree 4 files changed +36
-12
lines changed
4 files changed +36
-12
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ before_script:
29
29
- mysql -e "create database IF NOT EXISTS ipeer_test;" -uroot
30
30
31
31
script : vendor/bin/phing build-ci
32
- deploy :
33
- provider : releases
34
- skip_cleanup : true
35
- api_key :
36
- secure : JqPtCTP6y1zJqmtShDvvQOSsQ/Vf5iAmk4wfIuw2ATV2puQH7/ojQNmLRb7b59Ek5dJzHzIx3RmK+JZtAPHV7HHEZ4sH0qhEM4GZQjmWre4fqmYS5+XnFjQ7C0iLYmVCklAQ3ziinzzESwrfVxtehq5/XNnt6kUCJorRvS22ee8=
37
- file : ipeer-release.zip
38
- on :
39
- repo : ubc/iPeer
40
- tags : true
41
- php : 5.3
32
+ # deploy:
33
+ # provider: releases
34
+ # skip_cleanup: true
35
+ # api_key:
36
+ # secure: JqPtCTP6y1zJqmtShDvvQOSsQ/Vf5iAmk4wfIuw2ATV2puQH7/ojQNmLRb7b59Ek5dJzHzIx3RmK+JZtAPHV7HHEZ4sH0qhEM4GZQjmWre4fqmYS5+XnFjQ7C0iLYmVCklAQ3ziinzzESwrfVxtehq5/XNnt6kUCJorRvS22ee8=
37
+ # file: ipeer-release.zip
38
+ # on:
39
+ # repo: ubc/iPeer
40
+ # tags: true
41
+ # php: 5.3
Original file line number Diff line number Diff line change 343
343
$ CWL ['applicationID ' ] = '' ;
344
344
$ CWL ['applicationPassword ' ] = '' ;
345
345
346
- define ('IPEER_VERSION ' , '3.1.9 ' );
346
+ define ('IPEER_VERSION ' , '3.2.0 ' );
347
347
348
348
349
349
/**
Original file line number Diff line number Diff line change @@ -76,6 +76,30 @@ Runing the tests:
76
76
77
77
It is better not to touch the mouse or keyboard during the tests.
78
78
79
+ iPeer 3.2.0
80
+ -----------
81
+ * Fixed wrong score calculation when using rubric with zero mark enabled
82
+ * Validated Rubric and Mixeval form data
83
+ * Fixed #532 permission issue when re-add user
84
+ * Fixed empty email body when there is no special merge field
85
+ * Commented out volume mount for ipeer app docker image
86
+ * Fixed the permission issue in docker image
87
+ * Added docker instructions to readme
88
+ * Added image directive in docker-compose
89
+ * Added AWS deployment script
90
+ * Added a simple health endpoint
91
+ * Added deployment instruction/scripts for GCE
92
+ * Removed config dir and database writable checking
93
+ * More strict checking for env vars
94
+ * Updateed build.xml and travis.yml to use environment vars
95
+ * Set default Session.model value
96
+ * Added web container for static file serving
97
+ * Updated cake guard
98
+ * Used table to detect installation and refactor installation
99
+ * Added docker support
100
+ * Updated translation file
101
+ * Updated deployment script for travis
102
+
79
103
iPeer 3.1.9
80
104
---------------------------
81
105
* Fixed #527 wrong grades calculated during the grade through API
Original file line number Diff line number Diff line change 1
- 3.1.9
1
+ 3.2.0
You can’t perform that action at this time.
0 commit comments