To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Merge from branch "feature_14"
Layout tweaks
Fixes Bug #339. Might need some JS refactoring later on…
Fixes Bug #331.
Addresses Bug #331 - using a remote form to submit the "filters".
Fixes Bug #330. Removes unused code added in a previous commit (function observeProjectTagsField, tags_input.js file).
Fixes Bug #321 - testing for true as a string in the controller; test the status of the fieldsets before toggling them in the js script.
Addresses Bug #321. New Projects Controller action to save the fieldsets status as session variables.
Addresses bug #327 - we need a different autocomplete behaviour when in the index page (not closed yet).
filter fieldset collapsed by default.
Merge
Merge from branch feature_14
Fixes Bug #322, but is not self-contained in the plugin (basically I'm editing the original projects controller…)
Fixes (hopefully) Bug #323
gross hack to fix autocompletes from being halted in the project filter chain. To be fixed.
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.
added a button to submit filters; removed some unnecessary code; removes ajax observe functionality on filtering.
Render projects table with token highlinting (project controller index action).
corrected bug in the project's tag link helper.
dev commit: project tag link helper function
started building the project's tag filtering interface.
added tag filtering partial, but still needs work done.
retrieving the project tags list correctly (though link is still broken - linking to the issues page…)
The project available tags now accepts the "name_like" parameter.
new files for project filtering and search (addresses also Feature #68); projects listing interface changes.
now saving the tag list.
added project tag form partial.
added new files for hooks; modified redmine tags init file so that patches are loaded.
new version of redmine_tags plugin
Import redmine_tags plugin (from https://github.com/ixti/redmine_tags.git commit f09ad441f5dc39104b06) for testing