29 Commits

Author SHA1 Message Date
willcast
ae07873330 - Removing some Notices.. Thanks to Eloy for leting me know! 2003-11-21 03:33:21 +00:00
willcast
229ed3b57c - Adding slashes to [,] and other characters to allow autolinking. 2003-11-20 23:37:33 +00:00
willcast
b6862360af - Case sensitive search when click on a letter, fixed.
- Adding a display format manager. It controls the behavior of the display format when the user enter the glossary and when an auto-link is shown.
- Adding support to the new fullname function.
2003-11-19 17:47:40 +00:00
willcast
1ac87c7397 - Rewrite of the internal API in order to, hopefully, create an easy way to handle the flow of data internally and externally.
- Adding a new frame: Browse by Author
- A new, friendly way to show entries (asked by Martin): view?id=cm&mode=term&hook=[concept | alias ]
- Handling user activies, outline and complete.
- Properly showing new entries in recent activity box.
- Adding a flag to categories to specify if a category should or should not be automatically linked.
- Adding some missing strings and files as well.
- Adding a field to each glossary that specify how many entries by pages it should show.
2003-11-15 15:55:47 +00:00
moodler
c0fa5540c3 No need to strip slashes in a filter ... 2003-11-14 17:18:15 +00:00
moodler
6ee9d39b49 urlencode the dynalinks so they don't give errors if they have quotes
in them etc
2003-11-12 06:21:15 +00:00
willcast
fd9f0ec83a - Solving problems when trying to autolink entries with apostrophes on it
- Idem, when importing entries.
2003-11-04 15:04:35 +00:00
willcast
ea14e78373 - Cosmetic changes... Changing the Add Entry button for a new tab
- Creating two new tabs for the future export/import features.
- Improving a little the Printer-Friendly version (now it shows what you were watching in the previous frame)
2003-11-03 02:26:44 +00:00
willcast
0de786f7da - Global glossaries now available. All current rules apply to its entries. 2003-10-29 23:33:54 +00:00
willcast
c197e6070b - Added a new frame: Browse by date.
- Removing unnecesary double quotes (not all of them yet)
2003-10-22 04:15:08 +00:00
willcast
841d317f4a - Sorting entries by the length of the concept so large concepts could be linked first if they exist in the text to parse (avoiding that smaller concepts "gain control" over the larges one).
- Setting hard=coded default settings to glossary (will be replaced soon by global default settings)
2003-10-21 20:45:53 +00:00
willcast
20853eabc7 - Fixed bug the dealing with concepts that contains slashes 2003-10-21 16:30:12 +00:00
willcast
4d4c38f3fe - Fixed some bugs detected with Jeff's glossary (mostly with dynalink link feature) 2003-10-21 13:27:48 +00:00
willcast
c76e673ab5 - Cleaning a lot of code in edit.php and view.php
- Removing more notices when debug is ON
- Added a new feature: Now the entries have a default approval status... Not approved entries are shown on a teachers-only frame from which they can be approved or not prior to be visible by everyone.
2003-10-21 04:55:22 +00:00
willcast
677038ee7d - Removing notices when debug is on
- Deleting entries with attachments now delete the attachments properly
2003-10-20 16:42:49 +00:00
willcast
f4a809db92 - Two little mods in the category linking issue:
The concepts could be in more than one glossary so...
    I put it inside the "if concept is category" conditional... I little more efficient.
2003-10-17 15:35:18 +00:00
moodler
dc04ce9547 Fixed category linking. :-) 2003-10-17 15:30:18 +00:00
willcast
dc36351d8b Case sensitive match
Whole words match
No match at all (a bit rude (you have to get down to the HTML code), no GUI so far either)
Categories are now linked too (I forced to be a case sensitive match)
You can automatically link one or several glossaries at once no matter if it is a main one or not.
2003-10-16 22:05:00 +00:00
willcast
ff6c782016 - Testing... If you can read this.. I solved the problem (thanks to Martin)! :) 2003-10-16 06:37:43 +00:00
moodler
46fc277d38 Added version number to source 2003-10-16 06:00:47 +00:00
moodler
23d7c2c5a8 Added autolink style 2003-10-16 03:23:29 +00:00
willcast
1a1370bb0d - Link within link issue: Solved. 2003-10-15 22:01:12 +00:00
willcast
a9c4a830f7 - Link within link issue: Solved. 2003-10-15 17:27:51 +00:00
moodler
75f7bfe6a5 Minor formatting change ... links were obtrusive in forums etc ...
Will, what do you think?
2003-10-13 14:44:23 +00:00
moodler
e67b9e31e5 NEW EXPERIMENTAL FEATURE: text filters.
This new feature allows arbitrary text filters to be added to
any HTML that is printed (forum posts, resources etc) ... anything
that uses the standard format_text function.

The first one properly supported is the glossary dynamic linking
feature.
2003-10-13 14:11:17 +00:00
willcast
703f296be2 - Multiwords concepts are now shown as a single link when they are dinymically linked.
KNOWN BUG: When a concept is contained inside another concept (i.e. HOUSE and DOLL HOUSE) only the smaller concept is shown. Any help would be appreciated.
2003-09-30 04:13:33 +00:00
willcast
4f5c5e11a5 - Multiwords concepts are now shown as a single link when they are dinymically linked.
KNOWN BUG: When a concept is contained inside another concept (i.e. HOUSE and DOLL HOUSE) only the smaller concept is shown. Any help would be appreciated.
2003-09-30 04:01:34 +00:00
willcast
de53b9ac25 - Duplicated entries are now shown together when a dynamic link is clicked on. 2003-09-30 02:17:09 +00:00
willcast
466ea2349a - Implementing output text filters for glossary entries
dynalink.php::glossary_dynamic_link($courseid, $text, $glossaryid = NULL)
2003-09-29 17:45:42 +00:00