Plugin Directory

Changeset 207448


Ignore:
Timestamp:
02/18/2010 02:17:45 AM (16 years ago)
Author:
Aekeron
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • buddypress-group-wiki/trunk/readme.txt

    r206483 r207448  
    55Requires at least: 2.9.1
    66Tested up to: 2.9.1
     7Stable tag: 1.1
    78
    8 This plugin enables email notifications for group activities within BuddyPress. REQUIRES WPMU!
     9This plugin provides simple group wiki functionality within BuddyPress. REQUIRES WPMU!
    910
    1011== Description ==
     
    2425Technical stuff you might want to know:
    2526
    26 1) Each group wiki is actually a wordpress blog in the database.  This was done to take advantage of all the prebuilt WP functions for revisions, file uploads/media libraries/etc.
    27 
    28 2) The code is very very very very messy at the moment.  I don't have time to finish cleaning it up/removing some of the dodgy variable names that will probably make a lot of coders shudder :)
    29 
    30 3) The plugin was made to fit a particular purpose within an eLearning project.  The design choices have been discussed at length on the BuddyPress forums and on http://namoo.co.uk.  There is work to be done to make it into a full-blown wiki and at the moment it should probably be more considered a collaborative document plugin (yeah, I know, that's kind of what a wiki is...)
     271. Each group wiki is actually a wordpress blog in the database.  This was done to take advantage of all the prebuilt WP functions for revisions, file uploads/media libraries/etc.
     282. The code is very very very very messy at the moment.  I don't have time to finish cleaning it up/removing some of the dodgy variable names that will probably make a lot of coders shudder :)
     293. The plugin was made to fit a particular purpose within an eLearning project.  The design choices have been discussed at length on the BuddyPress forums and on http://namoo.co.uk.  There is work to be done to make it into a full-blown wiki and at the moment it should probably be more considered a collaborative document plugin (yeah, I know, that's kind of what a wiki is...)
    3130
    3231Where to get support:
     
    3736Future updates:
    3837
    39 1) Cleanup of code, reduction of pointless extra tinymce files
    40 2) Global Wiki Directory
    41 3) Site-wide wiki pages (not tied to a particular group)
    42 4) Nested pages to allow for better categorisation/namespace type stuff
    43 5) Improved navigation.  Substitution of top menu nav in groupwiki pages with breadcrumb like stuff
    44 6) i18n support
    45 7) Tons more suggestions from various people
    46 8) Anything else you want, put on Namoo
     381. Cleanup of code, reduction of pointless extra tinymce files
     392. Global Wiki Directory
     403. Site-wide wiki pages (not tied to a particular group)
     414. Nested pages to allow for better categorisation/namespace type stuff
     425. Improved navigation.  Substitution of top menu nav in groupwiki pages with breadcrumb like stuff
     436. i18n support
     447. Tons more suggestions from various people
     458. Anything else you want, put on Namoo
    4746
    4847Known bugs:
    4948
    50 1) Slowness of tinymce to load.  Partially due to use of dev code and bloated plugins and partially due to dodgy implementation
    51 2) On group deletion, wiki (blog) database tables + files are not deleted
    52 3) Page edit save warnings (see above) are sometimes troublesome after multiple warnings
    53 3) Probably more stuff, but feel free to point it out to me on http://namoo.co.uk
     491. Slowness of tinymce to load.  Partially due to use of dev code and bloated plugins and partially due to dodgy implementation
     502. On group deletion, wiki (blog) database tables + files are not deleted
     513. Page edit save warnings (see above) are sometimes troublesome after multiple warnings
     523. Probably more stuff, but feel free to point it out to me on http://namoo.co.uk
    5453
    5554== Installation ==
     
    6059== Changelog ==
    6160
     61= 1.1 =
     62*Frontend page creation fixed.
     63*CSS, JS issues fixed.
     64*Some other stuff fixed.
     65
    6266= 1.0 =
    63 Initial release.  Please test and provide feedback.  Not recommended for production sites.
     67*Initial release.  Please test and provide feedback.  Not recommended for production sites.
    6468
Note: See TracChangeset for help on using the changeset viewer.