To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Fix routes and safe attributes for the external repo settings
Restore our original repos settings page. But I don't think this is going to work well with the new routes configuration
Removes duplicate code introduced when integrating with redmine-2.2
Merge from live.
Merge from branch "luisf"
expires_in doesn't do what I thought here, we have external expiry job instead
I think we have room for 7 projects here, rather than 5
Merge from branch cannam
Restore news to home page, tweak formatting
Merge
Using correct arguments on form builder helper.
Merge from live branch
HTML-safe the active colleagues box
Merge from redmine-2.2-integration branch. We're going live!
Temporarily remove "Mature projects", it doesn't work well enough. Add Search Projects link
More front page formatting
Prepare simplification of front page
Add "all projects" link to explore page
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
Merge from branch "redmine-2.2"
Update to Redmine SVN revision 11972 on 2.3-stable branch
Update to Redmine SVN revision 11972 on 2.2-stable branch
Merge cannam's latest changes.
Fix project members page: update editlist partial following changes to project member settings partial; update mailer class and templates; make editlist forms not be remote (we just reload page)
edit renamed to update in controller
Mark intro text html safe
fixed the project _overview form_for (had one extra parameter); created route for a project's settings.
Added a few more css classes to the rest of the new Project view.
html_safe'd identifier; added info class.
Fixed project_is_public_1 label.
Converting fields_for ... :builder => TabularFormBuilder to labelled_fields_for seems like the thing to do
We have a MyHelper now, so we need a MyHelperPatch (also some other minor fixes)
Some fixes from comparing plugin views to core app views
Merge from branch "cannam"
Merge from branch "live"
Fix dodgy merge, syntax, defaults
Various fixes to colleagues box
Some layout and fixes
Add "People I'm working with" as My Page box -- currently off by default
Three-column explore layout
Merge from branch live
Add overlooked file
Small wording and layout fix
Fix internal error on homepage!
Use a smaller font and tighter line spacing for long project names
Override "My Projects" partial as used in My Page so as to show tags; ensure tags stylesheet is included
Add "mature projects" box. This isn't good enough on its own, it's just a test -- we need this to inform other relationships
Add new-project link to Explore page
Remove My Projects from projects list (now in My Page)
Layout adjustments to explore boxes
Score activity to favour more recent events
Make "busy projects" and "recent projects" look uniform
Merge from branch "feature_550"
Make "my projects" box on My Page look nice when user has no projects (invite them to create one)
Fix Javascript so as to update star properly
Minor adjustments
Provide a JS callback which should (?) be rendered by toggle_active ajax call
Fix remote syntax for Rails 3 (doesn't work though); html safe in label
Fix rendering of project homepages with custom welcome pages
Ensure generated HTML is marked as safe & thus rendered
Restore missing open-div
Merge from live
Update to Redmine SVN revision 11137 on 2.2-stable branch
Add "My Page" box for my projects. Currently this also affects the layout of the non-My-Page version of the My Projects list, need to adjust that
Merge from branch "bug_531"
If the file is large, acknowledge that it might be too large rather than binary (could be a big text file)
In repo controller entry action, show the page for the file even if it's binary (so user still has access to history etc links). This makes it possible to use the entry action as the default when a file is clicked on
Merge from live site's latest changes.
Pull header stuff out of cached fragments
More layout fixes
Fix bug #370: Use radio buttons instead of a checkbox for project public/private selection
Don't want "Create and Continue" when creating a new project
Expiry. Wonder whether this works.
Merge from browsing branch