summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add unloadable to the sample plugin controller ↵Jean-Philippe Lang2008-03-211-0/+2
| | | | | | (http://dev.rubyonrails.org/ticket/6001). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1282 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Load Engines plugin if available (closes #180).Jean-Philippe Lang2008-03-211-0/+7
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1281 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki links:Jean-Philippe Lang2008-03-213-3/+18
| | | | | | | * fixes wiki links with pipe in table (closes #893, #870, #894) * prevent wiki link matching on multiple lines git-svn-id: http://redmine.rubyforge.org/svn/trunk@1280 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add done_ratio to the right-click context menu.Jean-Philippe Lang2008-03-211-0/+9
| | | | | | Closes #904 (back_to variable used in patch #641 and in r1277 is no longer defined). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1279 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert "Make an issue's done_ratio field adjustable from the right-click"John Goerzen2008-03-201-9/+0
| | | | | | | | | | | | | Reverts commit r1277 fixes #904 refs #641 This had been working for me in testing for some time, but received issue #904 saying it broke the context menu. I was able to make it do so on a new project as well. Will revert and comment in #641 about this. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1278 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make an issue's done_ratio field adjustable from the right-clickJohn Goerzen2008-03-201-0/+9
| | | | | | | | | context menu. Uses patch from, and fixes #641. Patch by Dov Murik. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1277 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the tick image and replace the issue selection pencil with a small tick.Jean-Philippe Lang2008-03-193-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1276 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default theme: smaller font in top menu and new style for main menu.Jean-Philippe Lang2008-03-195-9/+12
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always show 'View' and 'Annotate' links on repository files (download will ↵Jean-Philippe Lang2008-03-1931-18/+49
| | | | | | be forced when clicking 'View' if the file is binary). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1274 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added line under tracker name to make clear what is going on hereJohn Goerzen2008-03-181-0/+1
| | | | | | | Partially implements the patch given in r730 git-svn-id: http://redmine.rubyforge.org/svn/trunk@1273 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a simple java scanner.Jean-Philippe Lang2008-03-182-0/+131
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes #880: code tags not formatted correctly in the wiki (broken by r1216).Jean-Philippe Lang2008-03-172-1/+14
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1271 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add NewsController and TimelogController tests.Jean-Philippe Lang2008-03-173-1/+105
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1270 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add some tests on RolesController.Jean-Philippe Lang2008-03-175-56/+179
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1269 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Small fix to the Redmine links regexp.Jean-Philippe Lang2008-03-172-1/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1268 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add Redmine links for repository files using source: and export: keyworkds ↵Jean-Philippe Lang2008-03-175-30/+57
| | | | | | (#867). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1267 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Prevent page reloading if something goes wrong in the 'add more file' ↵Jean-Philippe Lang2008-03-161-1/+1
| | | | | | javascript. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1266 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
* Trac importer:Jean-Philippe Lang2008-03-161-3/+8
| | | | | | | * prevent duplication of associated trackers when the target project already exists (closes #829) * warn user if the target project already exists git-svn-id: http://redmine.rubyforge.org/svn/trunk@1263 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Move the filters buttons inside the filters fieldset on the issue list ↵Jean-Philippe Lang2008-03-165-7/+11
| | | | | | (closes #614). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1262 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a title attribute to the next/previous links on the activity view, ↵Jean-Philippe Lang2008-03-161-2/+4
| | | | | | containing the corresponding date range (#837). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1261 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a time tracking block for 'My page' (#615).Jean-Philippe Lang2008-03-165-6/+61
| | | | | | It lists current user's time entries for the last 7 days across all projects, grouped by day with subtotals for each day, and a grand total. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1260 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add a margin to the bottom of wiki tables (#843).Jean-Philippe Lang2008-03-161-0/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1259 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Further refine WikiCaps processing for Trac to eliminate problems inJohn Goerzen2008-03-151-2/+2
| | | | | | | some corner cases git-svn-id: http://redmine.rubyforge.org/svn/trunk@1258 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix tests broken by r1243 (Redirect to issue page after creating a new issue).Jean-Philippe Lang2008-03-152-3/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1257 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "--encoding utf8" option to the Mercurial "hg log" command in order to ↵Jean-Philippe Lang2008-03-151-1/+1
| | | | | | get utf8 encoded commit logs (#834). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1256 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Mercurial adapter:Jean-Philippe Lang2008-03-152-21/+31
| | | | | | | * 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-1525-154/+154
| | | | | | application title instead. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1254 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Translations update (close #845, #822):Jean-Philippe Lang2008-03-152-248/+243
| | | | | | | * Finnish (Antti Perkiömäki) * Czech (Maxim Krušina) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1253 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Workflow copy:Jean-Philippe Lang2008-03-159-10/+196
| | | | | | | * 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-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