| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix file drop feature not working in @documents#new@ (#36686). | Marius Balteanu | 2022-03-19 | 1 | -6/+4 |
* | Reindent code in documents/_form view (#36686). | Marius Balteanu | 2022-03-19 | 1 | -13/+12 |
* | Structured Document list for more flexible UI design with CSS (#17924). | Go MAEDA | 2022-02-08 | 2 | -6/+12 |
* | Store inline autocomplete data sources in a JS variable (#34122). | Go MAEDA | 2020-10-25 | 1 | -2/+1 |
* | Inline auto complete for issue (#) in wiki-edit fields (#31989). | Go MAEDA | 2019-09-09 | 1 | -1/+6 |
* | Show recent documents first (#29725). | Jean-Philippe Lang | 2019-03-15 | 1 | -1/+1 |
* | Use multipart forms for objects that may have file custom fields (#6719). | Jean-Philippe Lang | 2016-12-13 | 1 | -1/+1 |
* | Show thumbnails on documents (#22941). | Jean-Philippe Lang | 2016-07-03 | 1 | -1/+1 |
* | Removed unneeded #h calls in views. | Jean-Philippe Lang | 2015-02-23 | 2 | -3/+3 |
* | Adds custom fields to documents (#7249). | Jean-Philippe Lang | 2015-02-14 | 2 | -0/+13 |
* | use li tags for issue links in documents index (#13242) | Toshi MARUYAMA | 2013-05-03 | 1 | -4/+10 |
* | Fixed: "obj" parameter is not defined for macros used in description of docum... | Jean-Philippe Lang | 2013-05-01 | 1 | -1/+1 |
* | replace tabs to spaces at app/views/documents/index.html.erb | Toshi MARUYAMA | 2013-03-15 | 1 | -1/+1 |
* | Split "Manage documents" permission into create, edit and delete permissions ... | Jean-Philippe Lang | 2013-01-20 | 2 | -2/+4 |
* | Moved syntax highlight styles to application.css. | Jean-Philippe Lang | 2012-07-28 | 1 | -4/+0 |
* | JQuery in, Prototype/Scriptaculous out (#11445). | Jean-Philippe Lang | 2012-07-22 | 2 | -3/+3 |
* | Deprecated :confirm => 'Text' option. | Jean-Philippe Lang | 2012-07-07 | 1 | -1/+1 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 4 | -4/+4 |
* | Adds a helper for displaying validation error messages. | Jean-Philippe Lang | 2012-02-26 | 1 | -1/+1 |
* | Preserve uploaded files when on documents. | Jean-Philippe Lang | 2012-02-23 | 1 | -1/+1 |
* | Changes the style of the links for sorting documents. | Jean-Philippe Lang | 2012-01-16 | 1 | -7/+5 |
* | Resourcified documents. | Jean-Philippe Lang | 2011-11-30 | 6 | -38/+30 |
* | Use document project when formatting text on documents index (#9448). | Jean-Philippe Lang | 2011-11-24 | 1 | -1/+1 |
* | Remove unecessary page title HTML escaping from views (#9252). | Etienne Massip | 2011-10-02 | 1 | -1/+1 |
* | replace tabs to spaces at app/views/documents/_document.html.erb | Toshi MARUYAMA | 2011-09-18 | 1 | -1/+1 |
* | remove trailing white-spaces from app/views/documents/show.html.erb | Toshi MARUYAMA | 2011-09-16 | 1 | -1/+1 |
* | rename .rhtml to .html.erb of app/views/documents/index.rhtml. | Toshi MARUYAMA | 2011-08-27 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/documents/_document.rhtml. | Toshi MARUYAMA | 2011-08-27 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/documents/_form.rhtml. | Toshi MARUYAMA | 2011-08-27 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/documents/show.rhtml. | Toshi MARUYAMA | 2011-08-27 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/documents/edit.rhtml. | Toshi MARUYAMA | 2011-08-27 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/documents/new.rhtml. | Toshi MARUYAMA | 2011-08-27 | 1 | -0/+0 |
* | HTML escape at app/views/documents/show.rhtml. | Toshi MARUYAMA | 2011-08-02 | 1 | -1/+1 |
* | Do not show inactive document categories where not necessary (#8573). | Jean-Baptiste Barth | 2011-06-13 | 1 | -1/+1 |
* | Fixed: code syntax highlighting not working in Document page (#3740). | Jean-Philippe Lang | 2010-03-18 | 1 | -0/+4 |
* | Adds text formatting to documents index (#202). | Jean-Philippe Lang | 2010-03-18 | 1 | -3/+6 |
* | Show last update datetime (last attachment added) on document list (#4232). | Jean-Philippe Lang | 2009-11-26 | 1 | -1/+1 |
* | Changed Enumerations to use a Single Table Inheritance | Eric Davis | 2009-05-30 | 1 | -1/+1 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 1 | -1/+1 |
* | Replaces Enumeration.get_values and Enumeration.default with named scopes. | Jean-Philippe Lang | 2009-02-15 | 1 | -1/+1 |
* | Automatically focus several form fields. | Jean-Philippe Lang | 2009-01-22 | 1 | -1/+1 |
* | AttachmentsController now handles attachments deletion. | Jean-Philippe Lang | 2008-12-09 | 1 | -1/+1 |
* | Adds an optional description to attachments. | Jean-Philippe Lang | 2008-02-29 | 3 | -21/+9 |
* | Fixed: table of content not rendered properly when used in an issue or docume... | Jean-Philippe Lang | 2008-01-04 | 1 | -0/+2 |
* | Slight improvements to the browser views. | Jean-Philippe Lang | 2008-01-02 | 2 | -2/+2 |
* | Moved ProjectsController#list_documents and add_document to DocumentsControll... | Jean-Philippe Lang | 2007-12-18 | 2 | -0/+52 |
* | More detailed html title on several views. | Jean-Philippe Lang | 2007-12-07 | 1 | -2/+4 |
* | New document form can be accessed from the document list with no additional r... | Jean-Philippe Lang | 2007-10-18 | 1 | -3/+1 |
* | Added some accesskeys: | Jean-Philippe Lang | 2007-10-05 | 1 | -1/+1 |
* | Fixed: error on document list with a document without description. | Jean-Philippe Lang | 2007-09-17 | 1 | -1/+1 |