Commit Graph

263 Commits (b5b6a5e971fa2c1cba908e5cca4ee609b92fbb77)

Author SHA1 Message Date
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
Jean-Philippe Lang 2fb84af3e9 Added "Watch" functionality on issues. It allows users to receive mail notifications about issue changes. 18 years ago
Jean-Philippe Lang c10541feb7 Removed some spaces before argument parentheses. 18 years ago
Jean-Philippe Lang e72778ea84 Removed some spaces before argument parentheses. 18 years ago
Jean-Philippe Lang 183ede84fd Various changes on views. On project summary, members are now grouped by role and subprojects are listed inline. 18 years ago
Jean-Philippe Lang cf4651b6bb Added link_to_issue helper. 18 years ago
Jean-Philippe Lang 1cc7006555 Modified the change_status view to use the form builder. 18 years ago
Jean-Philippe Lang 3f87f3c47a Feature 9867 Allow file upload in comment and add to issue history 18 years ago
Jean-Philippe Lang 568c22016a Colored square added on "my page" issue list 18 years ago
Jean-Philippe Lang 669b2342ff added some parenthesis in views 18 years ago
Jean-Philippe Lang 8d54d97007 Simple time tracking functionality added. Time can be logged at issue or project level. 18 years ago
Jean-Philippe Lang cbf797ed95 removed a non matching closing select tag 18 years ago
Jean-Philippe Lang a1d2acd574 fixed #9374 Edit issue doesn't have blank category 18 years ago
Jean-Philippe Lang 027bf93849 added svn:eol-style native property on /app files 18 years ago
Jean-Philippe Lang dae2d4686e width of all wiki content textareas set to 99.5% 18 years ago
Jean-Philippe Lang d996643540 adjusted the attachment date column width on pdf issue export to avoid overlapping in japanese 18 years ago
Jean-Philippe Lang 6a875eb691 fix for #8973: Export feature(to csv/pdf) doesn't work in Japanese 18 years ago
Jean-Philippe Lang 35678a1c09 brackets removed around "View all changes" on issues/show 18 years ago
Jean-Philippe Lang c622ad0b50 #8911 Textile formatting for issue notes 18 years ago
Jean-Philippe Lang f82654f158 Title property added for pdf export of an issue 18 years ago
Jean-Philippe Lang 486b4e9ea2 deprecated ":post => true" replaced 18 years ago
Jean-Philippe Lang 0d55613359 replaced deprecated human_size by number_to_human_size 18 years ago
Jean-Philippe Lang 845460b165 deprecated start_form_tag replaced by form_tag 18 years ago
Jean-Philippe Lang 0b4d4db131 settings are now stored in the database (config_custom.rb no more used) and editable through the application in: Admin -> Settings 18 years ago
Jean-Philippe Lang a8137d5d17 added back "fixed version" in issue/show and filters 18 years ago
Jean-Philippe Lang 51ea8b0295 tooltips added on calendar 18 years ago