My patches for Redmine
Go to file
Jean-Philippe Lang 42db3cac06 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>

git-svn-id: http://redmine.rubyforge.org/svn/trunk@710 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-09-06 17:06:07 +00:00
app Added code highlighting support in wiki, using this syntax: 2007-09-06 17:06:07 +00:00
config Changed the application default title (redMine -> Redmine). 2007-09-02 12:22:17 +00:00
db/migrate Added an index on custom_values table (customized_type + customized_id columns) to speed up issue queries that use custom field filters. 2007-09-04 22:07:44 +00:00
doc Added namespace for Redmine specific rake tasks. 2007-09-02 08:08:10 +00:00
extra/svn Removed repository creation callback 2007-04-07 09:49:36 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lang Added a new value for date filters: 'this week' 2007-09-05 17:47:17 +00:00
lib Added code highlighting support in wiki, using this syntax: 2007-09-06 17:06:07 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Added code highlighting support in wiki, using this syntax: 2007-09-06 17:06:07 +00:00
script added svn:executable property on the scripts 2007-03-12 17:29:04 +00:00
test Added Redmine::WikiFormatting module and tests for wiki links. 2007-09-02 20:41:47 +00:00
vendor/plugins Added code highlighting support in wiki, using this syntax: 2007-09-06 17:06:07 +00:00
Rakefile trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00