summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178).Jean-Philippe Lang2008-05-251-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1454 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: using '*' as keyword for repository referencing keywords doesn't work ↵Jean-Philippe Lang2008-05-251-1/+1
| | | | | | when issue id is at the beginning of a line (#1253). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1451 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: View differences for individual file of a changeset fails if the ↵Jean-Philippe Lang2008-05-243-0/+24
| | | | | | subversion repository URL doesn't point to the repository root (#1209, #1262, #1275). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1446 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: TypeError in WikiController#destroy_attachment (#1281).Jean-Philippe Lang2008-05-221-3/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1444 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: non member or anonymous permissions change is effective only after an ↵Jean-Philippe Lang2008-05-221-2/+1
| | | | | | application restart (#1280). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1443 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-188-9/+13
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: possible error when attachment's filename is non-ASCII (#747, #1243, ↵Jean-Philippe Lang2008-05-171-1/+14
| | | | | | #1089). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1433 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: private subprojects are listed on the issues view (#1217).Jean-Philippe Lang2008-05-141-10/+7
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1432 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Calendar and Gantt show private subprojects even if current user is ↵Jean-Philippe Lang2008-05-141-3/+4
| | | | | | not a member of them (#1217). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1431 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes).Jean-Philippe Lang2008-05-041-0/+5
| | | | | | New permission added: protect wiki pages. Once a page is protected, it can be edited/renamed/deleted only by users who have this permission. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1415 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Search for target version of "none" fails with postgres 8.3 (#1134).Jean-Philippe Lang2008-04-291-4/+8
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1379 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Notify project members when a message is posted if they want to receive ↵Jean-Philippe Lang2008-04-281-0/+2
| | | | | | notifications for everything on the project (#1079). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1368 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include subprojects versions on calendar and gantt (#1116).Jean-Philippe Lang2008-04-271-3/+5
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1364 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Postgresql 8.3 compatibility fix (#834).Jean-Philippe Lang2008-04-261-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1363 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes custom field filters behaviour (#1078).Jean-Philippe Lang2008-04-261-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1362 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Estimated time recognizes improved time formats (#1092).Jean-Philippe Lang2008-04-262-14/+6
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1361 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular ↵Jean-Philippe Lang2008-04-261-0/+2
| | | | | | duplicate issues (#1105). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1360 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CVS duplicate key violation fix (#996, #1098).Jean-Philippe Lang2008-04-241-4/+10
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1355 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Better error message and AR errors in log for failed LDAP on-the-fly user ↵Jean-Philippe Lang2008-04-131-4/+9
| | | | | | creation (closes #932, #1042). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1345 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: error when browsing an empty Mercurial repository (#1046).Jean-Philippe Lang2008-04-121-1/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1343 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add an icon to each event on the activity view.Jean-Philippe Lang2008-04-123-0/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mercurial: display working directory files sizes unless browsing a specific ↵Jean-Philippe Lang2008-04-061-0/+5
| | | | | | revision (#999). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1333 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix repository browsing at given revision for various scm and add tests for ↵Jean-Philippe Lang2008-04-062-2/+4
| | | | | | this. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1329 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Attachment model clean up: fixed some inconsistent indentation and an ↵Jean-Philippe Lang2008-04-021-49/+48
| | | | | | inaccurate comment (closes patch #903 by Rocco Stanzione). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1321 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Accept the following formats for the timelog "hours" field: 1h, 1 h, 1 hour, ↵Jean-Philippe Lang2008-04-021-1/+17
| | | | | | | | 2 hours, 30m, 30min, 1h30, 1h30m, 1:30. Also accept 1,5 for 1.5 hour (closes #975). Note that 1.5 is still equal to 1h30 and not 1h50 (#947). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1320 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Time report can be done at issue level (closes #970) + timelog views xhtml ↵Jean-Philippe Lang2008-04-011-0/+4
| | | | | | validation. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1319 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Boards are not deleted when project is deleted (closes #963).Jean-Philippe Lang2008-04-011-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1316 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Global queries can be saved from the global issue list (follows r1311 and ↵Jean-Philippe Lang2008-03-301-11/+20
| | | | | | closes #897). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1312 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Queries can be marked as 'For all projects'. Such queries will be available ↵Jean-Philippe Lang2008-03-301-2/+9
| | | | | | | | | on all projects and on the global issue list (#897, closes #671). Only admin users can create/edit queries that are public and for all projects. Note: this change does not allow to save a query from the global issue list. You have to be inside a project but then you can mark the query as 'For all projects'. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Priorities not ordered when displayed as a filter in issue list (#956).Jean-Philippe Lang2008-03-301-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1309 e93f8b46-1217-0410-a6f0-8f06a7374b81
* If 'Display subprojects issues on main projects' is set to false:Jean-Philippe Lang2008-03-271-0/+6
| | | | | | | * do not include subprojects in the issue count of the parent project overview (#939) * do not include subproject timelogs on the parent project (#848) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1298 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make the versions with the same date sorted by name (#864).Jean-Philippe Lang2008-03-261-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1296 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: 'This week' condition in filter consider monday as the first day of ↵Jean-Philippe Lang2008-03-231-1/+6
| | | | | | the week even if language sets otherwise (closes #913). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1291 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the following headers to email notifications (#830, #247):Jean-Philippe Lang2008-03-161-0/+22
| | | | | | | | | | * X-Redmine-Host: host name defined in application settings * X-Redmine-Site: application title defined in settings * X-Redmine-Project: identifier of the project that the notification is related to, if any * X-Redmine-Issue-Id, -Author, -Assignee: ticket related info * X-Redmine-Topic-Id: identifies the thread a message belongs to git-svn-id: http://redmine.rubyforge.org/svn/trunk@1265 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow issue list to be sorted by target version (#832).Jean-Philippe Lang2008-03-161-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1264 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mercurial adapter:Jean-Philippe Lang2008-03-151-20/+26
| | | | | | | * fetch changesets by batches of 100 (rather than in a single transaction) * fix: fetch_changesets tries to re-insert the last revision that exists in the db (#860) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1255 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove hardcoded "Redmine" strings in account related emails. And use ↵Jean-Philippe Lang2008-03-151-4/+4
| | | | | | application title instead. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1254 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Workflow copy:Jean-Philippe Lang2008-03-152-2/+24
| | | | | | | * added the ability the copy an existing workflow when creating a new role (closes #841) * use a single raw insert statement to copy tracker/role workflow rather than instantiating hundreds/thousands of objects git-svn-id: http://redmine.rubyforge.org/svn/trunk@1252 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-141-1/+1
| | | | | | | * edit_time_entries: lets a user edit/delete any time entry * edit_own_time_entries: lets a user edit/delete its own time entries only git-svn-id: http://redmine.rubyforge.org/svn/trunk@1249 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strip repository urls (closes #852).Jean-Philippe Lang2008-03-141-0/+19
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1248 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-127-34/+104
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1236 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent LDAP authentication with empty password related problems.Jean-Philippe Lang2008-03-121-0/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1231 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Activity enhancements:Jean-Philippe Lang2008-03-114-15/+21
| | | | | | | * overall activity view and feed added, link is available on the project list (#423, #494) * switch added on the project activity view to include subprojects (closes #530) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1227 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow longer version names (#711, closes #712).Jean-Philippe Lang2008-03-091-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1220 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Version details view changes:Jean-Philippe Lang2008-03-081-0/+10
| | | | | | | | * display related issues on the version detail view * display total estimated and spent hours on the version detail view * fixed wiki headings size (same as r1168) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1207 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix LDAP authentication (#714, broken by r1194).Jean-Philippe Lang2008-03-061-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1199 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds an application setting to choose whether or not subprojects issues ↵Jean-Philippe Lang2008-03-061-6/+13
| | | | | | should be displayed by default on the issue list, calendar and gantt (r1178). Default is true. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a user preference to choose how comments/replies are displayed: in ↵Jean-Philippe Lang2008-03-053-0/+8
| | | | | | chronological or reverse chronological order (#589, #776). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed "LdapError: invalid binding information" when no username/password are ↵Jean-Philippe Lang2008-03-051-5/+6
| | | | | | set on the LDAP account (#764). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1194 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed #759: Can not view a project without View time entries permission ↵Jean-Philippe Lang2008-03-011-1/+1
| | | | | | (broken by r1176). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1184 e93f8b46-1217-0410-a6f0-8f06a7374b81