Dan Poltawski
8ea9052ae2
Merge branch 'MDL-43462_landscape_pdf_27' of git://github.com/davosmith/moodle into MOODLE_27_STABLE
2014-12-16 19:20:25 +00:00
Davo Smith
fc4da5659e
MDL-43462 assignfeedback_editpdf: fix display of landscape PDFs
...
The size of the drawing canvas is now set from the size of the generated page image, with automatic
scrolling if it is too wide to display
Absolutely-positioned nodes (comments + stamps) are repositioned as the drawing canvas is scrolled
2014-12-16 11:54:42 +00:00
Andrew Nicols
840f924e75
MDL-47475 mod_assign: Copy files to other group members for editpdf
2014-12-15 08:51:13 +08:00
Frederic Massart
cc9e6ebbf7
MDL-47397 assignfeedback_editpdf: Copy stamps to other students in team
...
During a team submission the stamps were attached to the user that
was graded and not to the other users. This could lead to errors when
generating the PDF for each user.
2014-10-23 17:56:47 +08:00
Frederic Massart
c2779c9f29
MDL-45580 assignfeedback_editpdf: Delete draft content on new submission
2014-06-23 14:56:08 +08:00
Frederic Massart
7fecbba80b
MDL-45580 assignfeedback_editpdf: Store a readonly version of the PDF
2014-06-23 14:56:08 +08:00
Gregory Faller
c71d8267ed
MDL-45582: Apply grades and feedback to entire group does not work with Annotate PDF feature
2014-06-16 12:44:23 +09:30
Adam Olley
9f7674bddc
MDL-44822 assignfeedback_editpdf: Stop test generation in is_enabled()
...
This change also moves one of the checks in test_gs_path. If
generateimage is false, there's no need to stat for the fixture file.
2014-03-27 10:16:53 +10:30
Damyon Wiese
ac2b4ffc8c
MDL-43593 Assign editpdf: More robust handling of errors from TCPDF.
...
This includes a check to see if there are 0 pages in the combined pdf,
catching exceptions and suppressing php warnings and errors from bad pdf files.
Also - Use TCPDF directly to check if pdfs are compatible. The previous check was
letting dodgy PDFs through which then failed at generation time. This way dodgy
pdfs will get run through ghostscript early and cleaned up.
2014-01-24 16:16:38 +08:00
Eloy Lafuente (stronk7)
1f71f7685a
Merge branch 'MDL-43025-master' of git://github.com/damyon/moodle
2013-12-17 22:58:51 +01:00
Damyon Wiese
4fe9950ba6
MDL-43025 EditPDF: Increase memory limit when reading source pdfs.
2013-12-09 12:58:40 +08:00
Damyon Wiese
1f738c8c0c
MDL-43074 assignfeedback_editpdf: Use escapeshellarg for all args in exec command.
...
This is to fix a reported problem with windows compatibility (e.g. when ghostscript is installed in
a folder with spaces in the name).
2013-12-09 10:52:35 +08:00
Rajesh Taneja
baf881b803
MDL-42799 Assignment: Min. width/height for widget is set to 1
...
It was possible for user to add widgets with width/height = 0
which were not displayed to user and doesn't have much meaning to it
This patch will set min. width/height to 1
2013-11-12 16:17:40 +08:00
Marina Glancy
bdb7c88635
Merge branch 'MDL-42031-master' of git://github.com/mouneyrac/moodle
...
Conflicts:
mod/assign/feedback/editpdf/yui/build/moodle-assignfeedback_editpdf-editor/moodle-assignfeedback_editpdf-editor-min.js
2013-11-06 17:18:38 +11:00
Jerome Mouneyrac
d40ce26f05
MDL-42031 assginfeedback_editpdf: fix next/previous/select page
2013-11-06 14:13:19 +08:00
Damyon Wiese
1d38083c9d
MDL-42402 EditPDF: Make the colours match the mockup in MDL-41633
2013-11-05 14:49:06 +08:00
Petr Škoda
0c431257e9
MDL-42387 standardise file lifetime handling
2013-11-01 10:42:18 +01:00
Jerome Mouneyrac
aa3e4bdec7
MDL-42028 EditPDF: replace the loading icon by a progress bar
2013-10-28 13:48:22 +08:00
Damyon Wiese
fc69508f01
Merge branch 'MDL-42029-master-nomerge' of git://github.com/mouneyrac/moodle
...
Conflicts:
mod/assign/feedback/editpdf/lang/en/assignfeedback_editpdf.php
2013-10-16 12:45:07 +08:00
Jerome Mouneyrac
ea6d86743f
MDL-42029 Editpdf: Page selector should indicate what page you are on
2013-10-16 11:55:30 +08:00
Dan Poltawski
9092378ddb
MDL-42240 assignfeedback_editpdf: improve ghostscript debugging
2013-10-10 13:55:46 +08:00
Dan Poltawski
f57053fc2a
Merge branch 'wip-mdl-42222' of git://github.com/rajeshtaneja/moodle
2013-10-09 17:23:44 +08:00
Rajesh Taneja
9dbe0313ce
MDL-42222 Assignment: Added type check before checking mimetype
...
Online submission type pass string in files, so added check
to see if file is of type stored_file then check mimetype
2013-10-09 16:53:46 +08:00
Damyon Wiese
c921825977
MDL-42150 Edit PDF: Fix error on saving annotations + comments.
...
Everything is an instanceof stdClass - need to reverse the logic.
2013-10-04 15:15:58 +08:00
Damyon Wiese
9f5193a4b8
MDL-42023 Assign: Edit PDF plugin - fix unit tests
2013-10-03 14:05:28 +08:00
Damyon Wiese
5c3864723a
MDL-42023 assign: Edit PDF plugin - Damyon's contributions
2013-10-03 09:30:32 +08:00