poltawski
9598cecff9
lib/rsslib - Missing global decloration of $OUTPUT
2009-07-31 21:19:20 +00:00
poltawski
53fe72ee1f
block_rss_client/rsslib MDL-1393 Clean up
...
- Remove obsolete magpie configuration
- Remove block_rss_client_submitters which has not been used for some
time
- Remove some block_rss_client setup from rsslib.php
2009-07-29 14:10:15 +00:00
tjhunt
f1a34d8f05
block_rss_client: MDL-13932 Clean up a lot of the crap.
...
This was all in order to do MDL-19889!
* The old tabbed interface is gone.
* The manage feeds UI has been completely rewritten to be a few
separate sane scripts like managefeeds.php, editfeed.php and viewfeed.php
* This is used from both Admin -> plugins -> blocks ... and as a link from the block edit_form.php
* new edit_form.php for the block replacing config_istance.php.
* A lot of stuff to do with UI specific to this block has been removed from rsslib.php
2009-07-29 11:18:55 +00:00
tjhunt
a28c92539e
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-03 06:38:41 +00:00
tjhunt
f2a1963c43
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 11:09:15 +00:00
samhemelryk
50fcb1d835
lib MDL-19236 Added boilerplates and copyrights
2009-05-26 03:23:32 +00:00
sam_marshall
08577617ff
MDL-19274 - Blog RSS feed should include information about tags in each post
2009-05-22 15:16:58 +00:00
moodler
babe6a0ab1
MDL-12563 Fixed RSS dates so that they are always GMT
2008-09-16 08:57:34 +00:00
scyrma
5a254a2938
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9)
2008-07-10 09:55:11 +00:00
skodak
007b2f0428
MDL-14679 finished rsslib conversion
2008-05-30 20:29:51 +00:00
skodak
6bf55889dd
MDL-12782 magpie now uses download_file_content() - that should solve several remote RSS issues including proxy user/password + several download_file_content() improvements + other minor fixes; merged from MOODLE_19_STABLE
2007-12-31 15:37:12 +00:00
scyrma
d0b869a00c
MDL-12528 - getElementById was misspelled.
2007-12-11 05:00:14 +00:00
stronk7
20185f7d8b
Moving block_rss_timeout to block_rss_client_timeout and
...
making it work as minutes (was seconds).
2007-07-31 17:03:51 +00:00
stronk7
29b71de660
Delete some trailing whitespaces...
2007-07-30 19:13:19 +00:00
nicolasconnault
4d0ccfa7de
MDL-8922 More work on fixing RSS block XHTML
2007-03-23 08:01:01 +00:00
nicolasconnault
268ddd5070
MDL-8860 - Enabled multilang filter for site title.
2007-03-19 04:26:45 +00:00
moodler
909409b5ef
Merged fix for rss enclosure notices from 1.8
2007-03-08 08:13:11 +00:00
moodler
6db0338e0e
Merged rss mediatypes fix from 1.8
2007-03-05 16:43:40 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00
moodler
c46fce7156
Fixed an old typo
2007-01-08 12:47:41 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
skodak
c36f12e145
MDL-7434 all images that convey information should have alt text to convey that information - part 5
2006-11-26 19:00:23 +00:00
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
moodler
b7b0afb87f
Fixed a capability name: MDL-6727
2006-09-28 15:06:07 +00:00
moodler
ea82d6b638
CHanged a lot of CFG->debug stuff to use the new debuggin() function
2006-09-13 09:45:07 +00:00
vyshane
23973f1856
Modified to support Roles.
2006-09-12 06:57:05 +00:00
stronk7
d6745c7087
Now we are using the new sql_order_by_text() function
...
when we need to be able to order by TEXT columns in a
cross-db behaviour. More info:
http://docs.moodle.org/en/XMLDB_Problems#ORDER_BY_text_columns
2006-09-09 13:53:52 +00:00
moodler
75e8eaebe7
Merged MDL-6431 into HEAD
2006-09-05 03:15:09 +00:00
toyomoyo
08cf9e250d
merged, changed copyright to © to validate better
2006-06-19 03:53:26 +00:00
moodler
a9924bb134
Fix for sites not using proxies
2006-04-05 02:43:41 +00:00
stronk7
1d5a7c4b0a
Some changes to make proper UTF-8 encoding only if necesary.
...
We need to move all the **_tag functions to a central place ASAP
(backup are better to be used as central)
Also, I don't know why the author is now out from the feeds...
2006-03-28 18:46:07 +00:00
danstowell
069b6daf76
Minor changes to RSSlib - main change is augnmented PHPdoc for the issues in RSS enclosures
2006-03-21 22:35:23 +00:00
dhawes
6b263129c0
fix listed in bug 3834 applied
2006-03-21 20:54:50 +00:00
danstowell
95a86f752b
Fixes to rsslib to ensure the output is valid RSS 2.0
2006-03-17 07:44:22 +00:00
vyshane
d4706960e4
Refactored function rss_get_link() so that it uses a new function
...
rss_get_url() which generates the URL to the RSS XML file. Because in some
cases we need the URL only, and not the whole <a href...><img ...></a> string.
Added function rss_get_url()
2006-03-03 08:03:45 +00:00
vyshane
91247b891f
Changed the managingEditor and webMaster XML tags to show the fullname of the admin instead of the email address. This prevents spam resulting from bots crawling the RSS feeds.
2006-02-27 05:11:02 +00:00
vyshane
74142cc5a7
Reverted back rss_get_link() function. We've decided that the data module will
...
store it's XML RSS stuff in another path.
2006-02-10 03:16:59 +00:00
vyshane
d1dbc96fea
Modified function rss_get_link() so that we ignore $userid if it is empty when
...
we build the path to the XML file.
We need this for RSS feeds for the data module, where it does not make sense
to generate an XML file for each user when they will all be seeing the same
feed.
2006-02-10 03:03:29 +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
moodler
fb5928bddd
Temporarily restored rss_unhtmlentities that was recently removed by Eloy.
...
Eloy, you may want to check this... The RSS client block was using this function.
2006-01-05 06:51:46 +00:00
moodler
6aaa17c7cc
Merging language-pack-related updates from Eloy's MOODLE_16_UTF8 branch.
...
Do not use that branch any more!!
2006-01-04 08:23:42 +00:00
moodler
410a24c09e
Merged Hannes Gassert's code for podcasting support more or less without changes.
...
http://opensource.mediagonal.ch/moodle/patches/podcasting/
2005-12-02 07:07:44 +00:00
dhawes
ab848302ee
bug 4244. extended max title entry field length to 128 from 64. replaced rss_edit with rssedit keyword everywhere.
2005-11-10 23:33:03 +00:00
dhawes
8096d88daf
cosmetic change - some spacing and tabs updated
2005-10-02 13:59:12 +00:00
stronk7
324d97ca65
Some RSS readers seems to have problems with that wrong p tag.
...
Merged from MOODLE_15_STABLE
2005-09-07 17:07:52 +00:00
dhawes
ea3b979660
phpdoc comment
2005-08-30 18:34:41 +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
stronk7
6d6002a07f
Added support to RSS 2.0 categories.
...
Credits go to Dmitry Pupinin.
Bug 3654
(http://moodle.org/bugs/bug.php?op=show&bugid=3654 )
Merged from MOODLE_15_STABLE
2005-07-24 23:04:58 +00:00
defacer
4541e897cb
The particulars for the Manage Feeds page finalized. Old code removed.
2005-05-18 00:49:45 +00:00