summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed: Modules selection not remembered when new project creation fails (#1109).Jean-Philippe Lang2008-04-261-3/+3
* Commits per author graph: remove email adress in usernames (#1066).Jean-Philippe Lang2008-04-241-0/+3
* Fixed: trying to preview a new issue raises an exception (closes #984).Jean-Philippe Lang2008-04-241-1/+1
* CVS duplicate key violation fix (#996, #1098).Jean-Philippe Lang2008-04-241-4/+10
* Redirected user to where he is coming from after logging hours (#1062).Jean-Philippe Lang2008-04-163-1/+6
* ApplicationHelperTest fix.Jean-Philippe Lang2008-04-151-1/+1
* Issue list shows all tickets when going back to a global query inside a proje...Jean-Philippe Lang2008-04-141-0/+1
* Hide export links in print media css.Jean-Philippe Lang2008-04-141-1/+1
* Include macro can include a page of another project wiki using !{{include(pro...Jean-Philippe Lang2008-04-132-13/+34
* Add css class for ticket changes (#1032).Jean-Philippe Lang2008-04-131-1/+1
* Replace closing html tags with html entity (#910).Jean-Philippe Lang2008-04-132-3/+4
* Translation updates (closes #1010, #1017, #1047):Jean-Philippe Lang2008-04-133-80/+80
* Left align filter buttons (closes #872) and reduce filters spacing.Jean-Philippe Lang2008-04-132-8/+12
* Better error message and AR errors in log for failed LDAP on-the-fly user cre...Jean-Philippe Lang2008-04-132-4/+11
* Fixed: Double dot displayed on ticket view when ticket not updated (closes #8...Jean-Philippe Lang2008-04-121-1/+1
* Fixed: error when browsing an empty Mercurial repository (#1046).Jean-Philippe Lang2008-04-122-2/+5
* Add an icon to each event on the activity view.Jean-Philippe Lang2008-04-1217-10/+30
* 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-097-10/+41
* Fix date range filter js behaviour and css fix for IE.Jean-Philippe Lang2008-04-072-5/+9
* CSV export added to timelog report (#1009).Jean-Philippe Lang2008-04-074-2/+73
* Redmine.pm doc updateJean-Philippe Lang2008-04-071-1/+3
* Redmine.pm for webdav authentication:Jean-Philippe Lang2008-04-061-13/+17
* Redmine.pm support for LDAP authentication (patch by Liwiusz Ociepa). Closes ...Jean-Philippe Lang2008-04-061-5/+26
* 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
* Mercurial: Get proper file action on revision (#983).Jean-Philippe Lang2008-04-061-14/+43
* Translation updates:Jean-Philippe Lang2008-04-065-213/+213
* 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-0612-17/+197
* Inline images alt attribute set to the attachment description.Jean-Philippe Lang2008-04-053-3/+7
* Fixed: inline image not displayed when including a wiki page (closes #1001).Jean-Philippe Lang2008-04-055-3/+39
* Various timelog report enhancements:Jean-Philippe Lang2008-04-058-31/+53
* 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-032-11/+14
* Display the context menu above and/or to the left of the click if needed (pat...Jean-Philippe Lang2008-04-032-9/+66
* 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-022-1/+63
* Time report can be done at issue level (closes #970) + timelog views xhtml va...Jean-Philippe Lang2008-04-017-10/+24
* Add predefined date ranges to the time report in the same way as the details ...Jean-Philippe Lang2008-04-015-105/+108
* Prevent NoMethodError on nil class if custom_fields params is not present in ...Jean-Philippe Lang2008-04-012-1/+13
* Fixed: Boards are not deleted when project is deleted (closes #963).Jean-Philippe Lang2008-04-012-4/+7
* Move repetitive calendar include code from views into helper (patch #966 by P...Jean-Philippe Lang2008-03-3110-64/+13
* Add overflow:auto to the content div (closes #676, #748, #961).Jean-Philippe Lang2008-03-311-5/+2
* Global queries can be saved from the global issue list (follows r1311 and clo...Jean-Philippe Lang2008-03-305-25/+61
* Queries can be marked as 'For all projects'. Such queries will be available o...Jean-Philippe Lang2008-03-3011-37/+328
* 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