Commit Graph

333 Commits (19c317e86689bf276adf95e003a84939571b887d)

Author SHA1 Message Date
Jean-Philippe Lang ceb2320ef0 Move PDF stuff to a single helper. 16 years ago
Jean-Philippe Lang 2355324d73 Jump to the current tab when using the project quick-jump combo (#2364). 16 years ago
Jean-Philippe Lang 5c97a83a70 Validates sort_key and sort_order params (#2378). 16 years ago
Jean-Philippe Lang 66ff4cb7de Files module: makes version field non required (#1053). 16 years ago
Jean-Philippe Lang d3386a5af7 Fixed: 404 when "Apply" clicked on activity page (#2251). 16 years ago
Jean-Philippe Lang e7b6a56a97 Replaces User.find_active with a named scope. 16 years ago
Jean-Philippe Lang 6e777b7453 Makes activity view accept a user_id param to show user's activity (#1002). 16 years ago
Jean-Philippe Lang d63746ab3e Fixes activity date param. 16 years ago
Jean-Philippe Lang 586f4e3831 Adds support for free ticket filtering and custom queries on Calendar. 16 years ago
Jean-Philippe Lang 2986afc05e Adds support for free ticket filtering and custom queries on Gantt chart. 16 years ago
Jean-Philippe Lang dbad26c87d Adds an option to generate sequential project identifiers. 16 years ago
Jean-Philippe Lang 2fdf4426cd Moves @layout 'base'@ to ApplicationController. 16 years ago
Jean-Philippe Lang 6034067d86 Fixed: activity atom feed broken by r1701 (#1703). 16 years ago
Jean-Philippe Lang a774c5c48b Activity refactoring. 17 years ago
Jean-Philippe Lang bfba84d526 Better naming of activity feed if only one kind of event is displayed (#1323). 17 years ago
Jean-Philippe Lang 7cdd88a6ce Merged Rails 2.1 compatibility branch. 17 years ago
Jean-Philippe Lang ce6cf66f6c Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable). 17 years ago
Jean-Philippe Lang bb1edda6e8 Display issue notes in the activity view (#1509). 17 years ago
Jean-Philippe Lang eb0e218603 Adds new projects atom feed (#1290). 17 years ago
Jean-Philippe Lang 744d866926 Moved ProjectsController#list to ProjectsController#index. 17 years ago
Jean-Philippe Lang a92749ef93 Gantt chart: display issues that don't have a due date if they are assigned to a version with a date (#184). 17 years ago
Jean-Philippe Lang 2d11265ec5 Fixed: private subprojects names are revealed on the project overview (#1152). 17 years ago
Jean-Philippe Lang 6a3236daea Include subprojects versions on calendar and gantt (#1116). 17 years ago
Jean-Philippe Lang a9f86444fc Fixed: Modules selection not remembered when new project creation fails (#1109). 17 years ago
Jean-Philippe Lang fe74ab8c06 Make the project files list sortable (#997). 17 years ago
Jean-Philippe Lang 8960200409 If 'Display subprojects issues on main projects' is set to false: 17 years ago
Jean-Philippe Lang 6fcc512cb7 Adds a setting for whether new projects should be public by default (closes #842, #839). 17 years ago
Jean-Philippe Lang 624723d0ce Activity enhancements: 17 years ago
Jean-Philippe Lang 0ec13848b0 Show replies as well when choosing to display messages in the activity. 17 years ago
Jean-Philippe Lang 533994e5ea Adds an application setting to choose whether or not subprojects issues should be displayed by default on the issue list, calendar and gantt (r1178). Default is true. 17 years ago
Jean-Philippe Lang bbe8ea29e8 Display the last 30 days on the activity view rather than the current month. 17 years ago
Jean-Philippe Lang 1eca3947a1 Reversed versions ordering on files list (closes #763). 17 years ago
Jean-Philippe Lang b6bd5c7f12 Include subprojects on the issue list, calendar and gantt by default. 17 years ago
Jean-Philippe Lang 200842ba5e Propagates time tracking to the parent project (closes #433). Time report enhancements. 17 years ago
Jean-Philippe Lang a798a1ac4d Removed fragment caching on gantt and calendar. 17 years ago
Jean-Philippe Lang 4155c97222 Issue list now supports bulk edit/move/delete (#563, #607). For now, issues from different projects can not be bulk edited/moved/deleted at once. 17 years ago
Jean-Philippe Lang 1ecef3a95a ProjectsController#add_news moved to NewsController#new. 17 years ago
Jean-Philippe Lang d79c20c4f2 Fixed: custom field selection is not saved when unchecking them all on project settings 17 years ago
Jean-Philippe Lang 44ac1a0deb ProjectsController#add_issue moved to IssuesController#new. 17 years ago
Jean-Philippe Lang 0faa4568a0 Highlight the current item of the main menu. 17 years ago
Jean-Philippe Lang 049051103b On the calendar, the gantt and in the Tracker filter on the issue list, only active trackers of the project (and its sub projects) can be selected. 17 years ago
Jean-Philippe Lang 976a31e941 Merged IssuesController change_status and add_note actions. 17 years ago
Jean-Philippe Lang 4a2efa9252 Ported r1009 from 0.6-stable branch. 17 years ago
Jean-Philippe Lang 8e00f57a88 Moved ProjectsController#list_documents and add_document to DocumentsController#index and new. 17 years ago
Jean-Philippe Lang 86319feef2 Added ApplicationController#attach_files as a common method to attach files in all actions. 17 years ago
Jean-Philippe Lang d00014221e Changesets retrieval optimization on the activity view. Prevents additional query from being executed for each displayed changeset. 17 years ago
Jean-Philippe Lang 92a23c05bb Project name format limitation removed (name can now contain any character). 17 years ago
Jean-Philippe Lang 8d91afc33e Added per-project tracker selection. Trackers can be selected on project settings. 17 years ago
Jean-Philippe Lang 987a5aa221 Anonymous users can now be allowed to create, edit, comment issues, comment news and post messages in the forums. 17 years ago
Jean-Philippe Lang e2c606e974 Fixed: Update of time entry fails when the issue has been moved to an other project. 17 years ago