Commit Graph

556 Commits (1f1135e8674802419dba4ce8fda1ab59ff2cc523)

Author SHA1 Message Date
Jean-Philippe Lang cd824c6ecf Redmine links regexp fix (#1369, url hash turned into a ticket link). 17 years ago
Jean-Philippe Lang 735db3dae5 Allow empty cells in wiki tables. 17 years ago
Jean-Philippe Lang 7042879811 Make the 'duplicates of' relation asymmetric: 17 years ago
Jean-Philippe Lang 50c338b229 Additional test for r1481. 17 years ago
Jean-Philippe Lang 9894a3781e Fixed: browser's accept-language subcodes ignored (#1320). 17 years ago
Jean-Philippe Lang 5d2abb84bd Adds a Reply link to each issue note (#739). Reply is pre-filled with the quoted note. 17 years ago
Jean-Philippe Lang 88dea1a06d Adds multi-levels blockquotes support by using > at the beginning of lines. 17 years ago
Jean-Philippe Lang 744d866926 Moved ProjectsController#list to ProjectsController#index. 17 years ago
Jean-Philippe Lang aa87a73e41 No multiline text for textile links. 17 years ago
Jean-Philippe Lang d6daeca40a Fixed: IssueController#edit doesn't set default Activity as default (#1302). 17 years ago
Jean-Philippe Lang 0c81052770 Adds a rake task to send reminders. An email is sent to each user with a list of the issues due in the next days, if any. 17 years ago
Jean-Philippe Lang c7d83be613 Test for striked through wiki link (#199). 17 years ago
Jean-Philippe Lang a92749ef93 Gantt chart: display issues that don't have a due date if they are assigned to a version with a date (#184). 17 years ago
Jean-Philippe Lang 03f0236a6e Prevents NoMethodError on @available_filters.has_key? in query.rb (#1178). 17 years ago
Jean-Philippe Lang e8d092e46a Fixed: using '*' as keyword for repository referencing keywords doesn't work when issue id is at the beginning of a line (#1253). 17 years ago
Jean-Philippe Lang 193b2450f4 Fixed: View differences for individual file of a changeset fails if the subversion repository URL doesn't point to the repository root (#1209, #1262, #1275). 17 years ago
Jean-Philippe Lang 9d4e71adf3 Fixed: error when previewing a new wiki page (#1292) introduced in r1415. 17 years ago
Jean-Philippe Lang b0be3b95aa Ability to search a project and its subprojects (#1264). 17 years ago
Jean-Philippe Lang 073818f8bc Ability to search all projects or the projects the user belongs to (#791). 17 years ago
Jean-Philippe Lang 1907c31138 Fixed: bold, italics, underline not working within parentheses (#1225). 17 years ago
Jean-Philippe Lang 439c697237 Fixed: possible error when attachment's filename is non-ASCII (#747, #1243, #1089). 17 years ago
Jean-Philippe Lang 9e225cc63f Fixed: private subprojects are listed on the issues view (#1217). 17 years ago
Jean-Philippe Lang 7ee38a95a0 Fixed: Calendar and Gantt show private subprojects even if current user is not a member of them (#1217). 17 years ago
Jean-Philippe Lang 0476669735 Wiki page protection (#851, patch #1146 by Mateo Murphy with slight changes). 17 years ago
Jean-Philippe Lang 7a969dafac Escape HTML comment tags (#1160). 17 years ago
Jean-Philippe Lang 2d11265ec5 Fixed: private subprojects names are revealed on the project overview (#1152). 17 years ago
Jean-Philippe Lang 6d637ad982 Add Redcloth's :block_markdown_rule to allow horizontal rules in wiki (#967). 17 years ago
Jean-Philippe Lang f1ae453688 Fixed: Updating tickets add a time log with zero hours (#1147). 17 years ago
Jean-Philippe Lang 5f58e2ced2 Fixed: Search for target version of "none" fails with postgres 8.3 (#1134). 17 years ago
Jean-Philippe Lang e55c1d82e6 Notify project members when a message is posted if they want to receive notifications for everything on the project (#1079). 17 years ago
Jean-Philippe Lang a73f68a185 Fixed: Links to repository directories don't work (#1119). 17 years ago
Jean-Philippe Lang ffbdc6b25b Postgresql 8.3 compatibility fix (#834). 17 years ago
Jean-Philippe Lang 64474802f9 Fixes custom field filters behaviour (#1078). 17 years ago
Jean-Philippe Lang a6311a9603 Estimated time recognizes improved time formats (#1092). 17 years ago
Jean-Philippe Lang 1d570a40ff Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular duplicate issues (#1105). 17 years ago
Jean-Philippe Lang 7061f73708 ApplicationHelperTest fix. 17 years ago
Jean-Philippe Lang 0329094f01 Include macro can include a page of another project wiki using !{{include(projectname:Foo)}} (#1052). 17 years ago
Jean-Philippe Lang 97fe797ad3 Replace closing html tags with html entity (#910). 17 years ago
Jean-Philippe Lang 6d2a89142a Add an icon to each event on the activity view. 17 years ago
Jean-Philippe Lang a3c89d4f69 Custom fields (list and boolean) can be used as criteria in time report (#1012). 17 years ago
Jean-Philippe Lang 5d34548539 CSV export added to timelog report (#1009). 17 years ago
Jean-Philippe Lang 154f60edd3 Fix repository browsing at given revision for various scm and add tests for this. 17 years ago
Jean-Philippe Lang c37abb6415 Inline images alt attribute set to the attachment description. 17 years ago
Jean-Philippe Lang c6271d8361 Fixed: inline image not displayed when including a wiki page (closes #1001). 17 years ago
Jean-Philippe Lang 4e961f44ef Various timelog report enhancements: 17 years ago
Jean-Philippe Lang 4cbe6b626e Accept the following formats for the timelog "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30. 17 years ago
Jean-Philippe Lang 467f74510e Time report can be done at issue level (closes #970) + timelog views xhtml validation. 17 years ago
Jean-Philippe Lang 043cb37b16 Add predefined date ranges to the time report in the same way as the details view (closes #972). It nows defaults to 'All time'. 17 years ago
Jean-Philippe Lang e4da9d6f10 Prevent NoMethodError on nil class if custom_fields params is not present in IssuesController#new (#969). 17 years ago
Jean-Philippe Lang 80a5ad7ff3 Fixed: Boards are not deleted when project is deleted (closes #963). 17 years ago