stronk7
4528ab53dd
Added missing Id: cvs tag. Bug 1394
...
http://moodle.org/bugs/bug.php?op=show&bugid=1394
2004-05-14 19:36:39 +00:00
stronk7
187e22dbe0
Upgraded glossary to 2004051400. The process will launch an
...
update of entry->concept and alias->alias to trim them.
This should close bug 985 forever...
(http://moodle.org/bugs/bug.php?op=show&bugid=985 )
2004-05-14 19:14:57 +00:00
stronk7
b965603072
Now, the entry->concept and alias->alias fields are trimmed
...
in edit, import, export, backup and restore.
To solve bug 985
(http://moodle.org/bugs/bug.php?op=show&bugid=985 )
2004-05-14 18:37:30 +00:00
stronk7
5cca249645
Reverted to revision 1.8 (left join) to continue working in bug 985.
2004-05-14 17:23:42 +00:00
stronk7
00f7f08d6b
Now the show=concept|alias
...
has been decoupled into 2 sql statements to make it works
under every MySQL version.
Hope this close Bug 985 forever...
2004-05-13 19:27:52 +00:00
stronk7
189bec8895
Bug 1296 solved.
...
Now duplicate entries are showed in all the lists. Simply I've changed
the fields order in select statements to make entryid (unique) the first.
Not detected negative consequences...ciao :-)
http://moodle.org/bugs/bug.php?op=show&bugid=1296
2004-05-12 20:39:34 +00:00
stronk7
8e68d64a2d
Added some harcoded strings in glossary module (Bug 1062)
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1062 )
2004-05-12 19:03:42 +00:00
stronk7
465e3ae35d
Solved bug 985. Now "show" will work with aliases and with concepts
...
with and without aliases. Changed the cuery to a left join to
be able to process entries without aliases. This type of operation
should be changed to boolean queries sometime in MySQL 4!!
Test it!!
http://moodle.org/bugs/bug.php?op=show&bugid=985
2004-05-12 18:44:15 +00:00
stronk7
2a2525257f
Solved bug 1378. Missing encoding in glossary/print.php
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1378 )
2004-05-12 17:59:07 +00:00
stronk7
3a4b8c823d
Changed some incorrect <?= tags to <php p()...
...
Skodak has found more incorrect tags. See bug 1376
(http://moodle.org/bugs/bug.php?op=show&bugid=1376 )
2004-05-12 16:55:48 +00:00
stronk7
3eb2f7ecf8
Solved bug 1086.
...
Please, verify (and close) it. Patch submitted by Petr Skoda. Thanks!
I've modified some lines in formats to avoid some Notices and make
everything display more consistent. Please, test it!!
2004-05-11 22:38:45 +00:00
stronk7
701fff2145
Now, concept and aliases are not linked when
...
viewing entry itself. This will close bugs 1145 and 1295.
Thanks to Petr Skoda and his patch!
2004-05-11 19:59:17 +00:00
stronk7
d34b9c5f2d
Now concepts are not enclosed by paragraph tags. Bug 1298.
2004-05-11 18:06:56 +00:00
stronk7
3483856eb8
Now glossary concepts are not linked (bug 1366).
...
Patch submitted by Petr Skoda.
2004-05-11 17:31:43 +00:00
stronk7
87299b3133
Solved another notice in glossary config page with glossary_entbypage
2004-05-10 18:24:58 +00:00
stronk7
fce0e06d81
Solved some notices (debug mode) when creating new entries...
2004-05-10 18:10:17 +00:00
stronk7
7923318e97
Included some missing colons...I forgot.
2004-05-09 23:10:46 +00:00
stronk7
87b00f0ee1
Now glossary->rsstype and glossary->rssarticles are in backup & restore.
...
Added two missing strings too.
2004-05-09 22:27:44 +00:00
stronk7
2dda0bbbc7
Now glossaries can produce RSS feeds too !!
...
Some strings (RSS related) has been moved from forum.php to moodle.php
to avoid suplicating them once per module.
It seems to work fine, please test...:-)
2004-05-09 22:20:05 +00:00
gustav_delius
c12007857b
removed some undefined variable errors. However there are lots of them in edit.html, see bug 1344
2004-05-08 20:52:53 +00:00
gustav_delius
a86ea57ddf
category list now sorted when adding entry, thanks to Bernard, bug 1010
2004-05-08 20:47:14 +00:00
moodler
ff62c65990
Some fixes to headers
2004-05-02 02:25:04 +00:00
moodler
31085e5057
Don't require login to site level glossary entries
2004-05-02 02:13:58 +00:00
stronk7
9b690d2b48
Now encoding some fields to be non-ASCII aware. Thanks to Petr Skoda.
...
See bug 1266 (http://moodle.org/bugs/bug.php?op=show&bugid=1266&pos=14 ).
Applied the same patch to alias too!!
2004-04-24 00:48:57 +00:00
moodler
67905aceda
SOme fixes for
...
- the URL used in recent activity links
- the display of single entries
2004-04-18 05:54:33 +00:00
moodler
3606275985
More robust handling when creating glossary export files
2004-04-07 08:33:17 +00:00
moodler
bdb2f23f70
Started out with a small user interface fix (to use standard functions)
...
and ended up cleaning up the code quite a bit
2004-04-03 13:04:00 +00:00
moodler
ff8352de94
Some fixes to highlighting ... it is now performed AFTER the format_text.
...
This means that searches can no longer mess up the TeX formatting.
Also, the concept names are now formatted, allowing multilang, TeX etc
2004-03-31 08:34:41 +00:00
moodler
34aeb9360f
Make searching parameters sticky
2004-03-31 08:14:10 +00:00
moodler
cc345ff6db
Fixed missing argument $ratings
2004-03-31 08:05:52 +00:00
moodler
4da52954df
Escape some concept strings that can cause trouble in eregi
2004-03-31 07:46:59 +00:00
moodler
940fca1a36
Fixed a little bug when glossary filter called from front page or
...
anywhere else a course is not defined
2004-03-09 16:30:36 +00:00
moodler
08df81a8e6
Renamed dynalink.php to filter.php for consistency with other filters
2004-02-22 00:20:14 +00:00
willcast
c9128b637b
- Dealing with incompatibilities related to posgresql.
2004-02-21 13:21:35 +00:00
willcast
a5e48d968d
- Fixing come incompatilities with PostgreSQL.
...
THANKS TO ULRIK PETERSON!
2004-02-21 13:05:38 +00:00
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