OSDN Git Service

redminele/redmine.git
16 years agoAdds HTML titles to forums related views.
Jean-Philippe Lang [Sun, 29 Jun 2008 09:08:58 +0000 (09:08 +0000)]
Adds HTML titles to forums related views.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1598 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMakes importer work with Trac 0.8.x (#1540).
Jean-Philippe Lang [Sun, 29 Jun 2008 09:03:03 +0000 (09:03 +0000)]
Makes importer work with Trac 0.8.x (#1540).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1597 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: associated revisions are displayed in wrong order on issue view (#1546).
Jean-Philippe Lang [Sun, 29 Jun 2008 08:55:37 +0000 (08:55 +0000)]
Fixed: associated revisions are displayed in wrong order on issue view (#1546).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1596 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed #1545: migration on fresh install fails (broken by r1592).
Jean-Philippe Lang [Sun, 29 Jun 2008 08:14:13 +0000 (08:14 +0000)]
Fixed #1545: migration on fresh install fails (broken by r1592).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1595 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoUpgraded to Prototype 1.6.0.1.
Jean-Philippe Lang [Sat, 28 Jun 2008 11:34:53 +0000 (11:34 +0000)]
Upgraded to Prototype 1.6.0.1.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1594 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoNew rake task name in comments for creating sessions migration (#1520).
Jean-Philippe Lang [Fri, 27 Jun 2008 20:18:23 +0000 (20:18 +0000)]
New rake task name in comments for creating sessions migration (#1520).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1593 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoCustom fields refactoring: most of code moved from controllers to models (using new...
Jean-Philippe Lang [Fri, 27 Jun 2008 20:13:56 +0000 (20:13 +0000)]
Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1592 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds a key in lang files (general_csv_decimal_separator) to set the decimal separator...
Jean-Philippe Lang [Thu, 26 Jun 2008 19:46:57 +0000 (19:46 +0000)]
Adds a key in lang files (general_csv_decimal_separator) to set the decimal separator (point or comma) in csv exports (#1372).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1591 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTranslations updates:
Jean-Philippe Lang [Thu, 26 Jun 2008 19:29:05 +0000 (19:29 +0000)]
Translations updates:
* Simplified Chinese (chaoqun zou)
* Hungarian (Gábor Takács)
* Russian (Denis Tomashenko)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1590 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: timelog redirects inappropriately when :back_url is blank (#1524).
Jean-Philippe Lang [Thu, 26 Jun 2008 19:11:07 +0000 (19:11 +0000)]
Fixed: timelog redirects inappropriately when :back_url is blank (#1524).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1589 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds anchor to atom feed messages links.
Jean-Philippe Lang [Thu, 26 Jun 2008 19:04:58 +0000 (19:04 +0000)]
Adds anchor to atom feed messages links.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1588 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoLink to view specific file on revision view fails with Subversion repository subdirec...
Jean-Philippe Lang [Thu, 26 Jun 2008 17:02:09 +0000 (17:02 +0000)]
Link to view specific file on revision view fails with Subversion repository subdirectory (#1525).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1587 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTests: create tmp/test if it doesn't exist.
Jean-Philippe Lang [Thu, 26 Jun 2008 14:59:03 +0000 (14:59 +0000)]
Tests: create tmp/test if it doesn't exist.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1586 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdd project name to cross-project Atom feeds (#1527).
Jean-Philippe Lang [Thu, 26 Jun 2008 14:54:45 +0000 (14:54 +0000)]
Add project name to cross-project Atom feeds (#1527).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1585 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds a simple API and a standalone script that can be used to forward emails from...
Jean-Philippe Lang [Wed, 25 Jun 2008 19:25:28 +0000 (19:25 +0000)]
Adds a simple API and a standalone script that can be used to forward emails from a local or remote email server to Redmine (#1110).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1584 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoEncoding set to utf8 in example database.yml (#1506).
Jean-Philippe Lang [Tue, 24 Jun 2008 18:39:49 +0000 (18:39 +0000)]
Encoding set to utf8 in example database.yml (#1506).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1583 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: private method 'gsub' called for nil:NilClass on activity (#1519).
Jean-Philippe Lang [Tue, 24 Jun 2008 16:52:41 +0000 (16:52 +0000)]
Fixed: private method 'gsub' called for nil:NilClass on activity (#1519).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1582 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes test broken by r1578.
Jean-Philippe Lang [Tue, 24 Jun 2008 16:49:51 +0000 (16:49 +0000)]
Fixes test broken by r1578.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1581 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSmaller font size for activity events and search results descriptions.
Jean-Philippe Lang [Mon, 23 Jun 2008 17:12:12 +0000 (17:12 +0000)]
Smaller font size for activity events and search results descriptions.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1580 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoStrip pre/code tags content from activity view events.
Jean-Philippe Lang [Mon, 23 Jun 2008 17:06:58 +0000 (17:06 +0000)]
Strip pre/code tags content from activity view events.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1579 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds a class ('me') to events of the activity view created by current user.
Jean-Philippe Lang [Mon, 23 Jun 2008 17:01:21 +0000 (17:01 +0000)]
Adds a class ('me') to events of the activity view created by current user.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1578 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTurn ftp urls into links (#1514).
Jean-Philippe Lang [Mon, 23 Jun 2008 16:51:13 +0000 (16:51 +0000)]
Turn ftp urls into links (#1514).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1577 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdd filters on cross-project issue list for custom fields marked as 'For all projects'.
Jean-Philippe Lang [Sun, 22 Jun 2008 15:35:11 +0000 (15:35 +0000)]
Add filters on cross-project issue list for custom fields marked as 'For all projects'.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1576 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoHide 'Target version' filter if no version is defined.
Jean-Philippe Lang [Sun, 22 Jun 2008 15:20:59 +0000 (15:20 +0000)]
Hide 'Target version' filter if no version is defined.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1575 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRevision view: do not display links for deleted files.
Jean-Philippe Lang [Sun, 22 Jun 2008 14:40:45 +0000 (14:40 +0000)]
Revision view: do not display links for deleted files.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1574 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoUse new image instead of expand.png
Jean-Philippe Lang [Sun, 22 Jun 2008 14:35:56 +0000 (14:35 +0000)]
Use new image instead of expand.png

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1573 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoIMAP: fetch unseen messages only.
Jean-Philippe Lang [Sun, 22 Jun 2008 13:14:45 +0000 (13:14 +0000)]
IMAP: fetch unseen messages only.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1572 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoIMAP: Mark emails as Seen.
Jean-Philippe Lang [Sun, 22 Jun 2008 12:56:10 +0000 (12:56 +0000)]
IMAP: Mark emails as Seen.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1571 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes reply attachments handling.
Jean-Philippe Lang [Sun, 22 Jun 2008 12:37:24 +0000 (12:37 +0000)]
Fixes reply attachments handling.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1570 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds a rake task (redmine:email:receive_imap) to read emails from an IMAP server...
Jean-Philippe Lang [Sun, 22 Jun 2008 12:27:00 +0000 (12:27 +0000)]
Adds a rake task (redmine:email:receive_imap) to read emails from an IMAP server (#1110).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1569 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds basic support for issue creation via email (#1110).
Jean-Philippe Lang [Sun, 22 Jun 2008 10:45:03 +0000 (10:45 +0000)]
Adds basic support for issue creation via email (#1110).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1568 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDisplay issue notes in the activity view (#1509).
Jean-Philippe Lang [Sat, 21 Jun 2008 12:32:47 +0000 (12:32 +0000)]
Display issue notes in the activity view (#1509).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1567 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRemoves spaces before colons on issue detail view (#1512).
Jean-Philippe Lang [Sat, 21 Jun 2008 10:15:07 +0000 (10:15 +0000)]
Removes spaces before colons on issue detail view (#1512).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1566 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTrack project and tracker changes in issue history.
Jean-Philippe Lang [Thu, 19 Jun 2008 18:52:20 +0000 (18:52 +0000)]
Track project and tracker changes in issue history.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1565 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdd target version to the issue list context menu.
Jean-Philippe Lang [Wed, 18 Jun 2008 20:15:51 +0000 (20:15 +0000)]
Add target version to the issue list context menu.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1564 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMercurial adapter tests fix (#1469).
Jean-Philippe Lang [Wed, 18 Jun 2008 17:02:39 +0000 (17:02 +0000)]
Mercurial adapter tests fix (#1469).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1563 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoEnable syntax highlight on issues, messages and news (#1473, #1466).
Jean-Philippe Lang [Wed, 18 Jun 2008 16:49:40 +0000 (16:49 +0000)]
Enable syntax highlight on issues, messages and news (#1473, #1466).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1562 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAllow dot in firstnames and lastnames (closes #1426).
Jean-Philippe Lang [Tue, 17 Jun 2008 20:14:31 +0000 (20:14 +0000)]
Allow dot in firstnames and lastnames (closes #1426).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1561 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds atom feed on time entries details (#1479).
Jean-Philippe Lang [Tue, 17 Jun 2008 20:01:15 +0000 (20:01 +0000)]
Adds atom feed on time entries details (#1479).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1560 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: urls containing @ are parsed as email adress by the wiki formatter (#1456).
Jean-Philippe Lang [Tue, 17 Jun 2008 19:27:03 +0000 (19:27 +0000)]
Fixed: urls containing @ are parsed as email adress by the wiki formatter (#1456).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1559 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAbility to remove enumerations (activities, priorities, document categories) that...
Jean-Philippe Lang [Tue, 17 Jun 2008 19:10:54 +0000 (19:10 +0000)]
Ability to remove enumerations (activities, priorities, document categories) that are in use. Associated objects can be reassigned to another value (#1467).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1558 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoPrevent unwanted textile link parsing at end of line.
Jean-Philippe Lang [Mon, 16 Jun 2008 19:37:09 +0000 (19:37 +0000)]
Prevent unwanted textile link parsing at end of line.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1557 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRepositoriesController cleanup with rescue_from.
Jean-Philippe Lang [Sun, 15 Jun 2008 16:11:07 +0000 (16:11 +0000)]
RepositoriesController cleanup with rescue_from.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1555 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds a field on the repository view to browse at specific revision (#1443).
Jean-Philippe Lang [Sun, 15 Jun 2008 15:56:47 +0000 (15:56 +0000)]
Adds a field on the repository view to browse at specific revision (#1443).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1554 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: view file at given revision with CVS.
Jean-Philippe Lang [Sun, 15 Jun 2008 15:47:28 +0000 (15:47 +0000)]
Fixed: view file at given revision with CVS.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1553 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMakes changes link to entries on the revision view.
Jean-Philippe Lang [Sun, 15 Jun 2008 14:40:05 +0000 (14:40 +0000)]
Makes changes link to entries on the revision view.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1552 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes test broken by r1549.
Jean-Philippe Lang [Sun, 15 Jun 2008 14:39:52 +0000 (14:39 +0000)]
Fixes test broken by r1549.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1551 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes test broken by r1549.
Jean-Philippe Lang [Sun, 15 Jun 2008 14:34:23 +0000 (14:34 +0000)]
Fixes test broken by r1549.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1550 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoPrettier url for changesets (#1443).
Jean-Philippe Lang [Sun, 15 Jun 2008 14:19:06 +0000 (14:19 +0000)]
Prettier url for changesets (#1443).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1549 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDoc update for 0.7.2 release.
Jean-Philippe Lang [Sun, 15 Jun 2008 12:25:48 +0000 (12:25 +0000)]
Doc update for 0.7.2 release.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1546 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds links to repository directories in the browser (#1094).
Jean-Philippe Lang [Sun, 15 Jun 2008 11:40:13 +0000 (11:40 +0000)]
Adds links to repository directories in the browser (#1094).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1544 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: TOC does not remove colorization markups (#1423).
Jean-Philippe Lang [Sun, 15 Jun 2008 11:00:40 +0000 (11:00 +0000)]
Fixed: TOC does not remove colorization markups (#1423).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1542 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTranslation updates.
Jean-Philippe Lang [Sun, 15 Jun 2008 09:49:16 +0000 (09:49 +0000)]
Translation updates.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1540 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoClose statement handler in Redmine.pm (#1433).
Jean-Philippe Lang [Sun, 15 Jun 2008 09:43:53 +0000 (09:43 +0000)]
Close statement handler in Redmine.pm (#1433).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1539 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoHungarian translation update (closes #1408).
Jean-Philippe Lang [Sun, 15 Jun 2008 09:38:02 +0000 (09:38 +0000)]
Hungarian translation update (closes #1408).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1538 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFile size display with Bazaar repositories (#1149).
Jean-Philippe Lang [Sat, 14 Jun 2008 15:44:36 +0000 (15:44 +0000)]
File size display with Bazaar repositories (#1149).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1537 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: Logtime info lost when there's an error updating an issue (#1400).
Jean-Philippe Lang [Sat, 14 Jun 2008 14:10:47 +0000 (14:10 +0000)]
Fixed: Logtime info lost when there's an error updating an issue (#1400).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1535 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: time entries created with the default activity even if a different one is...
Jean-Philippe Lang [Sat, 14 Jun 2008 12:31:32 +0000 (12:31 +0000)]
Fixed: time entries created with the default activity even if a different one is specified (#1302).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1533 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoCVS: add support for modules names with spaces (#1434).
Jean-Philippe Lang [Sat, 14 Jun 2008 11:42:50 +0000 (11:42 +0000)]
CVS: add support for modules names with spaces (#1434).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1527 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: page has no title when adding a project (#1436).
Jean-Philippe Lang [Sat, 14 Jun 2008 11:15:57 +0000 (11:15 +0000)]
Fixed: page has no title when adding a project (#1436).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1526 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: unexpected nil when viewing differences on CVS (#1444).
Jean-Philippe Lang [Sat, 14 Jun 2008 10:51:15 +0000 (10:51 +0000)]
Fixed: unexpected nil when viewing differences on CVS (#1444).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1525 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: SVG::Graph raises an error when using external stylesheet (#1402).
Jean-Philippe Lang [Mon, 9 Jun 2008 20:05:32 +0000 (20:05 +0000)]
Fixed: SVG::Graph raises an error when using external stylesheet (#1402).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1524 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSlight changes to diff view and style.
Jean-Philippe Lang [Mon, 9 Jun 2008 19:15:40 +0000 (19:15 +0000)]
Slight changes to diff view and style.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1523 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRemoved inconsistent revision numbers on diff view.
Jean-Philippe Lang [Mon, 9 Jun 2008 19:02:22 +0000 (19:02 +0000)]
Removed inconsistent revision numbers on diff view.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1522 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoLog the user in after registration if account activation is not needed.
Jean-Philippe Lang [Mon, 9 Jun 2008 18:59:15 +0000 (18:59 +0000)]
Log the user in after registration if account activation is not needed.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1521 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFile viewer for attached text files.
Jean-Philippe Lang [Mon, 9 Jun 2008 18:40:59 +0000 (18:40 +0000)]
File viewer for attached text files.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1520 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMove the file viewer to a partial.
Jean-Philippe Lang [Mon, 9 Jun 2008 17:02:55 +0000 (17:02 +0000)]
Move the file viewer to a partial.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1519 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years ago"New Project" link on Projects page for admin users (#1082).
Jean-Philippe Lang [Sun, 8 Jun 2008 22:45:22 +0000 (22:45 +0000)]
"New Project" link on Projects page for admin users (#1082).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1518 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: notextile tag has no effect.
Jean-Philippe Lang [Sun, 8 Jun 2008 20:31:36 +0000 (20:31 +0000)]
Fixed: notextile tag has no effect.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1517 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoUnified diff viewer for attached files with .patch or .diff extension (#1403).
Jean-Philippe Lang [Sun, 8 Jun 2008 18:26:39 +0000 (18:26 +0000)]
Unified diff viewer for attached files with .patch or .diff extension (#1403).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1516 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMove diff viewer to a partial.
Jean-Philippe Lang [Sun, 8 Jun 2008 18:10:49 +0000 (18:10 +0000)]
Move diff viewer to a partial.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1515 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSCM browser: ability to download raw unified diffs.
Jean-Philippe Lang [Sun, 8 Jun 2008 16:48:21 +0000 (16:48 +0000)]
SCM browser: ability to download raw unified diffs.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1514 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMove unified diff parser out of the scm abstract adapter so it can be reused for...
Jean-Philippe Lang [Sun, 8 Jun 2008 16:28:42 +0000 (16:28 +0000)]
Move unified diff parser out of the scm abstract adapter so it can be reused for viewing attached diffs (#1403).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1513 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDon't search for the changeset if revision identifier is nil.
Jean-Philippe Lang [Sun, 8 Jun 2008 15:47:55 +0000 (15:47 +0000)]
Don't search for the changeset if revision identifier is nil.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1512 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDon't display the table headers if there is no changeset to display.
Jean-Philippe Lang [Sun, 8 Jun 2008 15:46:15 +0000 (15:46 +0000)]
Don't display the table headers if there is no changeset to display.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1511 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFilesystem adapter: read files in binary mode.
Jean-Philippe Lang [Sun, 8 Jun 2008 15:44:23 +0000 (15:44 +0000)]
Filesystem adapter: read files in binary mode.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1510 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFilesystem adapter: negative size is displayed for large files under win32.
Jean-Philippe Lang [Sun, 8 Jun 2008 15:43:32 +0000 (15:43 +0000)]
Filesystem adapter: negative size is displayed for large files under win32.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1509 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAdds Filesystem adapter (patch #1393 by Paul R).
Jean-Philippe Lang [Sun, 8 Jun 2008 15:40:24 +0000 (15:40 +0000)]
Adds Filesystem adapter (patch #1393 by Paul R).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1508 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAbility to disable unused SCM adapters in application settings.
Jean-Philippe Lang [Sun, 8 Jun 2008 14:59:26 +0000 (14:59 +0000)]
Ability to disable unused SCM adapters in application settings.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1507 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes tabulation with Firefox 2 on tabular forms.
Jean-Philippe Lang [Sun, 8 Jun 2008 10:10:54 +0000 (10:10 +0000)]
Fixes tabulation with Firefox 2 on tabular forms.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1506 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDisplay status change before subject of issue on the activity view otherwise it may...
Jean-Philippe Lang [Sat, 7 Jun 2008 20:06:44 +0000 (20:06 +0000)]
Display status change before subject of issue on the activity view otherwise it may be truncated.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1505 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes functional tests broken by r1501.
Jean-Philippe Lang [Sat, 7 Jun 2008 15:14:42 +0000 (15:14 +0000)]
Fixes functional tests broken by r1501.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1504 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRemoves constraint on enumerations name (#1384).
Jean-Philippe Lang [Sat, 7 Jun 2008 15:08:59 +0000 (15:08 +0000)]
Removes constraint on enumerations name (#1384).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1503 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTrac importer: read session_attribute table to find user's email and real name (...
Jean-Philippe Lang [Sat, 7 Jun 2008 14:55:32 +0000 (14:55 +0000)]
Trac importer: read session_attribute table to find user's email and real name (#1340).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1502 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: Reply/Quote Function Newline Issue in Internet Explorer (#1362).
Jean-Philippe Lang [Sat, 7 Jun 2008 11:42:37 +0000 (11:42 +0000)]
Fixed: Reply/Quote Function Newline Issue in Internet Explorer (#1362).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1501 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoSubversion adapter: ignore directories with no commit date (#1370).
Jean-Philippe Lang [Sat, 7 Jun 2008 10:08:11 +0000 (10:08 +0000)]
Subversion adapter: ignore directories with no commit date (#1370).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1500 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMercurial adapter improvements (patch #1199 by Pierre Paysant-Le Roux).
Jean-Philippe Lang [Sat, 7 Jun 2008 09:19:50 +0000 (09:19 +0000)]
Mercurial adapter improvements (patch #1199 by Pierre Paysant-Le Roux).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1499 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTranslations updates.
Jean-Philippe Lang [Sat, 7 Jun 2008 09:03:20 +0000 (09:03 +0000)]
Translations updates.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1498 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixes Chinese pdf export when the issue description is too long (#1170).
Jean-Philippe Lang [Sat, 7 Jun 2008 08:39:06 +0000 (08:39 +0000)]
Fixes Chinese pdf export when the issue description is too long (#1170).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1497 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: Atom link on saved query does not include query_id (#1390).
Jean-Philippe Lang [Fri, 6 Jun 2008 15:20:08 +0000 (15:20 +0000)]
Fixed: Atom link on saved query does not include query_id (#1390).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1496 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoHides the "Replies" heading below a message if there is no reply (#1350).
Jean-Philippe Lang [Fri, 6 Jun 2008 15:14:09 +0000 (15:14 +0000)]
Hides the "Replies" heading below a message if there is no reply (#1350).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1495 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoTrac importer: improves wiki link conversion (#1287).
Jean-Philippe Lang [Fri, 6 Jun 2008 15:02:47 +0000 (15:02 +0000)]
Trac importer: improves wiki link conversion (#1287).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1494 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: SVN errors lead to svn username/password being displayed to end users (#1368).
Jean-Philippe Lang [Fri, 6 Jun 2008 14:37:49 +0000 (14:37 +0000)]
Fixed: SVN errors lead to svn username/password being displayed to end users (#1368).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1493 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoRedmine links regexp fix (#1369, url hash turned into a ticket link).
Jean-Philippe Lang [Wed, 4 Jun 2008 21:30:12 +0000 (21:30 +0000)]
Redmine links regexp fix (#1369, url hash turned into a ticket link).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1492 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: changesets titles should not be multiline in atom feeds (#1356).
Jean-Philippe Lang [Wed, 4 Jun 2008 18:13:14 +0000 (18:13 +0000)]
Fixed: changesets titles should not be multiline in atom feeds (#1356).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1491 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoAllow empty cells in wiki tables.
Jean-Philippe Lang [Wed, 4 Jun 2008 17:12:59 +0000 (17:12 +0000)]
Allow empty cells in wiki tables.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1490 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMissing strings (r1488).
Jean-Philippe Lang [Tue, 3 Jun 2008 18:41:36 +0000 (18:41 +0000)]
Missing strings (r1488).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1489 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoMake the 'duplicates of' relation asymmetric:
Jean-Philippe Lang [Tue, 3 Jun 2008 18:30:29 +0000 (18:30 +0000)]
Make the 'duplicates of' relation asymmetric:
* closing a issue will close its duplicates
* closing a duplicate won't close the main issue

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1488 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoFixed: new line at the end of a file is not displayed in diff.
Jean-Philippe Lang [Mon, 2 Jun 2008 20:14:06 +0000 (20:14 +0000)]
Fixed: new line at the end of a file is not displayed in diff.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1487 e93f8b46-1217-0410-a6f0-8f06a7374b81

16 years agoDiff: adds some space between 2 changes in the same file and reduces html size.
Jean-Philippe Lang [Mon, 2 Jun 2008 19:18:17 +0000 (19:18 +0000)]
Diff: adds some space between 2 changes in the same file and reduces html size.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1486 e93f8b46-1217-0410-a6f0-8f06a7374b81