Helen Foster
bbe6f6e113
MDL-21250 capital letters removal and greylisted string removal
2010-12-08 15:35:52 +00:00
Petr Skoda
cbad562eee
MDL-25314 improved prevention of output buffering + detection of misconfigured servers
...
Scripts that do not want buffered output just define NO_OUTPUT_BUFFERING before including config.php.
The fileserving code now checks if the headers are already sent which detects misconfigured servers.
2010-11-19 03:40:43 +00:00
Aparup Banerjee
011bfd2a54
database MDL-24863
...
- added restricting text conditions to where_clause , it throws a dml_exception when detected.
- also added to where_clause throwing dml_exception for field that doesn't exist in table.
- added unit tests for text condition restricting.
- added 2 unit tests for set_field_select() testing 'auto-casting params to int problem' fix
2010-11-18 06:00:51 +00:00
Dongsheng Cai
1d5bd3d2ed
MDL-24941, fixed nopermission error when student entering scheduled chat session
2010-11-17 07:56:40 +00:00
Helen Foster
ed089f0fad
typo fix
2010-11-05 09:48:36 +00:00
Rossiani Wijaya
3f12c14639
MDL-21559: fixed force password change for internal and external authentication in user upload.
2010-11-05 08:41:53 +00:00
Petr Skoda
e81fb5efad
MDL-16640 do not show login form to users that are already logged in, this may solve some sesskey problems caused by re-logging
2010-10-10 12:13:23 +00:00
Eloy Lafuente
e7eca65d98
MDL-23752 backup - export/import add one missing string
2010-09-28 09:37:16 +00:00
Eloy Lafuente
5423b5f5b1
MDL-13435 xmlize - now throwing exceptions on parsing error. Credit goes to Tim/Mahmoud
2010-09-27 21:10:00 +00:00
Sam Hemelryk
a49cef3e3e
blocks-completionstatus MDL-19791 Converted deprecated calls
2010-09-22 08:22:58 +00:00
Petr Skoda
41a50aa254
MDL-19057 detect missing unique primary key on id columns
2010-09-14 16:13:06 +00:00
Petr Skoda
80380bd79b
MDL-24089 preventing any plugin upgrades if downgraded core detected; localising error message
2010-09-05 19:16:42 +00:00
Petr Skoda
77f6cb83c0
MDL-23984 removing unused error string
2010-08-29 15:28:38 +00:00
Petr Skoda
4031f6a27c
MDL-23984 improved check_dir_exists() and make_upload_directory() incorrect permissions throw fatal exceptions by default; it is possible to create dirs outside of dataroot (necessary for custom dir locations); fixed Win32 compatibility in session_exists method
2010-08-29 14:33:39 +00:00
David Mudrak
2134a91dd5
MDL-21696 Getting rid of legacy language customization stuff
2010-08-24 23:17:19 +00:00
Petr Skoda
d35ece6cce
MDL-23682 new MySQL engine diagnostics + InnoDB is now used instead of MyISAM in new installs if available + improved mysql transaction support
2010-08-18 16:47:00 +00:00
Ashley Holman
dd824dbc2b
MDL-21432 lang string for missing_moodle_backup_xml_file error message
...
This is so you can easily see which file is missing.
2010-08-18 09:35:49 +00:00
Petr Skoda
4f622c38a1
MDL-23774 only administrators may edit administartor accounts
2010-08-12 09:44:28 +00:00
Dongsheng Cai
1311e4dd00
MDL-23268, throw error message instead of deleting existing file
2010-07-27 03:10:59 +00:00
jerome mouneyrac
a4694f0e35
lang MDL-23398 fix typo in an error message
2010-07-20 03:05:10 +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
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
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
Petr Skoda
1ef61171d7
fixed another typo
2010-05-21 17:57:21 +00:00
David Mudrak
6c7a5df7a3
MDL-21695 Upload pictures and upload users - strings cleanup and fixing
...
Strings related to users uploading moved into admin.php component. Fixed
calling of new help strings. Fixed incorrect strings call.
The script also copies instructions from two previous commits as I
forgot that the commit must touch some string file to being parsed by
amos.
AMOS BEGIN
HLP uploadusers3.html,[uploadusers_help,core_admin]
HLP uploadusers2.html,[uploadusers_help,core_admin]
HLP uploadusers.html,[uploadusers_help,core_admin]
HLP uploadpictures.html,[uploadpictures_help,core_admin]
MOV [uploadusers,core],[uploadusers,core_admin]
MOV [uploadusers_help,core],[uploadusers_help,core_admin]
HLP cookies.html,[cookiesenabled_help,core]
HLP overrides.html,[overridepermissions_help,core_role]
HLP permissions.html,[permission_help,core_role]
AMOS END
2010-05-17 15:16:33 +00:00
David Mudrak
9da5f500ef
The exception thrower does not provide additional info in $a
2010-05-13 09:00:44 +00:00
Dongsheng Cai
ea1780adf3
MDL-13766, implemented user quota
2010-05-11 06:49:51 +00:00
Jamie Pratt
2d0acbd5f9
MDL-21579 "Implement session token for embedded application" implemented a second type of session token linked to a session for use in applications embedded in web pages.
2010-04-28 13:16:58 +00:00
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
moodler
cfa40737cf
Removing all the language packs from HEAD!! 8-D
2006-02-06 09:22:14 +00:00
stronk7
ae8c20d737
Minor change. Delete one slash.
2006-01-31 14:31:02 +00:00
stronk7
cdeb260153
Error strings for component_installer class added.
2006-01-31 00:15:26 +00:00
mjollnir_
a4f495bf86
Introducing: managed posted forums. Optional ability to 'throttle' forums by adding
...
three new settings: warnafter, blockafter and blockperiod.
Useful for tutors with big courses with some dominant students.
2006-01-16 08:42:09 +00:00
martinlanghoff
1f84d800af
admin/uploaduser: missing strings fixups
2006-01-16 03:43:41 +00:00
martinlanghoff
a2ce7344de
admin/uploaduser fixes and enhancements
...
Several fixes and enhancements:
+ No longer fail due to timeouts or memory limits. And let apache know
that we're a memory hog so it can clean up after us.
+ Add support for user account updates (optional)
+ Add support for user account renames (optional)
+ Cleaned up the logic that deals with creation and failure
+ More robust error handling
+ Use optional_param() -- no longer depends on register_globals
-- when do we switch that off?
+ Added the relevant documentation.
2006-01-16 03:15:32 +00:00
mjollnir_
cc17b250d8
Fixing bug #4496 : strings to long in lang file
2005-12-20 20:19:17 +00:00
mjollnir_
f3815a9547
Participation report - check for course modules and print an error if there are none.
2005-12-20 00:21:38 +00:00
mjollnir_
4820a99e87
New report - course participation. Integrated with messaging system, same as participants list.
2005-11-28 20:50:15 +00:00
mjollnir_
f156a4699b
Committing missing stats string
2005-10-03 22:12:46 +00:00
skodak
751e91c888
new session timeout handling
2005-09-23 18:25:51 +00:00
stronk7
7f95046d15
Added some IMS CP strings plus some generic errors.
...
If somebody can check them...it isn't one of my skills! ;-)
2005-09-21 12:33:27 +00:00
moodler
5415a645f3
Changed wording of session timeout (no need to scare users with talk of errors)
2005-05-09 17:31:10 +00:00
moodler
79bf1dea3f
Fixed typo and wording
2005-04-26 17:04:08 +00:00
moodler
29e91ef724
Embedding the session checking a little better
2005-04-23 15:02:00 +00:00
moodler
24977f8f27
Some new errors
2005-03-18 12:10:17 +00:00
martinlanghoff
bf17309a02
Merged from MOODLE_14_STABLE - Stop DB inserts we know are going to fail, and clearer error message when file upload stops.
2005-02-14 06:07:59 +00:00
moodler
df69f6485a
Error message for sesskey
2004-10-08 03:59:56 +00:00
moodler
366dfa6090
New config variable $CFG->tracksessionip will force Moodle to always
...
check that the user's IP number never changes
2004-09-27 14:35:37 +00:00
gustav_delius
dcb1bd3c9a
towards XHTML compliance
2004-09-12 13:21:01 +00:00