summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-1811-53/+66
* Fixed: possible error when attachment's filename is non-ASCII (#747, #1243, #...Jean-Philippe Lang2008-05-171-1/+14
* Fixed: private subprojects are listed on the issues view (#1217).Jean-Philippe Lang2008-05-141-10/+7
* Fixed: Calendar and Gantt show private subprojects even if current user is no...Jean-Philippe Lang2008-05-141-3/+4
* Do not toggle assignable check box when using un/check all permissions links ...Jean-Philippe Lang2008-05-141-2/+2
* Fixed: Check All / Uncheck All in Email Settings doesn't work (#1180).Jean-Philippe Lang2008-05-141-2/+2
* Fixed: Update issue form: comment field from log time end out of screen (#1227).Jean-Philippe Lang2008-05-131-1/+1
* Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).Jean-Philippe Lang2008-05-043-4/+31
* Prevent "can't convert nil into String" error when :sort_order param is not p...Jean-Philippe Lang2008-05-031-1/+1
* Split user edit screen into tabs.Jean-Philippe Lang2008-05-026-31/+63
* Show the project hierarchy in the drop down list for new membership on user a...Jean-Philippe Lang2008-05-012-6/+20
* Hide the 'Latest projects' box on the welcome screen if there are no projects...Jean-Philippe Lang2008-05-011-1/+3
* Fixed: private subprojects names are revealed on the project overview (#1152).Jean-Philippe Lang2008-05-011-1/+1
* 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