Changeset 207448
- Timestamp:
- 02/18/2010 02:17:45 AM (16 years ago)
- File:
-
- 1 edited
-
buddypress-group-wiki/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-group-wiki/trunk/readme.txt
r206483 r207448 5 5 Requires at least: 2.9.1 6 6 Tested up to: 2.9.1 7 Stable tag: 1.1 7 8 8 This plugin enables email notifications for group activities within BuddyPress.REQUIRES WPMU!9 This plugin provides simple group wiki functionality within BuddyPress. REQUIRES WPMU! 9 10 10 11 == Description == … … 24 25 Technical stuff you might want to know: 25 26 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...) 27 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. 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 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...) 31 30 32 31 Where to get support: … … 37 36 Future updates: 38 37 39 1 )Cleanup of code, reduction of pointless extra tinymce files40 2 )Global Wiki Directory41 3 )Site-wide wiki pages (not tied to a particular group)42 4 )Nested pages to allow for better categorisation/namespace type stuff43 5 )Improved navigation. Substitution of top menu nav in groupwiki pages with breadcrumb like stuff44 6 )i18n support45 7 )Tons more suggestions from various people46 8 )Anything else you want, put on Namoo38 1. Cleanup of code, reduction of pointless extra tinymce files 39 2. Global Wiki Directory 40 3. Site-wide wiki pages (not tied to a particular group) 41 4. Nested pages to allow for better categorisation/namespace type stuff 42 5. Improved navigation. Substitution of top menu nav in groupwiki pages with breadcrumb like stuff 43 6. i18n support 44 7. Tons more suggestions from various people 45 8. Anything else you want, put on Namoo 47 46 48 47 Known bugs: 49 48 50 1 )Slowness of tinymce to load. Partially due to use of dev code and bloated plugins and partially due to dodgy implementation51 2 )On group deletion, wiki (blog) database tables + files are not deleted52 3 )Page edit save warnings (see above) are sometimes troublesome after multiple warnings53 3 )Probably more stuff, but feel free to point it out to me on http://namoo.co.uk49 1. Slowness of tinymce to load. Partially due to use of dev code and bloated plugins and partially due to dodgy implementation 50 2. On group deletion, wiki (blog) database tables + files are not deleted 51 3. Page edit save warnings (see above) are sometimes troublesome after multiple warnings 52 3. Probably more stuff, but feel free to point it out to me on http://namoo.co.uk 54 53 55 54 == Installation == … … 60 59 == Changelog == 61 60 61 = 1.1 = 62 *Frontend page creation fixed. 63 *CSS, JS issues fixed. 64 *Some other stuff fixed. 65 62 66 = 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. 64 68
Note: See TracChangeset
for help on using the changeset viewer.