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 "cannam"
Merge from branch "luisf"
Merge
Reverted the redminte_tags patches to the previous versions; cleaned unused code.
moved the tags helper patch from the projects helper patch to the projects controller patch
Addresses bug #546 - uneeded project.id parameter being sent to the project_tags action of the auto_completes controller
Merge from live site's latest changes.
Merge from branch cannam
Pull header stuff out of cached fragments
Merge from browsing branch
Don't want tags controller & view after all
Merge from branch "live"
Merge from branch "browsing"
Layout bits
Add tag cloud to front page (probably don't want it quite like this in the "real world")
Some work towards interesting ways of browsing projects
Fix bug 494, Tag search doesn't work for tagged subprojects whose parents lack the tag
Merge from the default branch
Merge from branch "cannam_integration"
addresses feature #343 (help text in tags input form).
Merge from cannam_integration
Rename the just-restored files as well
Restore two files mysteriously deleted from e39b2060aba1
Rename .erb to .html.erb in source files as well
Rename .erb to .html.erb in line with the convention
These two files were renamed in the previous commit.
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 "bug_367"
Fixed Bug #367.
Merge from branch "bug_365"
changed the projet id from 1 to the first project.
fixes Bug #365 (project_id is always 1).
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
Minor text change
Merge from branch "feature_14"
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
fixes unclosed div bug in projects index view.
Merge from branch feature_14
Fixes Bug #337 (pagination is now inside the projects list partial).
Addresses (closes?) Feature #336
Fixes the html injection problem in the client side (Bug #341).
Fixes fieldset status issue on Bug #341
Fixes Bug #340.
removed a couple of forgotten debug messages.
Fixes Bug #341.
Merge from 791:dc15818e132e
Now submits when the ENTER key is pressed in the search box.
Apply same change as in 863f447c4d88 on cannam branch
Layout changes: move h2 into fieldset top line, etc
Fixes bug related to returning results with non root projects.
Layout tweaks
Fixes the default status of the my_projects fieldset in the projects index view.
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.
Route needed by the set_fieldset_status action (called by xhr).
getter and setter functions for the session variables holding the collapsible fieldsets statuses.
Addresses bug #327 - we need a different autocomplete behaviour when in the index page (not closed yet).
Fixed bug related to filtering simultaneously bu name & tag.
adds js file to manage project page status.