ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Revision:

Revisions

# Date Author Comment
8d4aa6f9 2008-04-04 12:29 am Jean-Philippe Lang

Fixed: single file 'View difference' links do not work because of duplicate slashes in url.

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

14a2b7e9 2008-04-03 06:50 pm Jean-Philippe Lang

Verify rev and rev_to params format in RepositoriesController. And turn revision arguments into integers in SubversionAdapter.

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

f6ce427a 2008-04-03 06:38 pm Jean-Philippe Lang

Display the context menu above and/or to the left of the click if needed (patch by Mike Duchene, closes #960).

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

7f0aa561 2008-04-03 03:16 pm Jean-Philippe Lang

Fixed: trying to preview a new issue raises an exception with postgresql (close #984).

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

6348eeaf 2008-04-02 11:30 pm Jean-Philippe Lang

Attachment model clean up: fixed some inconsistent indentation and an inaccurate comment (closes patch #903 by Rocco Stanzione).

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

4cbe6b62 2008-04-02 09:52 pm Jean-Philippe Lang

Accept the following formats for the timelog "hours" field: 1h, 1 h, 1 hour, 2 hours, 30m, 30min, 1h30, 1h30m, 1:30.
Also accept 1,5 for 1.5 hour (closes #975). Note that 1.5 is still equal to 1h30 and not 1h50 (#947).

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

467f7451 2008-04-02 12:42 am Jean-Philippe Lang

Time report can be done at issue level (closes #970) + timelog views xhtml validation.

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

043cb37b 2008-04-01 09:40 pm Jean-Philippe Lang

Add predefined date ranges to the time report in the same way as the details view (closes #972). It nows defaults to 'All time'.
This patch also fixes time report periods (columns) computation.

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

e4da9d6f 2008-04-01 07:48 pm Jean-Philippe Lang

Prevent NoMethodError on nil class if custom_fields params is not present in IssuesController#new (#969).

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

80a5ad7f 2008-04-01 07:43 pm Jean-Philippe Lang

Fixed: Boards are not deleted when project is deleted (closes #963).

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

68fe7856 2008-03-31 11:48 pm Jean-Philippe Lang

Move repetitive calendar include code from views into helper (patch #966 by Peter Suschlik).

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

0d9e4196 2008-03-31 10:51 pm Jean-Philippe Lang

Add overflow:auto to the content div (closes #676, #748, #961).

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

da641f41 2008-03-30 04:20 pm Jean-Philippe Lang

Global queries can be saved from the global issue list (follows r1311 and closes #897).

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

287d86e3 2008-03-30 02:29 pm Jean-Philippe Lang

Queries can be marked as 'For all projects'. Such queries will be available on all projects and on the global issue list (#897, closes #671).
Only admin users can create/edit queries that are public and for all projects.
Note: this change does not allow to save a query from the global issue list. You have to be inside a project but then you can mark the query as 'For all projects'....

faf1f1e8 2008-03-30 10:33 am Jean-Philippe Lang

Fixed: Feed content limit setting has no effect (closes #954).

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

cd64338a 2008-03-30 10:19 am Jean-Philippe Lang

Fixed: Priorities not ordered when displayed as a filter in issue list (#956).

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

1b8c5d40 2008-03-29 11:35 pm Jean-Philippe Lang

Fixed: can not display attached images inline in message replies.

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

5ccbeba5 2008-03-29 09:03 pm Jean-Philippe Lang

Use #blank? instead of #empty? in news/show view.

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

a381b097 2008-03-29 12:43 pm Jean-Philippe Lang

Changelog updated.

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

0dfa2ad3 2008-03-29 12:12 pm Jean-Philippe Lang

Show date range on the activity (closes #837).

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

1bb51f74 2008-03-29 11:54 am Jean-Philippe Lang

Fixed: migrate_from_trac doesn't import timestamps of wiki and tickets (patch #882 by Andreas Neuhaus slightly edited).

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

85858ceb 2008-03-29 10:24 am Jean-Philippe Lang

Fixed: https urls in the wiki are not displayed as external (closes #943).

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

6331809b 2008-03-27 08:27 pm Jean-Philippe Lang Translation updates: (closes #915, #927, #929, #923, #914, #919)
  • Japanese (Satoru Kurashiki)
  • Simplified Chinese (chaoqun zou)
  • Danish (kim madsen)
  • Norwegian (Kai Olav Fredriksen)
  • Traditional Chinese (shortie lo)
  • German (Sven Schuchmann)

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

b9e380c9 2008-03-27 07:41 pm Jean-Philippe Lang

Add breadcrumb nav for the forums (#892).

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

89602004 2008-03-27 07:22 pm Jean-Philippe Lang If 'Display subprojects issues on main projects' is set to false:
  • do not include subprojects in the issue count of the parent project overview (#939)
  • do not include subproject timelogs on the parent project (#848)

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

« Previous 1 ... 176 177 178 179 180 ... 225 Next » (4426-4450/5613)

Also available in: Atom