Petr Skoda
a2901dd8bc
MDL-14739 oops, wrong version used in previous tinymce commit, sorrryyyy
2010-07-04 19:21:44 +00:00
Petr Skoda
3a11c09f5b
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
2010-07-04 18:36:34 +00:00
Petr Skoda
9092c96eda
MDL-19524 updating version info too
2010-07-04 14:06:42 +00:00
Petr Skoda
7a2656a95e
MDL-19524 updating to latest GPL3 DragMath library - thanks a lot to upstream for updating the license!
2010-07-04 14:03:47 +00:00
Petr Skoda
a4ba0a96f1
fixed recent regression when fixing pluginname in editors
2010-07-04 14:00:19 +00:00
Petr Skoda
ee00613bd3
MDL-14739 uploading fresh new unmodified tinymce - it is in separate directory because we need to work around browser caching issues after upgrade; this also simplifies tracking of our additions and tweaks
2010-07-04 13:53:17 +00:00
Petr Skoda
2f21a283ca
standardising editor plugin names
...
AMOS BEGIN
MOV [modulename,editor_textarea],[pluginname,editor_textarea]
MOV [modulename,editor_tinymce],[pluginname,editor_tinymce]
AMOS END
2010-07-04 13:11:34 +00:00
Petr Skoda
614d18d26c
MDL-22984 using standard plugin name string for repositories
...
AMOS BEGIN
MOV [repositoryname,repository_alfresco],[pluginname,repository_alfresco]
MOV [repositoryname,repository_boxnet],[pluginname,repository_boxnet]
MOV [repositoryname,repository_dropbox],[pluginname,repository_dropbox]
MOV [repositoryname,repository_filesystem],[pluginname,repository_filesystem]
MOV [repositoryname,repository_flickr],[pluginname,repository_flickr]
MOV [repositoryname,repository_flickr_public],[pluginname,repository_flickr_public]
MOV [repositoryname,repository_googledocs],[pluginname,repository_googledocs]
MOV [repositoryname,repository_local],[pluginname,repository_local]
MOV [repositoryname,repository_merlot],[pluginname,repository_merlot]
MOV [repositoryname,repository_picasa],[pluginname,repository_picasa]
MOV [repositoryname,repository_recent],[pluginname,repository_recent]
MOV [repositoryname,repository_s3],[pluginname,repository_s3]
MOV [repositoryname,repository_upload],[pluginname,repository_upload]
MOV [repositoryname,repository_url],[pluginname,repository_url]
MOV [repositoryname,repository_user],[pluginname,repository_user]
MOV [repositoryname,repository_webdav],[pluginname,repository_webdav]
MOV [repositoryname,repository_wikimedia],[pluginname,repository_wikimedia]
MOV [repositoryname,repository_youtube],[pluginname,repository_youtube]
AMOS END
2010-07-04 12:52:10 +00:00
Petr Skoda
1c5f926de9
MDL-22992 cleaning repository upgrade path, please note core functions MUST NOT be called from the main upgrade script; the installation of plugins should be handled through each install.php
2010-07-04 12:36:46 +00:00
Petr Skoda
37a0892432
finally removing the attempt to convert non-utf8 passwords - all users must have already logged in since sites upgraded from 1.6, right? - this also fixes recent undefined warning from convpassword
2010-07-04 12:33:46 +00:00
Petr Skoda
8571833f0b
MDL-23069 moving version and cron info into standard version.php - finally, yay!
2010-07-04 12:18:22 +00:00
Petr Skoda
a4cdd6d2c8
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
2010-07-04 10:27:56 +00:00
Petr Skoda
6e7ddc697b
MDL-15136 full support for all plugins in plugin_supports() - fixed incorrect inline docs
2010-07-03 19:06:50 +00:00
Petr Skoda
190b387294
MDL-15136 full support for all plugins in plugin_supports()
2010-07-03 19:05:08 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
Petr Skoda
33ecb2ee3b
loan calc not part of official distro any more
2010-07-03 09:42:30 +00:00
David Mudrak
995f2d51d7
MDL-12192 Language specific label separator instead of hardcoded ': '
...
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.
There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.
Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +00:00
Sam Hemelryk
029f5dbe78
admin MDL-23049 Fixed default settings for colour picker admin setting
2010-07-02 08:29:49 +00:00
Sam Hemelryk
3c3a3c3ced
admin MDL-23049 Added support for multiple selectors: fixed regression
2010-07-02 07:19:35 +00:00
Sam Hemelryk
bb9e93626b
admin MDL-23049 Added support for multiple selectors
2010-07-02 07:12:12 +00:00
Sam Hemelryk
5933f064fb
admin MDL-23049 Fixed bug with colour picker admin setting and added support for empty values
2010-07-02 06:23:19 +00:00
Petr Skoda
4129338c04
MDL-22910 fixing more DISTINCT+text field issues, hopefully this is all from enrol
2010-07-01 07:40:24 +00:00
Petr Skoda
d693882f7f
MDL-22910 oh, I have introduced email requirement field into user picture too, sorry
2010-07-01 07:05:03 +00:00
Rossiani Wijaya
377d7b82f6
MDL-20410 - remove set_focuscontrol (bulk commit)
2010-07-01 05:35:27 +00:00
Martin Dougiamas
5e044efd52
MDL-23037 Make current_language more robust in case xxx_utf8 names slip in
2010-07-01 04:31:40 +00:00
Martin Dougiamas
6902335084
MDL-22813 Credit to Mark Nelson of Pukunui Technologies - tidied up the portfolio management even further. Thanks!!
2010-07-01 03:48:18 +00:00
Sam Hemelryk
1af67ecb1a
navigation MDL-23036 Fixed issue when generation was limited to course+categories causing JS to error
2010-07-01 03:33:16 +00:00
Sam Hemelryk
2b722f8707
javascript MDL-22920 Added functionality to allow inclusion of Moodle-YUI JS modules easily
2010-07-01 02:26:21 +00:00
Petr Skoda
eae1948cee
MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs
2010-06-30 20:42:11 +00:00
Andrew Davis
9356de8111
message MDL-22320 Corrected a not quite right method description
2010-06-30 06:35:47 +00:00
Andrew Davis
3788900dbd
message MDL-22320 assorted message notification improvements
2010-06-30 03:29:02 +00:00
Martin Dougiamas
e30fabaec5
NOBUG Fixed an obvious typo
2010-06-29 14:27:10 +00:00
Andrew Davis
02f2c7bda1
messaging MDL-22320 replaced the old popup index.php with the new non-popup index.php
2010-06-29 07:27:24 +00:00
Andrew Davis
9bd0affb30
messaging MDL-22320 switched messaging over to using an overlay rather than a popup to notify the user of new messages
2010-06-29 07:02:28 +00:00
Martin Dougiamas
b8037d7316
MDL-22338 PDFs now display in resources :/
2010-06-29 05:41:04 +00:00
Andrew Davis
925efca73e
messaging MDL-22320 changed message_popup_window() to work within the new plugin system
2010-06-29 03:08:27 +00:00
David Mudrak
396898c803
MDL-21695 switchroles_form() is not used any more, no place to put the help to
2010-06-28 17:05:39 +00:00
David Mudrak
548630c50f
MDL-22052 Formally fixed string_manager API according the recent changes
2010-06-28 16:04:22 +00:00
David Mudrak
6855dc3088
MDL-21695 Removing unused help files
...
tableexportformats.html removed as suggested by Helen.
2010-06-28 14:36:50 +00:00
Petr Skoda
210751f6b8
fixed SQL error when user repeatedly enrolled/unenrolled during a short period
2010-06-28 12:19:23 +00:00
Martin Dougiamas
6010eda22d
MDL-22813 Thanks to Mark Nelson from Pukunui Technologies, Portfolio management now looks like Repository.
2010-06-28 06:02:55 +00:00
Andrew Davis
08fc3df296
messaging MDL-22320 Removed duplicate messages settings link
2010-06-28 02:32:27 +00:00
Sam Hemelryk
958921976d
navigation MDL-22953 Fixed referencing issue in navigation for the site course
2010-06-28 01:50:50 +00:00
David Mudrak
096ec8d63d
MDL-21695 Cleaning up legacy strings and help
...
Text of help pages Read carefully, Write carefully and Ask questions
moved to wiki by Helen. Text formatting help removed, to be
re-introduced properly in editors rewrite. Unused editorhelp form
element removed completely.
2010-06-27 21:34:01 +00:00
Petr Skoda
e80cfb8438
MDL-22943 fixed enrol upgrade problem, credit goes to Matt Campbell
2010-06-27 09:30:59 +00:00
Eloy Lafuente
1555681b08
MDL-22922 password validation - complete removal of unicode conversion
2010-06-26 15:38:16 +00:00
Dan Marsden
9864dc9313
typo MDL-22941 inert_record should be insert_record
2010-06-26 00:42:39 +00:00
David Mudrak
5cf5cc9b41
MDL-21695 Removing obsolete strings and renaming legacy config* strings in gradebook
...
AMOS BEGIN
MOV [configdisablegradehistory,core_grades],[disablegradehistory_help,core_grades]
MOV [configenableoutcomes,core_grades],[enableoutcomes_help,core_grades]
MOV [configfixedstudents,core_grades],[fixedstudents_help,core_grades]
MOV [configgradehistorylifetime,core_grades],[gradehistorylifetime_help,core_grades]
MOV [configgradeitemadvanced,core_grades],[gradeitemadvanced_help,core_grades]
MOV [configgradepublishing,core_grades],[gradepublishing_help,core_grades]
MOV [confighiddenasdate,core_grades],[hiddenasdate_help,core_grades]
MOV [confighideforcedsettings,core_grades],[hideforcedsettings_help],[core_grades]
MOV [configincludescalesinaggregation,core_grades],[includescalesinaggregation_help,core_grades]
MOV [configprofilereport,core_grades],[profilereport_help,core_grades]
MOV [configshowuserimage,core_grades],[showuserimage_help,core_grades]
MOV [configunlimitedgrades,core_grades],[unlimitedgrades_help,core_grades]
AMOS END
2010-06-25 17:21:15 +00:00
Tim Hunt
8942639bae
question bank: MDL-22710 Quesition preview popup does not have scrollbars
...
Fix thanks to Adriane Boyd.
2010-06-25 16:29:16 +00:00
David Mudrak
e330b3a1a9
MDL-22052 Reverted - string_exists uses caches again
...
I added the third parameter in the previous commit without exploring the
consequences. Now I see that string_exists is called too many often and
it must not rebuild caches again and again.
2010-06-25 13:43:50 +00:00