summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adds 2 permissions (closes #859):Jean-Philippe Lang2008-03-148-8/+76
| | | | | | | * 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-142-0/+28
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1248 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added documentation of commit: syntax to detailed wiki syntax screenJohn Goerzen2008-03-141-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1247 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix trac converter WikiCaps to put a space before converted WikiCaps wordsJohn Goerzen2008-03-141-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1246 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Simplified Chinese lang fileJohn Goerzen2008-03-131-52/+52
| | | | | | | | Closes #840 and uses patch from chaoqun zou contained therein, updated to trunk git-svn-id: http://redmine.rubyforge.org/svn/trunk@1245 e93f8b46-1217-0410-a6f0-8f06a7374b81
* This patch takes the RedmineWikiFormatting page and makes it availableJohn Goerzen2008-03-132-1/+241
| | | | | | | | | | | as a static HTML file locally. This way, intranet deployments, or other deployments do not need to be dependent upon redmine.org in order to display this help. Closes #815. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1244 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect to issue page after creating a new issueJohn Goerzen2008-03-131-1/+1
| | | | | | | | | | | | | | Previous behavior was to redirect to the issue list with a "successful creation" message. This patch will redirect to the page for the newly-created issue, still with the "successful creation" message. This matches the behavior after editing an issue and also provides instant feedback for the user to see if anything went wrong. Closes #261 and uses the patch contained therein git-svn-id: http://redmine.rubyforge.org/svn/trunk@1243 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Support WikiCaps for Trac migrationsJohn Goerzen2008-03-131-0/+6
| | | | | | | | | | Trac wikis support WikiCaps for links to pages. They also use !WikiCaps syntax to prevent links. Support both. Uses patch from and closes #758. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1242 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updated zh-tw lang file from shortie lo.John Goerzen2008-03-131-4/+4
| | | | | | | Closes #847. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1241 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add commit: link type feature to wiki_syntax.htmlJohn Goerzen2008-03-131-0/+1
| | | | | | | The commit: feature merged to trunk in r1236 git-svn-id: http://redmine.rubyforge.org/svn/trunk@1240 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent unexpected nil error in GitAdapter#info if the repository path is ↵Jean-Philippe Lang2008-03-121-5/+6
| | | | | | invalid. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1239 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SCM AbstractAdapter use shell_quote to more properly escape path (closes ↵Jean-Philippe Lang2008-03-122-5/+5
| | | | | | #838 by John Goerzen). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes #820: invalid project id causes a NoMethodError in SearchController ↵Jean-Philippe Lang2008-03-123-10/+19
| | | | | | (Angel Dobbs-Sciortino). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1237 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-1228-52/+762
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1236 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a setting for whether new projects should be public by default (closes ↵Jean-Philippe Lang2008-03-1227-2/+32
| | | | | | | | #842, #839). Patch by Rocco Stanzione, slightly edited. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1235 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
* Quotes Mercurial entries command depending on the OS.Jean-Philippe Lang2008-03-111-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1229 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes Mercurial browsing under unix-like os and for directory depth > 2 and ↵Jean-Philippe Lang2008-03-111-3/+3
| | | | | | (patch #826 by Frederic Moulins, slightly edited to preserve win32 compatibility). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1228 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Activity enhancements:Jean-Philippe Lang2008-03-1139-63/+198
| | | | | | | * 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
* Removes the Redmine version from the footer (closes #794). It can still be ↵Jean-Philippe Lang2008-03-091-1/+1
| | | | | | viewed on admin -> info. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1225 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds atom feed link on boards index.Jean-Philippe Lang2008-03-091-1/+11
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1224 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces del tags by a css style (a.issue.closed) for closed issue links.Jean-Philippe Lang2008-03-094-10/+7
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1223 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes migrations that change string limits for sqlite.Jean-Philippe Lang2008-03-093-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1222 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac and Mantis importers: check that default configuration is loaded before ↵Jean-Philippe Lang2008-03-092-0/+16
| | | | | | processing. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1221 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow longer version names (#711, closes #712).Jean-Philippe Lang2008-03-093-2/+11
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1220 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show replies as well when choosing to display messages in the activity.Jean-Philippe Lang2008-03-091-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1217 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Textile formatting:Jean-Philippe Lang2008-03-091-4/+11
| | | | | | | * escape html tags, except pre tags (#807, #795) * try to avoid unwanted quick phrase modifiers git-svn-id: http://redmine.rubyforge.org/svn/trunk@1216 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display date/time instead of date on files list (#817).Jean-Philippe Lang2008-03-091-3/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1215 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strip out email address from authors in repository screens (#814).Jean-Philippe Lang2008-03-084-4/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1208 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Version details view changes:Jean-Philippe Lang2008-03-084-10/+52
| | | | | | | | * 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
* Changes 'Fixed version' label to 'Target version' (closes #723, #808).Jean-Philippe Lang2008-03-0824-24/+24
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1206 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added preview for forum messages.Jean-Philippe Lang2008-03-075-9/+49
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1205 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations (closes #789, #790, #798, #803, #809):Jean-Philippe Lang2008-03-0725-111/+873
| | | | | | | | | | * Danish added (Mads Vestergaard) * Polish updated (Mariusz Olejnik) * Finnish updated (Antti Perkiömäki) * Simplified Chinese updated (chaoqun zou) * Traditional Chinese updated (shortie lo) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1204 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes module names localization on projects/add (closes #797).Jean-Philippe Lang2008-03-071-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1203 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-0627-8/+43
| | | | | | 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-0535-17/+134
| | | | | | chronological or reverse chronological order (#589, #776). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display the last 30 days on the activity view rather than the current month.Jean-Philippe Lang2008-03-0529-28/+50
| | | | | | Number of days can be configured in the application settings. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1196 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trac importer: support database schema for Trac migration (#757 by John ↵Jean-Philippe Lang2008-03-051-3/+10
| | | | | | Goerzen). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1195 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
* Fixes #773: Changeset block is smashing the update frame on issues/show.Jean-Philippe Lang2008-03-051-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1193 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reversed versions ordering on files list (closes #763).Jean-Philippe Lang2008-03-051-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1192 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added jsp mime type.Jean-Philippe Lang2008-03-051-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display wiki syntax quick ref link within the jstoolbar (closes #629, #767).Jean-Philippe Lang2008-03-055-9/+28
| | | | | | Added named links syntax on quick ref (closes #766, #778). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1190 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes migration 87 error when running MySQL with STRICT_TRANS_TABLES on (#771).Jean-Philippe Lang2008-03-051-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1189 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes #765: Date pickers don't work on issues' bulk edit view.Jean-Philippe Lang2008-03-051-0/+7
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1188 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes #780: Redmine fails to start with a const_missing error on ↵Jean-Philippe Lang2008-03-052-1/+3
| | | | | | Redmine::MenuManager::MenuItem::GLoc (occurs when a Redmine plugin is loaded before GLoc). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1187 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations updates:Jean-Philippe Lang2008-03-0510-545/+550
| | | | | | | | | | | | | | * Finnish (Antti Perkiömäki) * Russian (Michael Pirogov) * Chinese Traditional (shortie lo) * Japanese (Satoru Kurashiki) * Korean (Jongyoon Choi) * Simplified Chinese (chaoqun zou) * German (Thomas Löber) Fixed zh and zh-tw encoding in PDF (chaoqun zou). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1186 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Display links to Atom feeds (closes #496, #750).Jean-Philippe Lang2008-03-0517-51/+82
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1185 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