To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Merge
Merge from branch "live"
Merge from branch "cannam"
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;
repository scm not showing anymore.
Sort files with active first, by default
Merge from branch "feature_80"
Naively display download "active" status in downloads page, and allow sorting by it
Fix up entries, etc, from a current SVN checkout (for the same revision as previously)
Merge from branch "bug_83"
When redirecting after login, if the current request URL is an https URL, ensure the back_url is too
Merge from branch "feature_20" (initial implementation of #20).
Merge from branch "feature_20". This initial implementation of #20 has been tested, but needs to be tested again in the proper context.
dev commit
DEV commit: working in the repository config tab
Update to Redmine trunk rev 4802
Merge from branch "bug_67"