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
8a8f819d 2007-11-12 03:36 pm Jean-Philippe Lang

Added wiki macros support. 2 builtin macros are defined: hello_world (sample 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

a8419c14 2007-11-12 09:00 am Jean-Philippe Lang

Fixed: error on activity page when displaying a document (undefined method 'author').

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

362364fd 2007-11-11 09:55 pm Jean-Philippe Lang

Fixed: CSV constant warning

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

b0bb1bae 2007-11-09 02:32 pm Jean-Philippe Lang

Trac importer: user can now choose between sqlite and sqlite3 adapter for Trac database.
Trac importer: issues and wiki modules are enabled by default for the imported project.
Fixed: 404 error when trying to save a custom query under certain circumstance....

1454a711 2007-11-08 08:14 pm Jean-Philippe Lang

Diff style (inline or side by side) automatically saved as a user preference.
Fixed a Postgres test failure.

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

fa95501f 2007-11-08 08:00 pm Jean-Philippe Lang

Added issues status changes on the activity view (initial patch by Cyril Mougel).

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

a069c4af 2007-11-08 12:01 am Jean-Philippe Lang

Added forums topics on the activity view (disabled by default).

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

cc8220dd 2007-11-07 10:21 pm Jean-Philippe Lang

Fixed: error when sorting the messages if there's only one board for the project.

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

63ceea2e 2007-11-07 09:42 pm Jean-Philippe Lang

Custom fields can now be displayed as columns on the issue list.
Custom fields marked as "for all projects" can be added to the default columns of the issue list (in application settings).
Project specific custom fields can be displayed on custom queries....

ad68a82b 2007-11-05 11:22 pm Jean-Philippe Lang

Moved ProjectsController#list_news to NewsController#index.
Removed FeedsController, issues and news feeds are now handled by issues and news controllers.

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

8509cf80 2007-11-05 07:38 pm Jean-Philippe Lang

ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index

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

26a1ae48 2007-11-05 06:33 pm Jean-Philippe Lang

Fixed: <td> closed with a </th>

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

040cfa6a 2007-11-05 06:30 pm Jean-Philippe Lang

Fixed: <<me>> doesn't appear in the drop down filters on a project issue list.

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

d0af2487 2007-11-04 02:19 pm Jean-Philippe Lang

Slight changes for 0.6.0 release.

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

308118ce 2007-11-04 12:49 pm Jean-Philippe Lang

LDAP authentication: only ask for the user's DN if on-the-fly registration is disabled

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

7535c211 2007-11-04 12:40 pm Jean-Philippe Lang

Removed IssueStatus html_color attribute.
Issue list colorization can be done using a custom theme. Each row is given a class that correspond to the issue status (eg. status-1 where 1 is the status position).

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

d46e3a50 2007-11-04 12:20 pm Jean-Philippe Lang

Pretty URL for the repository browser (Cyril Mougel)

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

d4e47d5d 2007-11-04 12:15 pm Jean-Philippe Lang

Added radio buttons on the documents list to sort documents by category, date, title or author.

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

11cf016c 2007-11-04 11:59 am Jean-Philippe Lang

Added Korean translation (Choi Jong Yoon)
Updated Japanese translation (Go Maeda)

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

bd434427 2007-11-04 11:43 am Jean-Philippe Lang Mailer:
  • added an application setting to specify the application protocol (http or https) used to generate urls
  • added layouts for text and html emails
  • no more language specific templates
  • urls are now generated using UrlWriter
  • the mailer now uses AdvAttrAccessor code style to set email parameters...
4ded4277 2007-10-28 05:13 pm Jean-Philippe Lang

Activity view now uses events attributes.
Fixed: error on activity feed if it contains a document.

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

b60bedaf 2007-10-28 04:07 pm Jean-Philippe Lang

Added a missing string to lang files.

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

9a3d743a 2007-10-28 04:04 pm Jean-Philippe Lang

Some slight improvements in AJAX errors handling.

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

0af6f347 2007-10-28 03:31 pm Jean-Philippe Lang

Added the hability to copy an issue.
It can be done from the 'issue/show' view or from the context menu on the issue list.
The Copy functionality is of course only available if the user is allowed to create an issue.
It copies the issue attributes and the custom fields values....

bb4acc02 2007-10-28 11:55 am Jean-Philippe Lang

Added AJAX based context menu on the project issue list that provide shortcuts for editing, re-assigning, changing the status or the priority, moving or deleting an issue.
The context menu shows up when right-clicking an issue (Opera users have to use Ctrl + left-click instead since right-click can't be reassigned for this browser)....

« Previous 1 ... 191 192 193 194 195 ... 225 Next » (4801-4825/5613)

Also available in: Atom