stronk7
48eac31328
Replaced XMLDB own implementation of the concat function to use
...
the new, ultra-cool, ADOdb based, concat_sql(). Thanks, Martin Langhoff!
2006-09-26 18:34:48 +00:00
stronk7
66841aed29
One wrong use of onespace2empty() - an strange function - :-/
...
in the DIRTY HACK was causing not info to be returned under Oracle
by the get_field_sql() function, so sequence numbers were broken.
2006-09-26 18:27:44 +00:00
stronk7
1d5071a57e
Don't CREATE OR REPLACE TRIGGER but just CREATE it
...
(so we'll be able to detect duplicate name with an
error instead of getting false success)
2006-09-26 18:10:27 +00:00
mits
e88ecd1b08
Brushed up theme oceanblue.
2006-09-26 18:00:27 +00:00
stronk7
2efd67bf5f
Increasing log_display->field because sql_concat() (one
...
wrapper over ADOdb Concat() generates really long
expressions for MSSQL.
2006-09-26 17:43:37 +00:00
stronk7
7bd1b4f5ba
Ops, scorm->skipview default must be 1
2006-09-26 16:58:49 +00:00
jamiesensei
5ae7038594
modified api to create an htmleditor element
2006-09-26 16:40:35 +00:00
stronk7
59e3e96277
copy/paste typo
2006-09-26 16:27:39 +00:00
stronk7
d5a28fdae9
Adding scorm->skipview to PostgreSQL
2006-09-26 15:56:18 +00:00
stronk7
d107d19057
Adding scorm->skipview to XMLDB file!
2006-09-26 15:25:29 +00:00
bobopinna
8e45ba4522
Added the new features MDL-4482 and MDL-6534 (Course structure view.php skip)
2006-09-26 14:40:00 +00:00
bobopinna
57d52eebfa
Fixed a bug in mode selection
2006-09-26 14:37:13 +00:00
bobopinna
32cfa4dbf8
Added skip view page feature
2006-09-26 14:25:59 +00:00
jamiesensei
f8857b4925
adding static element class to registry of Moodleform elements
2006-09-26 13:55:51 +00:00
urs_hunkler
d345a18967
'added space before styles_form to correct CSS loading'
2006-09-26 13:48:00 +00:00
jamiesensei
eb476e4adb
file describing a static form element for moodle with setHelpButton method
2006-09-26 13:32:15 +00:00
moodler
f1dcf0000a
Checked in Nick's patch from MDL-6699 to aid installation when there
...
are a LOT of students (it was running out of memory)
2006-09-26 13:31:57 +00:00
moodler
d22130f36d
Added a PEAR extension that was missing, and permission from
...
Mark Wiesemann for his renderers. Yay!
2006-09-26 12:07:48 +00:00
jamiesensei
2462a50af3
changed some assignments to assignment by reference when instantiating objects.
2006-09-26 11:13:51 +00:00
bobopinna
a9d22c84b6
Fixed a problem with Firefox
2006-09-26 10:26:03 +00:00
bobopinna
c9a2f27e80
Downgraded a new feature to fix the module
2006-09-26 10:23:37 +00:00
jamiesensei
80f962df90
* added error message for setHelpButton method not existing
...
* modified htmleditor class so that differences in formatting for this element are defined by css but use the same html
* added type name of element classes to css wrapper class names
2006-09-26 09:42:42 +00:00
mits
51d59bbb08
Brushed up theme oceanblue.
2006-09-26 09:39:10 +00:00
skodak
62f62bf984
admin bookmark cleanup
2006-09-26 09:25:37 +00:00
moodler
a3d23679e6
We have permission for HTML_Quickform and HTML_Common
...
...
Bertrand Mansion
http://www.mamasam.com - creative internet solutions
http://golgote.freeflux.net - blog
2006-09-26 09:12:21 +00:00
toyomoyo
1ad590e153
more changes, restoring of role assignments now work in course, mods and blocks instances (less user instance), restoring local overrides do not work
2006-09-26 09:05:44 +00:00
skodak
6de2a7b6c8
fixed another missing global $CFG
2006-09-26 08:49:47 +00:00
vyshane
83da3d286c
Fix for MDL-3975. Also added function in rsslib.php to delete cached RSS feeds for the source and destination forums when moving a discussion between 2 forums.
2006-09-26 08:37:56 +00:00
bobopinna
d292466ca6
Moved in datamodels directory
2006-09-26 08:21:46 +00:00
bobopinna
9096a47876
Not used for now
2006-09-26 08:20:23 +00:00
skodak
9e24fbd14d
basic validation fix for text admin settings
2006-09-26 08:16:17 +00:00
bobopinna
dc383b6f23
Splitted all the scorm/aicc library in type separeted files
2006-09-26 08:00:16 +00:00
bobopinna
d380567f82
Fixed a problem with reporting and multiattempts
2006-09-26 07:57:33 +00:00
bobopinna
a30b6819fc
Fixed some problems with reporting and multiattempts
2006-09-26 07:56:07 +00:00
skodak
8e00b731e1
fixed defaults
2006-09-26 07:39:04 +00:00
moodler
f67f8e8cb5
Updated README for MDL-6693
2006-09-26 07:17:54 +00:00
skodak
9a76d7b9ea
fixed autologinguests warning
2006-09-26 06:34:29 +00:00
skodak
05f8f7e76b
fixed missing global $CFG
2006-09-26 06:31:18 +00:00
skodak
2c1f712c16
file delete and rename warnings polished
2006-09-26 06:29:04 +00:00
toyomoyo
912c1fd5a2
correct xml parsing for mod level assignment and override
2006-09-26 06:02:10 +00:00
martinlanghoff
c4121640be
user: remove deprecated sql_paging_limit(), use offset, limit parameters
2006-09-26 05:11:50 +00:00
martinlanghoff
ea9a729f80
mod/lesson, mod/quiz: remove deprecated sql_paging_limit(), use offset, limit parameters
2006-09-26 05:11:29 +00:00
martinlanghoff
1ad5c6380f
mod/quiz: remove deprecated sql_paging_limit(), use offset, limit parameters
2006-09-26 05:11:05 +00:00
martinlanghoff
1e7368e782
dmlib: set_field() now has the Oracle DIRTY HACK too!
2006-09-26 05:10:39 +00:00
martinlanghoff
5a55af6097
dmlib: Add Oracle dirty hack cleanup to recordset_to_menu() get_field_sql() and get_fieldset_sql()
...
This covers most (all?) the gaps in data retrieval except get_recordset_sql().
To tackle get_recordset_sql, where the actual data retrieval is done within
AdoDB, we would have to to wrap around AdoDB with a subclass, but that would
be dirty, dirty, dirtier.
2006-09-26 05:10:18 +00:00
martinlanghoff
44f9885044
sql_concat(): fixed param order thinko -- and now it works too!
2006-09-26 05:09:48 +00:00
martinlanghoff
b4dd303a97
search: removed dbtype-specific select - MySQL can now handle grownup syntax
2006-09-26 05:09:26 +00:00
martinlanghoff
47dc28e53c
search: fixed mysql-isms - tablenames without prefix and with backticks
2006-09-26 05:09:01 +00:00
martinlanghoff
7e034f29a0
searchlib can use sql_ilike too!
2006-09-26 05:08:39 +00:00
martinlanghoff
a8f4522dfa
data, forum, glossary: use sql_ilike() for a portable LIKE operator
2006-09-26 05:08:18 +00:00