nicolasconnault
25c56af824
MDL-19791 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:29:31 +00:00
tjhunt
c207b6bece
Remove a few unnecessary references to global $THEME.
2009-06-25 03:26:58 +00:00
tjhunt
3179b0006a
blocklib: MDL-19010 Fix blocks that were relying on ->instance in an unfortunate way
2009-05-06 09:15:33 +00:00
Francois Marier
6280ef3e58
Fix CVS-git drift (remove some files deleted in CVS)
2009-02-01 23:43:28 +00:00
skodak
775f811a66
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
2008-08-16 12:16:01 +00:00
Francois Marier
6800d78e06
Drift between CVS and git
...
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
skodak
b1f93b1512
MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl
2008-06-15 10:32:50 +00:00
skodak
219f652b91
MDL-14679 upgrade $DB conversion
2008-05-31 18:05:42 +00:00
moodler
433c242f1a
Merged new block versions from 1.9
2008-03-03 11:43:32 +00:00
moodler
c50e6a74df
Merged the removale of unneccessary includes
2008-02-18 02:12:59 +00:00
nfreear
ce3735d453
Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6"
2007-05-09 14:15:33 +00:00
moodler
2ee1f30bb2
Added some lables and formatting to fix MDL-8176 Accessibility
2007-01-18 12:06:36 +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
47325bb53d
Removed a form name
2007-01-04 14:02:46 +00:00
skodak
4f24b3e386
MDL-7861 various xhtml fixes and fixed layout of add activity/resource menu
2007-01-04 12:44:58 +00:00
stronk7
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
stronk7
d7a7184730
New upgrade.php file added for this module. MDL-7214
2006-10-26 16:33:49 +00:00
nfreear
57100a9098
Fixes bug MDL-6360 "Resizable image in breadcrumb trail..."
...
- files block_search_forums.php, calendar/lib.php, lang/en_utf8/access.php, weblib.php, theme/standard/config.php, styles_color.css
2006-09-19 11:36:21 +00:00
nfreear
c14d100161
Accessibility: strict, removed unnecessary alt="search" from <input type="text">.
2006-03-16 11:47:38 +00:00
nfreear
e996ef5d94
Accessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU-Bugz: 718)
2006-03-13 10:49:41 +00:00
nfreear
3034bd23ef
Accessibility: fix, replace <i> with <span> (Martin D post 10/3, OU-Bugz: 717)
2006-03-10 16:46:19 +00:00
nfreear
123238d042
Accessibility: /pix/a for accessibility and usability related images - fixed path.
2006-03-08 12:24:57 +00:00
nfreear
9252cbb703
Accessibility: replaced <input type="submit"> with button-embedded image.
2006-03-08 12:11:30 +00:00
mjollnir_
0d6b9d4f4d
MyMoodle: new /my/ page, contains course overview (module based, forum done). User defined blocks on /my/ page, admin defined stickyblocks. Needs lots of testing. Held off bumping version.php for blocks because of the postgres upgrade fixes Patrick is putting in.
2005-08-16 00:25:39 +00:00
defacer
cfab68844e
Adding a new lang file for the search forums block (no need to load up the
...
forum.php behemoth just for that) and moving a couple of strings there.
Hardwired strings and capitalization all fixed.
This fixes bugs 3090 and 3154.
2005-05-07 16:25:46 +00:00
moodler
91fe6e66da
Added advanced search link (might need some layout work)...
2005-04-30 17:29:47 +00:00
moodler
01454bd0c8
Styles updates
2005-03-25 16:41:05 +00:00
moodler
a046a852b3
Basic styles file for forum search block
2005-03-25 16:14:29 +00:00
defacer
ef4ee34938
Fix for bug 2705:
...
Decoupling from the beast that is /mod/forum/lib.php, it was a pity to
include 100+ KB of code so that we could reuse 7-8 lines.
This block also wasn't including that library itself, so after Martin
removed that dependency from courses it was broken as well.
2005-03-09 20:38:53 +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
defacer
7e571b7670
Clean the block code a bit
2005-02-27 20:31:14 +00:00
moodler
f0b8884d08
Added search help to the small search forms (big search form coming next)
2005-02-26 08:52:03 +00:00
defacer
e89d741af3
New naming conventions for class names to bring them in line with the
...
rest of Moodle. The convention for blocks is now:
class block_something extends block_base { ... }
HOWTO updated accordingly, plus some more minor polishing. More to come.
2004-11-23 18:53:34 +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
moodler
675dbdd9f5
FIxed some notices when installing Moodle fresh
2004-08-11 09:00:53 +00:00
paca70
a595c0b6ea
Files for postgresql
2004-04-19 04:30:55 +00:00
stronk7
0f3fe4b6ad
First Official realease of the "Blocks System".
...
Integrated with Moodle:
- Install automatically.
- Update course->blockinfo for each course at installation time.
- Modified course creation to insert into blockinfo field.
- Modified restore to insert into blockinfo field.
- Admin options (hide, show, delete, config) from admin page.
- Lang strings inserted (en only).
- Database support to mysql and postgresql (not tested!!).
Moodle, backup and block versions updated to 2004041800.
Tested with mysql: Install fresh and upgrade from previous.
section_activities block renamed to social_activities and created
its own lang file to support name "Social Activities". This can
be changed at any time.
TODO:
=====
Support it really in backup/restore.
????
Enjoy!! Ciao :-)
2004-04-18 23:20:53 +00:00