summaryrefslogtreecommitdiffstats
path: root/app/views/documents
Commit message (Expand)AuthorAgeFilesLines
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-192-3/+3
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-292-2/+2
* Fix file drop feature not working in @documents#new@ (#36686).Marius Balteanu2022-03-191-6/+4
* Reindent code in documents/_form view (#36686).Marius Balteanu2022-03-191-13/+12
* Structured Document list for more flexible UI design with CSS (#17924).Go MAEDA2022-02-082-6/+12
* Store inline autocomplete data sources in a JS variable (#34122).Go MAEDA2020-10-251-2/+1
* Inline auto complete for issue (#) in wiki-edit fields (#31989).Go MAEDA2019-09-091-1/+6
* Show recent documents first (#29725).Jean-Philippe Lang2019-03-151-1/+1
* Use multipart forms for objects that may have file custom fields (#6719).Jean-Philippe Lang2016-12-131-1/+1
* Show thumbnails on documents (#22941).Jean-Philippe Lang2016-07-031-1/+1
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-232-3/+3
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-142-0/+13
* use li tags for issue links in documents index (#13242)Toshi MARUYAMA2013-05-031-4/+10
* Fixed: "obj" parameter is not defined for macros used in description of docum...Jean-Philippe Lang2013-05-011-1/+1
* replace tabs to spaces at app/views/documents/index.html.erbToshi MARUYAMA2013-03-151-1/+1
* Split "Manage documents" permission into create, edit and delete permissions ...Jean-Philippe Lang2013-01-202-2/+4
* Moved syntax highlight styles to application.css.Jean-Philippe Lang2012-07-281-4/+0
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-222-3/+3
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-071-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-254-4/+4
* Adds a helper for displaying validation error messages.Jean-Philippe Lang2012-02-261-1/+1
* Preserve uploaded files when on documents.Jean-Philippe Lang2012-02-231-1/+1
* Changes the style of the links for sorting documents.Jean-Philippe Lang2012-01-161-7/+5
* Resourcified documents.Jean-Philippe Lang2011-11-306-38/+30
* Use document project when formatting text on documents index (#9448).Jean-Philippe Lang2011-11-241-1/+1
* Remove unecessary page title HTML escaping from views (#9252).Etienne Massip2011-10-021-1/+1
* replace tabs to spaces at app/views/documents/_document.html.erbToshi MARUYAMA2011-09-181-1/+1
* remove trailing white-spaces from app/views/documents/show.html.erbToshi MARUYAMA2011-09-161-1/+1
* rename .rhtml to .html.erb of app/views/documents/index.rhtml.Toshi MARUYAMA2011-08-271-0/+0
* rename .rhtml to .html.erb of app/views/documents/_document.rhtml.Toshi MARUYAMA2011-08-271-0/+0
* rename .rhtml to .html.erb of app/views/documents/_form.rhtml.Toshi MARUYAMA2011-08-271-0/+0
* rename .rhtml to .html.erb of app/views/documents/show.rhtml.Toshi MARUYAMA2011-08-271-0/+0
* rename .rhtml to .html.erb of app/views/documents/edit.rhtml.Toshi MARUYAMA2011-08-271-0/+0
* rename .rhtml to .html.erb of app/views/documents/new.rhtml.Toshi MARUYAMA2011-08-271-0/+0
* HTML escape at app/views/documents/show.rhtml.Toshi MARUYAMA2011-08-021-1/+1
* Do not show inactive document categories where not necessary (#8573).Jean-Baptiste Barth2011-06-131-1/+1
* Fixed: code syntax highlighting not working in Document page (#3740).Jean-Philippe Lang2010-03-181-0/+4
* Adds text formatting to documents index (#202).Jean-Philippe Lang2010-03-181-3/+6
* Show last update datetime (last attachment added) on document list (#4232).Jean-Philippe Lang2009-11-261-1/+1
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* Automatically focus several form fields.Jean-Philippe Lang2009-01-221-1/+1
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-1/+1
* Adds an optional description to attachments.Jean-Philippe Lang2008-02-293-21/+9
* Fixed: table of content not rendered properly when used in an issue or docume...Jean-Philippe Lang2008-01-041-0/+2
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-022-2/+2
* Moved ProjectsController#list_documents and add_document to DocumentsControll...Jean-Philippe Lang2007-12-182-0/+52
* More detailed html title on several views.Jean-Philippe Lang2007-12-071-2/+4
* New document form can be accessed from the document list with no additional r...Jean-Philippe Lang2007-10-181-3/+1