Commit graph

7543 commits

Author SHA1 Message Date
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
tjhunt
4cfd5d4d8f moodlelib: MDL-17761 More consistent error handling in get_string. 2009-01-16 04:18:43 +00:00
skodak
18818abf4c MDL-17458 $CFG->rolesactive cleanup + other cleanup in upgrade code 2009-01-15 22:09:57 +00:00
skodak
0361508976 MDL-17457 moved all STATEMENTS into install.php 2009-01-15 21:36:48 +00:00
sam_marshall
a343b13f59 MDL-17915: Conditional activities do not update when you change manual activity completion using an AJAX tickbox- 2009-01-15 17:09:02 +00:00
tjhunt
9f1c9dfce5 formslib / tags: MDL-17889 a new formslib field type for editing a list of tags.
Not yet used anywhere. That can wait until tomorrow.
2009-01-15 09:24:45 +00:00
dongsheng
72aa74ce7c "REPOSITORY/MDL-13766, use default icon for unknow file type" 2009-01-15 06:53:40 +00:00
skodak
f61a032afc MDL-14992 towards new moodle db sessions 2009-01-14 18:32:57 +00:00
skodak
3f57bd454a MDL-14992 towards new moodle db sessions 2009-01-14 17:08:29 +00:00
tjhunt
c583482c35 formslib: Sort list of field types, to make it easier to manage. 2009-01-14 09:58:12 +00:00
tjhunt
67b0b2c5f4 admin settings: MDL-17877 Remember to pass u.id to get_users_by_capability. 2009-01-14 04:45:19 +00:00
tjhunt
fb35c0cf72 accesslib: Nice debug developer warning if you call get_users_with_capability without including u.id in the list of fields. 2009-01-14 04:44:20 +00:00
dongsheng
0ef9884365 "MDL-13766, use bigger icons for file picker" 2009-01-14 03:26:47 +00:00
skodak
440d0a5ae5 MDL-17880 removed debug code, grr 2009-01-13 19:07:41 +00:00
skodak
5ac9b67c38 MDL-17878 new table for logging of changes in admin settings - only changes done through admin UI are logged, grrrrrrrrrrrrrr 2009-01-13 19:03:51 +00:00
skodak
301bf0b29c MDL-17878 new table for logging of changes in admin settings - only changes done through admin UI are logged 2009-01-13 19:02:00 +00:00
skodak
c1a6529be1 MDL-17880 fixed removing of leading 0 from strings when emulating bounds in DML 2009-01-13 13:12:59 +00:00
skodak
1c82b3f2d9 MDL-17458 fixed some buttons and upgrade strings 2009-01-13 11:40:43 +00:00
skodak
61f9c4b4f4 MDL-17868 detection of incorrect hadnling of floats in version numbers - this should prevent dataloss in case it does not work as expected; merged from MOODLE_19_STABLE 2009-01-13 09:04:09 +00:00
jerome
dee7b68b35 web service MDL-12886 alpha web service api + alpha user core functions api + alpha Rest server (+ rest test client) 2009-01-13 07:00:26 +00:00
tjhunt
94c224619c edit profile: MDL-15607 Edit profile form breaks if the list of countries in the language pack is broken.
After this patch it still breaks, unavoidably, but at least there is now an error message.
2009-01-13 06:03:26 +00:00
skodak
9c82ff2acd MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules 2009-01-12 21:13:28 +00:00
skodak
c20ce8742a MDL-17457 removed all statements from main install.xml, some more improvements 2009-01-12 19:36:59 +00:00
skodak
117679db37 MDL-17859 implemented caching in get_tables() 2009-01-12 18:10:50 +00:00
skodak
1045a0074c MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead 2009-01-12 16:52:53 +00:00
skodak
5c144d605e MDL-17845 now only one page per installs/upgrade :-D 2009-01-12 15:13:44 +00:00