summaryrefslogtreecommitdiffstats
path: root/app/views/issues/show.rhtml
Commit message (Expand)AuthorAgeFilesLines
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-141-1/+1
* Fixes #773: Changeset block is smashing the update frame on issues/show.Jean-Philippe Lang2008-03-051-0/+1
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-051-4/+9
* Replaced window.hash= by Element.scrollTo()Jean-Philippe Lang2008-02-111-1/+0
* Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f...Jean-Philippe Lang2008-02-101-1/+1
* Merged IssuesController #edit and #update into a single actions.Jean-Philippe Lang2008-02-091-4/+3
* Added preview for issue notes.Jean-Philippe Lang2008-01-231-1/+0
* Added related changesets messages on issue details view.Jean-Philippe Lang2008-01-201-6/+7
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-1/+1
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-061-23/+7
* Fixed: table of content not rendered properly when used in an issue or docume...Jean-Philippe Lang2008-01-041-0/+2
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-021-1/+1
* Change status select box default to current status (Rocco Stanzione).Jean-Philippe Lang2007-12-191-1/+1
* Added an alternate theme which provides issue list colorization based on issu...Jean-Philippe Lang2007-11-181-1/+1
* Roadmap: more accurate completion percentage calculation (done ratio of open ...Jean-Philippe Lang2007-11-171-1/+1
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ...Jean-Philippe Lang2007-11-121-1/+1
* Added the hability to copy an issue.Jean-Philippe Lang2007-10-281-0/+1
* Merged IssuesController#export_pdf into IssuesController#show.Jean-Philippe Lang2007-10-051-1/+1
* Added some accesskeys:Jean-Philippe Lang2007-10-051-1/+1
* Slight change to issues/show.Jean-Philippe Lang2007-09-241-5/+5
* Application layout refactored.Jean-Philippe Lang2007-09-221-23/+29
* Changed author display on issues, news and document files.Jean-Philippe Lang2007-09-151-1/+1
* Added 'Estimated hours' attribute on issues.Jean-Philippe Lang2007-09-151-14/+17
* Removed @html_title assignments in controllers.Jean-Philippe Lang2007-09-071-0/+2
* Buttons (edit, watch...) on issues/show are now located in the upper-right co...Jean-Philippe Lang2007-09-021-8/+10
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-15/+10
* Removed IssuesController#history, all changes are now displayed on issues/sho...Jean-Philippe Lang2007-08-121-6/+2
* Fixed custom fields alignment on issues/show (Balazs Dan)Jean-Philippe Lang2007-08-121-1/+1
* History box on issues/show is now hidden if there's no historyJean-Philippe Lang2007-08-011-0/+2
* Fixed: Long text custom fields displayed without line breaksJean-Philippe Lang2007-06-271-1/+2
* Fixed version field on issue view page now links to the corresponding version...Jean-Philippe Lang2007-06-121-1/+1
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-18/+8
* Added watchers for message boards (watchers controller modified to support an...Jean-Philippe Lang2007-05-131-7/+1
* Issue relations first commit (not thoroughly tested). 4 kinds of relation are...Jean-Philippe Lang2007-05-051-0/+6
* Commit messages are now scanned for referenced or fixed issue IDs.Jean-Philippe Lang2007-04-241-1/+6
* Grey scale icon for issue not watched.Jean-Philippe Lang2007-04-221-1/+1
* Added "Watch" functionality on issues. It allows users to receive mail notifi...Jean-Philippe Lang2007-04-211-0/+7
* Removed some spaces before argument parentheses.Jean-Philippe Lang2007-04-201-2/+2
* Removed some spaces before argument parentheses.Jean-Philippe Lang2007-04-201-1/+1
* Various changes on views. On project summary, members are now grouped by role...Jean-Philippe Lang2007-04-081-1/+1
* added some parenthesis in viewsJean-Philippe Lang2007-03-231-1/+1
* Simple time tracking functionality added. Time can be logged at issue or proj...Jean-Philippe Lang2007-03-231-1/+3
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-108/+108
* width of all wiki content textareas set to 99.5%Jean-Philippe Lang2007-03-111-1/+1
* brackets removed around "View all changes" on issues/showJean-Philippe Lang2007-02-271-1/+1
* deprecated ":post => true" replacedJean-Philippe Lang2007-01-261-2/+2
* replaced deprecated human_size by number_to_human_sizeJean-Philippe Lang2007-01-261-2/+2
* deprecated start_form_tag replaced by form_tagJean-Philippe Lang2007-01-261-6/+6
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-211-1/+1
* added back "fixed version" in issue/show and filtersJean-Philippe Lang2007-01-151-0/+4