skodak
cd3acbf27e
MDL-17850 support for customised site settings defaults in /local/defaults.php
2009-02-01 10:19:13 +00:00
skodak
038a29d580
MDL-17808 more lastname support when resetting passwords; merged from MOODLE_19_STABLE
2009-01-31 21:38:12 +00:00
skodak
795a08adb7
MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements
2009-01-31 20:07:32 +00:00
skodak
88582df496
MDL-17458 refactored guest and admin user creation + refactored roles install + added protection for installation hijacking + added reliable session test right before editting of admin account
2009-01-29 22:54:41 +00:00
skodak
db9d4a3d0a
MDL-17427 moving upgrade code from adminlib to upgradelib + new upgrade logging functions
2009-01-29 21:17:52 +00:00
skodak
dc6f76b959
MDL-17427 oops - forgot to add version field, sorry
2009-01-29 20:21:33 +00:00
skodak
0cb93a7e45
MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-)
2009-01-29 19:58:47 +00:00
skodak
1f20942c3b
MDL-17427 new upgrade log table
2009-01-29 19:50:02 +00:00
jerome
58e6c593f4
web service MDL-12886 Add a new REST server implemented with Zend library + AMF server + cleaning of wsdl generator + return exception into the REST server
2009-01-29 08:24:40 +00:00
sam_marshall
ad70c470dd
MDL-381: Added 'Move' button to reduce accidentally moving forum posts.
2009-01-28 13:10:01 +00:00
sam_marshall
c5cf6bb2e2
MDL-17974: Calendar 'new entry' accessibility improvement
2009-01-28 12:11:32 +00:00
jerome
e25fd60495
web service MDL-12886 implement authentication token systemprototype
2009-01-23 05:39:01 +00:00
jerome
5e9d857e97
web service MDL-12886 rename moodlewsapi.php into moodleexternal.php
2009-01-22 05:25:37 +00:00
jerome
9d9af8fa8c
web service MDL-12886 rename wsapi.php as external.php, function tmp_delete_user don't use api.php anymore and include capability checking
2009-01-22 04:58:50 +00:00
tjhunt
285b83adf5
Fix incorrect comment.
2009-01-21 07:41:09 +00:00
tjhunt
d61f7b7641
backup/restore: MDL-16614 more reliable test for when we are restoring a backup that was made of the same site that we are restoring to.
...
* Use this to fix a question restore bug.
* Replace older code that does something similar with the new test.
* Refactor initialisation of $CFG->siteidentifier into a function. There were about 4 copies of this code ;-)
2009-01-20 03:16:30 +00:00
skodak
34e9457e30
MDL-17942 fixed incorrect mysql setting name
2009-01-19 08:13:56 +00:00
skodak
b9fb71030f
MDL-17942 reimplemented detection of mysql max_packet_size problems
2009-01-19 08:03:55 +00:00
skodak
3b50631d7f
MDL-17942 fixed session regeneration
2009-01-19 07:25:12 +00:00
moodler
034cd164be
repository/picasa MDL-17473 Added a preview link
2009-01-19 06:42:09 +00:00
moodler
d44cee76fa
repository/picasa MDL-17473 Use picasa description as the filename if it exists
2009-01-19 06:19:26 +00:00
moodler
5d2ee15194
repository/picasa MDL-17473 Hardcode image heights and widths for nicer display
2009-01-19 05:59:47 +00:00
skodak
200f26cf18
MDL-17942 improved mysql truncation prevention
2009-01-18 23:12:14 +00:00
skodak
64d69e966c
MDL-17942 lot more session refactoring
2009-01-18 23:06:52 +00:00
skodak
ad76d18475
MDL-17942 yet more session refactoring
2009-01-18 20:30:54 +00:00
skodak
e8656befac
MDL-17942 more session refactoring
2009-01-18 18:00:44 +00:00
skodak
88fdd846f6
MDL-17942 fixed gc regressions, added gc after deleting users and similar cases
2009-01-18 12:20:55 +00:00
skodak
dd9e22f871
MDL-17942 implemented gc and timeouts for db sessions
2009-01-18 11:19:40 +00:00
skodak
19a4a32e53
MDL-17942 fixed some incorrect uses of exceptions and typos
2009-01-17 23:24:31 +00:00
skodak
ac173d3ebe
MDL-17267 simplified create_role - not adding assign and override perm to admin accounts, they have it now always
2009-01-17 23:16:20 +00:00
skodak
35d6a2a43d
MDL-17617 - installation session related improvements; logout fixes + other improvements
2009-01-17 20:25:58 +00:00
skodak
7fb90df073
MDL-17617 - fixed regressions - missing $ch
2009-01-17 18:47:54 +00:00
skodak
aa944588ff
MDL-17617 - fixed regressions - missing $ch
2009-01-17 18:46:28 +00:00
skodak
d7d86462bb
MDL-14992 adding links to oracle locking info - thanks Eloy
2009-01-17 17:44:48 +00:00
skodak
fc12e1f727
MDL-14992 adding links to oracle locking info - thanks Eloy
2009-01-17 17:44:30 +00:00
skodak
56949c17de
MDL-14992 refactored use of session_write_close()
2009-01-17 15:25:08 +00:00
skodak
ef159e5f99
MDL-14992 towards better db sessions
2009-01-17 14:48:37 +00:00
skodak
45871c088e
MDL-14992sid rewriting improvement
2009-01-17 14:35:04 +00:00
skodak
5e9dd01778
MDL-14992 pg session locking (8.2 and later only), refactoring and db session not default yet in new installs
2009-01-17 14:31:29 +00:00
skodak
a644e212df
MDL-14992 towards better db sessions
2009-01-17 12:15:57 +00:00
skodak
3b1a9849bf
MDL-14992 pg sessions advisory locks accept only integers :-( trying to find a workaround
2009-01-17 12:12:48 +00:00
skodak
7f79aaeaad
MDL-14992 towards better db sessions - session locking for mysql
2009-01-16 23:02:24 +00:00
skodak
eee3bd3f48
MDL-14992 towards better db sessions
2009-01-16 21:37:47 +00:00
skodak
17d9348991
MDL-14992 towards better db sessions
2009-01-16 20:43:17 +00:00
skodak
0a2092a307
MDL-14992 towards better db sessions
2009-01-16 17:27:36 +00:00
skodak
d7c2ac150e
MDL-17457 implemented lical/install.php and some other minor refactoring
2009-01-16 13:57:24 +00:00
tjhunt
c599a68240
question bank: MDL-12787, MDL-17870 field in the question editing form to tag questions, and load and save the tags from the DB.
2009-01-16 08:00:06 +00:00
tjhunt
8942fd77be
formslib / tags: MDL-17889 debugging message if you try to create a tags field when $CFG->usertags if false.
2009-01-16 07:34:29 +00:00
tjhunt
f48dccd43c
formslib / tags: MDL-17889 improvements to this field type:
...
* Fix bug with rendering.
* Ensure the value is correctly set and returned.
2009-01-16 07:07:21 +00:00
tjhunt
60becebbef
Whitespace cleanup.
2009-01-16 06:29:56 +00:00