To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Fix project members page: update editlist partial following changes to project member settings partial; update mailer class and templates; make editlist forms not be remote (we just reload page)
Removed tag-realted hacky code from projects controller.
Merge from branch "cannam"
Merge from branch "live"
Fix dodgy merge, syntax, defaults
Logger, reinstate this box as default
Add "People I'm working with" as My Page box -- currently off by default
Merge from branch live
Merge from branch cannam
Remove My Projects from projects list (now in My Page)
Merge from branch "feature_550"
Make "my projects" box on My Page look nice when user has no projects (invite them to create one)
Minor adjustments
Syntax fixes
Restore rendering of members list
Removed line from the Projects Controller that was mistakenly left after the merge from the pristine branch.
Merge from live
Update to Redmine SVN revision 11137 on 2.2-stable branch
Merge
Add "My Page" box for my projects. Currently this also affects the layout of the non-My-Page version of the My Projects list, need to adjust that
Merge from branch "bug_531"
In repo controller entry action, show the page for the file even if it's binary (so user still has access to history etc links). This makes it possible to use the entry action as the default when a file is clicked on
Merge from live branch
Merge from live site's latest changes.
Fix bug #370: Use radio buttons instead of a checkbox for project public/private selection
Again avoid bombing out when faced with odd events
Merge from branch "browsing"
Refactor into activities helper
Add busy institutions list
Add browse page stub
Merge from branch "bug_521"
Only count downloads from non-bots
Tally all downloads, not only project/version attachments
Ensure external repo details are passed through WS interface
Merge from the default branch
Merge from default (Redmine 1.3)
Merge from branch "cannam_integration"
Merge from branch "redmine-1.3"
Update to Redmine SVN rev 9414 on 1.3-stable branch
Merge from cannam_integration
Rename .erb to .html.erb in source files as well
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.
Remove .svn directories from subdirectories in preparation for merging from newer svn repo format
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
Merge from branch "bug_352"
fixes bug #352. This fix needs to be reviewd, because it changes directly the redmine core.
Merge from branch "feature_14"
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…)
Merge from branch "bug_320"
Bug #320: Offer login page instead of 404 for nonexistent project when user not logged in -- hiding the difference between existing private project and nonexistent one
Introduce a new latest_downloads plugin to manage active and shortcut for attachments.Add a table for attachment active/shortcut data.Move existing active-handler code into the new plugin (but still using the "old" active column in the attachments table). Note the files_controller stuff doesn't actually work here.
Merge from branch "luisf"
Merge from branch "redmine-1.2"
Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
Merge from branch "feature_142"
Show styled member list in Members view for non-manager users; implement member editing partial in this view for manager users. Remove Members tab from Settings
If a search matches any project titles (and projects are in scope for the search), show those projects separately at the start of the search results provided there are no more than 5 of them (further fix to bug #94)
Fix NoMethodError on right-click -> Edit on issue in issues list (fixes #162)
Some experiments toward adding a Members entry to the project menu (for feature #142)