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 from branch "bug_145"
Merge from branch bug_133
Merge
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)
Merge from branch "feature_128"
Remove Tip of the Day from front page (fixing #128), move News to top of right column
Merge from branch "feature_125"
Merge from branch "feature_124"
Merge from branch "bug_127"
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)
Formatting for Latest News box -- make it much more like the Recent Activity layout. Also adjust the date formatting in Latest Projects likewise.
Merge from branch "live"
Minor editorial changes
Merge from branch "feature_123"
Text and layout changes to try to clarify the Welcome page settings
Add the overview setting to the project settings. Still rather clumsy, but it does appear to work!
Show Overview wiki page, if it exists, instead of (almost) entire overview page
Merge from branch "feature_122"
Do not show issue tracking box if there are no open issues to track
Add Recent Activity partial, include it as a block in My Page (on by default) and in the project information page
Make the project title (h1 in top of page) a link to the project overview (fixes #118). Does not work for the "special" soundsoftware project, which uses image replacement rather than clickable text.
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
As previous commit, but for project table (rather than "my" project list)
We don't actually want text formatting in our short summary, but we don't want wiki metacharacters either. So apply wiki formatting and then strip out the tags in a very naive fashion.
Flip sort ordering
Merge from branch "bug_94"
Place search results refinement links immediately beneath results heading tomake them more obvious. Partly resolves #94
Merge from branch "cannam-pre-20110113-merge"
Merge from 315:de6af1693ef7
Merge from branch "feature_117"
Merge from branch "bug_97"
Merge from branch "feature_73"
Fix error introduced in merge
Do not show external checkbox/field until the repo has been automatically populatedPull external Hg as well as git and svn reposSome textual changes
merge from branch bug_97
removed unnecessary debug messages
fixed template variable problems; created subject label; fixed old labels
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.
Textual changes
Merge from branch "bug_95"
Merge from branch "bug_99"
Layout changes: indent as block instead of just first line; loosen spacing at bottom of explanatory labels
merge from branch bug_95
merge from bug_99
merge from feature_72
added the description; changed the roles labels. minor fixes to layout.
Remove "junk code"
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.
Merge from branch "feature_88"
Show descriptions of active files in file list. Also give them more space. Fixes #88
Sort files with active first, by default
Merge from branch "feature_80"