summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed: wrong digest for text files under Windows (#2264).Jean-Philippe Lang2008-12-021-1/+8
* Use style attribute for setting width of table cells in progress bars (#2267).Jean-Philippe Lang2008-12-021-3/+3
* Fixed: 404 when "Apply" clicked on activity page (#2251).Jean-Philippe Lang2008-12-012-2/+2
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-307-19/+10
* Adds To and Cc as watchers when submitting an issue by email (#2245).Jean-Philippe Lang2008-11-301-0/+16
* Mail handler: check workflow for status set/change.Jean-Philippe Lang2008-11-301-4/+11
* Adds link to user's account on issue history.Jean-Philippe Lang2008-11-302-2/+2
* Obfuscates email address on user's account page using javascript.Jean-Philippe Lang2008-11-301-1/+1
* Slight changes to profile on account page and last connexion date added.Jean-Philippe Lang2008-11-301-8/+11
* Adds links between account and user's activity pages.Jean-Philippe Lang2008-11-302-2/+2
* Adds atom feed on user's account page.Jean-Philippe Lang2008-11-301-0/+9
* Fixes activity atom link params (when not on first page).Jean-Philippe Lang2008-11-301-2/+2
* Makes activity view accept a user_id param to show user's activity (#1002).Jean-Philippe Lang2008-11-302-5/+17
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-3011-17/+54
* Fixed: inappropriate redirection to login or register page may occur (#2206)....Jean-Philippe Lang2008-11-271-2/+2
* Do not request blank LDAP attributes.Jean-Philippe Lang2008-11-252-2/+5
* Fixed date filters accuracy with SQLite (#2221).Jean-Philippe Lang2008-11-231-7/+19
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-223-16/+35
* Adds url and author_url plugin attributes (#2162).Jean-Philippe Lang2008-11-161-6/+8
* Adds .find and .all Plugin class methods.Jean-Philippe Lang2008-11-163-8/+9
* Adds plugin id attribute.Jean-Philippe Lang2008-11-162-7/+7
* Moves plugin list to its own administration menu item.Jean-Philippe Lang2008-11-164-17/+25
* Fixes #2170: user display format in application settings broken by r2010.Jean-Philippe Lang2008-11-131-1/+5
* Fixes #2171: issue pdf export broken by r2006.Jean-Philippe Lang2008-11-131-1/+1
* Pluggable admin menu (patch #2031 by Yuki Sonoda with slight changes).Jean-Philippe Lang2008-11-111-0/+6
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-113-7/+17
* Sort users by their display names so that user dropdown lists are sorted alph...Jean-Philippe Lang2008-11-111-9/+8
* Eager-load users.Jean-Philippe Lang2008-11-113-3/+3
* Eager-load users.Jean-Philippe Lang2008-11-101-1/+2
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-1011-23/+107
* Hide Redmine version in atom feeds and pdf properties (#794).Jean-Philippe Lang2008-11-092-2/+2
* Link to activity view when displaying dates.Jean-Philippe Lang2008-11-091-1/+4
* Fixes activity date param.Jean-Philippe Lang2008-11-092-5/+5
* Changes ApplicationHelper#gravatar_for_mail to #avatar that takes a User or a...Jean-Philippe Lang2008-11-096-10/+17
* Do not use @:skip_relative_url_root@ to generate urls in Mailer (#2122).Jean-Philippe Lang2008-11-081-2/+6
* Fixed: broken subject when submitting issue via email written in japanese (Pa...Jean-Philippe Lang2008-11-071-1/+1
* Host setting should contain the path prefix (Redmine base URL) to properly ge...Jean-Philippe Lang2008-11-073-27/+32
* Email address should be lowercased for gravatar (#2145).Jean-Philippe Lang2008-11-071-67/+67
* Added :view_projects_form plugin hookEric Davis2008-11-041-0/+1
* Added an option to turn user Gravatars on or offEric Davis2008-10-317-9/+18
* Tighened up the gravator CSS in the issue divEric Davis2008-10-311-2/+2
* Tweaking of the CSS for the gravatars. #1776Eric Davis2008-10-312-2/+2
* Link the version name to VersionsController#show in the issue list.Eric Davis2008-10-301-0/+2
* Added gravatar image to the user's public account pageEric Davis2008-10-301-1/+1
* Fixed a bug with using gravatar on a nil value.Eric Davis2008-10-301-1/+1
* Reduced the size of the gravatar on the issue historyEric Davis2008-10-301-1/+1
* styling tweaks for gravatarsEric Davis2008-10-301-1/+1
* styling tweaks for gravatarsEric Davis2008-10-301-1/+1
* Gravatar support for issue detai, user grid, and activity streamEric Davis2008-10-304-24/+29
* Added :view_timelog_edit_form_bottom hook to the timelog/edit form.Eric Davis2008-10-281-0/+1