summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Use GET instead of POST on roadmap (#718), gantt and calendar forms.Jean-Philippe Lang2008-04-303-5/+5
* Fixed: Search for target version of "none" fails with postgres 8.3 (#1134).Jean-Philippe Lang2008-04-291-4/+8
* Notify project members when a message is posted if they want to receive notif...Jean-Philippe Lang2008-04-281-0/+2
* Fixed: Links to repository directories don't work (#1119).Jean-Philippe Lang2008-04-271-1/+8
* Include subprojects versions on calendar and gantt (#1116).Jean-Philippe Lang2008-04-274-10/+21
* Postgresql 8.3 compatibility fix (#834).Jean-Philippe Lang2008-04-261-0/+4
* Fixes custom field filters behaviour (#1078).Jean-Philippe Lang2008-04-261-3/+3
* Estimated time recognizes improved time formats (#1092).Jean-Philippe Lang2008-04-262-14/+6
* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular ...Jean-Philippe Lang2008-04-261-0/+2
* Warn user that subprojects are also deleted when deleting a project (#1111) a...Jean-Philippe Lang2008-04-261-7/+9
* 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
* Issue list shows all tickets when going back to a global query inside a proje...Jean-Philippe Lang2008-04-141-0/+1
* Add css class for ticket changes (#1032).Jean-Philippe Lang2008-04-131-1/+1
* Left align filter buttons (closes #872) and reduce filters spacing.Jean-Philippe Lang2008-04-131-6/+6
* 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-121-1/+3
* Add an icon to each event on the activity view.Jean-Philippe Lang2008-04-124-1/+4
* 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