Menu

Source Commit Log


Commit Date  
[r719] by jplang

Small fix to TOC regexp.

2007-09-09 10:41:02 Tree
[r718] by jplang

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 aligned toc
{{>toc}} => right aligned toc

2007-09-09 10:16:59 Tree
[r717] by jplang

Updated INSTALL doc.

2007-09-08 17:22:42 Tree
[r716] by jplang

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

2007-09-07 21:30:46 Tree
[r715] by jplang

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

2007-09-07 20:52:45 Tree
[r714] by jplang

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.

2007-09-07 20:07:54 Tree
[r713] by jplang

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

2007-09-07 17:26:14 Tree
[r712] by jplang

Automatically scroll down to the preview when previewing wiki page.

2007-09-06 21:56:40 Tree
[r711] by jplang

Added background on <pre> wiki blocks.

2007-09-06 18:51:35 Tree
[r710] by jplang

Added code highlighting support in wiki, using this syntax:

<pre><code> <-- cut here

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

cut here --> </pre></code>

2007-09-06 17:06:07 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.