Commit Graph

51 Commits

Author SHA1 Message Date
skodak 810944af7f we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
skodak d8247de55e problem with incorrect redirect url - wwwroot without the trailning slash in not standard compliant MDL-6193 2006-10-08 18:55:18 +00:00
vyshane d1cc283172 Fixed wrong context bug 2006-09-29 08:58:02 +00:00
moodler 0e1cc9070b Fixed a some debugging statements 2006-09-18 13:24:45 +00:00
vyshane 1975d8bd3e Added $USER->id in rss_display_feeds() call 2006-09-13 03:02:57 +00:00
vyshane 7d02b43640 Fixed typo 2006-09-13 02:59:20 +00:00
vyshane 23973f1856 Modified to support Roles. 2006-09-12 06:57:05 +00:00
toyomoyo cc398c7262 adding caapabilities 2006-09-04 08:45:08 +00:00
toyomoyo f1f5ec3773 fix for 5438 merged 2006-05-08 07:09:28 +00:00
stronk7 7124cc16e7 Now rss_unhtmlentities() is not used anymore!
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 13:13:06 +00:00
dhawes 0117998b3d got aroundoptional_param problem with PARAM_URL munging rss:// and feed:// urls 2005-12-14 00:51:34 +00:00
dhawes 35ba289440 bug 4244. Replaced rss_edit with rssedit keyword everywhere. Also added string replace for any feed:// or rss:// url strings with http:// 2005-11-10 23:34:28 +00:00
dhawes f00679f5da removed comparisons to NULL and added isset() calls instead as per JP's suggestion 2005-10-02 17:45:20 +00:00
defacer 9bd49dfa3b Code readability improvements and fixed a notice 2005-10-02 15:46:06 +00:00
dhawes 8f858bd1f9 attempt to fix bug 3980 - asking JP and Penny to test 2005-10-02 14:30:05 +00:00
dhawes d112f80a22 simple addition - just included : tag in all files for rss_client block. no need to merge, not a bug fix 2005-10-02 13:48:33 +00:00
dhawes 706dae5e6e phpdoc additions and spacing cleanup 2005-08-11 15:27:47 +00:00
dhawes fd9576fb1b spacing tidy up 2005-08-11 12:45:38 +00:00
dhawes d396889452 should be fix for bug 3478 2005-08-01 14:02:46 +00:00
dhawes d721fbd036 attempt to preserve on the merry go round of forms and link in rss feed creation 2005-07-31 20:04:19 +00:00
dhawes 340f819871 additional debug output when in debug mode 2005-06-28 21:21:59 +00:00
defacer 7e9a11eb98 Merging from STABLE:
While researching bug 3478:

Consolidated handling of the incoming courseid parameter, as it was easy
to make an error the way this was written before.

In general, this script looks like it needs to be streamlined.
2005-06-13 02:38:48 +00:00
thepurpleblob e0de1be592 Fixed all instanced of optional_variable(), require_variable(), $_GET, $_POST etc
..all replaced with appropriate secure versions.
2005-06-10 10:05:30 +00:00
moodler fe10672dab Merged from STABLE 2005-05-30 18:43:58 +00:00
dhawes bc1aed98c7 don't get extra fields which are not needed from course table 2005-05-18 19:21:08 +00:00
dhawes ab48bbb271 updated strings to match guidelines - removed underscores and removed block_rss_ prefix 2005-05-17 15:21:32 +00:00
dhawes e413129c9f fix for ugly url problem 2005-05-17 14:43:00 +00:00
moodler 42cdbd1006 fixing themes a little 2005-05-17 14:00:04 +00:00
dhawes e2426c2cce added new tabbed interface for instance config and moved lang files out of moodle folder and into block folder. testing needed. 2005-05-15 02:47:04 +00:00
moodler abf11d900f Prevent notices when multiple RSS blocks 2005-05-04 14:28:46 +00:00
dhawes 160888f6cf removed check for guest after guests have already been rejected from page 2005-01-31 11:39:14 +00:00
dhawes cc370f3587 fix bug reported by Martin D. - now when you edit a feed you are returned to a page with the full feed listings rather than just the edited feed. As an added bonus when editing a feed you will see that feed's data on the edit page instead of simply the edit form. 2005-01-29 04:45:57 +00:00
dhawes 956425af6e Now supports new preferredtitle field for custom feed channel titles. Supports new instance config for displaying the channel link at the end of the feed item links. 2005-01-27 22:47:13 +00:00
dhawes c4370fbfa4 fixed function name 2005-01-27 01:59:43 +00:00
dhawes b021c82d82 using rss_unhtmlentities for channel and item title as well as for item description 2005-01-27 01:43:29 +00:00
dhawes 319f73c933 Another bug discovered and squashed by Dan Marsden. Reversed logic fixed when editing feeds. 2005-01-27 00:55:13 +00:00
dhawes 87178d67fe removed references to 'type' field which was removed from rss table when latest version of magpie was adopted 2005-01-26 00:41:49 +00:00
dhawes a75758cda4 Fixed some improperly escaped double quotes within literal strings 2005-01-25 16:12:01 +00:00
moodler 2fe8a417f1 Removed THEME 2005-01-25 14:52:17 +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
dhawes c0c6f36bf2 bug #2420 fix 2005-01-25 01:57:56 +00:00
dhawes d674fae8e7 removed debug code left over :( 2005-01-24 03:00:10 +00:00
dhawes 947becc731 feed titles are stored and displayed again - silly bug 2005-01-24 02:58:19 +00:00
dhawes b2262aa90a fix for bug reported by Dan Marsden - feeds can be added again :) 2005-01-23 23:21:42 +00:00
dhawes c307266c76 Fixed error discovered by Gustav - after updating to use newest magpie I failed to update all instances of rss fetching. 2005-01-23 19:40:33 +00:00
dhawes 2965682a21 latest changes to rss_client block. Now uses latest magpie file for fetch, parse and cache. Still caches the result string as well to avoid excessive file reads and network hits. Fixed bug where non-admin users were not seeing the add/edit feeds link within the block when all users are allowed to edit. Now uses moodles' format_text function on entire block contents. 2005-01-23 16:16:28 +00:00
dhawes 221a85301e using localized string instead of hard coded english for print header functioncall 2005-01-17 23:22:16 +00:00
stronk7 f516e2b9cf Changed required templib.php to rsslib.php. This will, at least, allow to
install and use 1.5dev. Not completely, but usable...
2005-01-17 17:12:24 +00:00
dhawes 9723afd1d0 bug fixes 2004-12-31 03:38:22 +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