summaryrefslogtreecommitdiffstats
path: root/app/helpers/application_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Redirected user to where he is coming from after logging hours (#1062).Jean-Philippe Lang2008-04-161-0/+4
* Inline images alt attribute set to the attachment description.Jean-Philippe Lang2008-04-051-2/+4
* Move repetitive calendar include code from views into helper (patch #966 by P...Jean-Philippe Lang2008-03-311-0/+13
* Add breadcrumb nav for the forums (#892).Jean-Philippe Lang2008-03-271-0/+4
* Wiki links:Jean-Philippe Lang2008-03-211-1/+1
* Small fix to the Redmine links regexp.Jean-Philippe Lang2008-03-171-1/+1
* Add Redmine links for repository files using source: and export: keyworkds (#...Jean-Philippe Lang2008-03-171-3/+19
* Add a time tracking block for 'My page' (#615).Jean-Philippe Lang2008-03-161-2/+2
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-1/+6
* Replaces del tags by a css style (a.issue.closed) for closed issue links.Jean-Philippe Lang2008-03-091-1/+1