summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Fixed: 404 when "Apply" clicked on activity page (#2251).Jean-Philippe Lang2008-12-011-1/+1
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-301-1/+1
* Adds link to user's account on issue history.Jean-Philippe Lang2008-11-301-1/+1
* 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-301-2/+3
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-0/+25
* Adds url and author_url plugin attributes (#2162).Jean-Philippe Lang2008-11-161-6/+8
* Adds plugin id attribute.Jean-Philippe Lang2008-11-161-6/+6
* Moves plugin list to its own administration menu item.Jean-Philippe Lang2008-11-163-16/+21
* 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-111-4/+4
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-107-7/+39
* Hide Redmine version in atom feeds and pdf properties (#794).Jean-Philippe Lang2008-11-091-1/+1
* Fixes activity date param.Jean-Philippe Lang2008-11-091-4/+4
* Changes ApplicationHelper#gravatar_for_mail to #avatar that takes a User or a...Jean-Philippe Lang2008-11-095-8/+6
* Host setting should contain the path prefix (Redmine base URL) to properly ge...Jean-Philippe Lang2008-11-071-1/+2
* Added :view_projects_form plugin hookEric Davis2008-11-041-0/+1
* Added an option to turn user Gravatars on or offEric Davis2008-10-316-9/+12
* 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
* 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
* Makes wiki text formatter pluggable.Jean-Philippe Lang2008-10-273-3/+3
* Added the board's description below the board's name.Eric Davis2008-10-251-0/+1
* Added hook :view_repositories_show_contextual to allow adding items to theEric Davis2008-10-251-0/+1
* Adds the ability to search for a project name or identifier on the administra...Jean-Philippe Lang2008-10-241-2/+4
* Adds the ability to search for a user on the administration users list.Jean-Philippe Lang2008-10-241-1/+4
* AuthSource list: display associated users count and disable 'Delete' buton if...Jean-Philippe Lang2008-10-241-1/+6
* Makes permission screens localized (#2070).Jean-Philippe Lang2008-10-243-5/+5
* link_to project homepage instead of auto_link (#1937).Jean-Philippe Lang2008-10-181-1/+1
* add plain text option for mail #2029Nicolas Chuche2008-10-151-0/+4
* Adds :view_layouts_base_body_bottom hookEric Davis2008-09-301-0/+1
* Slight changes to the workflow setup screen.Jean-Philippe Lang2008-09-281-14/+16
* Fixes workflow setup link on trackers list (follows r1914).Jean-Philippe Lang2008-09-281-1/+1
* Adds a workflow overview screen.Jean-Philippe Lang2008-09-283-4/+41
* Truncate comments on changeset list.Jean-Philippe Lang2008-09-221-1/+1
* Fixed: Roadmap crashes when a version has a due date > 2037.Jean-Philippe Lang2008-09-201-3/+1
* Adds watch/unwatch functionality at forum topic level (#1912).Jean-Philippe Lang2008-09-191-0/+1
* Fixed custom query sidebar links broken by r1797 (#1899).Jean-Philippe Lang2008-09-171-1/+1
* Render the commit changes list as a tree (#1896).Jean-Philippe Lang2008-09-171-26/+12