Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.32.0

Request #10462 add tags to packages in order to define subgroups
Submitted: 2007-03-23 01:45 UTC
From: cellog Assigned: cellog
Status: Closed Package: pearweb (version 1.11.0)
PHP Version: Irrelevant OS: n/a
Roadmaps: 1.12.0    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 35 - 12 = ?

 
 [2007-03-23 01:45 UTC] cellog (Greg Beaver)
Description: ------------ For package collectives, PHP5+, etc. we need a package tagging system and REST to match it

Comments

 [2007-03-23 16:41 UTC] cellog (Greg Beaver)
Additionally, there need to be a hierarchy of tag permissions tags that can be set by anyone tags that can only be set by PEAR Group/website admin This can be implemented with two tables CREATE TABLE tagnames ( tagid int not null auto_increment primary key, tagname varchar(50) not null, adminkey tinyint not null default 0, INDEX tagname_idx (tagname) ); CREATE TABLE tag_package_link ( package_id int not null, tagid int not null, PRIMARY KEY (package_id, tagid) ); Then, certain tags can be pre-entered as administrative tags such as "Website collective" "PEAR Installer collective" "PHP5" "PHP4" "Siberia" and so on
 [2007-03-31 03:02 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.