summaryrefslogtreecommitdiffstats
path: root/app/views/documents
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added some accesskeys:Jean-Philippe Lang2007-10-051-1/+1
* Fixed: error on document list with a document without description.Jean-Philippe Lang2007-09-171-1/+1
* Changed author display on issues, news and document files.Jean-Philippe Lang2007-09-151-1/+1
* Removed User#display_name (replaced by User#name).Jean-Philippe Lang2007-06-291-1/+1
* Attachments can be displayed inline in DocumentsJean-Philippe Lang2007-05-281-1/+1
* Slight views refactoringJean-Philippe Lang2007-05-272-16/+2
* Removed some parentheses before arguments.Jean-Philippe Lang2007-04-221-1/+1
* Form to add an attachment on document view is now togglable.Jean-Philippe Lang2007-04-091-1/+2
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-123-39/+39
* width of all wiki content textareas set to 99.5%Jean-Philippe Lang2007-03-111-1/+1
* added parentheses to get rid of warningJean-Philippe Lang2007-02-021-1/+1
* deprecated ":post => true" replacedJean-Philippe Lang2007-01-261-2/+2
* replaced deprecated human_size by number_to_human_sizeJean-Philippe Lang2007-01-261-2/+2
* deprecated start_form_tag replaced by form_tagJean-Philippe Lang2007-01-262-4/+4
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-212-2/+2
* * all icons replaced (new icons are based on GPL icon set: "KDE Crystal Diamo...Jean-Philippe Lang2007-01-081-5/+5
* option to set maximum size of uploaded filesJean-Philippe Lang2007-01-011-1/+1
* added multiple file upload for documents and files modulesJean-Philippe Lang2007-01-011-3/+4
* misc GUI modificationsJean-Philippe Lang2006-12-261-1/+1