| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes ApplicationHelper#gravatar_for_mail to #avatar that takes a User or a... | Jean-Philippe Lang | 2008-11-09 | 1 | -2/+2 |
* | Added an option to turn user Gravatars on or off | Eric Davis | 2008-10-31 | 1 | -2/+2 |
* | Tighened up the gravator CSS in the issue div | Eric Davis | 2008-10-31 | 1 | -2/+2 |
* | Tweaking of the CSS for the gravatars. #1776 | Eric Davis | 2008-10-31 | 1 | -1/+1 |
* | styling tweaks for gravatars | Eric Davis | 2008-10-30 | 1 | -1/+1 |
* | styling tweaks for gravatars | Eric Davis | 2008-10-30 | 1 | -1/+1 |
* | Gravatar support for issue detai, user grid, and activity stream | Eric Davis | 2008-10-30 | 1 | -11/+12 |
* | Merged hooks branch @ r1785 into trunk. | Jean-Philippe Lang | 2008-09-05 | 1 | -0/+1 |
* | Sligth changes to issue comments quoting links. | Jean-Philippe Lang | 2008-08-28 | 1 | -3/+1 |
* | Adds permissions for viewing the watcher list and adding new watchers on the ... | Jean-Philippe Lang | 2008-08-03 | 1 | -0/+8 |
* | Makes issue update link work without javascript (#1337). | Jean-Philippe Lang | 2008-06-29 | 1 | -1/+1 |
* | Custom fields refactoring: most of code moved from controllers to models (usi... | Jean-Philippe Lang | 2008-06-27 | 1 | -3/+3 |
* | Removes spaces before colons on issue detail view (#1512). | Jean-Philippe Lang | 2008-06-21 | 1 | -11/+11 |
* | Enable syntax highlight on issues, messages and news (#1473, #1466). | Jean-Philippe Lang | 2008-06-18 | 1 | -0/+1 |
* | Adds a Reply link to each issue note (#739). Reply is pre-filled with the quo... | Jean-Philippe Lang | 2008-05-30 | 1 | -0/+6 |
* | Fixed: Double dot displayed on ticket view when ticket not updated (closes #8... | Jean-Philippe Lang | 2008-04-12 | 1 | -1/+1 |
* | Adds 2 permissions (closes #859): | Jean-Philippe Lang | 2008-03-14 | 1 | -1/+1 |
* | Fixes #773: Changeset block is smashing the update frame on issues/show. | Jean-Philippe Lang | 2008-03-05 | 1 | -0/+1 |
* | Display links to Atom feeds (closes #496, #750). | Jean-Philippe Lang | 2008-03-05 | 1 | -4/+9 |
* | Replaced window.hash= by Element.scrollTo() | Jean-Philippe Lang | 2008-02-11 | 1 | -1/+0 |
* | Issue list now supports bulk edit/move/delete (#563, #607). For now, issues f... | Jean-Philippe Lang | 2008-02-10 | 1 | -1/+1 |
* | Merged IssuesController #edit and #update into a single actions. | Jean-Philippe Lang | 2008-02-09 | 1 | -4/+3 |
* | Added preview for issue notes. | Jean-Philippe Lang | 2008-01-23 | 1 | -1/+0 |
* | Added related changesets messages on issue details view. | Jean-Philippe Lang | 2008-01-20 | 1 | -6/+7 |
* | ProjectsController#add_issue moved to IssuesController#new. | Jean-Philippe Lang | 2008-01-20 | 1 | -1/+1 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 1 | -23/+7 |
* | Fixed: table of content not rendered properly when used in an issue or docume... | Jean-Philippe Lang | 2008-01-04 | 1 | -0/+2 |
* | Slight improvements to the browser views. | Jean-Philippe Lang | 2008-01-02 | 1 | -1/+1 |
* | Change status select box default to current status (Rocco Stanzione). | Jean-Philippe Lang | 2007-12-19 | 1 | -1/+1 |
* | Added an alternate theme which provides issue list colorization based on issu... | Jean-Philippe Lang | 2007-11-18 | 1 | -1/+1 |
* | Roadmap: more accurate completion percentage calculation (done ratio of open ... | Jean-Philippe Lang | 2007-11-17 | 1 | -1/+1 |
* | Added wiki macros support. 2 builtin macros are defined: hello_world (sample ... | Jean-Philippe Lang | 2007-11-12 | 1 | -1/+1 |
* | Added the hability to copy an issue. | Jean-Philippe Lang | 2007-10-28 | 1 | -0/+1 |
* | Merged IssuesController#export_pdf into IssuesController#show. | Jean-Philippe Lang | 2007-10-05 | 1 | -1/+1 |
* | Added some accesskeys: | Jean-Philippe Lang | 2007-10-05 | 1 | -1/+1 |
* | Slight change to issues/show. | Jean-Philippe Lang | 2007-09-24 | 1 | -5/+5 |
* | Application layout refactored. | Jean-Philippe Lang | 2007-09-22 | 1 | -23/+29 |
* | Changed author display on issues, news and document files. | Jean-Philippe Lang | 2007-09-15 | 1 | -1/+1 |
* | Added 'Estimated hours' attribute on issues. | Jean-Philippe Lang | 2007-09-15 | 1 | -14/+17 |
* | Removed @html_title assignments in controllers. | Jean-Philippe Lang | 2007-09-07 | 1 | -0/+2 |
* | Buttons (edit, watch...) on issues/show are now located in the upper-right co... | Jean-Philippe Lang | 2007-09-02 | 1 | -8/+10 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 1 | -15/+10 |
* | Removed IssuesController#history, all changes are now displayed on issues/sho... | Jean-Philippe Lang | 2007-08-12 | 1 | -6/+2 |
* | Fixed custom fields alignment on issues/show (Balazs Dan) | Jean-Philippe Lang | 2007-08-12 | 1 | -1/+1 |
* | History box on issues/show is now hidden if there's no history | Jean-Philippe Lang | 2007-08-01 | 1 | -0/+2 |
* | Fixed: Long text custom fields displayed without line breaks | Jean-Philippe Lang | 2007-06-27 | 1 | -1/+2 |
* | Fixed version field on issue view page now links to the corresponding version... | Jean-Philippe Lang | 2007-06-12 | 1 | -1/+1 |
* | Attachments can now be added to wiki pages (original patch by Pavol Murin). O... | Jean-Philippe Lang | 2007-05-26 | 1 | -18/+8 |
* | Added watchers for message boards (watchers controller modified to support an... | Jean-Philippe Lang | 2007-05-13 | 1 | -7/+1 |
* | Issue relations first commit (not thoroughly tested). 4 kinds of relation are... | Jean-Philippe Lang | 2007-05-05 | 1 | -0/+6 |