summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Adds cross-project time reports support (#994).Jean-Philippe Lang2008-08-311-0/+8
* Adds an option to generate sequential project identifiers.Jean-Philippe Lang2008-08-311-0/+1
* Sligth changes to issue comments quoting links.Jean-Philippe Lang2008-08-281-3/+3
* Adds posts quoting functionality (#1825).Jean-Philippe Lang2008-08-281-0/+6
* Fixed: Estimated time in issue's journal should be rounded to two decimals (#...Jean-Philippe Lang2008-08-251-0/+3
* Adds user count in status drop down on admin user list.Jean-Philippe Lang2008-08-111-4/+5
* Adds links to forum messages using message#id syntax (#1756).Jean-Philippe Lang2008-08-101-1/+13
* Adds permissions for viewing the watcher list and adding new watchers on the ...Jean-Philippe Lang2008-08-031-1/+6
* Fixed: tokens not escaped in highlight_tokens regexp (#1702).Jean-Philippe Lang2008-07-281-1/+2
* Adds support for wiki links with anchor (#1647).Jean-Philippe Lang2008-07-281-4/+9
* Adds child_pages macro for wiki pages (#528).Jean-Philippe Lang2008-07-262-2/+2
* Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.Jean-Philippe Lang2008-07-262-1/+18
* Redirect user to the previous page after logging in (#1679).Jean-Philippe Lang2008-07-261-1/+2
* Adds custom fields to the time entries csv export.Jean-Philippe Lang2008-07-221-0/+6
* Adds custom fields on time entries (#772).Jean-Philippe Lang2008-07-221-0/+1
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-222-2/+13
* Search engine: display total results count (#906) and count by result type.Jean-Philippe Lang2008-07-201-0/+16
* Strikethru closed issue links (#1127).Jean-Philippe Lang2008-07-201-0/+3
* Adds links to the user page on various views.Jean-Philippe Lang2008-07-161-1/+2
* Fixes boolean custom fields tags (broken by r1592) (#1640).Jean-Philippe Lang2008-07-141-1/+1
* Fixed: trailing period should not be included in redmine links of type class:...Jean-Philippe Lang2008-07-101-1/+1
* Fixes "source:" links URLs (r1617).Jean-Philippe Lang2008-07-062-5/+6
* Display svn properties in the browser, svn >= 1.5.0 only (#1581).Jean-Philippe Lang2008-07-051-0/+10
* Removes calls to TimeZone#adjust (#1584).Jean-Philippe Lang2008-07-051-5/+1
* Merged Rails 2.1 compatibility branch.Jean-Philippe Lang2008-07-041-0/+4
* Removes no longer needed helper method (r1605).Jean-Philippe Lang2008-06-291-8/+0
* Makes issue update link work without javascript (#1337).Jean-Philippe Lang2008-06-291-1/+1
* Addq "please select" to activity select box if no activity is set as default ...Jean-Philippe Lang2008-06-291-0/+8
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-272-13/+16
* Adds a key in lang files (general_csv_decimal_separator) to set the decimal s...Jean-Philippe Lang2008-06-262-2/+4
* Adds a simple API and a standalone script that can be used to forward emails ...Jean-Philippe Lang2008-06-252-0/+20
* Fixed: private method 'gsub' called for nil:NilClass on activity (#1519).Jean-Philippe Lang2008-06-241-1/+1
* Strip pre/code tags content from activity view events.Jean-Philippe Lang2008-06-231-1/+1
* Track project and tracker changes in issue history.Jean-Philippe Lang2008-06-191-0/+6
* File viewer for attached text files.Jean-Philippe Lang2008-06-092-7/+8
* Unified diff viewer for attached files with .patch or .diff extension (#1403).Jean-Philippe Lang2008-06-082-1/+5
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-081-0/+4
* Ability to disable unused SCM adapters in application settings.Jean-Philippe Lang2008-06-081-3/+6
* Redmine links regexp fix (#1369, url hash turned into a ticket link).Jean-Philippe Lang2008-06-041-1/+1
* Fixed: changesets titles should not be multiline in atom feeds (#1356).Jean-Philippe Lang2008-06-042-2/+13
* Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo...Jean-Philippe Lang2008-05-301-4/+7
* Prevent admin users from locking their own account (#1276).Jean-Philippe Lang2008-05-241-1/+1
* Ability to search a project and its subprojects (#1264).Jean-Philippe Lang2008-05-201-1/+2
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-0/+7
* Prevent "can't convert nil into String" error when :sort_order param is not p...Jean-Philippe Lang2008-05-031-1/+1
* Split user edit screen into tabs.Jean-Philippe Lang2008-05-021-0/+6
* Show the project hierarchy in the drop down list for new membership on user a...Jean-Philippe Lang2008-05-011-0/+14
* Redirected user to where he is coming from after logging hours (#1062).Jean-Philippe Lang2008-04-161-0/+4
* Custom fields (list and boolean) can be used as criteria in time report (#1012).Jean-Philippe Lang2008-04-091-2/+6
* CSV export added to timelog report (#1009).Jean-Philippe Lang2008-04-071-0/+52