##// END OF EJS Templates
Trac importer: user can now choose between sqlite and sqlite3 adapter for Trac database....
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. git-svn-id: http://redmine.rubyforge.org/svn/trunk@894 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r850:33003e5b2d88
r881:b0bb1baeaac6
Show More
_dir_list.rhtml
15 lines | 343 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
SCM browser: directories can now be collapsed and re-expanded with no additional request....
r850 <table class="list" id="browser">
Jean-Philippe Lang
Added a bit of AJAX on the SCM browser (tree view)....
r849 <thead>
<tr id="root">
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <th><%= l(:field_name) %></th>
<th><%= l(:field_filesize) %></th>
<th><%= l(:label_revision) %></th>
<th><%= l(:label_date) %></th>
Jean-Philippe Lang
Added last commit message for each entry in repository browser....
r491 <th><%= l(:field_author) %></th>
<th><%= l(:field_comments) %></th>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 </tr>
Jean-Philippe Lang
Added a bit of AJAX on the SCM browser (tree view)....
r849 </thead>
<tbody>
<%= render :partial => 'dir_list_content' %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 </tbody>
</table>