summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Trackers controller refactoring.Jean-Philippe Lang2009-02-261-0/+7
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-84/+11
* Fixes "too few arguments" error on activerecord error translation (#2626).Jean-Philippe Lang2009-02-201-5/+5
* Adds (a maximum of 3) links to project ancestors in the page title (#2788).Jean-Philippe Lang2009-02-201-0/+20
* Issues pagination loses project param after applying or clearing filter (#2726).Jean-Philippe Lang2009-02-121-2/+2
* Leave wiki links untouched if target project doesn't exist or have no wiki.Jean-Philippe Lang2009-02-101-1/+1
* Fixed: inline attached image should not match partial filename (#2683).Jean-Philippe Lang2009-02-051-4/+3
* Show line breaks in activity events summary.Jean-Philippe Lang2009-02-011-1/+1
* Adds projects association on tracker form (#2578).Jean-Philippe Lang2009-01-291-0/+24
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-291-0/+6
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-19/+24
* Fixed that the project jump box does not preserve current tab after r2304.Jean-Philippe Lang2009-01-251-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-0/+39
* Moves flash messages rendering to a helper method.Jean-Philippe Lang2009-01-031-0/+9
* Do not escape back_url twice when login fails.Jean-Philippe Lang2008-12-311-0/+1
* Escape back_url field value (#2320).Jean-Philippe Lang2008-12-121-1/+2
* Makes logged-in username in topbar linking to (#2291).Jean-Philippe Lang2008-12-071-2/+2
* Changes issue history headings.Jean-Philippe Lang2008-12-061-2/+2
* Use style attribute for setting width of table cells in progress bars (#2267).Jean-Philippe Lang2008-12-021-3/+3
* Adds link to user's account on issue history.Jean-Philippe Lang2008-11-301-1/+1
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-0/+12
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-221-0/+16
* Link to activity view when displaying dates.Jean-Philippe Lang2008-11-091-1/+4
* Changes ApplicationHelper#gravatar_for_mail to #avatar that takes a User or a...Jean-Philippe Lang2008-11-091-2/+11
* Email address should be lowercased for gravatar (#2145).Jean-Philippe Lang2008-11-071-67/+67
* Added an option to turn user Gravatars on or offEric Davis2008-10-311-0/+6
* Fixed: Inline images don't work if file name has upper case letters or if ima...Jean-Philippe Lang2008-10-281-1/+1
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-271-15/+13
* Makes permission screens localized (#2070).Jean-Philippe Lang2008-10-241-2/+3
* Show the most recent file when displaying an inline image.Jean-Philippe Lang2008-10-181-0/+1
* Escape image filename regexp (#1971).Jean-Philippe Lang2008-10-041-1/+1
* Fixed: Roadmap crashes when a version has a due date > 2037.Jean-Philippe Lang2008-09-201-0/+13
* Template error when user's timezone isn't set and UTC timestamps are used (#1...Jean-Philippe Lang2008-09-111-1/+1
* Adds posts quoting functionality (#1825).Jean-Philippe Lang2008-08-281-0/+6
* Adds links to forum messages using message#id syntax (#1756).Jean-Philippe Lang2008-08-101-1/+13
* 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-261-1/+1
* Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.Jean-Philippe Lang2008-07-261-1/+2
* Redirect user to the previous page after logging in (#1679).Jean-Philippe Lang2008-07-261-1/+2
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-221-0/+11
* 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
* 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-061-1/+6
* Removes calls to TimeZone#adjust (#1584).Jean-Philippe Lang2008-07-051-5/+1
* 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
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-0/+8
* 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-041-2/+9