So, I've been doing a bunch of coding on MySQL Forge over the last week, and I've added a number of new features to the Forge application. Some of the new features/changes include:
- Ability to add a project, with categories, and tags, in a single step, making it easier than ever to add new projects to the directory
- A whole new interface for tagging projects and code snippets, including the ability to remove existing tags and a review process which attempts to standardize the tags to remove redundancy. (NOTE: You now must be logged in to add tags to a project.
- A new tabbed UI for viewing project and snippet details
- Ability to copy snippet code source directly in the interface (yes, that's for you, Roland Bouman! )
- A project membership approval process. This replaces the flawed contributor implementation I devised before, …