Commit Graph

523 Commits (40f57c81b48ea5544221634576145bf0d62a893c)

Author SHA1 Message Date
Jean-Philippe Lang bb2de53d93 Added an alternate theme which provides issue list colorization based on issues priority. 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
Jean-Philippe Lang 9ad79612fe Roadmap: more accurate completion percentage calculation (done ratio of open issues is now taken into account). 17 years ago
Jean-Philippe Lang 833c7bd659 Fixed: adding an attachment is not possible when changing the status of an issue. 17 years ago
Jean-Philippe Lang 8a8f819d27 Added wiki macros support. 2 builtin macros are defined: hello_world (sample macro that displays the arguments) and macro_list (display the list of installed macros). 17 years ago
Jean-Philippe Lang b0bb1baeaa Trac importer: user can now choose between sqlite and sqlite3 adapter for Trac database. 17 years ago
Jean-Philippe Lang 8509cf80f0 ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index 17 years ago
Jean-Philippe Lang 0af6f34758 Added the hability to copy an issue. 17 years ago
Jean-Philippe Lang bb4acc02d0 Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue. 17 years ago
Jean-Philippe Lang 295e8c86ab Fixed: error when bulk editing with Postgresql 17 years ago
Jean-Philippe Lang 2ee11c9089 Added status and priority related classes for each row on the issue list so that a custom theme can colorize issues by priority or status. 17 years ago
Jean-Philippe Lang 3c42abe07e Added the ability to unassign issues with bulk edit. 17 years ago
Jean-Philippe Lang 65e05d822a Status can now be updated when bulk editing issues. 17 years ago
Jean-Philippe Lang ff2e031400 Bulk editing: 17 years ago
Jean-Philippe Lang 2c4647f8c6 Added 'Bulk edit' functionality. 17 years ago
Jean-Philippe Lang 5259dec061 Added preview on add/edit issue form. 17 years ago
Jean-Philippe Lang 75c4c4f6b3 Content of projects/add_issue.rhtml and issues/edit.rhtml moved to a shared partial. 17 years ago
Jean-Philippe Lang fa094a3fe5 Merged IssuesController#export_pdf into IssuesController#show. 17 years ago
Jean-Philippe Lang 57d3dd3b80 Sligth changes on my page issue tables and wiki history, changesets tables. 17 years ago
Jean-Philippe Lang e8971e5f83 Added some accesskeys: 17 years ago
Jean-Philippe Lang 20b4e226fe Performance improvement on calendar and gantt (about 45% on gantt for large number of issues). 17 years ago
Jean-Philippe Lang e5f5671d66 Added the ability to customize columns of a saved query. 17 years ago
Jean-Philippe Lang 24b000fb24 Slight change to issues/show. 17 years ago
Jean-Philippe Lang 827e998afe Application layout refactored. 17 years ago
Jean-Philippe Lang 3c6ddc9cec Changed author display on issues, news and document files. 17 years ago
Jean-Philippe Lang 89b349818b Added 'Estimated hours' attribute on issues. 17 years ago
Jean-Philippe Lang 7e4611ad31 Removed @html_title assignments in controllers. 17 years ago
Jean-Philippe Lang b1cafef07a Buttons (edit, watch...) on issues/show are now located in the upper-right corner. 17 years ago
Jean-Philippe Lang c68dac7e9a Added atom feed on the new cross-project issue list. 17 years ago
Jean-Philippe Lang 404bfce446 Added a cross-project issue list. It displays the issues of all the projects visible by the user. 17 years ago
Jean-Philippe Lang 603e11d7a5 Merged 0.6 branch into trunk. 17 years ago
Jean-Philippe Lang 446889b3f0 Added a 'Assignable' boolean on Role model. 17 years ago
Jean-Philippe Lang 4cedecad4d Added a link to add a new category when creating or editing an issue. 17 years ago
Jean-Philippe Lang ecf208f660 Issue history is now 'oldest first' sorted. 17 years ago
Jean-Philippe Lang 29f25601bb Fixed: versions not sorted correctly in drop down lists. 17 years ago
Jean-Philippe Lang 4e65be9ed1 Fixed: the link to delete issue relations is displayed even if the user is not authorized to delete relations 17 years ago
Jean-Philippe Lang 6862b97909 Removed IssuesController#history, all changes are now displayed on issues/show (not only the last 15). 17 years ago
Jean-Philippe Lang 64e91b2e13 Fixed custom fields alignment on issues/show (Balazs Dan) 17 years ago
Jean-Philippe Lang 188077d634 History box on issues/show is now hidden if there's no history 18 years ago
Jean-Philippe Lang e94e88e3ad Added the ability to log time when changing an issue status. 18 years ago
Jean-Philippe Lang f816d4f378 Fixed: Long text custom fields displayed without line breaks 18 years ago
Jean-Philippe Lang 1c44600c62 Added per user custom queries. 18 years ago
Jean-Philippe Lang 2dbb397818 Fixed version field on issue view page now links to the corresponding version in the roadmap. 18 years ago
Jean-Philippe Lang 70374d084e Slight views refactoring 18 years ago
Jean-Philippe Lang f8ef65e8f6 Attachments can now be added to wiki pages (original patch by Pavol Murin). Only authorized users can add/delete attachments. 18 years ago
Jean-Philippe Lang bca5bd9c62 Added watchers for message boards (watchers controller modified to support any watchable model). 18 years ago
Jean-Philippe Lang 71e6f22670 Issue#long_id no more used and removed 18 years ago
Jean-Philippe Lang 92b02014d2 Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 18 years ago
Jean-Philippe Lang 941a240535 Commit messages are now scanned for referenced or fixed issue IDs. 18 years ago
Jean-Philippe Lang 4499c7a030 Grey scale icon for issue not watched. 18 years ago