Project

General

Profile

Patch #10646 ยป Delete_limit_from_export_wiki_to_pdf.diff

Anton Tsapov, 2012-04-12 11:27

View differences:

app/controllers/wiki_controller.rb
237 237

  
238 238
  # Export wiki to a single pdf or html file
239 239
  def export
240
    @pages = @wiki.pages.all(:order => 'title', :include => [:content, :attachments], :limit => 75)
240
    @pages = @wiki.pages.all(:order => 'title', :include => [:content, :attachments])
241 241
    respond_to do |format|
242 242
      format.html {
243 243
        export = render_to_string :action => 'export_multiple', :layout => false
    (1-1/1)