summaryrefslogtreecommitdiff
path: root/app/views/documents
AgeCommit message (Expand)Author
2016-12-13Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang
2016-07-03Show thumbnails on documents (#22941).Jean-Philippe Lang
2015-02-23Removed unneeded #h calls in views.Jean-Philippe Lang
2015-02-14Adds custom fields to documents (#7249).Jean-Philippe Lang
2013-05-03use li tags for issue links in documents index (#13242)Toshi MARUYAMA
2013-05-01Fixed: "obj" parameter is not defined for macros used in description of docum...Jean-Philippe Lang
2013-03-15replace tabs to spaces at app/views/documents/index.html.erbToshi MARUYAMA
2013-01-20Split "Manage documents" permission into create, edit and delete permissions ...Jean-Philippe Lang
2012-07-28Moved syntax highlight styles to application.css.Jean-Philippe Lang
2012-07-22JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang
2012-07-07Deprecated :confirm => 'Text' option.Jean-Philippe Lang
2012-04-25Merged rails-3.2 branch.Jean-Philippe Lang
2012-02-26Adds a helper for displaying validation error messages.Jean-Philippe Lang
2012-02-23Preserve uploaded files when on documents.Jean-Philippe Lang
2012-01-16Changes the style of the links for sorting documents.Jean-Philippe Lang
2011-11-30Resourcified documents.Jean-Philippe Lang
2011-11-24Use document project when formatting text on documents index (#9448).Jean-Philippe Lang
2011-10-02Remove unecessary page title HTML escaping from views (#9252).Etienne Massip
2011-09-18replace tabs to spaces at app/views/documents/_document.html.erbToshi MARUYAMA
2011-09-16remove trailing white-spaces from app/views/documents/show.html.erbToshi MARUYAMA
2011-08-27rename .rhtml to .html.erb of app/views/documents/index.rhtml.Toshi MARUYAMA
2011-08-27rename .rhtml to .html.erb of app/views/documents/_document.rhtml.Toshi MARUYAMA
2011-08-27rename .rhtml to .html.erb of app/views/documents/_form.rhtml.Toshi MARUYAMA
2011-08-27rename .rhtml to .html.erb of app/views/documents/show.rhtml.Toshi MARUYAMA
2011-08-27rename .rhtml to .html.erb of app/views/documents/edit.rhtml.Toshi MARUYAMA
2011-08-27rename .rhtml to .html.erb of app/views/documents/new.rhtml.Toshi MARUYAMA
2011-08-02HTML escape at app/views/documents/show.rhtml.Toshi MARUYAMA
2011-06-13Do not show inactive document categories where not necessary (#8573).Jean-Baptiste Barth
2010-03-18Fixed: code syntax highlighting not working in Document page (#3740).Jean-Philippe Lang
2010-03-18Adds text formatting to documents index (#202).Jean-Philippe Lang
2009-11-26Show last update datetime (last attachment added) on document list (#4232).Jean-Philippe Lang
2009-05-30Changed Enumerations to use a Single Table InheritanceEric Davis
2009-02-21Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang
2009-02-15Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang
2009-01-22Automatically focus several form fields.Jean-Philippe Lang
2008-12-09AttachmentsController now handles attachments deletion.Jean-Philippe Lang
2008-02-29Adds an optional description to attachments.Jean-Philippe Lang
2008-01-04Fixed: table of content not rendered properly when used in an issue or docume...Jean-Philippe Lang
2008-01-02Slight improvements to the browser views.Jean-Philippe Lang
2007-12-18Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang
2007-12-07More detailed html title on several views.Jean-Philippe Lang
2007-10-18New document form can be accessed from the document list with no additional r...Jean-Philippe Lang
2007-10-05Added some accesskeys:Jean-Philippe Lang
2007-09-17Fixed: error on document list with a document without description.Jean-Philippe Lang
2007-09-15Changed author display on issues, news and document files.Jean-Philippe Lang
2007-06-29Removed User#display_name (replaced by User#name).Jean-Philippe Lang
2007-05-28Attachments can be displayed inline in DocumentsJean-Philippe Lang
2007-05-27Slight views refactoringJean-Philippe Lang
2007-04-22Removed some parentheses before arguments.Jean-Philippe Lang
2007-04-09Form to add an attachment on document view is now togglable.Jean-Philippe Lang