summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added test coverage for Redmine::Plugin.add_hookplugin-hooksEric Davis2008-07-281-0/+12
|
* More unit tests to cover hook_registered?Eric Davis2008-07-281-0/+8
|
* More unit tests for the plugins. Fixed bug where a plugin's hook method ↵Eric Davis2008-07-282-1/+49
| | | | could return nil.
* Implementing more unit tests for the plugin hooksEric Davis2008-07-281-0/+43
|
* Added Redmine::Plugin::Hook::Manager.clear_listeners to remove all hook ↵Eric Davis2008-07-281-0/+7
| | | | listeners.
* Added tests for Redmine::Plugin::Hook::BaseEric Davis2008-07-281-0/+17
|
* Added test stubs for testing the Plugin APIEric Davis2008-07-282-0/+21
|
* Merge branch 'master' into plugin-hooksEric Davis2008-07-2879-219/+702
|\ | | | | | | | | | | Conflicts: lib/redmine/plugin.rb
| * Fixed: tokens not escaped in highlight_tokens regexp (#1702).Jean-Philippe Lang2008-07-281-1/+2
| | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1709 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Smaller font in context menu.Jean-Philippe Lang2008-07-281-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 Lang2008-07-281-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 Lang2008-07-282-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 Lang2008-07-283-14/+26
| | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1705 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Follows r1703.Jean-Philippe Lang2008-07-271-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 Lang2008-07-276-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 Lang2008-07-272-8/+26
| | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1702 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Activity refactoring.Jean-Philippe Lang2008-07-2717-133/+353
| | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1701 e93f8b46-1217-0410-a6f0-8f06a7374b81
| * Fixes tests (r1693).Jean-Philippe Lang2008-07-271-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 Lang2008-07-268-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 Lang2008-07-2638-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 Lang2008-07-263-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 Lang2008-07-262-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 Lang2008-07-264-15/+25
| | | | | | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1695 e93f8b46-1217-0410-a6f0-8f06a7374b81
* | Added Number helperEric Davis2008-07-231-0/+1
| |
* | Added documentationEric Davis2008-07-231-5/+13
| |
* | Added Base class for Plugin Hooks. #1296Eric Davis2008-07-231-2/+26
| |
* | Changed Hook API to use a Manager class. #1296Eric Davis2008-07-237-55/+49
| |
* | Added new hook for the issues_helper.show_detailsEric Davis2008-07-232-2/+5
| |
* | Added hooks for the member page. #1147Eric Davis2008-07-231-0/+7
| |
* | Added support for saving a bulk edit. #1147Eric Davis2008-07-232-1/+5
| |
* | Added hooks to issue_edit, issue_bulk_edit, and issue_show. #1147Eric Davis2008-07-233-0/+11
| |
* | Adding Redmine::Plugin::Hook class to register and use hooksEric Davis2008-07-231-0/+51
|/ | | | #1147
* TOC rendered as an unordered list.Jean-Philippe Lang2008-07-223-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 Lang2008-07-221-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 Lang2008-07-221-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 Lang2008-07-221-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 Lang2008-07-228-0/+37
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused exception definition (r1678).Jean-Philippe Lang2008-07-221-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 Lang2008-07-221-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 Lang2008-07-2210-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 Lang2008-07-226-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 Lang2008-07-211-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 Lang2008-07-212-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 Lang2008-07-201-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 Lang2008-07-209-46/+101
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1681 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strikethru closed issue links (#1127).Jean-Philippe Lang2008-07-204-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 Lang2008-07-201-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 Lang2008-07-197-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 Lang2008-07-195-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 Lang2008-07-191-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1676 e93f8b46-1217-0410-a6f0-8f06a7374b81