289 Commits

Author SHA1 Message Date
willcast
6c884b58c9 - Linking global categories from within courses now works. 2004-02-21 02:48:53 +00:00
willcast
27f2c52057 - Linking global categories from within courses now works. 2004-02-21 01:16:03 +00:00
moodler
017b4cab3e Making the link title look a bit nicer for long strings with spaces etc 2004-02-20 04:14:24 +00:00
paca70
d956341c66 Fixed INT4 SERIAL 2004-02-19 19:07:04 +00:00
paca70
7279163ff2 Removed signed/unsigned definations (Thanks to Ulrik Petersen to pointing this out) 2004-02-19 09:54:33 +00:00
stronk7
93766dbd6a Now glossary logs are restored too !! :-) 2004-02-18 22:29:50 +00:00
stronk7
d3acd64d59 Little bug storing wrong comment->id in the info field
when performing the "delete comment" action. Now it works fine. :-)
2004-02-18 21:50:33 +00:00
stronk7
fabf55e684 Added the cmid field to some add_to_log() calls. To use it when
restoring logs. Now I think that everything is ready !! :-)
2004-02-18 20:52:44 +00:00
stronk7
f43c695e1e Added cmid to some add_to_log() function calls.
Needed to be able to restore logs properly. :-)
2004-02-18 20:02:33 +00:00
moodler
302130de75 Global not defined 2004-02-16 17:32:10 +00:00
moodler
096b5432a7 Fixed some old pix paths 2004-02-16 09:24:14 +00:00
willcast
e18abcc4de Adding missing columns... and tables for PosgresSQL squema 2004-02-12 22:42:04 +00:00
moodler
a7f4452d11 Updating version numbers of all Modules to make things a bit clearer 2004-02-01 04:42:39 +00:00
moodler
9423833cd9 All modules now require the very latest because of the changes to add_to_log 2004-01-31 15:25:00 +00:00
moodler
037f99aa2d Upgraded add_to_log to send cm->id 2004-01-31 15:22:04 +00:00
moodler
916ac02608 No functional change, just me moodling 2004-01-30 07:29:08 +00:00
moodler
83f007bf39 Define minimum required versions of Moodle 2004-01-28 04:27:57 +00:00
moodler
de7d2d5531 New dividers 2004-01-26 12:21:44 +00:00
gustav_delius
d7143408df replaced incorrectly closed html tags, see bug 365 2004-01-25 20:34:54 +00:00
willcast
33cc423e38 - Solving bug 995:
Blank aliases caused the autolinking feature to mess the whole thing...
2004-01-25 04:05:58 +00:00
moodler
77362fa9ce A very quick and dirty try .... Williams? What do you think? 2004-01-17 10:18:12 +00:00
moodler
0f32a7f3f9 Require user to login to see glossary entries (if a course is specified) 2004-01-16 11:39:40 +00:00
willcast
94b27136b2 - Solving bug 971:
Some default settings override db fields when editing an entry.
2004-01-13 13:48:40 +00:00
moodler
55030f9a41 A little spacing on the display 2003-12-10 16:36:38 +00:00
moodler
a61cf7e35e Hope you don't mind, Will, but I had to do some cleaning up of the comments pages
- comments look more like forums
   - glossary entry is displayed consistently
   - workflow makes more sense to me at least (more like forums)
   - code is shorter   :-)
2003-12-10 16:29:56 +00:00
moodler
79be5e9a41 Simplification of the comments page and more forum-like comments 2003-12-10 16:06:06 +00:00
moodler
e0920b2189 FIxed size of comment icon 2003-12-10 08:47:08 +00:00
moodler
df0628e289 Whoops left a typo 2003-12-10 08:44:03 +00:00
moodler
4da57a09bd Changed some font size 2003-12-10 08:43:02 +00:00
moodler
c30c36a352 New, smaller comment icon 2003-12-07 05:57:57 +00:00
willcast
c80828fe8f - First step towards Tom Murdock's suggestions on a global search feature (if it is ever implented)...
Added a new funtion: module_search( $course, $searchterms, $extended, $glossary = NULL)

It returns all entries that matches the specified criteria in any glossaries within a given $course. It performs an $extended search if necessary.

It restrict the search to only one $glossary if specified (currently used by the internal search function of the module).
2003-12-03 18:33:16 +00:00
willcast
11797fd804 - Bringing order to chaos (thanks Martin) 2003-12-02 18:53:43 +00:00
willcast
5b4388f305 - Missing a $firstname $lastname... :( Changed to fullname 2003-12-02 14:43:36 +00:00
willcast
072f753331 - Some fixes when deleting entries and glossaries.
- Changing the way the comments are shown
- Saving a couple of lines in the Add Entry screen.
2003-12-02 14:35:39 +00:00
willcast
0f23e14e27 - Deleting inconsistent records on glossary_alias due to the last fixed bug. 2003-11-27 13:32:02 +00:00
willcast
5d422d4284 - Fixing bug regarding the aliases (pointed out by Sho Fukamachi also) 2003-11-27 05:25:26 +00:00
willcast
c8473c36a4 - Fixing typo (pointed out by Sho Fukamachi) 2003-11-26 14:42:47 +00:00
willcast
65a6c7bb3f - Removing tags from glossary name when exporting the entries. 2003-11-26 14:38:34 +00:00
willcast
b620a99505 - Fixed two bugs: Teacher's modified or added entries were being set as not approved if the default approval status is off.
- Fixed bug when trying to display entries with ? in the definitions or aliases.
2003-11-25 17:44:51 +00:00
willcast
d6bbfb22fa - Student can't edit their own entries solved. 2003-11-25 16:37:59 +00:00
willcast
e29ad7ebbe - Properly deleting attached files when a glossary is deleted. 2003-11-23 02:46:29 +00:00
willcast
37d543b545 - Minor fix (locating the send ratings button correctely when the mode is entry.) 2003-11-23 01:01:29 +00:00
stronk7
5e4f44b6ad Now glossary_ratings are in backup/restore too. !!
Solved one errors with glossary_alias.
Updated "graphical structure" of the module.
2003-11-22 20:02:34 +00:00
stronk7
a741f7eea8 Some needed scales recoding previous to ratings... :-) 2003-11-21 22:51:56 +00:00
willcast
375c162355 - Minor fix (removing a notice) 2003-11-21 19:04:21 +00:00
willcast
1c1f86b7b1 - Compatibility issue. (Eloy, try this one). 2003-11-21 19:00:09 +00:00
willcast
63dd5fb281 - Grading enabled.... finally. 2003-11-21 18:42:38 +00:00
moodler
cc41c129c8 Remove evil styles ;-) 2003-11-21 05:24:01 +00:00
willcast
505eec9cad - Removing my nice black lines around the tabs.. sniff... sniff
8D
2003-11-21 04:55:32 +00:00
willcast
ae07873330 - Removing some Notices.. Thanks to Eloy for leting me know! 2003-11-21 03:33:21 +00:00