Partial fix of issue 55, addition of a simple Wiki.
Added a base wiki, it is now possible to create wiki pages and update them. Revisions are kept also not used/displayed at the moment.
This commit is contained in:
@@ -283,10 +283,9 @@ class IDF_Project extends Pluf_Model
|
||||
/**
|
||||
* Generate the tag clouds.
|
||||
*
|
||||
* Return an array of tags sorted class, then name. Each tag get
|
||||
* the extra property 'nb_use' for the number of use in the
|
||||
* project. For issues, only open issues are used to generate the
|
||||
* cloud.
|
||||
* Return an array of tags sorted by class, then name. Each tag
|
||||
* get the extra property 'nb_use' for the number of use in the
|
||||
* project.
|
||||
*
|
||||
* @param string ('issues') 'closed_issues' or 'downloads'
|
||||
* @return ArrayObject of IDF_Tag
|
||||
|
Reference in New Issue
Block a user