Commit Graph

  • ef83abe725 Added missing plugins. Jean-Philippe Lang 2008-08-30 14:42:56 +00:00
  • a377069fb2 Merged trunk r1773. Jean-Philippe Lang 2008-08-30 14:41:07 +00:00
  • ed349ca942 Sligth changes to issue comments quoting links. Jean-Philippe Lang 2008-08-28 19:04:04 +00:00
  • bfd0fb067a Adds posts quoting functionality (#1825). Jean-Philippe Lang 2008-08-28 18:56:47 +00:00
  • 8f3a04ce69 Reverting commit r1748. Some environments are not allowing the cached file to write to public, causing all JavaScript to fail. Eric Davis 2008-08-28 16:32:14 +00:00
  • 6ad989f828 Adds checkboxes toggle links on permissions report. Jean-Philippe Lang 2008-08-26 16:05:02 +00:00
  • 5c6bee7f85 Simplified Chinese lang file update (#1809 by Chaoqun Zou). Jean-Philippe Lang 2008-08-26 15:19:28 +00:00
  • d611339baa Fixes error with CVS+Postgresql and non-UTF8 commit logs (#917, #1659). Jean-Philippe Lang 2008-08-26 12:28:15 +00:00
  • 0cf15476a3 Adds support for commit logs reencoding to UTF-8 before insertion in the database (#834, #917, #1663). Source encoding of commit logs can be selected in Application settings -> Repositories. Jean-Philippe Lang 2008-08-26 12:13:15 +00:00
  • 09eba46ec1 Fixed: document listing shows on "my page" when viewing documents is disabled for the role (#1772). Jean-Philippe Lang 2008-08-26 11:08:45 +00:00
  • ea627ca98d One-click bulk edition using the issue list context menu within the same project (#1770). Jean-Philippe Lang 2008-08-26 10:34:26 +00:00
  • 999d47f986 Use example.net as domain in default configuration (#1762). Jean-Philippe Lang 2008-08-25 16:35:20 +00:00
  • 66a079f430 Changes help message about project identifiers (#1478). Jean-Philippe Lang 2008-08-25 16:14:07 +00:00
  • e395d3e46d Fixes context menu with Opera (#1655). Jean-Philippe Lang 2008-08-25 15:24:23 +00:00
  • 954bddbadf Make the issue list context menu work under Mac OSX Leopard (#1485). Tested with FF3.0.1 and Safari 3.0.4 under OSX 10.5.2. Jean-Philippe Lang 2008-08-25 15:09:31 +00:00
  • 2042e3bbd9 Dots allowed in custom field name (#1723). Jean-Philippe Lang 2008-08-25 14:37:44 +00:00
  • d93f96765b Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange slightly edited). Jean-Philippe Lang 2008-08-25 14:33:30 +00:00
  • e339d0bcc0 Fixed: Issue updated_on is not updated when a user adds a note with no edit privilege. Jean-Philippe Lang 2008-08-25 12:51:29 +00:00
  • dbf4438dda More detailed error message in log when scm command fails (#1682). Jean-Philippe Lang 2008-08-25 12:31:53 +00:00
  • 0d55652552 Fixes method name in AbstractAdapter. Jean-Philippe Lang 2008-08-25 12:27:15 +00:00
  • 6fc62d393c Fixed: invalid SQL query on User#destroy (#1781). Jean-Philippe Lang 2008-08-25 11:55:40 +00:00
  • 5ef0af6710 Fixed: Estimated time in issue's journal should be rounded to two decimals (#1793). Jean-Philippe Lang 2008-08-25 11:43:48 +00:00
  • 116091a1d2 Fixes platform determination under JRuby (#1804). Jean-Philippe Lang 2008-08-25 11:01:37 +00:00
  • ab83ed5d8e r18452@gaspard (orig r1723): jplang | 2008-08-07 21:59:02 +0200 Slight change to engines to let plugins override views. r18456@gaspard (orig r1727): jplang | 2008-08-10 17:22:54 +0200 Moves @layout 'base'@ to ApplicationController. r18457@gaspard (orig r1728): jplang | 2008-08-10 23:35:03 +0200 Quote ids for attachment association since Trac's attachment.id is varchar (#1759). r18458@gaspard (orig r1729): jplang | 2008-08-11 00:18:23 +0200 Adds links to forum messages using message#id syntax (#1756). r18459@gaspard (orig r1730): jplang | 2008-08-11 20:09:54 +0200 Allow same name for custom fields on different object types. r18460@gaspard (orig r1731): jplang | 2008-08-11 20:24:39 +0200 Fixes custom fields display order at several places (#1768). r18461@gaspard (orig r1732): edavis10 | 2008-08-11 22:49:52 +0200 Added doc/README_FOR_APP so RDoc can be built. (#1769) Nicolas Chuche 2008-08-20 18:37:09 +00:00
  • 2f3f2d8b12 Added the "Status:" keyword to the MailHandler for setting and changing an Issue status via email. Eric Davis 2008-08-20 06:21:06 +00:00
  • 6db8fa8ef7 Messages on a Board can now be sorted by the number of replies. Eric Davis 2008-08-20 06:14:44 +00:00
  • af6b01f55d Hiding the View Differences button when a wiki page's history only has one version. Eric Davis 2008-08-20 05:09:13 +00:00
  • a899904f63 Javascripts are now cached into a single file for downloads in production mode. Eric Davis 2008-08-20 04:26:46 +00:00
  • 53078ca949 No warning about rcov each time a rake task is ran. Jean-Philippe Lang 2008-08-15 18:44:46 +00:00
  • ef26e2e0ba Removing Redmine::Hook::HOOKS because it's not used any more with the dynamic hook loading. #1677 Eric Davis 2008-08-13 15:34:21 +00:00
  • 910988133d Extracted rcov options and removed gems from the rcov report. Eric Davis 2008-08-13 04:20:23 +00:00
  • fab5c1fdef Added rake tasks to generate rcov code coverage reports. rake -T test:coverage to see them all Eric Davis 2008-08-13 04:20:16 +00:00
  • ca2449d9cf Added missing documentation for setting up the Darcs test repository. Eric Davis 2008-08-13 03:54:54 +00:00
  • 98cf5ebca0 Added rake task for listing the Plugin hooks by running rake redmine:plugins:hook_list. Eric Davis 2008-08-13 01:11:45 +00:00
  • 63e135ffef Adds :helper_issues_show_detail_after_setting hook. #1677 Eric Davis 2008-08-13 00:43:43 +00:00
  • 77d0a96289 Adds :controller_issues_bulk_edit_before_save hook. #1677 Eric Davis 2008-08-13 00:43:36 +00:00
  • 879a29b8cf Added hooks to the Project members table Eric Davis 2008-08-13 00:43:30 +00:00
  • b506b12a2d Adds :view_issues_bulk_edit_details_bottom hook. #1677 Eric Davis 2008-08-13 00:43:24 +00:00
  • 64a3361769 Adds :view_issues_form_details_bottom hook. #1677 Eric Davis 2008-08-13 00:43:17 +00:00
  • a7b30d39ce Adds :view_issues_show_details_bottom hook. Jean-Philippe Lang 2008-08-12 16:33:39 +00:00
  • 41d44c5285 Adds user count in status drop down on admin user list. Jean-Philippe Lang 2008-08-11 21:10:24 +00:00
  • d47400aa8d Adds Lock/Unlock/Activate link on user edit screen. Jean-Philippe Lang 2008-08-11 21:02:36 +00:00
  • 988f8d65fa Adds 'Edit' link on account/show for admin users. Jean-Philippe Lang 2008-08-11 20:55:17 +00:00
  • a3e729a263 Added doc/README_FOR_APP so RDoc can be built. (#1769) Eric Davis 2008-08-11 20:49:52 +00:00
  • 237a3f52a2 Fixes custom fields display order at several places (#1768). Jean-Philippe Lang 2008-08-11 18:24:39 +00:00
  • 1631019026 Allow same name for custom fields on different object types. Jean-Philippe Lang 2008-08-11 18:09:54 +00:00
  • 1650920339 Adds links to forum messages using message#id syntax (#1756). Jean-Philippe Lang 2008-08-10 22:18:23 +00:00
  • ab4873b83d Quote ids for attachment association since Trac's attachment.id is varchar (#1759). Jean-Philippe Lang 2008-08-10 21:35:03 +00:00
  • 2fdf4426cd Moves @layout 'base'@ to ApplicationController. Jean-Philippe Lang 2008-08-10 15:22:54 +00:00
  • 2a04d6188b Adds plugin controller and model generator. Jean-Philippe Lang 2008-08-10 14:57:05 +00:00
  • 74b942b34d Slight changes to hook unit tests. Jean-Philippe Lang 2008-08-08 06:50:07 +00:00
  • 3a0c29a42e Adds AssetTagHelper to ViewListener class and functional test. Jean-Philippe Lang 2008-08-08 06:45:08 +00:00
  • 361138e16d Slight change to engines to let plugins override views. Jean-Philippe Lang 2008-08-07 19:59:02 +00:00
  • 88f3c43170 Plugin generator: set plugin name in init.rb. Jean-Philippe Lang 2008-08-07 19:57:11 +00:00
  • ed7e61d1c3 Adds a simple Redmine plugin generator. Usage: Jean-Philippe Lang 2008-08-07 19:43:18 +00:00
  • 4a41c66855 Passing @project to hook calls no longer needed in views. Jean-Philippe Lang 2008-08-07 18:45:21 +00:00
  • ff2aba49ac Removes junk code introduced in r1718. Jean-Philippe Lang 2008-08-07 18:44:02 +00:00
  • efc5d18871 Automatically add current project to the context of hook calls in views. Jean-Philippe Lang 2008-08-07 18:43:22 +00:00
  • f892fcf716 Hooks initial commit. Jean-Philippe Lang 2008-08-07 18:24:35 +00:00
  • 7c56968018 Added branch for hooks integration. Jean-Philippe Lang 2008-08-07 10:52:19 +00:00
  • 2e4e9b88d2 Fixes rdm-mailhandler SSL support (#1724). Jean-Philippe Lang 2008-08-03 11:07:16 +00:00
  • 91a5fa32d7 Fixes non-matching html tag (#1734). Jean-Philippe Lang 2008-08-03 09:30:56 +00:00
  • d1a504f768 Fixed: logtime entry duplicated when edited from parent project (#1728). Jean-Philippe Lang 2008-08-03 09:27:27 +00:00
  • a332e0a4fe Adds permissions for viewing the watcher list and adding new watchers on the issue detail view (#398). Jean-Philippe Lang 2008-08-03 09:14:43 +00:00
  • 6034067d86 Fixed: activity atom feed broken by r1701 (#1703). Jean-Philippe Lang 2008-07-30 18:33:35 +00:00
  • 3197814c62 Fixed: RedCloth#block_markdown_rule freezes when parsing many hyphen marks (#1704). Jean-Philippe Lang 2008-07-30 18:28:01 +00:00
  • 99ea01ec93 Added test coverage for Redmine::Plugin.add_hook plugin-hooks Eric Davis 2008-07-28 17:30:32 -07:00
  • e87140a719 More unit tests to cover hook_registered? Eric Davis 2008-07-28 17:12:51 -07:00
  • ca8fb4026e More unit tests for the plugins. Fixed bug where a plugin's hook method could return nil. Eric Davis 2008-07-28 17:10:22 -07:00
  • e14b86453e Implementing more unit tests for the plugin hooks Eric Davis 2008-07-28 17:02:23 -07:00
  • cb485c92ef Added Redmine::Plugin::Hook::Manager.clear_listeners to remove all hook listeners. Eric Davis 2008-07-28 17:01:59 -07:00
  • e7309d8c57 Added tests for Redmine::Plugin::Hook::Base Eric Davis 2008-07-28 16:40:18 -07:00
  • d6808130dc Added test stubs for testing the Plugin API Eric Davis 2008-07-28 16:26:46 -07:00
  • c5242b4386 Merge branch 'master' into plugin-hooks Eric Davis 2008-07-28 16:14:10 -07:00
  • b91bdf8798 Fixed: tokens not escaped in highlight_tokens regexp (#1702). Jean-Philippe Lang 2008-07-28 21:11:49 +00:00
  • b26e4932a2 Smaller font in context menu. Jean-Philippe Lang 2008-07-28 18:01:05 +00:00
  • c3f9575eaf Adds category to the issue context menu (#1684). Jean-Philippe Lang 2008-07-28 18:00:30 +00:00
  • 198a8c602d Adds support for wiki links with anchor (#1647). Jean-Philippe Lang 2008-07-28 17:20:31 +00:00
  • 2dbc3d2943 Adds Trac-Like anchors on wiki headings (#1647). Jean-Philippe Lang 2008-07-28 17:08:16 +00:00
  • b20281f151 Follows r1703. Jean-Philippe Lang 2008-07-27 19:18:35 +00:00
  • 3a4855d070 Activity provider example in sample plugin. Jean-Philippe Lang 2008-07-27 19:10:56 +00:00
  • d05bcda2ba Adds #activity_provider shortcut method to the plugin API. Jean-Philippe Lang 2008-07-27 18:38:31 +00:00
  • a774c5c48b Activity refactoring. Jean-Philippe Lang 2008-07-27 17:54:09 +00:00
  • 1721376542 Fixes tests (r1693). Jean-Philippe Lang 2008-07-27 10:23:07 +00:00
  • ec7d135930 Adds child_pages macro for wiki pages (#528). Jean-Philippe Lang 2008-07-26 12:54:54 +00:00
  • 60d066f943 Wiki page hierarchy (#528). Parent page can be assigned on Rename screen. Jean-Philippe Lang 2008-07-26 11:46:24 +00:00
  • b68fd4c04b When moving an issue to another project, reassign it to the category with same name if any (#1653). Jean-Philippe Lang 2008-07-26 09:27:07 +00:00
  • 6ddea3396b Adds estimated hours to issue filters (#1678). Jean-Philippe Lang 2008-07-26 09:05:26 +00:00
  • 9f92554319 Redirect user to the previous page after logging in (#1679). Jean-Philippe Lang 2008-07-26 08:46:33 +00:00
  • 6615002df2 Added Number helper Eric Davis 2008-06-13 14:22:30 -07:00
  • 08058e6a02 Added documentation Eric Davis 2008-06-10 15:31:00 -07:00
  • 8995245a0c Added Base class for Plugin Hooks. #1296 Eric Davis 2008-06-10 15:20:57 -07:00
  • 04434cd6ef Changed Hook API to use a Manager class. #1296 Eric Davis 2008-06-10 15:08:44 -07:00
  • fe22ef95a8 Added new hook for the issues_helper.show_details Eric Davis 2008-06-04 18:21:42 -07:00
  • 355143ca18 Added hooks for the member page. #1147 Eric Davis 2008-05-27 17:12:28 -07:00
  • 5e1bcc6b24 Added support for saving a bulk edit. #1147 Eric Davis 2008-05-27 17:06:39 -07:00
  • 00659ab8c5 Added hooks to issue_edit, issue_bulk_edit, and issue_show. #1147 Eric Davis 2008-05-27 16:46:14 -07:00
  • 404e6164cb Adding Redmine::Plugin::Hook class to register and use hooks Eric Davis 2008-05-27 16:04:50 -07:00
  • 5564dfbbd5 TOC rendered as an unordered list. Jean-Philippe Lang 2008-07-22 19:40:47 +00:00
  • a17b62b455 Fixes hard-coded table names in queries. Jean-Philippe Lang 2008-07-22 19:07:43 +00:00