Search
Results (2555)
- Revision 2724 (svn): Fixes consistency of custom fields display on the issue detail view (#3190).
- Revision 2713 (svn): Link projects and users in the issue list.
- #3086
- Revision 2712 (svn): Link the project name in simple issue lists.
- #3085
- Revision 2711 (svn): Adds group folding on issue list (#2679).
- Revision 2694 (svn): Adds more css classes to the roadmap issues (#3214).
- Revision 2685 (svn): Fixed: %0.2f is rendered as plain text in issues/destroy view (#3167).
- Revision 2673 (svn): Fixed: Issue status in the notify email's subject is the issue's old status, should be its new status (#3194).
- Revision 2669 (svn): Create the journal after issue save (#3140).
- Revision 2661 (svn): Find visible issues only.
- Revision 2660 (svn): Adds Issue.visible_condition.
- Revision 2643 (svn): Show timelog reports for non-versioned issues (#3051).
- Revision 2637 (svn): Added observers to watch ... for mail delivery instead of calling Mailer.
- * Added an IssueObserver to watch when Issues are created * Added a JournalObserver to watch when Journals are created (Issue updates) * Added a NewsObserver for News ite ... Observer for Document notifications. * Setup IssuesController#new to use the IssueObserver. * Setup IssuesController#edit to use the IssueObserver. * Setup IssuesController#bulk_edit to use the JournalObser ... the Mailer call in Changeset#scan_commit_for_issue_ids, the JournalObserver will handle it. * ... ilHandler in favor of the Observers. #2659
- Revision 2611 (svn): Added several more plugin hooks:
- * :controller_custom_fields_new_after_save * ... fields_form_* (type of custom field) * :view_issue_statuses_form * :view_issues_show_description_bottom * :view_my_account * :view_users_form #2599
- Revision 2610 (svn): Added plugin hooks to the context menu
- * :view_issues_context_menu_start * :view_issues_context_menu_end #3013
- Revision 2598 (svn): Set sort orders on 'View all issues' links on my page.
- Revision 2597 (svn): Makes the 'View all' link on 'Reported issues' list open and closed issues.
- Revision 2595 (svn): Adds issue count on assigned and reported 'My page' modules (#2986).
- Revision 2568 (svn): Adds css classes to the issues in the calendar (#2651).
- Revision 2567 (svn): Adds 2 css classes (created-by-me and assigned-to-me) to issues created by or assigned to the current user (#2651).
- Revision 2566 (svn): Adds a sortable "Project" column to the issue list.
- It's displayed by default on the cross-project issue list (#2889). It's also available for saved queries.
- Revision 2554 (svn): Fixed: export links on the issue list lose project param after applying a filter (#2908).
- Revision 2537 (svn): Adds :view_issues permission to default roles.
- Revision 2536 (svn): Makes :view_issues permission non public.
- Revision 2519 (svn): Sort changesets in the same order as comments on the issue details view (#1546).
- Revision 2507 (svn): Makes the default issue list columns selection look like other multi-checkbox fieldsets.