63 Commits

Author SHA1 Message Date
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
dhawes
ae4b445f6e magpie help files 2005-01-23 15:50:52 +00:00
dhawes
33fa9405b9 magpie's modified version of Snoopy class 2005-01-23 15:48:57 +00:00
dhawes
100ed1cf2b Magpie 0.7.1 - all relevant files. Simplog had been using only one of these files and it was renamed. Simplog had written an Atom feed parser based on magpie and was losing out on much of the magpie functionality because of it. This latest release supports Atom feeds so the need to for separate objects is gone. By using the full release upgrades become easier in the future. We also gain some of magpie's lost feature set such as the use of a modified Snoopy http client for retrieving feeds instead of an fopen() call - which means that php.ini does not need to be modified to turn allow_url_fopen to On. 2005-01-23 15:47:31 +00:00
dhawes
2be9581d65 latest version works with new magpie 0.7.1 files 2005-01-23 15:37:47 +00:00
dhawes
30e953153b RSS and Atom now handled by latest version of magpierss (magpierss.sourceforge.com). class.RSS.php was a renamed include file from magpie which was 2 versions old. I've reworked the code to use the official magpie release which should allow for easier upgrades in the future. 2005-01-23 15:35:45 +00:00
dhawes
79dd93a920 refactored a big scary function a bit. hopefully it is more readable this way. this change also paved the way for extra caching in the block's config structure. 2005-01-21 03:27:38 +00:00
dhawes
bab450a05a cleaned up some quotes. Removed reference to blog for an image, now use the standard rss xml.gif image from moodle install 2005-01-20 01:35:04 +00:00
dhawes
19c6481869 cleaned up a bad copy/paste in a few if statements 2005-01-20 01:01:48 +00:00
dhawes
53195528a1 minor tweak to error output text 2005-01-20 00:10:23 +00:00
dhawes
c7ac239b80 updated rss_client functions to return any errors encountered along the way (assuming that the feed could not be loaded) in an object as ->ERROR. This matches the object that is returned, it would have a ->ERROR string if there was a problem as well. 2005-01-19 23:51:27 +00:00
dhawes
e8181a56b4 moved functions from templib.php to rsslib.php for rss_client block 2005-01-17 18:03:15 +00:00
dhawes
765b5b3586 moved functions into rsslib.php. Passed this by Eloy and got his OK first 2005-01-16 21:20:15 +00:00
gustav_delius
e76640e26e fixed short php tag spotted by Mad Alex 2005-01-11 20:03:16 +00:00
dhawes
9723afd1d0 bug fixes 2004-12-31 03:38:22 +00:00
dhawes
8766b89f93 a little cleanup 2004-12-30 18:27:40 +00:00
dhawes
92ce1eb2ef Updated for better reporting when loading from remote url fails. Now displays error when adding URL when it cannot load even when ->debug is off. Added new feature - select multiple feeds to display in each block instance. 2004-12-30 18:08:38 +00:00
dhawes
0eb35827c6 first addition of extra rss files needed by rss_client block. templib functionality should be moved to rsslib.php if Eloy is OK with that 2004-12-17 02:45:21 +00:00
stronk7
c5152930f5 Now filename is fixed to rss.xml. SC#23 2004-12-15 23:21:25 +00:00
stronk7
be88433c7e filename is the 5th parameter. Now it's cleaned and used
by the send_file() function.
2004-12-14 20:28:23 +00:00
stronk7
fa6ed70c93 Minimum change (curiosly PHP doesn't warn about it). 2004-12-14 19:40:51 +00:00
skodak
e7f927a0fc new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +00:00
stronk7
c062fee637 Check added. SC#23
Merged from MOODLE_14_STABLE
2004-12-12 12:54:32 +00:00