vyshane
364f72aa05
Fix for MDL-7574.
2006-11-17 05:51:37 +00:00
vyshane
604c996ca6
AJAX fixes.
2006-10-24 08:07:56 +00:00
vyshane
44089f2cb4
Removed YUI debug since this is handled in lib/ajaxlib
2006-10-18 07:09:22 +00:00
vyshane
3ecc49d495
Turn off display of week dates if we are in editing mode and if ajax is turned on. We do this for now because the ajax code does not yet update the week dates when sections are moved around. Will have to fix later.
2006-10-10 02:38:33 +00:00
moodler
3febabd888
Use AJAX for weekly formats too. HOWEVER, there are some remaining
...
bugs with it so for now it only works in DEBUG_DEVELOPER mode
2006-09-23 14:38:01 +00:00
toyomoyo
3924b9884b
adding capabilities
2006-09-05 08:50:23 +00:00
skodak
1bc6fc82b6
section not always moved when requested - page reloading prevented by anchor; added random parameter to force reloading; merged from MOODLE_16_STABLE
2006-07-19 12:52:06 +00:00
moodler
df2f835eeb
Merged changes from stable
2006-06-11 06:48:56 +00:00
dwoolhead
58de1815f4
Bug 5536 Replaced references to hide by show. Merged from stable branch.
2006-05-18 16:15:04 +00:00
skodak
0cdae0dcaa
general cleanup of xxx_parameter() functions + fixed several register globals problems
2006-04-11 21:41:21 +00:00
nfreear
ce148ff57e
Accessibility: critical fix (editing on), filled empty Alt-link text, times 6 (OU-Bugz: 744)
2006-03-15 10:26:56 +00:00
nfreear
d57be0a8b4
Accessibility: strict, replaced image border, width... with classes (OU-Bugz: 697, 745)
2006-03-15 10:23:09 +00:00
nfreear
a328113f13
Accessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz: 741)
2006-03-15 09:56:40 +00:00
nfreear
99499e69a4
Accessibility: validation, erroneous & replaced with & call to popup_form (OU-Bugz: 735)
2006-03-15 09:42:37 +00:00
defacer
4baeb9b028
Removing the <a name="2"></a> anchors from course sections (used with links,
...
e.g. /course/view.php?id=2#4). We already have elements with id="section-XXX",
so I made all links I could possibly grep for point to those.
All this for XHTML (won't Tidy ever be content?)
2005-11-23 23:14:25 +00:00
skodak
870e3cad2c
fix for preferred_width_xx initialization SC#169; merged from MOODLE_15_STABLE
2005-10-29 16:36:15 +00:00
moodler
c1ac64b5b0
Merged new CSS classes from stable
2005-06-11 18:30:45 +00:00
thepurpleblob
46c0bb9b64
Removed optional_variable(), require_variable and all $_GET, $_POST
...
Replaced with more secure alternatives.
2005-06-10 11:06:19 +00:00
urs_hunkler
4090106907
The summary in the week or topic description was just written out as text without a class. I added a DIV class="summary" around it.
2005-05-12 07:02:56 +00:00
moodler
e14496ec4f
No cell spacing
2005-03-26 07:18:22 +00:00
gustav_delius
c63bf72a9d
The up and down arrows for moving sections now jump to the moved section when the page reloads. Makes it easier to move sections over longer distances. I actually thought I had fixed this a long time ago but apparently not.
2005-03-06 14:57:23 +00:00
defacer
dffd4bb948
You know you are beyond hope of redemption when you make "API uniformity" changes. ;-)
2005-03-02 05:56:24 +00:00
defacer
664923229c
Since $PAGE knows where the adminblock should be printed, let it do the printing.
2005-03-02 05:47:39 +00:00
moodler
ee350ee9a3
FIxed a string name
2005-02-14 16:06:50 +00:00
moodler
6cba878db8
Bring weekly into line with topics
2005-02-14 16:02:32 +00:00
gustav_delius
8dc93b9445
Invisible sections are no longer shown in jump menu, see bug 2085
2005-02-13 22:23:45 +00:00
defacer
a3f24f7cc5
Improvements in how incoming parameters are handled, how $editing is handled.
...
More consistency across course formats for editing stuff, using $PAGE.
Also a "bugfix": when turning editing off, cancel moving an activity if you
were in the middle of doing so.
2005-02-12 13:09:18 +00:00
defacer
446390fb47
Lots of improvements in markup and styles for courses.
...
Finalized and correctly distributed the calendar styles.
2005-02-12 12:40:04 +00:00
defacer
e96ba29d6f
Vastly improved styles, lots of inline styles removed, markup improved.
2005-02-12 11:37:09 +00:00
gustav_delius
0e2851b998
Avoid using <p> tags because different browsers treat them differently (e.g in firefox if a table cell starts with a <p> it will start with an empty line, in IE it will not). Use <div> instead.
2005-02-06 18:18:44 +00:00
defacer
c1d8705fd2
Change the semantics of blocks_print_adminblock() to make life easier to
...
developers who use pages. Conversely simplified the code a bit in courses.
2005-02-02 02:41:56 +00:00
moodler
554cec9f27
Removed a lot of THEMES and some other clean up
...
A LOT of clean up and speed-up is still possible in these
important files by converting all "strings" to 'strings'
2005-01-25 14:18:51 +00:00
urs_hunkler
dc140b6cc0
_ added ids for the layout table
2005-01-18 11:11:26 +00:00
defacer
f032aa7a5f
MAJOR CHANGES:
...
--------------
Brand-new pagelib.php at your disposal! It slices, it dices, it makes your coffee.
It still doesn't understand women... Read the comments in pagelib.php for a first
impression. Feedback highly encouraged!
Blocks code has undergone significant changes to work with Pages. Flexibility is its
middle name, since I think (without having tried it) that adding e.g. a third
placeholder for "center" blocks in courses, with full support for moving around etc,
will now take about 15 lines of new or edited code. If you are not impressed yet, I
suggest watching a documentary on solar physics. :P
MINOR CHANGES:
--------------
Added instance_allow_config() in the blocks class hierarchy to supplement per-instance
configuration options. You can override it to return true and thus get configuration
amenities without allowing multiple instances.
Minor polishing to comments and documentation (whatever caught my eye was game).
Tightened up some code here and there by utilizing all the new features.
BUGFIXES:
---------
A bug in restore_execute.html caused hidden blocks to not be restored at all.
2004-11-08 19:36:07 +00:00
defacer
9b4b78fd6a
Da monster-commit of blocks version 2!
...
Code based on the work of Daryl Hawes for the blog module. Thanks, Daryl!
Please test the hell out of it as it's sure to have issues that need to be
ironed out.
2004-10-19 21:04:28 +00:00
stronk7
5b224948aa
course/view.php is using sesskey
...
(changes in blocks done, please check them)
Merged from MOODLE_14_STABLE
2004-10-09 20:16:05 +00:00
stronk7
8b92f5bb7d
course/mod.php is using sesskey.
...
Merged from MOODLE_14_STABLE
2004-10-09 17:23:28 +00:00
moodler
44ff1b8791
Changes for XHTML compatibility
2004-10-07 09:18:33 +00:00
gustav_delius
dfc12289a3
after removing empty line at top of section the editing icon was now a bit cramped in, so added an empty line below it but only if editing is on.
2004-09-30 18:56:08 +00:00
gustav_delius
eab617f96c
removed spurious empty line at start of sections
2004-09-30 18:43:24 +00:00
gustav_delius
839f2456bb
XHTML compliance
...
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius
26686b7ae3
closed some br and img tags
2004-09-12 22:39:20 +00:00
gustav_delius
dcb1bd3c9a
towards XHTML compliance
2004-09-12 13:21:01 +00:00
gustav_delius
24f2b65a4d
towards XHTML compliance
2004-09-12 12:21:27 +00:00
moodler
179c9a500f
Merged fixes for over-keen cleaning from STABLE
2004-09-03 12:44:11 +00:00
moodler
e0161bff4f
Merging in all the resource branch stuff (I know, it's mixed up)
...
so I can sort out the CVS explosion I had tonight
2004-07-25 14:00:29 +00:00
moodler
6236ed990d
Pass the whole $course variable to block_print_blocks_admin()
...
so we have more information.
2004-06-30 13:11:15 +00:00
moodler
9743a982b3
Print Blocks admin down the bottom ... hopefully less
...
confusion for new teachers just trying to add activities
Also, the new blocks appear there anyway
2004-05-22 09:17:06 +00:00
gustav_delius
fab178a10b
add anchors to week/topics on course homepage
2004-05-06 19:02:25 +00:00
moodler
db7da819d5
Use $course->hiddensections in topics and weeks
2004-04-30 12:17:49 +00:00