summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Move PDF stuff to a single helper.Jean-Philippe Lang2009-01-041-85/+0
* 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
* Prevent SQL error with old sessions after r2171.Jean-Philippe Lang2008-12-271-2/+2
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-242-7/+15
* Adds a css class (overdue) to overdue issues on issue lists and detail views ...Jean-Philippe Lang2008-12-161-0/+1
* Adds a helper that returns issues css classes.Jean-Philippe Lang2008-12-161-0/+6
* Escape back_url field value (#2320).Jean-Philippe Lang2008-12-121-1/+2
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-4/+9
* 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-302-12/+12
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-222-16/+16
* Hide Redmine version in atom feeds and pdf properties (#794).Jean-Philippe Lang2008-11-091-1/+1
* 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
* Link the version name to VersionsController#show in the issue list.Eric Davis2008-10-301-0/+2
* 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
* Adds the ability to search for a project name or identifier on the administra...Jean-Philippe Lang2008-10-241-1/+1
* 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
* Adds a workflow overview screen.Jean-Philippe Lang2008-09-281-0/+19
* Truncate comments on changeset list.Jean-Philippe Lang2008-09-221-0/+6
* Fixed: Roadmap crashes when a version has a due date > 2037.Jean-Philippe Lang2008-09-201-0/+13
* Render the commit changes list as a tree (#1896).Jean-Philippe Lang2008-09-171-0/+68
* Template error when user's timezone isn't set and UTC timestamps are used (#1...Jean-Philippe Lang2008-09-111-1/+1
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-101-150/+0
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-1/+2
* 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