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.21 KB)
Apply same change as in 863f447c4d88 on cannam branch
Layout changes: move h2 into fieldset top line, etc
Merge from branch "cannam"
Merge from branch "feature_14"
Layout tweaks
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.
filter fieldset collapsed by default.
Merge
Fixes (hopefully) Bug #323
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).
started building the project's tag filtering interface.
new files for project filtering and search (addresses also Feature #68); projects listing interface changes.