log app/helpers/projects_helper.rb @ 1628:9c5f8e24dadc live tip

age author description
Tue, 09 Sep 2014 10:02:18 +0100 Chris Cannam Merge from branch "redmine-2.4-integration" redmine-2.5-integration
Tue, 09 Sep 2014 09:34:53 +0100 Chris Cannam Merge from branch "live" redmine-2.4-integration
Tue, 09 Sep 2014 09:29:00 +0100 Chris Cannam Update to Redmine SVN revision 13367 on 2.5-stable branch redmine-2.5
Fri, 21 Mar 2014 13:37:39 +0000 Chris Cannam Fixes to the prior commit cannam
Fri, 21 Mar 2014 13:20:11 +0000 Chris Cannam Go for unique managers only, not all members unique cannam
Fri, 21 Mar 2014 13:13:52 +0000 Chris Cannam Whoops, call the right method why not cannam
Fri, 21 Mar 2014 13:03:27 +0000 Chris Cannam Add varied-mature-projects Featured box cannam
Mon, 17 Mar 2014 08:55:23 +0000 Chris Cannam Merge from redmine-2.4 branch redmine-2.4-integration
Mon, 17 Mar 2014 08:54:02 +0000 Chris Cannam Update to Redmine SVN revision 12979 on 2.4-stable branch redmine-2.4
Wed, 15 Jan 2014 09:59:14 +0000 Chris Cannam Merge from live branch. Still need to merge manually in files overridden by plugins. redmine-2.4-integration
Tue, 14 Jan 2014 14:37:42 +0000 Chris Cannam Update to Redmine 2.4 branch rev 12663 redmine-2.4
Fri, 14 Jun 2013 09:28:30 +0100 Chris Cannam Merge from redmine-2.3 branch to create new branch redmine-2.3-integration redmine_2.3_integration
Fri, 14 Jun 2013 09:02:21 +0100 Chris Cannam Update to Redmine SVN revision 11972 on 2.3-stable branch redmine-2.3
Wed, 23 Jan 2013 13:15:33 +0000 Chris Cannam Merge from branch "live" redmine-2.2-integration
Tue, 22 Jan 2013 17:03:50 +0000 Chris Cannam Add "mature projects" box. This isn't good enough on its own, it's just a test -- we need this to inform other relationships feature_564
Tue, 22 Jan 2013 16:51:56 +0000 Chris Cannam Add approximate back-of-envelope calculation of project maturity feature_564
Thu, 10 Jan 2013 15:11:59 +0000 Chris Cannam Ensure generated HTML is marked as safe & thus rendered redmine-2.2-integration
Mon, 07 Jan 2013 14:41:20 +0000 Chris Cannam Merge from live redmine-2.2-integration
Mon, 07 Jan 2013 12:01:42 +0000 Chris Cannam Update to Redmine SVN revision 11137 on 2.2-stable branch redmine-2.2
Fri, 09 Nov 2012 13:57:39 +0000 Chris Cannam Comment only bug_494
Wed, 11 Jul 2012 14:35:31 +0100 Chris Cannam #501 "new projects" on front page should list hierarchy for non-top-level projects
Mon, 27 Feb 2012 13:53:18 +0000 Chris Cannam Merge from branch "redmine-1.3" cannam_integration
Fri, 24 Feb 2012 19:09:32 +0000 Chris Cannam Update to Redmine 1.3-stable branch (Redmine SVN rev 8964) redmine-1.3
Fri, 18 Nov 2011 17:11:15 +0000 Chris Cannam Layout changes: move h2 into fieldset top line, etc cannam
Wed, 13 Jul 2011 14:26:44 +0100 Chris Cannam 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 feature_142
Mon, 06 Jun 2011 14:55:38 +0100 Chris Cannam Merge from branch "cannam-pre-20110113-merge" cannam
Mon, 06 Jun 2011 14:41:04 +0100 Chris Cannam Merge from branch "redmine-1.2" cannam
Mon, 06 Jun 2011 14:24:13 +0100 Chris Cannam Update to Redmine 1.2-stable branch (Redmine SVN rev 6000) redmine-1.2
Tue, 10 May 2011 11:57:41 +0100 Chris Cannam Track the project tree explicitly through recursive functions rather than using lft, rgt ordering. Fixes #145 bug_145
Tue, 10 May 2011 10:08:34 +0100 Chris Cannam Check that user is permitted to see subproject, not only parent project. Fixes #152 bug_152
Fri, 01 Apr 2011 09:37:51 +0100 Chris Cannam Text and layout changes to try to clarify the Welcome page settings feature_123
Thu, 31 Mar 2011 18:20:16 +0100 Chris Cannam Add the overview setting to the project settings. Still rather clumsy, but it does appear to work! feature_123
Wed, 30 Mar 2011 11:05:16 +0100 Chris Cannam 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 cannam-pre-20110113-merge
Tue, 29 Mar 2011 18:06:44 +0100 Chris Cannam As previous commit, but for project table (rather than "my" project list) cannam-pre-20110113-merge
Tue, 29 Mar 2011 18:03:55 +0100 Chris Cannam 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. cannam-pre-20110113-merge
Thu, 03 Mar 2011 12:23:19 +0000 Chris Cannam * Fix some things broken during merge cannam
Thu, 03 Mar 2011 12:11:53 +0000 Chris Cannam * Merge from branch cannam-pre-20110113-merge cannam
Tue, 08 Feb 2011 12:16:25 +0000 Chris Cannam Projects page: Sort and paginate table on the basis of root projects only; recurse to children (if any) after each root project is rendered. Fixes #67 bug_67
Fri, 28 Jan 2011 11:01:43 +0000 Chris Cannam * Simplify table construction, with name and description in the same cell and some layout tidying. Eliminates minor bug that made name and description highlight separately on mouseover. cannam-pre-20110113-merge
Thu, 20 Jan 2011 10:01:33 +0000 Chris Cannam Allow list of managers, if more than one row, to overlap with description cannam-pre-20110113-merge
Tue, 18 Jan 2011 17:22:18 +0000 Chris Cannam * Show Public or Private next to my projects; fix ordering of my projects so as to retain hierarchy cannam
Tue, 18 Jan 2011 17:02:06 +0000 Chris Cannam Make the project list into a sortable table with a little more information in it cannam
Thu, 16 Dec 2010 16:29:06 +0000 Chris Cannam * Projects page: If I'm logged in but have no projects, use single All Projects heading cannam
Mon, 06 Dec 2010 18:12:52 +0000 luisf Feature #35: luisf
Mon, 06 Dec 2010 17:50:43 +0000 luisf Feature #35: The projects page now is separated in "My Projects" and "Other Projects". luisf
Wed, 25 Aug 2010 16:30:24 +0100 Chris Cannam * Update to SVN trunk (revisions 3892-4040)
Fri, 23 Jul 2010 15:52:44 +0100 Chris Cannam * Import Redmine trunk SVN rev 3859