To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Avoid crashing out with weird event types that don't give us a proper author record
Merge from branch "browsing"
Refactor into activities helper
Layout bits
Add busy institutions list
Add browse page stub
Busy-projects partial, etc
Add tag cloud to front page (probably don't want it quite like this in the "real world")
Merge from branch "cannam"
Merge
Comment only
Allow file attachment to wrap to avoid extra-wide text field
Merge from branch "live"
Merge from branch "bug_521"
Only count downloads from non-bots
Merge from branch "feature_523"
Make stylesheet at least a little more muted
Merge from branch cannam
Display download counts for documents
Tally all downloads, not only project/version attachments
Merge from branch "bug_505"
Merge (Bug #505 fix).
Fixes Bug #505 (introduced in Bug #97): now also sends emails to all users members of a group when the group is added to a project.
Makes explicit that the "user" is a Group.
Ensure external repo details are passed through WS interface
Merge from the default branch
#501 "new projects" on front page should list hierarchy for non-top-level projects#493 Projects box in front page should label private projects as such
#488 Show matching projects in search results first, even if there are many
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
Rename .erb to .html.erb in line with the convention
Rename .text.html.erb and .text.plain.erb to .html.erb and .text.erb in line with the other mailer files
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.
renamed the email templates used when adding users to a project.
Fixes the deprecated use of visible_by.
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)
Rename .rhtml files to .html.erb in preparation for merge
Use revision string instead of changeset object for archive link (works for branch and tag as well as changeset)
Merge from branch "bug_352"
fixes bug #352. This fix needs to be reviewd, because it changes directly the redmine core.
Hide tracker options in the new-project version of the project settings form
Clarify some new-project descriptive texts
Add New Project link to My page, fixing #361
Move tags list on project show page
Merge from 791:dc15818e132e
Apply same change as in 863f447c4d88 on cannam branch
Layout changes: move h2 into fieldset top line, etc
Merge from branch "feature_14"
Force a Google search box rudely into the middle of the search view, just to see how it looks.It can be styled reasonably well -- but the adverts, when they appear, are atrocious.
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
Merge from branch "feature_318"
Finish adding download link
Hack in simplistic download link
Remove language field; we only handle English
Merge from branch "feature_36"
Transplant rev 65abc6b39292 from live branch
Transfer custom welcome-page code from mainline to bibliography plugin code.This is far too awkward. We need a better way.