Commit Graph

920 Commits (34bcd5b80b0e7e60e2c307b0dcc0d9113e68d4b7)

Author SHA1 Message Date
Jean-Philippe Lang 34bcd5b80b Fixed: Logtime info lost when there's an error updating an issue (#1400). 17 years ago
Jean-Philippe Lang 846045fd05 Fixed: time entries created with the default activity even if a different one is specified (#1302). 17 years ago
Jean-Philippe Lang d2ad4edc86 Fixed: page has no title when adding a project (#1436). 17 years ago
Jean-Philippe Lang b42b697ffb Fixed: unexpected nil when viewing differences on CVS (#1444). 17 years ago
Jean-Philippe Lang 53b5703981 Slight changes to diff view and style. 17 years ago
Jean-Philippe Lang efe790a8d3 Removed inconsistent revision numbers on diff view. 17 years ago
Jean-Philippe Lang 19cb6f96f4 Log the user in after registration if account activation is not needed. 17 years ago
Jean-Philippe Lang 80a7486f95 File viewer for attached text files. 17 years ago
Jean-Philippe Lang aa0beecad0 Move the file viewer to a partial. 17 years ago
Jean-Philippe Lang e46b56d7fc "New Project" link on Projects page for admin users (#1082). 17 years ago
Jean-Philippe Lang d77c1d2829 Unified diff viewer for attached files with .patch or .diff extension (#1403). 17 years ago
Jean-Philippe Lang e833cab30e Move diff viewer to a partial. 17 years ago
Jean-Philippe Lang b78b62df8d SCM browser: ability to download raw unified diffs. 17 years ago
Jean-Philippe Lang ec0525d497 Move unified diff parser out of the scm abstract adapter so it can be reused for viewing attached diffs (#1403). 17 years ago
Jean-Philippe Lang 731d15fe9b Don't search for the changeset if revision identifier is nil. 17 years ago
Jean-Philippe Lang 0aba4255f5 Don't display the table headers if there is no changeset to display. 17 years ago
Jean-Philippe Lang e69b4647f2 Adds Filesystem adapter (patch #1393 by Paul R). 17 years ago
Jean-Philippe Lang dfe62d7f51 Ability to disable unused SCM adapters in application settings. 17 years ago
Jean-Philippe Lang 2e8b2d5e13 Display status change before subject of issue on the activity view otherwise it may be truncated. 17 years ago
Jean-Philippe Lang d446469f5d Removes constraint on enumerations name (#1384). 17 years ago
Jean-Philippe Lang 956ad0a3f9 Fixed: Reply/Quote Function Newline Issue in Internet Explorer (#1362). 17 years ago
Jean-Philippe Lang 9f901a0ba2 Fixed: Atom link on saved query does not include query_id (#1390). 17 years ago
Jean-Philippe Lang a0f83e42e4 Hides the "Replies" heading below a message if there is no reply (#1350). 17 years ago
Jean-Philippe Lang cd824c6ecf Redmine links regexp fix (#1369, url hash turned into a ticket link). 17 years ago
Jean-Philippe Lang 4db45b8ced Fixed: changesets titles should not be multiline in atom feeds (#1356). 17 years ago
Jean-Philippe Lang 7042879811 Make the 'duplicates of' relation asymmetric: 17 years ago
Jean-Philippe Lang 36162c6cf2 Diff: adds some space between 2 changes in the same file and reduces html size. 17 years ago
Jean-Philippe Lang 870e8654b4 Fixed: Atom feeds don't provide author section for repository revisions (#1348). 17 years ago
Jean-Philippe Lang 4cc3ba88a8 Fixed: Link to PDF doesn't work after creating new issue (#1346). 17 years ago
Jean-Philippe Lang a06d2c41d5 Fixed: Reminder emails shouldn't include archived projects (#1351). 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 39216f327c Fixed: can not access old projects created with a numeric identifier (#1322). 17 years ago
Jean-Philippe Lang eb0e218603 Adds new projects atom feed (#1290). 17 years ago
Jean-Philippe Lang 744d866926 Moved ProjectsController#list to ProjectsController#index. 17 years ago
Jean-Philippe Lang 54138d2b17 Fixed roadmap links to versions (#1297). 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 d99dc4070a Remove edit step from Status context menu (#1197). 17 years ago
Jean-Philippe Lang dfcc8e1492 Change projects homepage limit to 255 chars (#663, #1095). 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 39fc8f38b8 Prevent admin users from making themselves non-administrator (#1276). 17 years ago
Jean-Philippe Lang 7f134a8c67 Prevent admin users from locking their own account (#1276). 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 e02e047dd4 Fixed: TypeError in WikiController#destroy_attachment (#1281). 17 years ago
Jean-Philippe Lang 82c12d09e9 Fixed: non member or anonymous permissions change is effective only after an application restart (#1280). 17 years ago
Jean-Philippe Lang e5bc1d370a Use display: block; for activity item descriptions. 17 years ago