Plugin Directory

Changeset 584831


Ignore:
Timestamp:
08/13/2012 11:52:56 AM (14 years ago)
Author:
sushkov
Message:

Finish renaming of the project. Remove scholarpress links, names.

Location:
buddypress-courseware/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • buddypress-courseware/trunk/courseware.php

    r532525 r584831  
    11<?php
    22/*
    3 Plugin Name: BuddyPress ScholarPress Courseware
    4 Plugin URI: http://scholarpress.github.com/buddypress-courseware/
     3Plugin Name: BuddyPress Courseware
     4Plugin URI: http://buddypress.coursewa.re/
    55Description: A LMS for BuddyPress.
    66Author: Stas Sușcov
     
    99Requires at least: WordPress 3.2, BuddyPress 1.5
    1010Tested up to: WordPress 3.3 / BuddyPress 1.6
    11 Author URI: https://github.com/scholarpress/buddypress-courseware/contributors
     11Author URI: https://github.com/Courseware/buddypress-courseware/contributors
    1212*/
    1313
     
    9393function bpsp_check() {
    9494    $messages = array();
    95    
     95
    9696    if ( defined( 'BP_VERSION' ) ) {
    9797        foreach( array( 'groups', 'activity', 'xprofile', 'forums', 'messages' ) as $c )
    98             if( !bp_is_active( $c ) ) 
     98            if( !bp_is_active( $c ) )
    9999                $messages[] = sprintf(
    100100                    __( 'BuddyPress Courseware dependency error: <a href="%1$s">%2$s has to be activated</a>!', 'bpsp' ),
     
    108108        );
    109109    }
    110    
     110
    111111    if( !empty( $messages ) ) {
    112112        echo '<div id="message" class="error fade">';
     
    116116        return false;
    117117    }
    118    
     118
    119119    return true;
    120120}
  • buddypress-courseware/trunk/readme.txt

    r532525 r584831  
    1 === BuddyPress ScholarPress Courseware ===
     1=== BuddyPress Courseware ===
    22Contributors: sushkov, jeremyboggs, boonebgorges, johnjamesjacoby, chexee
    33Tags: buddypress, lms, courseware, education, teaching, quizzes, tests, gradebook, courses, lectures, assignments
     
    6161== Frequently Asked Questions ==
    6262
    63 Before asking questions, please check the [BuddyPress Courseware Handbook](http://scholarpress.github.com/buddypress-courseware/handbook.html).
     63Before asking questions, please check the [BuddyPress Courseware Handbook](http://buddypress.coursewa.re/handbook.html).
    6464
    6565== Changelog ==
     
    7575
    7676= 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).
    7979* Public comments are now visible in assignment pages.
    8080* 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).
    8282* Cleaned-up the schedule forms.
    8383* Updated to latest jquery.formbuilder, minified version.
     
    8989* WordPress 3.3 BuddyPress 1.5(six-ish) compatibility
    9090* Fixed dashboard date/time issue
    91 * Fixed a some warnings, code cleanups 
     91* Fixed a some warnings, code cleanups
    9292* Switched to `wp_editor()`
    9393* Pot file updated, translations welcome
    94 * Group course pre-creation [#61](https://github.com/scholarpress/buddypress-courseware/issues/issue/61).Props @imjjss
     94* Group course pre-creation [#61](https://github.com/Courseware/buddypress-courseware/issues/issue/61).Props @imjjss
    9595* Search now checks through lectures too
    9696* X-mas release! Happy past birthday to the WordPress core guys and galz!
     
    9898= 0.9.3 =
    9999* Another maintenance release
    100 * Fixed `::is_response()` regression. Closes [#56](https://github.com/scholarpress/buddypress-courseware/issues/issue/56). Props @enkerli
     100* Fixed `::is_response()` regression. Closes [#56](https://github.com/Courseware/buddypress-courseware/issues/issue/56). Props @enkerli
    101101* New assignment screen now alerts if no lectures are available
    102102
     
    111111* Fixed another typo
    112112* 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)
    114114
    115115= 0.9 =
     
    126126* Proper MS support
    127127* 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)
    129129
    130130= 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)
    136136
    137137= 0.1.5 =
    138138* 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).
    141141* Fixed screen permissions for assignments,courses and schedule.
    142142* 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)
    145145* 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)
    147147* Fixed assignment `due_date` typo.
    148148* Updated jquery.timepicker to 0.7
     
    152152= 0.1.4 =
    153153* 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
    155155* Updated the contextual help with plugins recommendations and handbook info, thanks to [Kyle](http://thecorkboard.org/)
    156156* Fixed the extended search functionality to work properly on no queries
     
    179179== Screenshots ==
    180180
    181 Please visit the [project page](http://scholarpress.github.com/buddypress-courseware/) for media files.
     181Please visit the [project page](http://buddypress.coursewa.re) for media files.
Note: See TracChangeset for help on using the changeset viewer.