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
84d2ea05 2008-03-13 10:46 pm John Goerzen

Update Simplified Chinese lang file

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

076d9e7a 2008-03-13 03:14 pm John Goerzen

This patch takes the RedmineWikiFormatting page and makes it available
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

c67c3753 2008-03-13 02:59 pm John Goerzen

Redirect to issue page after creating a new issue

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...

87fb78be 2008-03-13 06:48 am John Goerzen

Support WikiCaps for Trac migrations

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

eafaae73 2008-03-13 06:41 am John Goerzen

Updated zh-tw lang file from shortie lo.

Closes #847.

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

4f16dc53 2008-03-13 06:41 am John Goerzen

Add commit: link type feature to wiki_syntax.html

The commit: feature merged to trunk in r1236

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

ea161c9e 2008-03-13 12:09 am Jean-Philippe Lang

Prevent unexpected nil error in GitAdapter#info if the repository path is invalid.

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

2c1e6372 2008-03-13 12:00 am Jean-Philippe Lang

SCM AbstractAdapter use shell_quote to more properly escape path (closes #838 by John Goerzen).

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

d4429a54 2008-03-12 09:50 pm Jean-Philippe Lang

Fixes #820: invalid project id causes a NoMethodError in SearchController (Angel Dobbs-Sciortino).

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

3a9b0988 2008-03-12 09:28 pm Jean-Philippe Lang

Merged Git support branch (r1200 to r1226).

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

6fcc512c 2008-03-12 08:58 pm Jean-Philippe Lang

Adds a setting for whether new projects should be public by default (closes #842, #839).
Patch by Rocco Stanzione, slightly edited.

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

3a75b677 2008-03-12 06:56 pm Jean-Philippe Lang

Prevent LDAP authentication with empty password related problems.

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

a9c972fb 2008-03-11 09:15 pm Jean-Philippe Lang

Quotes Mercurial entries command depending on the OS.

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

71d3bb2f 2008-03-11 09:06 pm Jean-Philippe Lang

Fixes Mercurial browsing under unix-like os and for directory depth > 2 and (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

624723d0 2008-03-11 08:33 pm Jean-Philippe Lang Activity enhancements:
  • 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

64fb0a56 2008-03-09 11:24 pm Jean-Philippe Lang

Removes the Redmine version from the footer (closes #794). It can still be viewed on admin -> info.

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

76a29ae3 2008-03-09 09:16 pm Jean-Philippe Lang

Adds atom feed link on boards index.

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

4f35ec97 2008-03-09 07:27 pm Jean-Philippe Lang

Replaces del tags by a css style (a.issue.closed) for closed issue links.

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

8195f954 2008-03-09 07:25 pm Jean-Philippe Lang

Fixes migrations that change string limits for sqlite.

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

494a6ecf 2008-03-09 06:23 pm Jean-Philippe Lang

Trac and Mantis importers: check that default configuration is loaded before processing.

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

66594d46 2008-03-09 04:36 pm Jean-Philippe Lang

Allow longer version names (#711, closes #712).

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

0ec13848 2008-03-09 01:15 pm Jean-Philippe Lang

Show replies as well when choosing to display messages in the activity.

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

a92cce38 2008-03-09 12:47 pm Jean-Philippe Lang Textile formatting:
  • 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

522b9e6b 2008-03-09 12:39 pm Jean-Philippe Lang

Display date/time instead of date on files list (#817).

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

07882590 2008-03-08 02:46 pm Jean-Philippe Lang

Strip out email address from authors in repository screens (#814).

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

« Previous 1 ... 179 180 181 182 183 ... 225 Next » (4501-4525/5613)

Also available in: Atom