85 Commits

Author SHA1 Message Date
Dan Poltawski
e5e5097081 NOBUG - reduce whitespace errors a little 2013-04-15 13:29:14 +01:00
Frederic Massart
4373103084 MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
Petr Skoda
f20edd5208 MDL-32094 fix various E_STRICT compatibility problems 2012-03-18 18:37:24 +01:00
Jason Fowler
13d1c9ed55 MDL-30991 - RSS - Doc-block clean up 2012-02-15 15:19:59 +08:00
Aparup Banerjee
9809413bba Merge branch 'MDL-29527' of git://git.luns.net.uk/moodle 2011-10-24 15:37:14 +08:00
Dan Poltawski
636b4f9d2c MDL-29527 - RSS: Add a description to the reset keys page
Thanks to Alexander Bias for the suggestion
2011-10-19 13:48:25 +01:00
Petr Skoda
e922fe23b6 MDL-29602 accesslib improvements
Refactoring and improvements of the accesslib.php library including prevention of access for not-logged-in users when forcelogin enabled, improved context caching, OOP refactoring of contexts, fixed context loading, deduplication of role definitions in user sessions, installation improvements, decoupling of enrolment checking from capability loading, added detection of deleted and non-existent users in has_capability(), new function accesslib test, auth and enrol upgrade notes.

More details are available in tracker subtasks.
2011-10-16 14:05:18 +02:00
Andrew Davis
c05ccf3fa7 rss MDL-25319 removing unnecessary call to isguestuser() 2010-11-19 06:39:00 +00:00
Andrew Davis
c61daed045 rss MDL-24509 added support for 1.9 rss feed requests 2010-10-05 03:30:01 +00:00
Andrew Davis
52cede73ab rss MDL-24509 added call to require_login() 2010-10-04 14:42:23 +00:00
Andrew Davis
83b912e0ed rss MDLSITE-1007 now running clean_param() over the user token 2010-10-04 06:56:51 +00:00
Martin Dougiamas
b111858d26 MDL-23391 Tidied up this script to make it more coding-style friendly 2010-07-20 09:06:35 +00:00
Andrew Davis
d4d1b048a5 rss MDL-23391 removed an outdated comment 2010-07-20 08:13:02 +00:00
Andrew Davis
274f98409a rss MDL-23391 refactored rss feeds to make them standard across components 2010-07-20 07:49:34 +00:00
Andrew Davis
690aa229c5 rss MDL-23391 committing refactored rss retrieval file 2010-07-20 03:47:20 +00:00
Andrew Davis
aa60291e12 rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum 2010-07-19 10:57:52 +00:00
jerome mouneyrac
e417be4ca2 rss MDL-22891 add hub rss support 2010-07-19 06:59:02 +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
Andrew Davis
842cd18bc9 rss MDL-22204 added ability for user to reset their rss token 2010-05-13 02:07:57 +00:00
Petr Skoda
30d2453880 MDL-22204 fixed incorrect defines in rss file 2010-05-02 16:48:41 +00:00
Andrew Davis
fcce139aa3 RSS MDL-22204 committing new RSS code. Uses a token to ID the user. RSS feeds also generated/updated as needed rather than by cron.php 2010-05-02 11:43:57 +00:00
Petr Skoda
4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
Petr Skoda
6f5e085205 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 16:48:45 +00:00
Petr Skoda
2e9b772fb8 MDL-20693 new NO_DEBUG_DISPLAY define 2009-10-31 22:02:05 +00:00
skodak
17da2e6f28 MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions 2009-06-19 14:25:56 +00:00
skodak
11e7b506ce MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +00:00
skodak
1b813f5c2a MDL-17772 fixed guest access; MDL-17754 $USER object initialisation cleanup 2009-01-02 21:05:16 +00:00
Francois Marier
6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
skodak
b3829d0a55 MDL-14679 towards notes conversion and regression 2008-05-31 17:44:57 +00:00
skodak
a015506a14 hack for problems with concurrent use of $nomoodlecookie and capabilities in RSS feeds, see MDL-7243 - it should be replaced once we get to codes in urls; merged from MOODLE_17_STABLE 2006-11-01 21:03:09 +00:00
moodler
72f383b18c Merged blog RSS fix MDL-7251 2006-10-27 16:28:20 +00:00
skodak
7eb0b60a1f debugging and error reporting level fixes and improvements MDL-6671 2006-09-23 09:38:39 +00:00
toyomoyo
d02eededf7 adding capabilities 2006-09-06 08:55:23 +00:00
moodler
6619a7f4a3 iImproved RSS 2006-03-17 09:48:24 +00:00
moodler
a848c48cf3 Just pushing the RSS a bit further, it's not tested properly yet 2006-03-17 09:11:06 +00:00
moodler
66c52fdfb4 Just tweaking 2006-03-17 08:20:28 +00:00
toyomoyo
ab7d76bb5a naming consistency 2006-03-17 08:13:27 +00:00
toyomoyo
7fe0ce4e6a had to change this a bit because blogs use different location to store rss, as it is not a module, please warn if this is a security issue 2006-03-17 07:37:27 +00:00
moodler
56e8032e99 Merged fix from stable when checking course->guest on site 2005-07-25 09:05:12 +00:00
stronk7
888448f0f2 Added to avoid listing... 2005-04-30 16:22:02 +00:00
moodler
7ade05c52a MOre changes to use filelib.php 2005-03-07 12:10:22 +00:00
moodler
48b29ba423 Moved rsslib.php from the rss directory to the lib directory with the
other libraries
2005-01-25 06:09:31 +00:00
moodler
3b0c2a5852 Removed magpie from this place 2005-01-25 05:58:34 +00:00
dhawes
7c560a6239 Moved validate feed from table to add and edit form only. 2005-01-24 03:42:54 +00:00
dhawes
23e00b4185 cleanup of feed edit page and form 2005-01-24 03:24:54 +00:00
dhawes
29a6bbd1e8 latest magpie. moved from rss folder to lib. 2005-01-23 22:10:06 +00:00
dhawes
800e573926 moving to moodle/lib 2005-01-23 22:02:03 +00:00
dhawes
1ddd7bd00b smarty template file example 2005-01-23 15:58:04 +00:00
dhawes
4445368893 date manipulation script 2005-01-23 15:55:03 +00:00
dhawes
b6442a5e3a magpie templates. SMARTY examplesls 2005-01-23 15:52:52 +00:00