Eloy Lafuente (stronk7)
e7b3306a69
Merge branch 'MDL-42885_master' of https://github.com/markn86/moodle
2013-12-03 10:01:19 +01:00
Sam Hemelryk
a59a423926
Merge branch 'MDL-42084-master' of git://github.com/sammarshallou/moodle
2013-12-03 11:12:34 +13:00
Mark Nelson
275d958e62
MDL-42885 tool_uploaduser: removed misleading debugging message
2013-11-26 21:26:03 -08:00
Dan Poltawski
a136e16c8e
Merge branch 'MDL-42547_master' of https://github.com/markn86/moodle
2013-11-25 10:37:33 +08:00
Mark Nelson
7ca44a4963
MDL-42547 tool_uploaduser: trim values before uploading users
2013-11-18 20:07:01 -08:00
Adrian Greeve
a2071fbf7c
MDL-42850 administration: Updated bulk user upload errors to be more descriptive.
2013-11-18 11:36:16 +08:00
sam marshall
3ef7279f26
MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere
...
Exceptions (places where set_time_limit is still left) are:
Third-party libraries:
ADODB
PHPMailer
Moodle core:
PHPUnit - not relevant (CLI mode)
2013-11-06 16:40:01 +00:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Petr Škoda
c3f0f2fd79
MDL-40683 fix user upload form validation problem
2013-10-29 12:05:29 +01:00
Adrian Greeve
c00252fbed
MDL-40683 administration: Include alternate name fields in CSV user import.
...
Removal of firstname and lastname from STD_FIELDS
2013-10-28 09:14:44 +08:00
Adrian Greeve
6f4ece9f57
MDL-40683 libraries: Include alternate name fields in CSV user import.
2013-10-28 09:08:48 +08:00
Sam Hemelryk
c80ef689d5
Merge branch 'wip-mdl-41744' of https://github.com/rajeshtaneja/moodle
2013-10-10 14:40:02 +13:00
Marina Glancy
44cd0b03af
Merge branch 'wip-mdl-38155' of git://github.com/rajeshtaneja/moodle
2013-10-10 11:23:06 +11:00
James Henestofel
6afe875edd
MDL-38155 Enrolments: User can be suspended by bulk upload
...
Added ability to suspend user enrolment during bulk upload,
this can be done by setting enrolstatus field in csv file
2013-10-07 15:24:14 +08:00
Rajesh Taneja
b650fe6a8e
MDL-41744 Users: Convert key to value in bulk upload
...
Menu profile field expects value, during bulk upload if value is passed by form
then options key is passed. So converting key to value if passed though form
2013-10-03 10:16:31 +08:00
Damyon Wiese
3d27180e94
MDL-40493 User preference: Allow users to set their preferred text editor.
...
This changes the setting htmleditor in the user table from a 0 or 1 column
to a user preference for the name of their preferred html editor.
2013-10-02 12:49:30 +08:00
Petr Škoda
d79d5ac276
MDL-31501 rework user session architecture
...
List of changes:
* New OOP API using PHP namespace \core\session\.
* All handlers now update the sessions table consistently.
* Experimental DB session support in Oracle.
* Full support for session file handler (filesystem locking required).
* New option for alternative session directory.
* Official memcached session handler support.
* Workaround for memcached version with non-functional gc.
* Improved security - forced session id regeneration.
* Improved compatibility with recent PHP releases.
* Fixed borked CSS during install in debug mode.
* Switched to file based sessions in new installs.
* DB session setting disappears if DB does not support sessions.
* DB session setting disappears if session handler specified in config.php.
* Fast purging of sessions used in request only.
* No legacy distinction - file, database and memcached support the same functionality.
* Session handler name included in performance info.
* Fixed user_loggedin and user_loggedout event triggering.
* Other minor bugfixing and improvements.
* Fixed database session segfault if MUC disposed before $DB.
Limitations:
* Session access time is now updated right after session start.
* Support for $CFG->sessionlockloggedinonly was removed.
* First request does not update userid in sessions table.
* The timeouts may break badly if server hosting forces PHP.ini session settings.
* The session GC is a lot slower, we do not rely on external session timeouts.
* There cannot be any hooks triggered at the session write time.
* File and memcached handlers do not support session lock acquire timeouts.
* Some low level PHP session functions can not be used directly in Moodle code.
2013-09-21 13:11:56 +02:00
Marina Glancy
a8fd33b02c
MDL-41715 Increase size of char fiels in user table
2013-09-16 17:51:05 +10:00
Rajesh Taneja
bb78e249cd
MDL-39961 Events: Replace Legacy events - User
...
This change includes:
* Added user_updated event, replacing old event
* Added user_created event, replacing old event
* Added user_deleted event, replacing old event
* Added user_loggedout event, replacing old event
* Added user_enrolment_created event, replacing old event
* Added user_enrolment_deleted event, replacing old event
* Added user_enrolment_updated event, replacing old event
2013-09-02 16:10:05 +08:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Mark Nelson
9b29f68648
MDL-27953 auth: introduced new function can_be_manually_set() to the authentication base class
2013-07-29 17:06:08 +08:00
Petr Škoda
ff539362a6
MDL-40796 do not require city and country when uploading users
2013-07-20 21:04:31 +02:00
Dan Poltawski
4eb42f49a1
MDL-17468 tool_uploaduser: seperate capability for user pictures
2013-06-14 14:04:25 +08:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Charles Fulton
628e9b2011
MDL-39322 users: report correct auth method for site administrators
2013-04-26 05:11:28 -07:00
Petr Škoda
968083cd02
MDL-39213 allow role assignments in frontpage in user upload
2013-04-21 17:24:51 +02:00
Eloy Lafuente (stronk7)
ad46ea0b2f
MDL-38861 upload users: add missing setType() calls.
2013-04-03 16:18:38 +02:00
Helen Foster
ca084ef149
MDL-38352 Merge English strings from the en_fix language pack
2013-03-06 16:44:39 +01:00
Damyon Wiese
1e7db9fee8
Merge branch 'master_MDL-35332' of git://github.com/totara/moodle
...
Conflicts:
lib/tests/moodlelib_test.php
version.php
2013-02-11 14:51:11 +08:00
Andrew Davis
c90e6b4644
MDL-36091 added debugging() calls in blocks of code marked as "should never happen"
2013-02-11 13:24:52 +08:00
Simon Coggins
ec2d8ceb88
MDL-35332 lib: Improve security of hashed passwords
2013-02-09 06:47:57 +13:00
Dan Poltawski
397ccf1309
MDL-36602 - fix whitespace
2013-01-22 15:45:34 +08:00
Petr Škoda
9dcae46d93
MDL-36602 support mnethostid in user csv upload tool
...
Remote users can not be created, updated or deleted. The only allowed operations are suspending, enrolling and adding to cohort or group.
2013-01-19 13:27:00 +01:00
Petr Škoda
4d3cd1483d
MDL-37064 validate lang in user upload
2013-01-12 16:30:16 +01:00
Ankit Agarwal
7bf99ee558
MDL-27884 Implement proper username validation during csv import
2013-01-02 14:09:13 +08:00
Petr Škoda
e95bf5b50a
MDL-36731 fix E_STRICt issue when creating new groups in user upload
2012-12-06 13:15:16 +01:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Adam Olley
b1d76077fc
MDL-34647: admintool: uploaduser enrolments now obey enrolperiod directive
2012-07-31 11:35:55 +09:30
Frederic Massart
bf006d2c15
MDL-34455 Libraries: Replaced deprecated get_context_instance()
2012-07-23 14:33:02 +08:00
Rajesh Taneja
071e68f93e
MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT
2012-07-19 15:44:40 +08:00
Dan Poltawski
a80b5a0cf0
MDL-32908 - drop $USER->ajax
...
Its not been respected for some time and is just confusing
2012-06-19 15:07:18 +08:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Petr Skoda
4d254790c4
MDL-32628 add revision for user avatar images
...
This should finally resolve all avatar caching issues and should also help with performance.
2012-04-30 23:36:47 +02:00
Rajesh Taneja
1b4d2d56d9
MDL-31654 users: Added check for custom profile fields, if wrong data is passed then user will not be able to proceed
2012-03-23 10:13:37 +08:00
Rajesh Taneja
bd8dc9ba0a
MDL-31654 users: removed hardcoding and added docblock on top of tim's patch
2012-03-23 10:13:37 +08:00
tim@netspot.com.au
d6aea4cc34
MDL-31654 users: custom profile menu fields will convert values to keys, so it can be processed
2012-03-23 10:13:37 +08:00
Petr Skoda
f8311defeb
MDL-31301 use static textlib methods
2012-03-03 11:46:13 +01:00
Gerard (Gerry) Caulfield
ce8df92df1
MDL-31107 Fixing instaces of below where it is written as bellow (two L's)
2012-02-10 15:40:04 +08:00
Petr Skoda
08157bfe76
MDL-30969 add support for suspending in uploaduser admin tool
2012-01-08 14:01:10 +01:00
Petr Skoda
7f6e07a3eb
MDL-30007 standardise admin tool version info
2011-11-29 21:02:13 +01:00