summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-08Update to 3.2wen2-7/+7
Upstream changes: Major features Highlights MDL-55071, MDL-55074 - New "Boost" Bootstrap 4 theme, usability improvements of the navigation MDL-54682 - Messaging UI improvements MDL-52777 - User tours - walkthoughs/instructional overlays for first time user on page MDL-38158 - Pluggable media players in Moodle; Video.JS player MDL-55324 - Easier embedding videos in audios in Atto editor with poster, subtitles and other attributes MDL-54987 - New chart API and library Mobile app MDL-53870 - Support for offline quizzes in the Mobile app MDL-53777 - Include support for login via the browser in the new Moodle Mobile admin tool MDL-55059 - Support Smart App Banners for iOS MDL-56607 - Move mobile settings to top-level admin External tool (LTI) MDL-49609 - Add LTI Content Item support MDL-47113 - Open LTI Tools in new Window, add link when popup is blocked MDL-53832 - LTI v2.0 support Assignment MDL-38105 - Allow negative score for rubric and change default grade calculation method MDL-29795 - Assignment deadline overrides for an individual or group MDL-54872 - Sort blind marked assignment by blind ID instead of userid Quiz MDL-48629 - Change the separator for matching correct answer feedback MDL-3782 - Allow multiple answers in cloze MULTICHOICE question type MDL-55200 - Show coordinates in ddmarker questions to simplify dropzone creation MDL-27072 - Quiz reports now work on very large courses, rather than running out of memory Choice MDL-18592 - Allow teacher to make choices for students MDL-11369 - Show choice deadline in the course calendar MDL-55140 - Allow to specify open and close dates separately MDL-37946 - When choice display is set horizontal or vertical apply it to both options and results display Forum MDL-18599 - Upon restore, association of "owner" of single simple discussion forum type defaults to user completing restore. Solution: hide author of the first post MDL-37669 - Forum: Make "Mark as read on notification" a user preference MDL-55982 - Add support for automatic locking of an individual forum discussion after a period of inactivity Other activity modules MDL-55327 - Lesson: option to duplicate pages MDL-55868 - Book: various usability improvements MDL-56100 - Folder: Display in recent activity block MDL-54945 - Workshop: integrate with portfolio API MDL-48944 - Survey: activity completion condition on survey completion MDL-44712 - SCORM: improve Multi-SCO completion handing in activity completion MDL-55158 - Database activity: add start and end dates to the calendar MDL-14448, MDL-55464, MDL-55254, MDL-55251, MDL-49029 - Add standard capability "mod/xxxxx:view" to Lesson, Label, Database, Chat and Choice activities MDL-55866 - Remember editor disabled setting on a per-activity setting Global search MDL-54794 - Add users to global search MDL-54973 - Add messages to global search MDL-55127 - Add database entries to global search MDL-53222 - Revise admin settings/report for global search for improved usability Other improvements MDL-30179 - Allow teacher to toggle to/from "user view" in the User report in the gradebook (some items may be hidden for students but not teachers) MDL-53048 - New "password" fields that are not auto-filled by password managers MDL-55767 - Competency frameworks import MDL-29110 - Specify welcome email sender in enrol_self, or send emails from system noreply address MDL-22078 - Store "End date" for each course to be used in reports and analytics MDL-53399 - 'Activity chooser off/on' option moved to user preferences MDL-54751 - Introduce asynchronous module deletion so that recycle bin backup does not slow down editing process for the teacher MDL-55981 - By default non-editing teacher should not be able to access all groups (roles in upgraded sites are not changed) MDL-31356 - IMS Enterprise enrol plugin added features MDL-43230 - Support revoking awarded badges MDL-50286 - Allow to filter report_log by origin : Logs clogged up with events listed as origin cli MDL-51749 - Add Ability to Export Calendar for user or group events MDL-50888 - Antivirus: Implement ClamAV virus scanning using unix sockets. MDL-54617 - Always show count of online users in the online users block MDL-54680 - Offer cartridges in LTI provider For administrators Please read carefully: Possible issues that may affect you in Moodle 3.2 MDL-44467 - Return-Path should use no-reply address instead of support email; use only no-reply email or allowed domains in "From" header MDL-48468 - Add a Redis cache store to Moodle core MDL-39117 - Add a APCu cache store to Moodle core MDL-54947 - Update PostgreSQL binary (bytea) handling and improve connection performance MDL-48766 - Support IPv6 in IP lookup tool MDL-55124 - Support for connection pooler (pgbouncer) in PostgreSQL connection MDL-55916 - Maintenance mode should serve a http 503 instead of a 200 MDL-54606 - Sessions: Add support for Redis as a session_class_handler MDL-53366 - Antivirus clamav: Remove "Quarantine directory" settings parameter. MDL-55791 - Add capability to allow certain users through Maintenance mode Plugins removal If you are using any of the following you need to download and install the plugins or otherwise they will be removed following 3.2 upgrade: MDL-55837 - Themes Base and Canvas - these themes can not be used by themselves but they may be used as parent themes MDL-49533 - Repository Alfresco for Alfresco 4.2 and below, see Alfresco repository documentation MDL-55927 - Authentication method Radius. This plugin uses mcrypt library and is not compatible with PHP 7.1 MDL-38158 - Media players Flowplayer, Windows media player, RealPlayer, Quicktime - these media players were present in Moodle 3.1 but removed in 3.2. They need to be installed in media/player directory Web services MDL-31465 - Incorporate user suspension into web services MDL-45639 - Web Service for SSO (auto-login from the app to the site) MDL-55923 - Improve the behavior of deleted tokens on password reset MDL-55928 - New Web Service gradereport_user_get_grade_items MDL-55100 - New Web Service core_course_get_courses_by_field For developers MDL-55071, MDL-55074 - New "Boost" Bootstrap 4 theme, block and navigation changes (see Boost_Navigation and Themes) MDL-38158 - Introduction of Media players plugin type (see Media players) MDL-50937 - JQuery updated to version 3.1 (see jQuery) MDL-54987 - New chart API and library (see Charts_API) MDL-55727 - AMD modal module introduced (see AMD Modal documentation) MDL-52127 - Linting for Javascript with ESLint (see Linting Javascript) MDL-55058 - Linting for CSS with stylelint (see Linting CSS) MDL-48114 - Moodle can now be downloaded via composer (see Composer) MDL-55091 - phpunit has been upgraded to 5.x MDL-55072 - Behat now supports different themes. (See Running_acceptance_test) MDL-55048 - Grunt and npm build dependencies now require node version 4 or above MDL-31243 - New get_with_capability_sql function for retrieving SQL for finding users with capability in the given context MDL-49599 - Boxnet v1 API is now deprecated MDL-53306 - New authentication plugin method added which is called before user login MDL-47162 - Course ID is now required in message events MDL-55141 - Debugging option added for scheduled tasks from CLI (see Scheduled tasks documentation) MDL-54941 - Add filesize as a new field returned in all the Web Services returning file information MDL-56082 - Expose external authentication methods (loginpage_idp_list) in login block (see Authentication plugins)
2016-12-08needs c99, fixes SunOSwiedi1-2/+2
2016-12-08ffmpeg3: disable lto (again).maya1-2/+2
fixes build for me with netbsd-7 with gcc 4.8.5 (reported by Marc Badouin in pkgsrc-users), and also clang 3.8.
2016-12-08whitespace.wiz1-5/+5
2016-12-08lang/gcc5-aux: Fix runpath, at least for non-NetBSD platformsmarino3-5/+5
NetBSD doesn't seem to be honoring -rpath, at least not with binutils from base. Using binutils from pkgsrc doesn't work either because it uses the gold linker (for an unknown reason) which fails with an "unsupported operation". As a result, gcc5-aux was limited to base binutils for NetBSD 7 and later. The issue was never resolved.
2016-12-08sortjnemeth3-6/+6
2016-12-08Fix typo.yyamano3-10/+10
2016-12-07seamonkey: do not add a test for EBADFD in a patch.maya2-36/+29
besides not being defined on NetBSD (where it is EBADF), it doesn't make sense to test for it. From kre in PR pkg/51666
2016-12-07Updated meta-pkgs/modular-xorg-drivers to 1.19.0nb1wiz1-1/+2
2016-12-07Re-enable intel driver now that it's fixed.wiz1-3/+3
Bump PKGREVISION.
2016-12-07Updated x11/xf86-video-intel to 2.99.917nb5wiz1-1/+2
2016-12-07Patches from David Shao fixing build with xorg-server-1.19.wiz11-6/+454
Sent in PR 51687. Bump PKGREVISION.
2016-12-07Updated archivers/lz4 to 1.7.4.2fhajny1-1/+2
2016-12-07Update archivers/lz4 to 1.7.4.2.fhajny7-100/+105
Changes since release 131: v1.7.4.2 - fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (#274, reported by Antoine Martin) v1.7.4 - Improved : much better speed in -mx32 mode - cli : fix : Large file support in 32-bits mode on Mac OS-X - fix : compilation on gcc 4.4 (#272), reported by Antoine Martin v1.7.3 - Changed : moved to versioning; package, cli and library have same version number - Improved: Small decompression speed boost - Improved: Small compression speed improvement on 64-bits systems - Improved: Small compression ratio and speed improvement on small files - Improved: Significant speed boost on ARMv6 and ARMv7 - Fix : better ratio on 64-bits big-endian targets - Improved cmake build script, by Evan Nemerson - New liblz4-dll project, by Przemyslaw Skibinki - Makefile: Generates object files (*.o) for faster (re)compilation on low power systems - cli : new : --rm and --help commands - cli : new : preserved file attributes, by Przemyslaw Skibinki - cli : fix : crash on some invalid inputs - cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell - cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report #243 - cli : bench : new : -r recursive mode - lz4cat : can cat multiple files in a single command line (#184) - Added : doc/lz4_manual.html, by Przemyslaw Skibinski - Added : dictionary compression and frame decompression examples, by Nick Terrell - Added : Debianization, by Evgeniy Polyakov
2016-12-07serf: don't special case sunos5 in naming shlibsmaya2-6/+17
This will likely fix PR pkg/51697: www/serf fails to package on Solaris
2016-12-07guile20: fix PLIST for FreeBSD, which for some reason uses a differentmaya1-1/+2
soname. From David Shao in PR pkg/51694
2016-12-07Updated multimedia/ffmpeg3 to 3.2.2adam1-1/+2
2016-12-07Update sysutils/*collectd* to 5.6.2fhajny1-1/+16
2016-12-07Update sysutils/collectd to 5.6.2.fhajny14-730/+737
Most of the NetBSD specific patches were re-applied due to code syntax changes. Upstream changes in 5.6.2: - collectd: A compile error on AIX has been fixed: "MSG_DONTWAIT" is not available on AIX. - collectd: The capability checking has been rewritten to be more portable. - collectd.conf(5): Various typos have been fixed. - collectd-tg: Incorrect usage of "nanosleep()" has been fixed which caused the tool to sleep (almost) indefinitely. - Build system: Detection of the Java environment has been made deterministic to allow for reproducible builds. - Build system: Detection of the Lua headers has been improved. - APC UPS plugin: Unavailable metrics are now skipped instead of reported as 0 (zero). - Modbus plugin: Build issues on FreeBSD have been fixed. - OpenVPN plugin: Gracefully handle empty configurations. - PowerDNS plugin: The "recursor command" has been fixed so PowerDNS can correctly parse all requested fields. - Write Graphite and AMQP plugins: A bug that could lead to a missing null-termination has been fixed. - Write HTTP plugin: A logic error when checking the correctness of the data set has been fixed. - Write Kafka plugin: The "Key Random" config option has been fixed. - Write Kafka plugin: Support for librdkafka 0.9.0 has been added. - Write Riemann plugin: Build issues on Solaris have been fixed. - ZFS ARC plugin: A duplicate metric has been removed.
2016-12-07version 3.2.2:adam3-8/+9
- ffserver: Check chunk size - Avoid using the term "file" and prefer "url" in some docs and comments - avformat/rtmppkt: Check for packet size mismatches - zmqsend: Initialize ret to 0 - avcodec/flacdec: Fix undefined shift in decode_subframe() - avcodec/get_bits: Fix get_sbits_long(0) - avformat/ffmdec: Check media type for chunks - avcodec/flacdec: Fix signed integer overflow in decode_subframe_fixed() - avcodec/flacdsp_template: Fix undefined shift in flac_decorrelate_indep_c - avformat/oggparsespeex: Check frames_per_packet and packet_size - avformat/utils: Check start/end before computing duration in update_stream_timings() - avcodec/flac_parser: Update nb_headers_buffered - avformat/idroqdec: Check chunk_size for being too large - avcodec/me_cmp: Fix median_sad size - avformat/utils: Fix type mismatch - configure: check for strtoull on msvc - http: move chunk handling from http_read_stream() to http_buf_read(). - http: make length/offset-related variables unsigned
2016-12-07After learning more about TOOL_DEPENDS: it is a better match.wiz1-2/+2
2016-12-07Fix previous.wiz1-2/+2
2016-12-07Improve COMMENT for INDEX.wiz2-4/+4
PR 51696 by Dmitry Marakasov.
2016-12-07+ p5-Business-ISMN-1.131, p5-Params-ValidationCompiler-0.21.wiz1-2/+3
2016-12-07fix int type on SunOSwiedi1-1/+3
2016-12-07c99 fixes build on SunOSwiedi1-1/+2
2016-12-07c99 fixes SunOSwiedi1-1/+2
2016-12-06adjust patch: everyone wants paths.hwiedi3-7/+7
2016-12-06add missing SunOS specific entries to PLISTwiedi1-1/+6
2016-12-06security/openssl: USE_TOOLS+= makedependmarino1-2/+2
solves: => Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for openssl-1.0.2jnb1 making depend in crypto... gmake[1]: Entering directory '/construction/security/openssl/work/openssl-1.0.2j/crypto' ../util/domd: makedepend: not found
2016-12-06Updated misc/libreoffice to 5.2.3.3ryoon2-3/+3
2016-12-06Update to 5.2.3.3ryoon17-158/+820
* Drop external PostgreSQL dependency. Use internal one to reduce conflict * Add cups option, from mrg@. Thank you. * Calc does not work properly in some case. I will revisit later. * i386 build will fails. I will revisit later. Changelog: New features and bugfixes including:
2016-12-06Updated converters/orcus to 0.11.2ryoon1-1/+2
2016-12-06Update to 0.11.2ryoon5-96/+160
Changelog: 2016-05-11 Kohei Yoshida <kohei.yoshida@gmail.com> [d6084fe1771052e516ecfb270cb24dd9917a1895] Up the version to 0.11.2. 2016-05-11 Kohei Yoshida <kohei.yoshida@gmail.com> [70fd8327c94b27a99e2c7800e91c13e5099cceda] Make it buildable with mdds-1.2.
2016-12-06Mark as not for Python 3.x due to devel/py-cached-propertyjperkin1-2/+3
2016-12-06On Darwin, allow native iconv when Command Line Tools are not installed.adam2-5/+23
2016-12-06Mark libmozavcodec.so and libmozavutil.so as x86-onlymartin2-5/+9
2016-12-06Updated devel/gflags to 2.1.2rodent1-1/+2
2016-12-06Import gflags-2.1.2 as devel/gflags.rodent6-1/+69
The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used. Package from pkgsrc-wip with bacon4000@gmail.com as the MAINTAINER. devel/snappy can use this along with other packages in the dependency chain for caffe.
2016-12-06Updated sysutils/znapzend to 0.16.0wiedi1-1/+2
2016-12-06Update sysutils/znapzend to 0.16.0wiedi2-9/+8
Changes include: - autocreate working properly ... finally (?) - per destination pre and post SEND commands (complementary to the pre and post snap commands) - send delay property
2016-12-05Add example RCD file and sample configuration files. Forgot this yesterday.rodent3-0/+208
2016-12-05add sqlite3 buildlinkwiedi1-1/+2
2016-12-05adjust PLIST for last updatewiedi1-1/+6
2016-12-05Updated lang/racket to 6.7asau1-1/+2
2016-12-05Updated lang/racket-textual to 6.7asau1-1/+2
2016-12-05Update to Racket 6.7.asau6-53/+95
Changes are not known.
2016-12-05Updated lang/sbcl to 1.3.12asau1-1/+2
2016-12-05Update to SBCL 1.3.12asau3-13/+13
New in version 1.3.12 * enhancement: on x86-64, compiled functions loaded from fasl files can not be moved, but can be freed, by GC. Additionally, COMPILE will produce immobile code if SB-C::*COMPILE-TO-MEMORY-SPACE* is set to :IMMOBILE. (Caution: the flag is experimental and subject to change.) The benefits are better physical separation of code from data, and potentially easier examination of live images by external tools. * enhancement: the docstring for SAVE-LISP-AND-DIE has been amended to say that the :ROOT-STRUCTURES parameter is not meaningless on gencgc, depending on the platform. * bug fix: calling a named function (e.g. a DEFUN) concurrently with redefining that same function could lead to execution of random bytes. * bug fix: yes-or-no-p accepts formatter functions (#1639490) * bug fix: better handling of exceptions on macOS. New in version 1.3.11 * minor incompatible change: SB-EXT:*INTEXP-MAXIMUM-EXPONENT* is removed. * enhancement: TRACE ... :REPORT {TRACE,NIL} now work as advertised in the documentation string (based on patch by Patrick Stein) * enhancement: support unboxed signed-word structure slots on x86, x86-64 and ARM64. (#377616) * optimization: faster logical bit-array operations on multidimensional arrays. * optimization: better GC performance in the presence of many threads. (patch by Ilya Perminov, #1339924) * optimization: multiple-value-call is optimized with multiple argument forms, not just one. (#753803) * bug fix: MAKE-ALIEN-STRING returns the number of allocated bytes as a second value as advertised (reported by Johann 'Myrkraverk' Oskarsson) * bug fix: when TO-READTABLE is supplied to COPY-READTABLE, it will contain only the macros in FROM-READTABLE and no others. (#1631506) * enhancement: gencgc has been modified for x86-64 on Linux and macOS to a support mark-and-sweep as well as the traditional copying strategy. It is conceivable that some applications might be adversely affected. Please see ':immobile-space' in 'base-target-features.lisp-expr' for further details, and possible reasons to disable this feature. * enhancement: x86-64 supports shrinking the fixed overhead in a structure from 2 words to 1 word, reducing memory consumption in applications which create many small structures.
2016-12-05Document print/indexinfo additionmarino1-1/+2