summaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fixes user edit urls (#3281).Jean-Philippe Lang2009-05-011-1/+1
* Adds more css classes to the roadmap issues (#3214).Jean-Philippe Lang2009-04-252-13/+1
* Fixed: Calendar popup broken by i18n refactoring (#3168).Jean-Philippe Lang2009-04-241-1/+1
* Prevent recursive calls to RepositoriesHelper#repository_field_tags (#3226).Jean-Philippe Lang2009-04-241-1/+1
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-211-0/+13
* Show timelog reports for non-versioned issues (#3051).Jean-Philippe Lang2009-03-301-1/+5
* Only retrieve query name for display.Jean-Philippe Lang2009-03-121-0/+1
* Fixes SortHelper examples (#2950).Jean-Philippe Lang2009-03-121-2/+2
* Ability to save "sort order" in custom queries (#2899).Jean-Philippe Lang2009-03-121-18/+39
* SortHelper refactoring:Jean-Philippe Lang2009-03-101-61/+95
* Adds 2 css classes (created-by-me and assigned-to-me) to issues created by or...Jean-Philippe Lang2009-03-071-0/+2
* Adds a sortable "Project" column to the issue list.Jean-Philippe Lang2009-03-071-1/+1
* Fixed: Undefined Method (l_YesNo) Being Called (#2867).Jean-Philippe Lang2009-03-011-1/+1
* 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-214-88/+15
* 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
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* 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
* Include both last and first name when sorting issues by assignee (#1841).Jean-Philippe Lang2009-02-011-1/+1
* 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
* Fixes Issue sorting in a project, broken by #2317Eric Davis2009-01-271-0/+3
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-262-20/+25
* 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-245-9/+86
* Fixed: Details time log report CSV export doesn't honour date format from set...Jean-Philippe Lang2009-01-241-1/+3
* Moves a few settings to a "Display" panel.Jean-Philippe Lang2009-01-171-0/+1
* Adds 'closed' css class to closed issues in the issue list (#2458).Jean-Philippe Lang2009-01-071-0/+1
* 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