stronk7
f878539f42
Applied some changes to filter (not commited before 1.3 due its proximity).
...
I think it solves Bug 1487 and makes things a bit clear in this filter...
(http://moodle.org/bugs/bug.php?op=show&bugid=1487 )
2004-05-27 23:32:55 +00:00
stronk7
d980b5da22
Now only approved entries are showed in RSS feeds...
2004-05-24 00:10:38 +00:00
stronk7
ea596d330b
Now integers < 1000 in conceps and aliases are avoided in the filter. Bug 1446.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1446 )
2004-05-23 18:54:01 +00:00
stronk7
e30a276249
Now paging will mantain the "fullsearch" option.
...
Bug 1438.
(http://moodle.org/bugs/bug.php?op=show&bugid=1438 )
2004-05-21 19:24:23 +00:00
stronk7
e2ba5060d4
Escape "/" char in preg_quote(). Bug 1436.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1436 )
2004-05-21 18:56:21 +00:00
stronk7
43d2c51413
Avoid one more notice...
2004-05-20 23:07:59 +00:00
stronk7
1c908d9b12
Solved one bug causing category->name to be cleared
...
when editing them.
2004-05-20 23:04:23 +00:00
stronk7
165278015e
Solve some notice with debug = on.
...
Thanks to skodak. Bug 1405.
(http://moodle.org/bugs/bug.php?op=show&bugid=1405 )
2004-05-20 19:51:23 +00:00
stronk7
b4d3bed714
Now in glossary module, preferences->backup_users = 2 (none users) has precedence
...
over include teacher entries in the backup. Used to support the glossary module
in "none users" backups. See bug 1420.
(http://moodle.org/bugs/bug.php?op=show&bugid=1420 )
2004-05-20 18:19:07 +00:00
moodler
ae6f861d20
A problem with brackets was reported, but I couldn't duplicate it.
...
Just in case, I've added an escape for them.
2004-05-20 03:37:57 +00:00
stronk7
3168c823a4
Hi !!
...
Solved one bug before being posted to the Bugs System. Incredible !!!
(http://moodle.org/mod/forum/discuss.php?d=8089 )
:-D
2004-05-19 23:34:51 +00:00
stronk7
2127fedda8
Step 2 of Bug 1223 done.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1223 )
2004-05-16 00:36:00 +00:00
stronk7
0f1a97c2fb
Step 1 of Bug 1223 done.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1223 )
2004-05-15 23:18:24 +00:00
stronk7
e0147c9bc7
Now entry->concept is always printed in FORMAT_MOODLE format, instead
...
of using the entry->format field. This should close Bug 1298.
(http://moodle.org/bugs/bug.php?op=show&bugid=1298 )
2004-05-15 17:34:43 +00:00
stronk7
7856dd5949
Opps. I forgot to commit this files yesterday... :-(
...
This close Bug 1370
(http://moodle.org/bugs/bug.php?op=show&bugid=1370 )
2004-05-15 17:27:50 +00:00
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