log app/helpers/projects_helper.rb @ 861:b8105f717bf7 bug_182

age author description
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