Damyon Wiese
ab4d78ea82
MDL-53822 editpdf: Show different cursors for select and move
2016-05-11 14:54:38 +08:00
Damyon Wiese
55907a738a
MDL-53822 editpdf: Add a new tool for scrolling
...
I added a new tool to the toolbar to allow click and drag scrolling (especially useful for touchscreens).
2016-05-06 16:33:31 +08:00
Rajesh Taneja
8ade0df755
MDL-53601 behat: Fixed wrong behat steps
2016-05-03 17:26:31 +08:00
Adrian Greeve
1beb95af48
MDL-53601 mod_assign: Behat test for group feedback.
2016-05-02 15:54:53 +08:00
Adrian Greeve
181c20bc52
MDL-53601 mod_assign: Feedback files are sent to all group members.
2016-05-02 15:54:53 +08:00
Mark Nelson
fcc9218fb8
MDL-53811 mod_assign: fixed error in convert submissions task
2016-04-19 13:08:27 +08:00
Eloy Lafuente (stronk7)
cd9e057be3
NOBUG: Fixed file access permissions
2016-04-15 10:19:04 +02:00
Dan Poltawski
728da02780
MDL-52954 editpdf: fix phpdoc
2016-04-11 09:55:38 +01:00
Damyon Wiese
6853cd5ed4
MDL-52954 assign: Fix the reasonable cibot warnings.
2016-03-30 14:07:28 +08:00
Damyon Wiese
bb690849c9
MDL-52954 assign: Rebuild the assignment single grade page.
2016-03-30 13:47:21 +08:00
Damyon Wiese
1356d85151
MDL-52954 core: Change from pandoc to unoconv - it gives better results
...
Most importantly it retains formatting better, and supports different charsets far better than pandoc.
2016-03-30 11:48:39 +08:00
Damyon Wiese
2e76c14e11
MDL-52954 core: Add a document converter to file_storage
...
This lets us convert between common office formats. E.g. docx -> pdf
html -> pdf, html -> ods.
This commit also updates assignment editpdf plugin to use this converter
on all compatible submission files.
2016-03-30 11:48:39 +08:00
David Monllao
b756bd551a
Merge branch 'MDL-52924-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2016-03-21 09:25:19 +08:00
Juan Leyva
2fa6c632c2
MDL-52924 mod_assign: Return editpdf subplugin file areas
2016-03-14 09:53:40 +01:00
Rajesh Taneja
e01012e96d
MDL-46891 behat: Driver specific fixes.
...
1. Browserkit doesn't handle [] in name
2. Grades are not visible in viewport and might fail
with few drivers, increasing size of window to ensure
grades are visible and can be modified.
3. Click edit first to see grade link
4. Expand fields before setting value
5. Updated xpath, as crawler update it.
6. Hover fails to show icon
2016-03-11 10:51:16 +08:00
Rajesh Taneja
42ad096fdb
MDL-46891 Behat: Added support for behat 3
2016-03-11 10:51:15 +08:00
David Monllao
b97356f215
MDL-52397 behat: Another behat fix, there is no student2 grade
2016-03-02 11:03:01 +08:00
Andrew Nicols
121a0d12fb
Merge branch 'MDL-52489_master' of git://github.com/markn86/moodle
2016-03-02 09:08:29 +08:00
Andrew Nicols
37f39924b5
Merge branch 'MDL-52397_fix-behat' of git://github.com/dmonllao/moodle
2016-03-01 14:35:54 +08:00
Andrew Nicols
9557a603e6
Merge branch 'MDL-52397_fix-oracle' of git://github.com/dmonllao/moodle
2016-03-01 14:35:50 +08:00
David Monllao
2a03c5fe06
MDL-52397 mod_assign: Fix behat test
2016-03-01 14:29:27 +08:00
David Monllao
4edd8e773d
MDL-52397 editpdf: Fix draft vs nondraft comparison
...
We can not rely on the db engine returning results in the same order
if no order is specified in get_comments and get_annotations.
Also fixing a related unit test.
2016-03-01 12:29:13 +08:00
Dan Poltawski
d76acc87f7
Merge branch 'MDL-52999-master' of git://github.com/jleyva/moodle
2016-03-01 10:43:12 +08:00
Andrew Nicols
80f79ad6ec
Merge branch 'MDL-50175-master' of git://github.com/danpoltawski/moodle
2016-03-01 08:07:56 +08:00
Mark Nelson
aa75dca3d8
MDL-52489 mod_assign: added support for old structure
2016-02-26 12:09:30 +08:00
Mark Nelson
5a2c7af2d3
MDL-52489 mod_assign: fixed issue with files being excluded
2016-02-26 12:09:30 +08:00
evltuma
18a5b4d85c
MDL-52489 mod_assign: Download all submissions as a zip copy.
2016-02-26 12:09:30 +08:00
KeenRivals
83ea83ec19
MDL-50175 graphics: Optimized SVGs with SVGO.
2016-02-25 11:56:42 +00:00
KeenRivals
26c19b02d5
MDL-50175 graphics: Optimized PNG images with optipng
...
Used options: -o7 -strip all and advdef -z4 -i50.
(With ./lib excluded)
2016-02-25 11:56:37 +00:00
Adrian Greeve
50c734e8a5
MDL-52397 mod_assign: Unit tests for feedback plugins.
...
Testing that the new method is_feedback_modified() works
as it should with the standard plugins.
2016-02-24 15:09:27 +08:00
Adrian Greeve
238c05c23c
MDL-52397 mod_assign: Added new method to feedback plugins.
...
Added a method to the feedback plugins to check if feedback
has been modified. This allows for a more accurate record
of when the grade has been modified.
2016-02-24 15:09:08 +08:00
Eloy Lafuente (stronk7)
e8c82aac82
MDL-51580 upgrade: clean < 2.7.0 upgrade steps
...
This just deletes all the upgrade steps previous to 2.7.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2016-02-15 18:38:09 +01:00
Juan Leyva
69115a5a14
MDL-52999 mod_assign: Fix subplugins handling in external functions
2016-02-09 11:22:01 +01:00
Rajesh Taneja
380ab95f20
MDL-52839 behat: Fixed xpath and wait to ensure element is visible
2016-01-21 15:50:44 +08:00
Davo Smith
0d5a260ecd
MDL-52290 assignfeedback_editpdf: show number of pages in page select
2016-01-05 10:01:45 +00:00
Mark Nelson
c319e44954
MDL-52312 assignfeedback_editpdf: changes to files after FPDI update
...
1) Change the fpdi_bridge class so that it extends the pdf class,
rather than the TCPDF class.
2) Updated the editpdf/fpdi/readme_moodle.txt file to document the changes.
3) Updated the editpdf/thirdpartylibs.xml to reflect the update to the
FPDI library.
2015-12-07 17:39:30 +08:00
Mark Nelson
f970013b16
MDL-52312 assignfeedback_editpdf: updated the FPDI libary to 1.6.1
2015-12-07 10:57:51 +08:00
David Monllao
c181efe978
MDL-42571 editpdf: Fix search comments
...
They are also hidden instead of destroyed.
2015-11-19 14:59:03 +08:00
David Monllao
402f4a1f53
MDL-42571 editpdf: Fix comments search and multiple views drawing
2015-11-19 12:29:20 +08:00
Eloy Lafuente (stronk7)
6d29c4acdd
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:08:56 +01:00
David Monllao
09083ab0a8
Merge branch 'MDL-42571' of git://github.com/blaky/moodle
...
Conflicts:
mod/assign/feedback/editpdf/version.php
2015-11-16 13:39:59 +08:00
Bence Laky
da91de7821
MDL-42571 assignfeedback_editpdf: Fixed second PDF view
2015-11-12 14:16:17 +00:00
Eloy Lafuente (stronk7)
2a8709f6df
Merge branch 'MDL-51686-master' of git://github.com/damyon/moodle
2015-11-10 20:19:06 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Syxton
626d833543
MDL-51779 assign: PDF annotate quality
...
Fixes the quality of pdf content when annotating.
2015-10-23 09:22:38 -04:00
Adrian Greeve
59d20e706a
MDL-49515 libraries: Update to editpdf/classes/pdf.php
...
This updates fpdi_bridge to extend our Moodle pdf class
as was done before.
2015-10-13 09:28:16 +08:00
Adrian Greeve
858d457d61
MDL-49515 libraries: Update FPDI to 1.5.4
2015-10-09 14:46:12 +08:00
Damyon Wiese
c38a3bf3a2
MDL-51686 assign: Apply admin default for comment inline
2015-10-09 13:38:24 +08:00
Jun Pataleta
0bf75ff15f
MDL-49864 mod_assign: Fix missing annotations when viewing PDF
...
Added 'draft = 1' criteria for the delete query in
page_editor::set_annotations in order to prevent the deletion of non-draft
annotations while the PDF is being edited.
2015-08-03 09:07:03 +08:00
Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02:00