summaryrefslogtreecommitdiffstats
path: root/lib/redmine
Commit message (Collapse)AuthorAgeFilesLines
* Doc and version update for 0.7.1 release.Jean-Philippe Lang2008-05-041-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1413 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r1399, r1403, r1405 and r1406 from trunk.Jean-Philippe Lang2008-05-021-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1407 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r1379 to r1385 from trunk.Jean-Philippe Lang2008-04-301-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1387 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Version set to 0.7.0.Jean-Philippe Lang2008-04-281-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1371 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r1307 to r1369 from trunk.Jean-Philippe Lang2008-04-2811-91/+130
| | | | git-svn-id: http://redmine.rubyforge.org/svn/branches/0.7-stable@1370 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: revision is ignored in MercurialAdapter#cat.Jean-Philippe Lang2008-03-211-1/+3
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1288 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Doc update before 0.7-rc1 release.Jean-Philippe Lang2008-03-211-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1284 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Always show 'View' and 'Annotate' links on repository files (download will ↵Jean-Philippe Lang2008-03-192-7/+9
| | | | | | 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
* 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-151-1/+5
| | | | | | | * 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
* 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
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-122-2/+267
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1236 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
* 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
* Fixes #780: Redmine fails to start with a const_missing error on ↵Jean-Philippe Lang2008-03-051-0/+2
| | | | | | 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
* Menus items:Jean-Philippe Lang2008-02-222-6/+12
| | | | | | | * fixed broken translation when a plugin is installed (closes #649) * small fix to the plugin API: options parameter added to Redmine::Plugin#menu git-svn-id: http://redmine.rubyforge.org/svn/trunk@1172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: CVS repository doesn't work if port is used in the url (#653).Jean-Philippe Lang2008-02-161-2/+2
| | | | | | Added functional tests for CVS adapter. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1156 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added:Jean-Philippe Lang2008-02-162-9/+33
| | | | | | | * the 'include' macro to include a wiki page * macro escaping support (with exclamation mark) git-svn-id: http://redmine.rubyforge.org/svn/trunk@1153 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The following menus can now be extended by plugins: top_menu, account_menu, ↵Jean-Philippe Lang2008-02-121-11/+25
| | | | | | | | application_menu (empty by default). Sligth layout change: links in the top menu are now li elements. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1137 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a few extensions/mimetypes.Jean-Philippe Lang2008-02-071-6/+9
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1128 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show explicit error message when the scm command failed (eg. when svn binary ↵Jean-Philippe Lang2008-01-232-2/+1
| | | | | | is not available). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1094 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-202-2/+39
| | | | | | The drop-down lists to add an issue on the project overview and the issue list are removed. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1081 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Highlight the current item of the main menu.Jean-Philippe Lang2008-01-191-1/+59
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1076 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added a couple of mime types so that corresponding files can be viewed in ↵Jean-Philippe Lang2008-01-161-1/+6
| | | | | | | | the browser. Added a simple (and not perfect) CodeRay scanner for php. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1070 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Themes are not applied with Rails 2.0Jean-Philippe Lang2008-01-071-0/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1047 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil ↵Jean-Philippe Lang2008-01-061-1/+1
| | | | | | (same fix as r921). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1045 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged IssuesController change_status and add_note actions.Jean-Philippe Lang2008-01-061-3/+0
| | | | | | | The 'Change status' specific form removed and now accessible from issue/show view with no additional request (click on 'Update' to show the form). The 'Change issue status' permission is removed. To change the status, the user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Default configuration data can now be loaded from the administration screen.Jean-Philippe Lang2008-01-051-107/+108
| | | | | | | A message is automatically displayed on this screen if roles, trackers,... have not been configured yet. The rake task is still available and the data loading code is wrapped in a transaction. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1040 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moved redmine:load_default_data code to a module so that it can be called ↵Jean-Philippe Lang2008-01-041-0/+171
| | | | | | from the application. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1037 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs ↵Jean-Philippe Lang2008-01-031-1/+1
| | | | | | command fails. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1034 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trunk version changed to 0.6.develJean-Philippe Lang2007-12-201-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1021 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Textile image with style attribute cause internal server error.Jean-Philippe Lang2007-12-191-1/+2
| | | | | | Also added tests for inline images with attributes and moved auto_link and auto_mailto rules after textile rules. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1017 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Ignore empty diffs.Jean-Philippe Lang2007-12-191-1/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1014 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changes for 0.6.2 release.Jean-Philippe Lang2007-12-161-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1004 e93f8b46-1217-0410-a6f0-8f06a7374b81
* SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter.Jean-Philippe Lang2007-12-156-55/+14
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@1001 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Doc and version changes for 0.6.1 release.Jean-Philippe Lang2007-12-101-1/+1
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@976 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Bazaar adapter: fixed log with partial revisions parsing.Jean-Philippe Lang2007-12-071-1/+4
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@962 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added Bazaar adapter.Jean-Philippe Lang2007-12-031-0/+204
| | | | | | Fixed 'quick jump to a revision' form on the revisions list. git-svn-id: http://redmine.rubyforge.org/svn/trunk@950 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.Jean-Philippe Lang2007-12-024-4/+84
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Themes:Jean-Philippe Lang2007-11-221-1/+1
| | | | | | | * Fixed: themes are not found when running Apache+fastcgi * Added 'Classic' theme (inspired from the v0.51 design) git-svn-id: http://redmine.rubyforge.org/svn/trunk@922 e93f8b46-1217-0410-a6f0-8f06a7374b81
* * Fixed: Error when displaying the issue list if a float custom field is ↵Jean-Philippe Lang2007-11-211-1/+1
| | | | | | | | | marked as 'used as filter' * Fixed: Mercurial adapter breaks on missing :files entry in changeset hash (James Britt) * Fixed: Wrong feed URLs on the home page git-svn-id: http://redmine.rubyforge.org/svn/trunk@921 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed (CVS adapter): changes not recorded when using :pserver string.Jean-Philippe Lang2007-11-161-1/+2
| | | | | | Updated Russian js calendar (iGor kMeta). git-svn-id: http://redmine.rubyforge.org/svn/trunk@907 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added wiki macros support. 2 builtin macros are defined: hello_world (sample ↵Jean-Philippe Lang2007-11-122-6/+125
| | | | | | macro that displays the arguments) and macro_list (display the list of installed macros). git-svn-id: http://redmine.rubyforge.org/svn/trunk@897 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Slight changes for 0.6.0 release.Jean-Philippe Lang2007-11-041-2/+2
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@883 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Quote subversion username and password in svn commands.Jean-Philippe Lang2007-10-192-5/+22
| | | | git-svn-id: http://redmine.rubyforge.org/svn/trunk@852 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed inconsistent user manual stuff (html/docbook content and ↵Jean-Philippe Lang2007-10-131-0/+1
| | | | | | | | controller). Help link now points to the Redmine guide which will be more easy to maintain. Also removed the useless components directory. git-svn-id: http://redmine.rubyforge.org/svn/trunk@835 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added revision number in Redmine::VERSION (the revision number is read from ↵Jean-Philippe Lang2007-10-111-1/+25
| | | | | | .svn/entries if it exists). git-svn-id: http://redmine.rubyforge.org/svn/trunk@824 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added basic Theme support.Jean-Philippe Lang2007-10-101-0/+72
| | | | | | | Theme is set at application level (in Admin -> Settings). For now, themes can override stylesheets only (application.css). git-svn-id: http://redmine.rubyforge.org/svn/trunk@818 e93f8b46-1217-0410-a6f0-8f06a7374b81