To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Tally all downloads, not only project/version attachments
Merge from branch "live"
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
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
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)
Remove Calendar from default blocks in My Page
Avoid double-slash in path
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_133
Use all with ordering instead of sort_by for projects (fixes #133)
Merge from branch "feature_126"
Turn general News box on site front page into a Site News box (#126)
Merge from branch "feature_125"
Merge from branch "feature_124"
Redirect to My Page instead if asked to redirect to home page
Add Tip of the Day as a block for My Page (on by default)
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_122"
Add Recent Activity partial, include it as a block in My Page (on by default) and in the project information page
Introduce render_project_short_description into projects helper; use it in welcome page (latest projects) as well as project lists, to avoid text formatting appearing in these lists
Flip sort ordering
Merge from branch "bug_97"
Merge from branch "feature_73"
merge from branch bug_97
DEV commit: created template; need to solve bug in template variables.
added feature to send mails to user when added to project; TODO: need to create template.
Merge from branch "bug_99"
merge from bug_99
merge from feature_72
Merge from branch "feature_72"
Commented the popup dialogue line.
the status messages now depend on the repository type.
creates a Mercurial Repository by default.
TEST DEV commit: creates the repository automatically;