Search
Results (2548)
- 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.
- Revision 2488 (svn): List the Default Columns displayed on the issue list vertically
- instead of horizontally so it's easier to read. #2745
- Revision 2487 (svn): Allow the other format links to appear on the issue list (ATOM, PDF, CSV).
- #2779
- Revision 2467 (svn): Removes invalid css class on issue details (#2753).
- Revision 2466 (svn): Adds an index on watchers table to speed up watched issue filtering.
- Revision 2463 (svn): Timelog is ignored when updating an issue if user is admin but not a project member (#2717).
- Revision 2461 (svn): Removes invalid css class on issue details (#2733).
- Revision 2460 (svn): Adds watch/unwatch link on the issue context menu (#2730).