mjollnir_
7e0286af89
Merged from MOODLE_14_STABLE: Indexes for scorm and version bump (honoring partial freeze)
2004-11-19 05:28:51 +00:00
mjollnir_
a5e2b34dac
Merged from MOODLE_14_STABLE: Indexes for resource and version bump (honoring partial freeze)
2004-11-19 05:00:40 +00:00
mjollnir_
556b96786e
Merged from MOODLE_14_STABLE: Indexes for quiz and version bump (honoring partial freeze)
2004-11-19 04:14:13 +00:00
defacer
9e094fd54b
Silly me... forgot to update url_get_path when I moved this thing in here.
2004-11-19 03:29:16 +00:00
defacer
db9b01eda2
Proof of concept for the things you can do with the new Blocks and Pages APIs.
...
What's important to stress here is that this demo is completely self-contained;
it does not require modifying ANY core Moodle code.
2004-11-19 03:16:56 +00:00
mjollnir_
33a55a6d55
Merged from MOODLE_14_STABLE: Indexes for lesson and version bump (honoring partial freeze)
2004-11-19 03:13:05 +00:00
mjollnir_
6513df237c
Merged from MOODLE_14_STABLE: Indexes for label and version bump (honoring partial freeze)
2004-11-19 03:05:38 +00:00
defacer
a177631062
Updated the configuration-handling logic to the same level as the new instance-
...
configuration handlers. Much more easy to use and precise.
2004-11-19 03:01:31 +00:00
defacer
482dbe0cd4
Correct construction of SQL clauses (fix for SC#20).
...
Improved conformance with the new _param() functions a bit.
2004-11-19 02:47:00 +00:00
defacer
f8582e3e0a
Tweaked class MoodleBlock some. Removed a useless function (how did it get in here?)
...
and renamed handle_config(), print_config() to config_save(), config_print() for
consistency with the new instance_ functions().
Removed that old and obsolete README file.
2004-11-19 02:41:32 +00:00
defacer
2456d7c815
Updated the two standard blocks that have configuration features to work
...
with the latest version of the Blocks API.
2004-11-19 02:36:57 +00:00
defacer
833d033623
First version of the Developer Documentation: Blocks how-to.
...
Still a bit rough around the edges and definitely will see refining.
Almost killed me, though. I hope it turns out to be useful.
2004-11-19 02:32:48 +00:00
mjollnir_
4b0626c985
Fixed another version problem, this time not _as_ serious as just in UNSTABLE DEVELOPMENT
2004-11-19 02:30:40 +00:00
mjollnir_
58336c87a2
Merged from MOODLE_14_STABLE: Indexes for journal and version bump (honoring partial freeze)
2004-11-19 02:02:38 +00:00
martignoni
ab0f642d80
Changed "search" string for more explicity
2004-11-18 18:53:21 +00:00
skodak
00d9cd1409
merged from MOODLE_14_STABLE;
...
fixed encoding of html entities in tex expressions - SC#7
2004-11-18 10:08:14 +00:00
moodler
6958042464
Merged default categpory fix from stable
2004-11-18 07:32:31 +00:00
moodler
906fef94ed
Use the defined defines that we defined (eg FORUM_FORCESUBSCRIBE)
2004-11-18 06:41:51 +00:00
moodler
75169b06c4
FIxed the call to forum_add_user that was breaking student enrollment
2004-11-18 06:40:11 +00:00
moodler
ade736f13c
When there are no courses to list in the block, then include a link for adding one.
2004-11-18 06:33:23 +00:00
mjollnir_
1ad49e00d9
Merged from MOODlE_14_STABLE: Indexes for glossary and version bump
2004-11-18 04:38:52 +00:00
rkingdon
ee3dddc1c9
Allow student submissions to be edited/deleted in the Submission phase of
...
workshops.
2004-11-18 04:24:31 +00:00
mjollnir_
d21e88a938
Merged from MOODLE_14_STABLE: Indexes on forum and version bump
2004-11-18 04:10:47 +00:00
moodler
1734f08ea4
In execute_sql, if feedback is not required then don't even show the
...
ADOdb feedback. Makes those careful DROPs look less frightening! :-)
2004-11-18 03:36:52 +00:00
mjollnir_
275c630a4a
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - main tables
2004-11-18 02:55:33 +00:00
martinlanghoff
bce7197321
Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-335 Now memory_limit can be overriden by higher config settings from php.ini, commandline, httpd.conf, .htaccess
2004-11-18 02:55:06 +00:00
martinlanghoff
0c3e818cb1
Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-321 Fixed bug in user search: now we trim() the search string
2004-11-18 02:47:02 +00:00
mjollnir_
327613bcb6
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - exercise module
2004-11-18 02:42:33 +00:00
mjollnir_
1ef51a6c42
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - dialogue module
2004-11-18 02:40:24 +00:00
mjollnir_
782fe16bbc
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - choice module
2004-11-18 02:39:16 +00:00
mjollnir_
756fe81e15
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - chat module
2004-11-18 02:37:58 +00:00
martinlanghoff
2b49ae96a6
Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-305 - Postgres SQL bugfix for instance_is_visible()
2004-11-18 02:37:52 +00:00
mjollnir_
362d9c0e7e
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - attendance module
2004-11-18 02:35:42 +00:00
mjollnir_
d66122e2a8
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - assignment module
2004-11-18 02:33:49 +00:00
martinlanghoff
6315b1c8b6
Merged from MOODLE_14_STABLE moodle--eduforge--1.3.3--patch-222 - SQL improvements\n Better SQL performance for get_courses() and get_courses_page() calls, specially from the categories page. This gives much better performance when browsing existing courses
2004-11-18 02:31:53 +00:00
mjollnir_
2171c83396
Merged from MOODLE_14_STABLE: Indexes for exercise and version bump
2004-11-18 01:57:04 +00:00
mjollnir_
62bf565657
Merged from MOODLE_14_STABLE: Indexes and version bump for dialogue
2004-11-18 01:35:32 +00:00
mjollnir_
15e0081234
Merged from MOODLE_14_STABLE: Indexes and version bump for choice
2004-11-17 23:03:56 +00:00
mjollnir_
74dbfd4daf
Merged from MOODLE_14_STABLE: Indexes for chat and version bump
2004-11-17 22:54:16 +00:00
mjollnir_
f75d0a479c
Merged from MOODLE_14_STABLE: Indexes and version bump for attendance
2004-11-17 22:11:52 +00:00
mjollnir_
ce64ebf9b7
Merged from MOODLE_14_STABLE: Indexes and version bump for assignment
2004-11-17 21:49:48 +00:00
mjollnir_
ed38d55a41
Version bump for new indexes
2004-11-17 07:49:04 +00:00
mjollnir_
ffa5f71b4b
Merged from MOODLE_14_STABLE:
...
Add a unique key to guarantee that course,sortorder is unique. Allows fix_course_sortorder and ordering operations to be much faster. (martinlanghoff)
Plus more indexes for user table (mjollnir_)
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-231
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-236
2004-11-17 07:47:03 +00:00
mjollnir_
17f3e7d05b
Merge from MOODLE_14_STABLE: Indexes on faux foreign keys and often used fields, one more set and version bump to come.
2004-11-17 07:09:08 +00:00
mjollnir_
ba87a4daf5
Merged from MOODLE_14_STABLE:
...
Fixes to fix_course_sortorder() and course/category.php pages. (martinlanghoff)
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-160
Minor fix: moodle would crash on high number of courses when doing course creation -- should be more scalable now
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-164
Fix a bug I have introduced in fix_course_sortorder() - v2
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-210
Fixed nested transaction in fix_course_sortorder()
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-215
Performance and memory usage fixes for re-sort courses function
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-268
Major performance and correctness improvements in the functions that move courses up and down, reorder by name, and in fix_course_sortorder(). All now assume course-sortorder is unique (this is enforced at the DB)
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-332
fix_coursesortorder() bugfixes and logic simplification
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-333
courses listing enhancements: bugfix on re-ordering, keep the right page on actions
2004-11-17 06:57:28 +00:00
mjollnir_
1ed5abc877
Merge from MOODLE_14_STABLE: moodle--eduforge--1.3.3--patch-207(partial) + moodle--eduforge--1.3.3--patch-408 - added begin_sql() and commit_sql() (martinlanghoff)
2004-11-17 05:31:21 +00:00
mjollnir_
72ccca5632
Merge from MOODLE_14_STABLE: moodle--eduforge--1.3.3--patch-201 - optimized calls to get_courses() to retrieve only required fields (martinlanghoff)
2004-11-17 05:05:14 +00:00
mjollnir_
17c88613b4
Bug fix for sql for new workshop tables for mysql
2004-11-17 03:17:05 +00:00
michaelpenne
cc72031abe
changed ongoingcustom definition
2004-11-17 01:07:17 +00:00
michaelpenne
324da715f2
updated lesson_calculate_ongoing_score to match the grading algorithm used in view.php. Also suppressed a warning in lesson_print_tree_link_menu function.
2004-11-17 01:05:39 +00:00