To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
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
Layout adjustments
Merge from branch cannam
Restore news to home page, tweak formatting
Merge
Using correct arguments on form builder helper.
Merge from live branch
Restore route for enabling embedded docs through sys controller
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 colleagues block to default My page layout
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
Removed tag-realted hacky code from projects controller.
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"
Show maximum of 10 colleagues
Fix dodgy merge, syntax, defaults
Various fixes to colleagues box
Logger, reinstate this box as default
Some layout and fixes
Add "People I'm working with" as My Page box -- currently off by default
Fix failure to truncate long descriptions without carriage returns in them correctly
Three-column explore layout
Merge from branch live
Add overlooked file
Pick up activity date from various different methods
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
Add approximate back-of-envelope calculation of project maturity
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
Remove nil projects before sorting
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 to prior commit
html output in parent project link
Fix rendering of project homepages with custom welcome pages
Syntax fixes
Restore rendering of members list
Ensure generated HTML is marked as safe & thus rendered
Restore missing open-div
Fix "uninitialized constant Redmine::Scm::Adapters::CommandFailed" (see https://www.chiliproject.org/projects/chiliproject/repository/revisions/cbcce704006c6827b4a3134a2dda9de7c47f18ae)
Removed line from the Projects Controller that was mistakenly left after the merge from the pristine branch.
fixed a syntax error on an if/else statement.
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