To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
needs further testing Moved several files' extension to ".erb"; modified two files because they were calling partials/templates with rhtml extensions; renamed email templates sent when a user is added to a publication.
Merge from branch "cannam"
Merge from branch "luisf"
Merge from branch "bug_367"
Fixed Bug #367.
Merge from branch "live"
Merge
Strips any possible html tags in the project tags input (both client and server side).
Fix SQL error in project model
Forces the tags to be lowercase.
Move tags list on project show page
Move tag list in My Projects up to next to public/private text; move tags column in projects table to left of managed-by column and fix header colour; show My Projects toggle frame only if I have projects
Merge from branch feature_14
Addresses (closes?) Feature #336
Fixes fieldset status issue on Bug #341
Fixes Bug #340.
Fixes bug related to returning results with non root projects.
Merge from branch "feature_14"
Fixes the default status of the my_projects fieldset in the projects index view.
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.
getter and setter functions for the session variables holding the collapsible fieldsets statuses.
Fixed bug related to filtering simultaneously bu name & tag.
Fixed a bug which caused the pagination to show the total number of projects even after filtering the list.
Reverts changes made to Redmine Core's Projects Controller in b2a9e64b8283. Pagination now being done for both normal and filtered projects index.
Fixes Bug #322, but is not self-contained in the plugin (basically I'm editing the original projects controller…)
created a new instance variable to be able to filter the projects: @filtered_projects. New projects index layout; new partials for projects index.
Render projects table with token highlinting (project controller index action).
corrected bug in the project's tag link helper.
Correctly filtering by tag and name.
started building the project's tag filtering interface.
The project available tags now accepts the "name_like" parameter.
Added method that returns all projects tags.
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.
Extending the Project model in order to save the tags in the before_save callback.
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