Commit graph

10162 commits

Author SHA1 Message Date
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
jerome mouneyrac
f57c4047b1 unregistration MDL-21936 add site unregistration 2010-06-25 11:36:52 +00:00
David Mudrak
477912aec1 MDL-22052 Improved get_string caching - dirty on-disk cache detection
If the string is not found, core_string_manager tries to re-fetch master
sources. This prevents false debugging messages in case when the on-disk
cache is dirty. Thanks to Eloy, Tim and Petr for the ideas.
2010-06-25 09:40:34 +00:00
Andrew Davis
c81b9f69c6 messaging MDL-22320 changes to navigationlib.php for new messaging UI 2010-06-25 08:20:16 +00:00
Martin Dougiamas
af4a245f27 MDL-22922 I removed the UTF conversion of passwords ... this seems to be unnecessary in 2.0 and textlib was having some error anyway 2010-06-25 03:21:04 +00:00
Martin Dougiamas
ab995c6cb9 MDL-22922 Some hacks to prevent typo3 notices 2010-06-25 03:09:53 +00:00
Eloy Lafuente
850ea1eea9 NOBUG: Instructing Typo3 stuff we are curl-enabled always since 2.0 2010-06-24 09:48:31 +00:00
David Mudrak
2418d71ec4 NOBUG: Fixed PHPdoc 2010-06-24 07:51:31 +00:00
msketcham
0c57c86713 This is the Native SQL*Server adapter for the SQL Server Driver for PHP version 1.1 released by Microsoft.
Prerequisites for installation and usage: Install SQL Server 2005 or later, and the SQL Server Driver for PHP version 1.1 (http://msdn.microsoft.com/en-us/library/cc296170(v=SQL.90).aspx), and configure the SQL Server installation using SQL Server Management Studio with the following command:
USE MASTER
GO
ALTER DATABASE <your-database-name> SET READ_COMMITTED_SNAPSHOT ON
GO
2010-06-23 22:40:49 +00:00
Martin Dougiamas
c55ff1834d MDL-22260 Added server-side detection of iPhone/iPad and don't serve TinyMCE at all 2010-06-23 09:17:55 +00:00
Rossiani Wijaya
8093188f51 MDL-20447 - bulk upload: add page heading 2010-06-23 09:16:53 +00:00
Rossiani Wijaya
dcfb9b780e MDL-20446 - Add a heading 'Page path:' to navigation bar, hidden from sighted users. 2010-06-23 09:13:23 +00:00
Rossiani Wijaya
29ba64e5f9 MDL-21624 - add 'maincontent' handler 2010-06-23 09:10:53 +00:00
Eloy Lafuente
4751e470db MDL-22503 blocks upgrade - avoid problems with orphaned sticky blocks 2010-06-22 09:50:30 +00:00
Dongsheng Cai
6eabadd90d MDL-22805, display section_backup course_backup course_content only, hide empty directory, lock user in course level 2010-06-22 09:04:46 +00:00
Dongsheng Cai
7588604202 MDL-22734, fixed language typos 2010-06-22 07:44:02 +00:00
Dongsheng Cai
49d20def30 MDL-22755, create filesystem plugin needs moodle/site:config capability, and a few coding style fixing 2010-06-22 07:40:30 +00:00
Petr Skoda
87163782d5 MDL-22884 fixed sloppy userid related bugs in enrol code - big thanks to Andrew for spotting this and making patch 2010-06-22 06:26:39 +00:00
Petr Skoda
bd251bf9b7 MDL-22886 fixed crash during enrol upgrade if no enrolments present yet 2010-06-22 06:23:04 +00:00
Dongsheng Cai
f00340e2ca MDL-22734, added text to prompt empty repositories list, and added shorttitle for long filename 2010-06-22 03:55:45 +00:00
Martin Dougiamas
f7c6cb8033 MDL-22882 fixed what looks like a typo with itemidid 2010-06-22 02:00:45 +00:00
David Mudrak
79721bd355 NOBUG Removing typo: redundant variable assignment 2010-06-21 22:01:11 +00:00
Eloy Lafuente
b31f126a2a NOBUG: nothing 2010-06-21 16:56:28 +00:00
Petr Skoda
df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Martin Dougiamas
17957b8f7f Community block MDL-19314 Fixing default capabilities for default roles for community block 2010-06-18 03:48:37 +00:00