To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Hide tracker options in the new-project version of the project settings form
Merge
Clarify some new-project descriptive texts
Add New Project link to My page, fixing #361
Merge from branch "live"
Merge from branch "cannam"
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.
Merge from branch "cannam_integration"
Minor layout fix for user show page
Restore Tip of the Day settings entry lost during merge of rev cd2282d2aa55
Change "View all issues" to "View all watched issues" for watched issues box in My Page
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 bug_213
Fix #213
Merge from bug_255
Some text changes to fix #255
Merge from branch "luisf"
Added method to retrieve a user's institution name to the ssamr_user_detail Model.
Merge from branch "redmine-1.2"
Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
Pull out font name specifications from stylesheets and serve differently to different platforms (falling back to our usual web fonts). Fixes #212
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)
Remove member lists from custom welcome page (bug #208)
Some experiments toward adding a Members entry to the project menu (for feature #142)
Add "Edit this page" link to welcome page if the current user is authorised to do so
Include link to our site and contact link in page footer
Remove Calendar from default blocks in My Page
Avoid double-slash in path
Merge from branch "feature_36" into a specially created integration branch
Merge from branch "cannam-pre-20110113-merge"
Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
Merge from branch "cannam-pre-20110113-merge". Includes fix for bug #169.
Merge from branch bug_169
Introduce a method on the sys controller to clear a repository cache; use a file in the mirror dir to notify the Ruby external repo script that it needs to call it
Merge from branch "bug_145"
Merge from branch bug_133
Track the project tree explicitly through recursive functions rather than using lft, rgt ordering. Fixes #145
Use all with ordering instead of sort_by for projects (fixes #133)
Check that user is permitted to see subproject, not only parent project. Fixes #152
model changes;
Merge from branch "cannam-pre-20110113-merge" (includes merge from feature_121)
Merge from branch "feature_121"
Ensure Recent Activity shows only activity on projects the user is actually a member of, if invoked from My Page (rather than on all permitted projects)
Merge from branch "feature_126"
Turn general News box on site front page into a Site News box (#126)