log app/helpers/projects_helper.rb @ 1452:d6b9fd02bb89 feature_36_js_refactoring

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