martinlanghoff
0d25cd3a81
accesslib: Introduce functions to deal with dirty contexts
...
The accessinfo held in $USER->access can easily get out of
sync with reality if and admin has removed our access,
or expanded it after we loaded our accessinfo.
To handle this, we'll use the config_plugins table with an
'accesslib/dirtycontexts' plugin signature to store the paths of
recently changed contexts. To handle those dirrrty entries, here
we introduce
get_dirty_contexts() - for lib/setup
mark_context_dirty()
cleanup_dirty_contexts() - for cron
2007-09-19 07:10:09 +00:00
..
2007-08-10 00:50:04 +00:00
2007-08-27 16:59:04 +00:00
2007-09-18 14:26:15 +00:00
2007-08-09 08:42:36 +00:00
2007-06-18 13:43:40 +00:00
2007-09-15 19:43:01 +00:00
2007-09-18 18:50:14 +00:00
2007-08-21 22:06:47 +00:00
2007-01-23 05:19:28 +00:00
2007-08-08 09:42:11 +00:00
2007-03-28 07:17:26 +00:00
2007-07-28 15:15:26 +00:00
2007-03-12 08:41:28 +00:00
2007-08-14 02:11:33 +00:00
2007-09-18 14:26:15 +00:00
2007-06-09 16:32:36 +00:00
2007-07-07 14:18:30 +12:00
2007-04-15 17:04:26 +00:00
2007-02-02 18:38:05 +00:00
2007-09-11 19:39:28 +00:00
2007-08-03 03:20:30 +00:00
2007-09-19 07:10:09 +00:00
2007-09-10 17:13:12 +00:00
2007-08-21 20:52:36 +00:00
2007-09-07 14:49:30 +00:00
2007-01-24 07:08:50 +00:00
2007-09-03 18:57:12 +00:00
2007-09-19 07:09:01 +00:00
2007-09-11 18:33:23 +00:00
2007-08-29 13:10:20 +12:00
2007-09-19 07:09:36 +00:00
2007-08-28 08:32:38 +00:00
2007-08-22 04:28:26 +00:00
2007-08-15 13:43:27 +00:00
2007-07-28 16:04:52 +00:00
2007-08-31 13:54:13 +00:00
2007-09-18 09:35:44 +00:00
2007-08-15 14:00:35 +00:00
2007-09-17 17:39:35 +00:00
2007-09-08 20:53:05 +00:00
2007-08-05 12:15:27 +00:00
2007-08-08 09:42:11 +00:00
2007-08-15 11:08:37 +00:00
2007-08-17 19:09:11 +00:00
2007-09-17 12:37:51 +00:00
2007-08-10 15:00:35 +00:00
2007-09-19 07:01:41 +00:00
2007-07-13 10:09:51 +00:00
2007-09-19 06:53:09 +00:00
2007-03-20 02:59:34 +00:00
2007-09-18 11:23:29 +00:00
2007-07-31 17:03:51 +00:00
2007-01-22 20:15:12 +00:00
2007-03-13 22:40:42 +00:00
2007-09-19 07:02:18 +00:00
2007-03-20 02:59:34 +00:00
2007-03-06 05:05:45 +00:00
2007-04-11 23:53:15 +00:00
2007-06-20 03:52:59 +00:00
2007-09-16 18:49:41 +00:00
2007-03-10 14:47:45 +00:00
2007-06-13 23:22:57 +00:00
2007-09-12 10:14:12 +00:00
2007-05-20 11:20:49 +00:00
2007-09-19 07:06:17 +00:00
2007-04-04 03:35:23 +00:00