summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed: preview fails when updating an issue (broken by r1322). Patch #1027.Jean-Philippe Lang2008-04-091-1/+1
* Custom fields (list and boolean) can be used as criteria in time report (#1012).Jean-Philippe Lang2008-04-093-4/+17
* Fix date range filter js behaviour and css fix for IE.Jean-Philippe Lang2008-04-071-4/+6
* CSV export added to timelog report (#1009).Jean-Philippe Lang2008-04-073-1/+61
* Preserve status filter and page number when using lock/unlock/activate links ...Jean-Philippe Lang2008-04-063-12/+15
* Mercurial: display working directory files sizes unless browsing a specific r...Jean-Philippe Lang2008-04-061-0/+5
* Make the project files list sortable (#997).Jean-Philippe Lang2008-04-062-5/+8
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-063-4/+6
* Inline images alt attribute set to the attachment description.Jean-Philippe Lang2008-04-051-2/+4
* Various timelog report enhancements:Jean-Philippe Lang2008-04-055-23/+36
* Fixed: single file 'View difference' links do not work because of duplicate s...Jean-Philippe Lang2008-04-032-3/+6
* Verify rev and rev_to params format in RepositoriesController. And turn revis...Jean-Philippe Lang2008-04-031-3/+8
* Fixed: trying to preview a new issue raises an exception with postgresql (clo...Jean-Philippe Lang2008-04-032-3/+3
* Attachment model clean up: fixed some inconsistent indentation and an inaccur...Jean-Philippe Lang2008-04-021-49/+48
* Accept the following formats for the timelog "hours" field: 1h, 1 h, 1 hour, ...Jean-Philippe Lang2008-04-021-1/+17
* Time report can be done at issue level (closes #970) + timelog views xhtml va...Jean-Philippe Lang2008-04-015-8/+22
* Add predefined date ranges to the time report in the same way as the details ...Jean-Philippe Lang2008-04-014-100/+95
* Prevent NoMethodError on nil class if custom_fields params is not present in ...Jean-Philippe Lang2008-04-011-1/+3
* Fixed: Boards are not deleted when project is deleted (closes #963).Jean-Philippe Lang2008-04-011-1/+1
* Move repetitive calendar include code from views into helper (patch #966 by P...Jean-Philippe Lang2008-03-3110-64/+13
* Global queries can be saved from the global issue list (follows r1311 and clo...Jean-Philippe Lang2008-03-304-16/+26
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-307-30/+61
* Fixed: Feed content limit setting has no effect (closes #954).Jean-Philippe Lang2008-03-301-0/+1
* Fixed: Priorities not ordered when displayed as a filter in issue list (#956).Jean-Philippe Lang2008-03-301-1/+1
* Fixed: can not display attached images inline in message replies.Jean-Philippe Lang2008-03-291-1/+1
* Use #blank? instead of #empty? in news/show view.Jean-Philippe Lang2008-03-291-1/+1
* Show date range on the activity (closes #837).Jean-Philippe Lang2008-03-291-0/+1
* Add breadcrumb nav for the forums (#892).Jean-Philippe Lang2008-03-273-1/+10
* If 'Display subprojects issues on main projects' is set to false:Jean-Philippe Lang2008-03-273-5/+13
* Make the versions with the same date sorted by name (#864).Jean-Philippe Lang2008-03-261-2/+2
* Fixed: when bulk editing, setting "Assigned to" to "nobody" causes an sql err...Jean-Philippe Lang2008-03-262-7/+11
* Do not use javascript to hide tabs content on page loading and make tabs work...Jean-Philippe Lang2008-03-264-32/+53
* Add the description field to the issue csv export (#753).Jean-Philippe Lang2008-03-261-0/+3
* Fixed: 'This week' condition in filter consider monday as the first day of th...Jean-Philippe Lang2008-03-231-1/+6
* Make 'Planning' string translatable (closes #890).Jean-Philippe Lang2008-03-231-1/+1
* Fix IE6 display bug on the issue list.Jean-Philippe Lang2008-03-211-2/+2
* Wiki links:Jean-Philippe Lang2008-03-211-1/+1
* Add done_ratio to the right-click context menu.Jean-Philippe Lang2008-03-211-0/+9
* Revert "Make an issue's done_ratio field adjustable from the right-click"John Goerzen2008-03-201-9/+0
* Make an issue's done_ratio field adjustable from the right-clickJohn Goerzen2008-03-201-0/+9
* Change the tick image and replace the issue selection pencil with a small tick.Jean-Philippe Lang2008-03-191-1/+2
* Always show 'View' and 'Annotate' links on repository files (download will be...Jean-Philippe Lang2008-03-192-8/+6
* Added line under tracker name to make clear what is going on hereJohn Goerzen2008-03-181-0/+1
* Add some tests on RolesController.Jean-Philippe Lang2008-03-171-0/+1
* Small fix to the Redmine links regexp.Jean-Philippe Lang2008-03-171-1/+1
* Add Redmine links for repository files using source: and export: keyworkds (#...Jean-Philippe Lang2008-03-173-14/+28
* Prevent page reloading if something goes wrong in the 'add more file' javascr...Jean-Philippe Lang2008-03-161-1/+1
* Add the following headers to email notifications (#830, #247):Jean-Philippe Lang2008-03-161-0/+22
* Allow issue list to be sorted by target version (#832).Jean-Philippe Lang2008-03-161-1/+1
* Move the filters buttons inside the filters fieldset on the issue list (close...Jean-Philippe Lang2008-03-164-7/+8