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
dhawes
339c1d1153
latest work on tabs for instance config. Now if a block is not configured you get a unique link in the body of the block
2005-05-15 14:35:41 +00:00
moodler
b62e857f77
These do not belong here.
2005-05-15 12:04:45 +00:00
dhawes
72b8cc16f1
new tabs file for instance config
2005-05-15 03:01:19 +00:00
dhawes
eeada455b6
moved lang files into block dir
2005-05-15 02:57:52 +00:00
dhawes
65a70eb970
moved into block itself
2005-05-15 02:55:29 +00:00
dhawes
1585045e3e
moved lang files into block itself
2005-05-15 02:48:46 +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
54976984b8
Break up long words inside the RSS feeds so that blocks are not stretched
...
out stupidly by long URLs and so on
2005-05-14 07:38:57 +00:00
moodler
74528955bd
Make the RSS blocks wider (210)
2005-05-10 05:39:32 +00:00
moodler
abf11d900f
Prevent notices when multiple RSS blocks
2005-05-04 14:28:46 +00:00
moodler
02aa7083f1
Sourcelink should go in footer...
2005-04-27 15:49:36 +00:00
moodler
fade18149c
Font tinkering
2005-04-21 17:45:31 +00:00
moodler
8c5d0dd99b
FIxed styles for this block to make them more standard
2005-03-25 16:28:58 +00:00
moodler
1d856b0321
New styles for RSS client block
2005-03-25 16:10:17 +00:00
moodler
cc9b80f906
Improvements with how format_text is called
2005-03-08 17:46:51 +00:00
defacer
3ef642d96a
Implemented discussion from bug 2547:
...
* Block authors no longer need to set $this->content_type
* If you want to make a "list" block, just derive from block_list
instead of block_base
* All switch() statements gone from library code
* Overloaded method is_empty() added to block classes for convenience
2005-03-02 19:22:26 +00:00
dhawes
ec288447d2
removed one excess <br /> tag as noted in Tim's comment here: http://moodle.org/mod/forum/discuss.php?d=18121
2005-02-24 16:23:48 +00:00
dhawes
e3899eefdd
changed rss image's alt text to title text since this image has no real obvious alt value, refer to http://moodle.org/mod/forum/discuss.php?d=16528 (added back in alt tag contents)
2005-02-14 02:57:15 +00:00
dhawes
86944f037e
changed rss image's alt text to title text since this image has no real obvious alt value, refer to http://moodle.org/mod/forum/discuss.php?d=16528
2005-02-14 02:52:06 +00:00
moodler
fa966efe7a
FIxed some old <p> tags
2005-02-08 18:33:08 +00:00
dhawes
160888f6cf
removed check for guest after guests have already been rejected from page
2005-01-31 11:39:14 +00:00
defacer
7542a4e574
Dropping the use of MOODLE_PAGE_COURSE <gasp>!
...
The new constant is PAGE_COURSE_VIEW, and it's more streamlined with the
new CSS-related ids for 1.5. There are great possibilities for the future
here, so we 're getting ready.
On the other hand, this has to be the ugliest hack I 've ever inflicted
on any program (look at pagelib.php). Thankfully it will only stay for just
a little while.
2005-01-31 02:18:15 +00:00
moodler
e01c7647a6
Removed a debugging string
2005-01-30 04:55:27 +00:00
dhawes
7501d8a527
looks like I might have finally fixed the darned bug where guest users were able to see the add/edit feeds link
2005-01-29 05:06:43 +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
c20d1fa77f
re-enabled new developers debug cache setting for string
2005-01-29 03:08:55 +00:00
dhawes
81574dc5b5
added error output capture back
2005-01-29 03:07:43 +00:00
dhawes
81610483fd
new instance config option to display feed's url if present
2005-01-29 03:01:18 +00:00
dhawes
dfedf5fdff
more preferredtitle tweaks
2005-01-28 01:21:08 +00:00
dhawes
7eca7e10c5
more preferredtitle tweaks
2005-01-28 01:05:21 +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