summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* Added two new plugin hooks to the Project Overview pageEric Davis2009-04-241-0/+2
* Fixed: an error is raised when no tab is available on project settings (#3179).Jean-Philippe Lang2009-04-191-0/+5
* Set minimum identifier lenght to 1 (#3073).Jean-Philippe Lang2009-04-041-1/+1
* Adds a user search field with autocompleter on project members screen.Jean-Philippe Lang2009-03-281-9/+16
* Escape member name.Jean-Philippe Lang2009-03-271-1/+1
* Ability to add multiple project members in a single action (#1556).Jean-Philippe Lang2009-03-271-6/+15
* Adds a lang string with arguments for date ranges (#2305).Jean-Philippe Lang2009-03-131-3/+3
* Reorder links refactoring (follows r2526).Jean-Philippe Lang2009-03-011-4/+1
* Add links for one-click activity filtering (#2857).Jean-Philippe Lang2009-02-271-1/+3
* Slight changes to the files list (#2658, #2806).Jean-Philippe Lang2009-02-221-8/+12
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-214-6/+7
* Adds (a maximum of 3) links to project ancestors in the page title (#2788).Jean-Philippe Lang2009-02-201-4/+0
* Added plugin hook :view_projects_roadmap_version_bottom. #2543Eric Davis2009-02-101-0/+1
* Typos/fixes in views (#2654).Jean-Philippe Lang2009-02-031-1/+0
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-292-8/+6
* Fixes activity pagination broken by r2317.Jean-Philippe Lang2009-01-261-2/+2
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-1/+1
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-245-21/+14
* Automatically focus several form fields.Jean-Philippe Lang2009-01-221-0/+1
* Lower the project identifier limit to a minimum of two characters (#2003).Jean-Philippe Lang2009-01-031-1/+1
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-4/+4
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-092-15/+15
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-2/+3
* 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 links between account and user's activity pages.Jean-Philippe Lang2008-11-301-1/+1
* 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
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-1/+4
* 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-091-3/+1
* Added :view_projects_form plugin hookEric Davis2008-11-041-0/+1
* Added an option to turn user Gravatars on or offEric Davis2008-10-311-3/+3
* Gravatar support for issue detai, user grid, and activity streamEric Davis2008-10-301-1/+4
* link_to project homepage instead of auto_link (#1937).Jean-Philippe Lang2008-10-181-1/+1
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-112-42/+1
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-103-438/+1
* Added context fields to the :view_projects_settings_members_table hooksEric Davis2008-09-101-2/+2
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-051-0/+2
* Activity refactoring.Jean-Philippe Lang2008-07-271-2/+2
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-221-2/+1
* Move VersionsController#download to AttachmentsController.Jean-Philippe Lang2008-07-221-2/+2
* Strikethru closed issue links (#1127).Jean-Philippe Lang2008-07-201-1/+1
* Fixes Gantt chart with ruby 1.8.7 (#1606).Jean-Philippe Lang2008-07-091-1/+0
* Escapes HTML tags.Jean-Philippe Lang2008-07-021-1/+1
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-272-7/+7
* Adds a class ('me') to events of the activity view created by current user.Jean-Philippe Lang2008-06-231-1/+2
* "New Project" link on Projects page for admin users (#1082).Jean-Philippe Lang2008-06-081-0/+1
* Ability to disable unused SCM adapters in application settings.Jean-Philippe Lang2008-06-081-1/+1
* Fixed: changesets titles should not be multiline in atom feeds (#1356).Jean-Philippe Lang2008-06-041-1/+2