Eloy Lafuente (stronk7)
313e048981
MDL-29283 import TCPDF to 5.9.133 - clean whitespace
2011-11-01 20:09:10 +01:00
Eloy Lafuente (stronk7)
e785b0f3ca
MDL-29283 import TCPDF to 5.9.133 - fix permissions
2011-11-01 17:27:26 +01:00
Eloy Lafuente (stronk7)
e686d11257
Merge branch 'w43_MDL-29283_m22_tcpdf' of git://github.com/skodak/moodle
2011-11-01 17:23:20 +01:00
David Mudrak
3f3ee7114e
MDL-29794 Do not offer re-sharing of unmodified forms
...
The patch introduces a new field 'timecopied' that holds the timestamp
of when the given form was cloned last time. Using this field, we can
decide whether the form can be actually re-shared or not.
Note that the logic just hides the icon. It is meant as a usability
feature, not any real protection from sharing.
2011-11-01 16:10:12 +01:00
David Mudrak
86e9ccfd92
MDL-29794 Shared grading form templates can be deleted now
...
There is a new capability to manage all shared templates. Without this
capability, the user is allowed to delete just templates they previously
shared.
In the future, an option to edit the template directly might be added.
At the moment, the workaround is to pick the template into a temporary
assignment, edit it there and re-save it as a new template.
2011-11-01 14:05:11 +01:00
David Mudrak
7622ae95dc
MDL-29108 Improved support for form definition status
...
Every grading form can be basically in either DRAFT state (currently
being edited) or READY state (available for usage). For shared
templates, the status is not relevant at the moment and they are
automatically in the READY state.
2011-11-01 12:32:06 +01:00
Eloy Lafuente (stronk7)
302f45e8de
Merge branch 'w43_MDL-29982_m22_canaccess' of git://github.com/skodak/moodle
2011-11-01 12:26:31 +01:00
Sam Hemelryk
f94d606f1f
Merge branch 'w43_MDL-29964_m22_fixenrolevents' of git://github.com/skodak/moodle
2011-11-01 17:36:50 +13:00
Aparup Banerjee
d29f4e055d
Merge branch 'w43_MDL-29990_m22_navcontinue' of git://github.com/skodak/moodle
2011-11-01 12:15:40 +08:00
Sam Hemelryk
5f3abf0a42
Merge branch 'w43_MDL-29980_m22_flowcss' of git://github.com/skodak/moodle
2011-11-01 16:52:02 +13:00
Sam Hemelryk
5a866c3634
Merge branch 'w43_MDL-29925_m22_calendar' of git://github.com/skodak/moodle
2011-11-01 09:38:24 +13:00
Aparup Banerjee
d1e82ba966
Merge branch 'w43_MDL-29922_m22_smarty' of git://github.com/skodak/moodle
2011-10-31 17:19:14 +08:00
Aparup Banerjee
c84f4700ec
Merge branch 'w43_MDL-29921_m22_qti2' of git://github.com/skodak/moodle
2011-10-31 17:08:32 +08:00
Aparup Banerjee
ae44df3c43
Merge branch 'w43_MDL-29972_m22_langreset' of git://github.com/skodak/moodle
2011-10-31 16:10:00 +08:00
Rossiani Wijaya
51803fd113
MDL-29955: filestorage/file_types: add support for .f4v, .m4v and .webm
2011-10-31 15:26:25 +08:00
Aparup Banerjee
2636126f89
Merge branch 'w43_MDL-30005_m22_uri' of git://github.com/skodak/moodle
2011-10-31 14:13:46 +08:00
Sam Hemelryk
703912cd5e
Merge branch 'w43_MDL-29883_m22_mp3player' of git://github.com/skodak/moodle
2011-10-31 18:02:03 +13:00
Sam Hemelryk
1fe368530f
Merge branch 'MDL-29994' of git://github.com/stronk7/moodle
2011-10-31 16:53:24 +13:00
Aparup Banerjee
046391ea11
Merge branch 'w43_MDL-29923_m22_removesearch' of git://github.com/skodak/moodle
2011-10-31 10:23:59 +08:00
Petr Skoda
48f69e418c
MDL-30005 fix general URI support in URL module
...
The recent change completely removed support for general URIs and enforced strict URL validation which was breaking backwards compatibility and was not user friendly at all.
This patch finally adds full URI support with basic validation and fixes some older xhtml strict issues.
Please note we do not try to explain the difference between URL and URI to our users. Also keep in mind that mod/url has XSS risk and does not do any security validation of the data.
2011-10-30 23:53:17 +01:00
Petr Skoda
0f14c8273e
MDL-29982 fixed missing $userid
...
Thanks Eloy!
2011-10-30 10:53:42 +01:00
Eloy Lafuente (stronk7)
775051a3e9
MDL-29994 filters - prevent mod/data and mod/glossary to be re-added
2011-10-30 02:35:59 +01:00
Petr Skoda
563329e84c
MDL-29990 fix syntax error
2011-10-29 09:59:49 +02:00
Petr Skoda
1344b0ca7f
MDL-29982 improve can_access_course()
...
Hopefully faster and more accurate.
2011-10-29 09:45:54 +02:00
Petr Skoda
d0a0db4275
MDL-29283 import TCPDF to 5.9.133
...
There seem to be some problems with unicode chars unfortunately, hopefully real life documents will not hit them...
2011-10-29 08:56:26 +02:00
Petr Skoda
581e8dba38
MDL-29925 improve redirect url cleanup
2011-10-28 19:32:07 +02:00
Petr Skoda
44ac4f62de
MDL-29972 make sure lang dir exists before writing into it
2011-10-28 16:05:52 +02:00
Petr Skoda
18382a85fe
MDL-29980 fix rules typo
...
Credit goes to Paul Nicholls.
2011-10-28 15:21:02 +02:00
Petr Skoda
0c2701fd6d
MDL-29964 fix order of events triggered by enrolment
2011-10-28 14:57:42 +02:00
Petr Skoda
63017358c5
MDL-29922 remove outdated unused Smarty lib
2011-10-28 10:38:30 +02:00
Petr Skoda
2dc54611f2
MDL-29921 remove unmaintained qti_two export question type
...
It can be easily included in official distribution again if somebody fixes it because there are no stored data, capabilities or versions. This will finally allow us to drop the outdate Smarty library form distribution package.
2011-10-28 10:32:24 +02:00
Petr Skoda
f68cef22b9
MDL-29923 remove all traces of experimental global search
...
Hopefully it will be replaced by something fully functional soon, see http://moodle.org/mod/forum/discuss.php?d=189023
2011-10-28 10:20:00 +02:00
Petr Skoda
8d588844e9
MDL-29883 remove unused mp3player
2011-10-28 09:17:31 +02:00
Eloy Lafuente (stronk7)
3f123d9227
MDL-29978 install - dependencies must be checked against disk (target) versions
2011-10-28 01:41:04 +02:00
David Mudrak
18dd4a69d0
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
2011-10-27 21:58:45 +02:00
Petr Skoda
f433088d5a
MDL-29474 fix regressions in CLI install
2011-10-27 13:55:41 +02:00
Sam Hemelryk
7b27861217
Merge branch 'MDL-29912' of git://github.com/stronk7/moodle
2011-10-27 12:57:21 +13:00
Eloy Lafuente (stronk7)
86e00f970b
MDL-29912 course search - oracle inabilities with concats, empties, nulls and type-restrictions
2011-10-26 19:04:31 +02:00
Eloy Lafuente (stronk7)
10dd4995da
Merge branch 'MDL-29474' of git://github.com/timhunt/moodle
2011-10-26 10:33:37 +02:00
Eloy Lafuente (stronk7)
036f27a420
Merge branch 'w42_MDL-29670_m22_croncleanup' of git://github.com/skodak/moodle
2011-10-25 23:51:10 +02:00
Petr Skoda
4332cc468c
MDL-29670 add more timeout resets
2011-10-25 22:07:04 +02:00
Eloy Lafuente (stronk7)
f65cd7f46c
Merge branch 'w42_MDL-29918_m22_accesslibdocs' of git://github.com/skodak/moodle
2011-10-25 17:47:09 +02:00
Eloy Lafuente (stronk7)
44a9630623
MDL-29815 dbtest - added one test_get_records_sql_complicated related test
2011-10-25 17:37:34 +02:00
Eloy Lafuente (stronk7)
94da1daf40
Merge branch 'w42_MDL-29866_m22_setupinit' of git://github.com/skodak/moodle
2011-10-25 16:41:11 +02:00
Eloy Lafuente (stronk7)
a7fc769154
Merge branch 'w42_MDL-29914_m22_codesniffer' of git://github.com/skodak/moodle
2011-10-25 16:34:04 +02:00
Eloy Lafuente (stronk7)
bad48c0cbc
MDL-29881 pear/console/getopt - deleting one more occurrence
2011-10-25 16:21:35 +02:00
Eloy Lafuente (stronk7)
980dfc5720
Merge branch 'w42_MDL-29881_m22_profiling' of git://github.com/skodak/moodle
2011-10-25 16:17:40 +02:00
Petr Skoda
99ddfdf4c4
MDL-29918 improve accesslib inline docs
2011-10-25 14:20:22 +02:00
Eloy Lafuente (stronk7)
1bf0076e83
Merge branch 'w42_MDL-29882_m22_overlib' of git://github.com/skodak/moodle
2011-10-25 13:27:09 +02:00
Petr Skoda
9845bd201f
MDL-29914 remove unused CodeSniffer lib
2011-10-25 09:14:29 +02:00