| Commit message (Expand) | Author | Age | Files | Lines |
* | Set @project so macros will work on the welcome and project list. #5781 | Eric Davis | 2010-06-30 | 1 | -0/+2 |
* | Add a link to the cross project time entries page to /projects. #4935 | Eric Davis | 2010-06-20 | 1 | -0/+1 |
* | Added two hooks to the issues report. #5233 | Eric Davis | 2010-06-20 | 1 | -0/+2 |
* | Display the correct ISO week number on the project calendar. | Eric Davis | 2010-06-19 | 1 | -1/+1 |
* | Add a css class to hide content when printing. #5508 | Eric Davis | 2010-06-19 | 1 | -2/+2 |
* | Add ATOM auto discovery link to the Projects list. #5317 | Eric Davis | 2010-06-19 | 1 | -0/+4 |
* | Fixed HTML validation errors | Eric Davis | 2010-06-19 | 1 | -2/+2 |
* | Updated the project calendar for greater accessibility. | Eric Davis | 2010-06-15 | 1 | -2/+2 |
* | Refactor: extract gantt zoom links to a helper. | Eric Davis | 2010-05-26 | 1 | -10/+2 |
* | Add the page title when editing /my/page. | Eric Davis | 2010-05-26 | 1 | -0/+1 |
* | Convert the file attachment's description to a label. | Eric Davis | 2010-05-25 | 2 | -3/+3 |
* | Invalid HTML | Eric Davis | 2010-05-24 | 1 | -1/+1 |
* | Added a missing label to my/page_layout. | Eric Davis | 2010-05-24 | 1 | -0/+1 |
* | Added missing labels to the Issue Calendar. | Eric Davis | 2010-05-24 | 2 | -1/+3 |
* | Allow AuthSources to control if they allow password changes. | Eric Davis | 2010-05-23 | 1 | -1/+1 |
* | Refactor AuthSourcesController to support non-LDAP sources. #1131 | Eric Davis | 2010-05-23 | 4 | -1/+15 |
* | Use present? instead of any?. Handles nil case. | Eric Davis | 2010-05-14 | 1 | -5/+5 |
* | Adds missing thead tags (#5440). | Jean-Philippe Lang | 2010-05-09 | 10 | -60/+60 |
* | Refactor: move Project Calendar to it's own controller. | Eric Davis | 2010-05-03 | 2 | -3/+3 |
* | Fixing indentation. | Jean-Philippe Lang | 2010-05-01 | 1 | -12/+12 |
* | Adds trackers to individual project XML (#5342). | Jean-Philippe Lang | 2010-05-01 | 1 | -7/+13 |
* | Adds issue relations to individual issue XML (#5305). | Jean-Philippe Lang | 2010-05-01 | 1 | -0/+6 |
* | Refactor: Move gantts to a separate controller. | Eric Davis | 2010-04-28 | 3 | -2/+2 |
* | Add "Check/Unckeck all" buttons to rows and columns on workflow edit screen (... | Jean-Philippe Lang | 2010-04-27 | 1 | -3/+13 |
* | Refactor: Split IssuesController#new to #new and #create to match REST pattern. | Eric Davis | 2010-04-22 | 1 | -1/+1 |
* | Removes hard-coded size on user search fields (#5319). | Jean-Philippe Lang | 2010-04-18 | 2 | -2/+2 |
* | Fixes error on subtask XML format (#5336). | Jean-Philippe Lang | 2010-04-17 | 1 | -1/+1 |
* | Replace the hardcoded CustomField::FIELD_FORMATS with a class. | Eric Davis | 2010-04-16 | 1 | -1/+1 |
* | Adds parent issue id in issue REST API (#5304). | Jean-Philippe Lang | 2010-04-13 | 2 | -0/+2 |
* | Fixed: empty ul tag for issue updates with notes only (#5281). | Jean-Philippe Lang | 2010-04-11 | 1 | -3/+5 |
* | Merge issue and time entry validation error messages. | Jean-Philippe Lang | 2010-04-11 | 1 | -2/+1 |
* | Makes the wiki sidebar editable (#5208). | Jean-Philippe Lang | 2010-04-11 | 1 | -0/+4 |
* | Removed count from issues.xml. It causes a typecast error in ActiveResource. ... | Eric Davis | 2010-04-10 | 1 | -1/+1 |
* | Adds a css class to issue id tds (#5204). | Jean-Philippe Lang | 2010-03-29 | 1 | -1/+1 |
* | Preview description if it was edited while updating an issue (#741). | Jean-Philippe Lang | 2010-03-28 | 1 | -0/+11 |
* | Applies the same style to the admin project tree than issues. | Jean-Philippe Lang | 2010-03-28 | 1 | -2/+2 |
* | Issue list improvements for subtasking (#5196): | Jean-Philippe Lang | 2010-03-27 | 1 | -2/+2 |
* | Fixed: Links to missing wiki pages not red on project overview page (#5177). | Jean-Philippe Lang | 2010-03-27 | 1 | -1/+3 |
* | Escape revision on repository view (#5153). | Jean-Philippe Lang | 2010-03-27 | 1 | -1/+1 |
* | Adds an option to enable/disable email notifications during a project copy (#... | Jean-Philippe Lang | 2010-03-21 | 1 | -0/+2 |
* | Fixed: code syntax highlighting not working in Document page (#3740). | Jean-Philippe Lang | 2010-03-18 | 1 | -0/+4 |
* | Adds text formatting to documents index (#202). | Jean-Philippe Lang | 2010-03-18 | 1 | -3/+6 |
* | Adds an helper for displaying the 'checked' image. | Jean-Philippe Lang | 2010-03-17 | 6 | -9/+9 |
* | Do not query the database for project level on projects list. | Jean-Philippe Lang | 2010-03-17 | 1 | -2/+2 |
* | Fixes undefined method 'notes' error from r3594 | Eric Davis | 2010-03-17 | 1 | -1/+1 |
* | Inlines some code to speed up large ticket history rendering. | Jean-Philippe Lang | 2010-03-16 | 2 | -2/+2 |
* | Replace the hardcoded "CodeRay" css class name for highlighted elements. | Jean-Philippe Lang | 2010-03-14 | 4 | -5/+5 |
* | Move issue watchers to the sidebar. | Jean-Philippe Lang | 2010-03-13 | 2 | -22/+22 |
* | Slight UI changes to the subtasks tree. | Jean-Philippe Lang | 2010-03-13 | 2 | -2/+2 |
* | Adds subtasking (#443) including: | Jean-Philippe Lang | 2010-03-13 | 5 | -12/+52 |