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
f6fe1571 2007-09-09 12:41 pm Jean-Philippe Lang

Small fix to TOC regexp.

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

f3364b9d 2007-09-09 12:16 pm Jean-Philippe Lang

Added automatic table of content support on wiki pages, based on h1., h2. and h3. headings.

To display the page TOC, insert a line with this tag:
{% toc %} or {% toc_left %} => left aligned toc
{% toc_right %} => right aligned toc

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

7d899166 2007-09-08 07:22 pm Jean-Philippe Lang

Updated INSTALL doc.

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

27d6da94 2007-09-07 11:30 pm Jean-Philippe Lang

Added javascript highlightment support (http://pastie.textmate.org/50774/)

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

7e4611ad 2007-09-07 10:52 pm Jean-Philippe Lang

Removed @html_title assignments in controllers.
Views can now set the header title using set_htmh_title(title) method.

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

fdf842a4 2007-09-07 10:07 pm Jean-Philippe Lang Improved Redmine links:
  • issue and changeset links generated only if the object exists
  • issue subject and status appear in the link title
  • strike issue link if issue is closed
  • red wiki page link if page doesn't exist
  • new icon for external links

Wiki page cache had to be disabled....

b8127059 2007-09-07 07:26 pm Jean-Philippe Lang

Fixed: 'Move' button always visible on issues list.

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

98a01d62 2007-09-06 11:56 pm Jean-Philippe Lang

Automatically scroll down to the preview when previewing wiki page.

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

422677b9 2007-09-06 08:51 pm Jean-Philippe Lang

Added background on

 wiki blocks.

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

42db3cac 2007-09-06 07:06 pm Jean-Philippe Lang

Added code highlighting support in wiki, using this syntax:

 <-- cut here

  <pre><code class="ruby">
    Place you code here.
  </code></pre>

cut here --> 

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

22c5e0d6 2007-09-06 06:24 pm Jean-Philippe Lang

'current week' filter fix.

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

22ad806a 2007-09-05 10:51 pm Jean-Philippe Lang

Removed RedCloth checks since it's now supplied with the application.

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

0803e6fc 2007-09-05 10:13 pm Jean-Philippe Lang

Search field automatically focused.

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

1b2e8054 2007-09-05 09:56 pm Jean-Philippe Lang

Fixed: custom field displayed as deleted in the issue history even if no value was set.

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

8dcc0412 2007-09-05 09:37 pm Jean-Philippe Lang

Issue notes are now included in search.
Fixed: search results too long when there are many matches.
Fixed: search results not escaped.

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

c27106d8 2007-09-05 07:47 pm Jean-Philippe Lang

Added a new value for date filters: 'this week'

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

a19a0d7b 2007-09-05 07:24 pm Jean-Philippe Lang

Subprojects are now grouped by projects in the 'Projects' top navigation drop-down menu.

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

17a3f9e4 2007-09-05 12:07 am Jean-Philippe Lang

Added an index on custom_values table (customized_type + customized_id columns) to speed up issue queries that use custom field filters.

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

f16ab838 2007-09-04 06:58 pm Jean-Philippe Lang

Small fix in Mailer.

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

62608929 2007-09-02 10:47 pm Jean-Philippe Lang

'Due in' label removed from the changelog view.

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

8a3e713f 2007-09-02 10:41 pm Jean-Philippe Lang

Added Redmine::WikiFormatting module and tests for wiki links.
RedCloth librairy is now present in Redmine lib directory.

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

324b904e 2007-09-02 05:06 pm Jean-Philippe Lang

Fix: Inline image links broken in rev 690.
TODO: Fix urls with &

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

b1cafef0 2007-09-02 04:34 pm Jean-Philippe Lang

Buttons (edit, watch...) on issues/show are now located in the upper-right corner.
Pdf export link is at the bottom of the screen.

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

70da1c77 2007-09-02 02:22 pm Jean-Philippe Lang

Changed the application default title (redMine -> Redmine).

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

3ae8c53c 2007-09-02 02:20 pm Jean-Philippe Lang

Small fix in issue history display.

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

« Previous 1 ... 198 199 200 201 202 ... 225 Next » (4976-5000/5613)

Also available in: Atom