Changeset 584831
- Timestamp:
- 08/13/2012 11:52:56 AM (14 years ago)
- Location:
- buddypress-courseware/trunk
- Files:
-
- 2 edited
-
courseware.php (modified) (5 diffs)
-
readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-courseware/trunk/courseware.php
r532525 r584831 1 1 <?php 2 2 /* 3 Plugin Name: BuddyPress ScholarPressCourseware4 Plugin URI: http:// scholarpress.github.com/buddypress-courseware/3 Plugin Name: BuddyPress Courseware 4 Plugin URI: http://buddypress.coursewa.re/ 5 5 Description: A LMS for BuddyPress. 6 6 Author: Stas Sușcov … … 9 9 Requires at least: WordPress 3.2, BuddyPress 1.5 10 10 Tested up to: WordPress 3.3 / BuddyPress 1.6 11 Author URI: https://github.com/ scholarpress/buddypress-courseware/contributors11 Author URI: https://github.com/Courseware/buddypress-courseware/contributors 12 12 */ 13 13 … … 93 93 function bpsp_check() { 94 94 $messages = array(); 95 95 96 96 if ( defined( 'BP_VERSION' ) ) { 97 97 foreach( array( 'groups', 'activity', 'xprofile', 'forums', 'messages' ) as $c ) 98 if( !bp_is_active( $c ) ) 98 if( !bp_is_active( $c ) ) 99 99 $messages[] = sprintf( 100 100 __( 'BuddyPress Courseware dependency error: <a href="%1$s">%2$s has to be activated</a>!', 'bpsp' ), … … 108 108 ); 109 109 } 110 110 111 111 if( !empty( $messages ) ) { 112 112 echo '<div id="message" class="error fade">'; … … 116 116 return false; 117 117 } 118 118 119 119 return true; 120 120 } -
buddypress-courseware/trunk/readme.txt
r532525 r584831 1 === BuddyPress ScholarPressCourseware ===1 === BuddyPress Courseware === 2 2 Contributors: sushkov, jeremyboggs, boonebgorges, johnjamesjacoby, chexee 3 3 Tags: buddypress, lms, courseware, education, teaching, quizzes, tests, gradebook, courses, lectures, assignments … … 61 61 == Frequently Asked Questions == 62 62 63 Before asking questions, please check the [BuddyPress Courseware Handbook](http:// scholarpress.github.com/buddypress-courseware/handbook.html).63 Before asking questions, please check the [BuddyPress Courseware Handbook](http://buddypress.coursewa.re/handbook.html). 64 64 65 65 == Changelog == … … 75 75 76 76 = 0.9.5 = 77 * Removed pass-by-reference calls. Props @mercime closes [#69](https://github.com/ scholarpress/buddypress-courseware/issues/69).78 * Fixed the js issue on schedule pages. Closes [#71](https://github.com/ scholarpress/buddypress-courseware/issues/71).77 * Removed pass-by-reference calls. Props @mercime closes [#69](https://github.com/Courseware/buddypress-courseware/issues/69). 78 * Fixed the js issue on schedule pages. Closes [#71](https://github.com/Courseware/buddypress-courseware/issues/71). 79 79 * Public comments are now visible in assignment pages. 80 80 * Append the private message wit the grade notification. 81 * Skip notifications when grade is not updated. Closes [#72](https://github.com/ scholarpress/buddypress-courseware/issues/72).81 * Skip notifications when grade is not updated. Closes [#72](https://github.com/Courseware/buddypress-courseware/issues/72). 82 82 * Cleaned-up the schedule forms. 83 83 * Updated to latest jquery.formbuilder, minified version. … … 89 89 * WordPress 3.3 BuddyPress 1.5(six-ish) compatibility 90 90 * Fixed dashboard date/time issue 91 * Fixed a some warnings, code cleanups 91 * Fixed a some warnings, code cleanups 92 92 * Switched to `wp_editor()` 93 93 * Pot file updated, translations welcome 94 * Group course pre-creation [#61](https://github.com/ scholarpress/buddypress-courseware/issues/issue/61).Props @imjjss94 * Group course pre-creation [#61](https://github.com/Courseware/buddypress-courseware/issues/issue/61).Props @imjjss 95 95 * Search now checks through lectures too 96 96 * X-mas release! Happy past birthday to the WordPress core guys and galz! … … 98 98 = 0.9.3 = 99 99 * Another maintenance release 100 * Fixed `::is_response()` regression. Closes [#56](https://github.com/ scholarpress/buddypress-courseware/issues/issue/56). Props @enkerli100 * Fixed `::is_response()` regression. Closes [#56](https://github.com/Courseware/buddypress-courseware/issues/issue/56). Props @enkerli 101 101 * New assignment screen now alerts if no lectures are available 102 102 … … 111 111 * Fixed another typo 112 112 * Fixed soem typos, improved formbuilder loading 113 * Fixed a typo not showing member take quiz button. Closes [#55](https://github.com/ scholarpress/buddypress-courseware/issues/issue/55)113 * Fixed a typo not showing member take quiz button. Closes [#55](https://github.com/Courseware/buddypress-courseware/issues/issue/55) 114 114 115 115 = 0.9 = … … 126 126 * Proper MS support 127 127 * French localisation from [Albert Bruc](http://www.ab-ae.fr/) 128 * [Full changelog](https://github.com/ scholarpress/buddypress-courseware/issues?state=closed)128 * [Full changelog](https://github.com/Courseware/buddypress-courseware/issues?state=closed) 129 129 130 130 = 0.1.6 = 131 * Updated wording, @props mrjarbenne. Closes [#27](https://github.com/ scholarpress/buddypress-courseware/issues/issue/27)132 * Importer should work now with php5.1. Closes [#31](https://github.com/ scholarpress/buddypress-courseware/issues/issue/31)133 * Close image now loads on response screens. Closes [#35](https://github.com/ scholarpress/buddypress-courseware/issues/issue/35)134 * Courseware is now compatible with MS admin menu, @props [djpaul](http://buddypress.org/community/members/djpaul). Closes [#36](https://github.com/ scholarpress/buddypress-courseware/issues/issue/36)135 * Fixed the user search according to wp 3.1 changes. Closes [#37](https://github.com/ scholarpress/buddypress-courseware/issues/issue/37)131 * Updated wording, @props mrjarbenne. Closes [#27](https://github.com/Courseware/buddypress-courseware/issues/issue/27) 132 * Importer should work now with php5.1. Closes [#31](https://github.com/Courseware/buddypress-courseware/issues/issue/31) 133 * Close image now loads on response screens. Closes [#35](https://github.com/Courseware/buddypress-courseware/issues/issue/35) 134 * Courseware is now compatible with MS admin menu, @props [djpaul](http://buddypress.org/community/members/djpaul). Closes [#36](https://github.com/Courseware/buddypress-courseware/issues/issue/36) 135 * Fixed the user search according to wp 3.1 changes. Closes [#37](https://github.com/Courseware/buddypress-courseware/issues/issue/37) 136 136 137 137 = 0.1.5 = 138 138 * Fixed the issue with aliens can post responses. 139 * Added options to make responses private. Closes [#18](https://github.com/ scholarpress/buddypress-courseware/issues/issue/18).140 * Removed `due_date` field as required from assignments. Closes [#23](https://github.com/ scholarpress/buddypress-courseware/issues/issue/23).139 * Added options to make responses private. Closes [#18](https://github.com/Courseware/buddypress-courseware/issues/issue/18). 140 * Removed `due_date` field as required from assignments. Closes [#23](https://github.com/Courseware/buddypress-courseware/issues/issue/23). 141 141 * Fixed screen permissions for assignments,courses and schedule. 142 142 * Added datatables to schedule delete screen. 143 * Fixed the Teacher persmission for course editor screen. Closes [#26](https://github.com/ scholarpress/buddypress-courseware/issues/issue/26)144 * Added error handling for assignments, fixed the late profile sync issue that closes [#25](https://github.com/ scholarpress/buddypress-courseware/issues/issue/25)143 * Fixed the Teacher persmission for course editor screen. Closes [#26](https://github.com/Courseware/buddypress-courseware/issues/issue/26) 144 * Added error handling for assignments, fixed the late profile sync issue that closes [#25](https://github.com/Courseware/buddypress-courseware/issues/issue/25) 145 145 * Added datatables for schedule listing. 146 * Added titles for schedules. Closes [#16](https://github.com/ scholarpress/buddypress-courseware/issues/issue/16)146 * Added titles for schedules. Closes [#16](https://github.com/Courseware/buddypress-courseware/issues/issue/16) 147 147 * Fixed assignment `due_date` typo. 148 148 * Updated jquery.timepicker to 0.7 … … 152 152 = 0.1.4 = 153 153 * Added Italian translation, thanks to [Luca Camellini](http://buddypress.org/community/members/luccame/) 154 * Fixed the issue with STYLESHEETPATH | stylesheet_directory 154 * Fixed the issue with STYLESHEETPATH | stylesheet_directory 155 155 * Updated the contextual help with plugins recommendations and handbook info, thanks to [Kyle](http://thecorkboard.org/) 156 156 * Fixed the extended search functionality to work properly on no queries … … 179 179 == Screenshots == 180 180 181 Please visit the [project page](http:// scholarpress.github.com/buddypress-courseware/) for media files.181 Please visit the [project page](http://buddypress.coursewa.re) for media files.
Note: See TracChangeset
for help on using the changeset viewer.