To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
History | View | Annotate | Download (2.55 KB)
Merge from branch "feature_14"
Fixes Bug #322, but is not self-contained in the plugin (basically I'm editing the original projects controller…)
Merge from branch "luisf"
created a new instance variable to be able to filter the projects: @filtered_projects. New projects index layout; new partials for projects index.
corrected bug in the project's tag link helper.
Correctly filtering by tag and name.
started building the project's tag filtering interface.
new files for project filtering and search (addresses also Feature #68); projects listing interface changes.
now saving the tag list.
Patching the projects controller in order to have access to the params hash before saving (new, update actions) the project model.