To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
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
Merge
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
Merge from branch cannam
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
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 branch
Merge from live site's latest changes.
Changing the way the bibtex is parsed: uses link_to_remote instead of remote_form_for; using RJS; created tab helper (still not implemented correctly in terms of views
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
Include only public projects in busy institutions / projects queries, so results can be cached (the tag cloud was already public projects only). Introduce tentatively some cacheing thingies
Use setting for number of activities days rather than hardcoding it
Always call up entry for file in repo, not changes, when name is clicked
Again avoid bombing out when faced with odd events
Avoid crashing out with weird event types that don't give us a proper author record
Merge from branch "browsing"
Refactor into activities helper
Layout bits
Add busy institutions list
Add browse page stub