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 (10.1 KB)
Merge from live branch
Merge from branch redmine-2.5-integration
Merge from branch "redmine-2.4-integration"
Merge from branch "live"
Update to Redmine SVN revision 13367 on 2.5-stable branch
Fix deprecation warning about passing a template handler in the template name
Merge from redmine-2.4 branch
Update to Redmine SVN revision 12979 on 2.4-stable branch
Merge from live branch. Still need to merge manually in files overridden by plugins.
Update to Redmine 2.4 branch rev 12663
Merge from default branch
Merge from branch cannam
Merge from branch bug_635
Restore our original repos settings page. But I don't think this is going to work well with the new routes configuration
Merge
Merge from redmine-2.2-integration branch. We're going live!
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
Update to Redmine SVN revision 11972 on 2.3-stable branch
Removed tag-realted hacky code from projects controller.
Merge from branch live
Remove My Projects from projects list (now in My Page)
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 from live site's latest changes.
Fix bug #370: Use radio buttons instead of a checkbox for project public/private selection
Merge from branch "browsing"
Refactor into activities helper
Add busy institutions list
Add browse page stub
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.
Merge from branch "cannam"
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 "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 "cannam-pre-20110113-merge"
Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
Merge from branch bug_133
Use all with ordering instead of sort_by for projects (fixes #133)
Merge from branch "feature_123"
Add the overview setting to the project settings. Still rather clumsy, but it does appear to work!
Merge from branch "feature_73"
Merge from branch "bug_97"
merge from feature_72
Merge from branch "feature_72"
the status messages now depend on the repository type.
TEST DEV commit: creates the repository automatically;
Merge from branch "bug_67"
Projects page: Sort and paginate table on the basis of root projects only; recurse to children (if any) after each root project is rendered. Fixes #67