Commit Graph

118 Commits

Author SHA1 Message Date
dhawes 24f9eb47b1 backported to 1.5 stable from HEAD - bugfix for bug 3980 2005-10-03 14:15:57 +00:00
moodler 347b01bcd9 Merged 1.6 version into 1.5 because bugs were fixed 2005-08-13 16:43:45 +00:00
dhawes 40c61f1f01 merging in fix for bug 3478 2005-08-04 02:24:17 +00:00
defacer 73b60981af Robustness check from Marko Korhonen (bug 3751):
Don't print a warning if $rss->items is empty.
2005-07-16 00:16:26 +00:00
urs_hunkler 6f96b83473 removed padding-top from title, which made the title of the sideblock higher than the other ones. 2005-06-17 06:26:45 +00:00
defacer 230783ba85 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:35:38 +00:00
moodler f3bfb270af Fixed _new with _blank 2005-05-30 18:42:41 +00:00
moodler 27437410f4 file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +00:00
moodler 5d7a2722d5 more bugs 2006-01-16 07:57:56 +00:00
mjollnir_ d5250d2f13 RSS client block: users can now add their own rss feeds and pick from their feeds and admin feeds. users don't see feeds added by other nonadmin users. this is probably only useful for my moodle since they can't edit any other pages 2006-01-16 03:02:42 +00:00
toyomoyo 85ef664d10 bug fixes 2006-01-16 02:26:54 +00:00
toyomoyo fb7b685530 adding utf8 support scripts 2006-01-09 06:12:18 +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
mjollnir_ bacd847b35 Fixing last commit - mysql upgrade - table_column defaults to 0 for default rather than empty string and mysql doesn't want to allow 0 for defaults for type text columns 2005-11-13 22:58:26 +00:00
mjollnir_ 79598cf025 Fixing bug 4244: length of rss title changed to TEXT in db and truncated to 64+ ... in block content. Also fixed BAD BUG where the function name for rss_client block upgrade was misnamed - this would have meant that db no upgrades ran for this block 2005-11-13 22:50:45 +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
moodler eb3bf78354 Space, the final frontier 2005-10-06 08:21:55 +00:00
moodler 5a666f05d5 Fixed link for editing RSS feeds when there isn't one yet 2005-10-06 08:21:14 +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
defacer c7d6e27451 Fixing a notice: $this->footer wasn't always set.
This doesn't happen in 1.5 so it must have been a regression.
2005-07-06 00:51:20 +00:00
dhawes 340f819871 additional debug output when in debug mode 2005-06-28 21:21:59 +00:00
urs_hunkler d87ea8e9e9 merged from 1.5 - removed padding-top from title, which made the title of the sideblock higher than the other ones. 2005-06-17 06:29:01 +00:00
thepurpleblob ef2b429c09 Replaced require_variable() with required_param() 2005-06-15 15:01:40 +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 2d9a7768f8 Whoops! Current action is optional not required. 2005-06-10 10:42:32 +00:00
thepurpleblob f2e91e2bdf Fixed register_globals usage for 'currentaction' param. 2005-06-10 10:23:53 +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 3cbf5b9d43 added a </tr> tag that was missing from table 2005-05-27 01:21:05 +00:00
dhawes c7726acc74 minor bug fix where random memory was being spit out as an arg on a url 2005-05-27 01:18:04 +00:00
dhawes e4897989b2 interface fix - instead of a combo box show feeds as checkboxes to make it more obvious when an instance has no associated feed. bug fix - if a custom title is set always use it over the feed's incoming title 2005-05-18 20:09:29 +00:00
dhawes bc1aed98c7 don't get extra fields which are not needed from course table 2005-05-18 19:21:08 +00:00
defacer 3753b02a3b New yummy styles for the Manage Feeds page. Molto belle. 2005-05-18 00:48:16 +00:00
moodler 9b73eabc82 Tweaking display :-? 2005-05-17 17:52:34 +00:00
moodler 065d897aeb FIxed a string 2005-05-17 15:43:24 +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 65abd339ff admins will now see the add_edit/configure link only if the student or teacher would normally see it. Everybody option removed from the global config options - not working properly and too late in the cycle to keep it for now 2005-05-17 15:09:38 +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
moodler 0addd942b2 Fixed style for second tab 2005-05-17 13:51:53 +00:00
moodler 5e9bdad824 FIxed the look of the first tab 2005-05-17 13:46:19 +00:00
dhawes a7a9fec63a latest tabs work 2005-05-15 14:53:55 +00:00