Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test coverage for Redmine::Plugin.add_hookplugin-hooks | Eric Davis | 2008-07-28 | 1 | -0/+12 |
| | |||||
* | More unit tests to cover hook_registered? | Eric Davis | 2008-07-28 | 1 | -0/+8 |
| | |||||
* | More unit tests for the plugins. Fixed bug where a plugin's hook method ↵ | Eric Davis | 2008-07-28 | 2 | -1/+49 |
| | | | | could return nil. | ||||
* | Implementing more unit tests for the plugin hooks | Eric Davis | 2008-07-28 | 1 | -0/+43 |
| | |||||
* | Added Redmine::Plugin::Hook::Manager.clear_listeners to remove all hook ↵ | Eric Davis | 2008-07-28 | 1 | -0/+7 |
| | | | | listeners. | ||||
* | Added tests for Redmine::Plugin::Hook::Base | Eric Davis | 2008-07-28 | 1 | -0/+17 |
| | |||||
* | Added test stubs for testing the Plugin API | Eric Davis | 2008-07-28 | 2 | -0/+21 |
| | |||||
* | Merge branch 'master' into plugin-hooks | Eric Davis | 2008-07-28 | 79 | -219/+702 |
|\ | | | | | | | | | | | Conflicts: lib/redmine/plugin.rb | ||||
| * | Fixed: tokens not escaped in highlight_tokens regexp (#1702). | Jean-Philippe Lang | 2008-07-28 | 1 | -1/+2 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1709 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Smaller font in context menu. | Jean-Philippe Lang | 2008-07-28 | 1 | -3/+3 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1708 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Adds category to the issue context menu (#1684). | Jean-Philippe Lang | 2008-07-28 | 1 | -0/+13 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1707 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Adds support for wiki links with anchor (#1647). | Jean-Philippe Lang | 2008-07-28 | 2 | -4/+12 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1706 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Adds Trac-Like anchors on wiki headings (#1647). | Jean-Philippe Lang | 2008-07-28 | 3 | -14/+26 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1705 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Follows r1703. | Jean-Philippe Lang | 2008-07-27 | 1 | -0/+5 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1704 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Activity provider example in sample plugin. | Jean-Philippe Lang | 2008-07-27 | 6 | -13/+28 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1703 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Adds #activity_provider shortcut method to the plugin API. | Jean-Philippe Lang | 2008-07-27 | 2 | -8/+26 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1702 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Activity refactoring. | Jean-Philippe Lang | 2008-07-27 | 17 | -133/+353 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1701 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Fixes tests (r1693). | Jean-Philippe Lang | 2008-07-27 | 1 | -7/+7 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1700 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Adds child_pages macro for wiki pages (#528). | Jean-Philippe Lang | 2008-07-26 | 8 | -6/+28 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1699 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Wiki page hierarchy (#528). Parent page can be assigned on Rename screen. | Jean-Philippe Lang | 2008-07-26 | 38 | -11/+139 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1698 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | When moving an issue to another project, reassign it to the category with ↵ | Jean-Philippe Lang | 2008-07-26 | 3 | -4/+20 |
| | | | | | | | | | | | | same name if any (#1653). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1697 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Adds estimated hours to issue filters (#1678). | Jean-Philippe Lang | 2008-07-26 | 2 | -13/+28 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1696 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
| * | Redirect user to the previous page after logging in (#1679). | Jean-Philippe Lang | 2008-07-26 | 4 | -15/+25 |
| | | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1695 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | | Added Number helper | Eric Davis | 2008-07-23 | 1 | -0/+1 |
| | | |||||
* | | Added documentation | Eric Davis | 2008-07-23 | 1 | -5/+13 |
| | | |||||
* | | Added Base class for Plugin Hooks. #1296 | Eric Davis | 2008-07-23 | 1 | -2/+26 |
| | | |||||
* | | Changed Hook API to use a Manager class. #1296 | Eric Davis | 2008-07-23 | 7 | -55/+49 |
| | | |||||
* | | Added new hook for the issues_helper.show_details | Eric Davis | 2008-07-23 | 2 | -2/+5 |
| | | |||||
* | | Added hooks for the member page. #1147 | Eric Davis | 2008-07-23 | 1 | -0/+7 |
| | | |||||
* | | Added support for saving a bulk edit. #1147 | Eric Davis | 2008-07-23 | 2 | -1/+5 |
| | | |||||
* | | Added hooks to issue_edit, issue_bulk_edit, and issue_show. #1147 | Eric Davis | 2008-07-23 | 3 | -0/+11 |
| | | |||||
* | | Adding Redmine::Plugin::Hook class to register and use hooks | Eric Davis | 2008-07-23 | 1 | -0/+51 |
|/ | | | | #1147 | ||||
* | TOC rendered as an unordered list. | Jean-Philippe Lang | 2008-07-22 | 3 | -13/+17 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1693 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Fixes hard-coded table names in queries. | Jean-Philippe Lang | 2008-07-22 | 1 | -2/+2 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1692 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Adds boolean and list custom fields for time entries as criteria on timelog ↵ | Jean-Philippe Lang | 2008-07-22 | 1 | -0/+7 |
| | | | | | | report. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1691 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Adds custom fields to the time entries csv export. | Jean-Philippe Lang | 2008-07-22 | 1 | -0/+6 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1690 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Adds custom fields on time entries (#772). | Jean-Philippe Lang | 2008-07-22 | 8 | -0/+37 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1689 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Removed unused exception definition (r1678). | Jean-Philippe Lang | 2008-07-22 | 1 | -2/+0 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1688 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Adds mailto link on the user administration list (#1670). | Jean-Philippe Lang | 2008-07-22 | 1 | -1/+1 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1687 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Appends the filename to the attachment url so that clients that ignore ↵ | Jean-Philippe Lang | 2008-07-22 | 10 | -10/+40 |
| | | | | | | content-disposition http header get the real filename (#1649). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1686 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Move VersionsController#download to AttachmentsController. | Jean-Philippe Lang | 2008-07-22 | 6 | -24/+28 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1685 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Fixed: 'search titles only' box ignored after one search is done on titles only. | Jean-Philippe Lang | 2008-07-21 | 1 | -1/+1 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1684 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Adds username to the password reminder email (#1668). | Jean-Philippe Lang | 2008-07-21 | 2 | -0/+4 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1683 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Fixed: searchable model can't be loaded if table is not yet created (#1421). | Jean-Philippe Lang | 2008-07-20 | 1 | -14/+2 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1682 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Search engine: display total results count (#906) and count by result type. | Jean-Philippe Lang | 2008-07-20 | 9 | -46/+101 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1681 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Strikethru closed issue links (#1127). | Jean-Philippe Lang | 2008-07-20 | 4 | -3/+6 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1680 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Fixed: dependency on ruby 1.8.7 introduced in r1660 (#1643). | Jean-Philippe Lang | 2008-07-20 | 1 | -2/+2 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1679 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Improved on-the-fly account creation. If some attributes are missing (eg. ↵ | Jean-Philippe Lang | 2008-07-19 | 7 | -46/+107 |
| | | | | | | not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1678 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Fixed: Wiki Linking Fails on News Item Preview (#1661). | Jean-Philippe Lang | 2008-07-19 | 5 | -5/+5 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1677 e93f8b46-1217-0410-a6f0-8f06a7374b81 | ||||
* | Small fix to gloc error messages translation. | Jean-Philippe Lang | 2008-07-19 | 1 | -1/+1 |
| | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1676 e93f8b46-1217-0410-a6f0-8f06a7374b81 |