Commit graph

825 commits

Author SHA1 Message Date
willcast
0756aaecac - Fixed bug regarding default setting' variable names 2003-11-17 12:40:25 +00:00
willcast
5e3d1f59de - Backup/restore of the new field entbypage 2003-11-17 03:08:35 +00:00
willcast
c4a354196b - Improved browse by author.
- view.php?id=cm&show=[concept | alias ] done.
2003-11-16 17:13:19 +00:00
willcast
2f23555ddd - Todo list. 2003-11-16 02:58:18 +00:00
willcast
5020a17a85 - Fixing a bug: Group breaks even when the only thing that change between an entry and the previous is its case. 2003-11-16 02:53:13 +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
moodler
003891b463 Undoing my changes to the editing functions, because it removed backward
compatibility with 1.1.1 ... this way it works on both.
2003-11-11 06:27:49 +00:00
willcast
1d8cfdce7c - BUg when importing aliases 2003-11-09 12:35:12 +00:00
moodler
f6d5ac7efc Removed focus from header 2003-11-09 03:54:26 +00:00
moodler
34fb06515c if the glossary is at site-level then don't require a login 2003-11-09 03:35:36 +00:00
willcast
4403d2b89c - Setting as optional the course id so, by default, it look for entries in global glossaries (unless a glossary is specify that will search in both). 2003-11-09 03:29:25 +00:00
moodler
f26d986a17 Minimal formatting changes to center things 2003-11-09 03:26:33 +00:00
moodler
1c338cdbc8 Some cosmetic changes to the code to use the new html editor functions.
No change in functionality at all.

I was in the area trying to fix a bug on this page that only
shows up in Internet Explorer (something to do with editor)
2003-11-09 03:16:28 +00:00
willcast
0075885151 - Missed that one. 2003-11-07 16:04:31 +00:00
willcast
7965be79e3 - Backup/restore and Import/export aliases. 2003-11-07 15:58:29 +00:00
willcast
046a797c1a - Allowing to selectively export categories or entries based on current frame and view. 2003-11-06 15:07:34 +00:00
willcast
53bc5a9433 - Removing tinyints from Postgresql's db squema. 2003-11-05 16:41:56 +00:00
willcast
c4c2f1886d - Fixed bug (printing-friendly version of an empty glossary) 2003-11-05 15:27:37 +00:00
willcast
81bdc9e928 - Aliases are now shown when displaying entries 2003-11-05 12:46:51 +00:00
willcast
3c1b31d913 - New icon... :) 2003-11-05 03:30:38 +00:00
willcast
1ba2befbf1 - Adding aliases 2003-11-05 00:06:31 +00:00
willcast
de1fe38401 - Adding paging when the number of entries shown is greater than $CFG->glossary_entbypage
- Adding $CFG->glossary_entbypage to config.html
2003-11-04 18:38:22 +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
moodler
c427414996 Glossary now gets the alphabet string from moodle.php instead of glossary.php 2003-11-04 12:36:55 +00:00
willcast
748b1932aa - Basic export/import functionality.. Does not export nor import the attached files. 2003-11-04 03:54:01 +00:00
moodler
fb7a194e6b Removed blank lines at the end (!) 2003-11-03 02:59:09 +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
ab653b5517 - Typo 2003-11-02 02:40:00 +00:00
willcast
f6149b0910 - Applying proper coding conventions to the default settings' variables 2003-11-02 02:37:44 +00:00
willcast
cb2f5705ec - The admin can define default values for glossary and entries' settings via the admin modules interface. 2003-11-02 01:48:44 +00:00
willcast
4f4ca7b5e1 - Printer-friendly version of the glossary
- First step in the export/import feature (export is done)
- Minor changes here and there
2003-11-01 20:27:21 +00:00
willcast
49210b9085 - Important update: I did not delete categories nor comments once a glossary has been deleted. Fixed now. 2003-10-31 15:26:28 +00:00
willcast
5eaa2d3468 Bug fixed:
- Updating a Default Approval Status from NO to YES in a glossary, now approve automatically all entries waiting for approval.
2003-10-31 13:40:34 +00:00
stronk7
961d2828e8 globalglossary is included now in backup/restore. :-) 2003-10-31 08:47:03 +00:00
willcast
0de786f7da - Global glossaries now available. All current rules apply to its entries. 2003-10-29 23:33:54 +00:00
willcast
1d9ddaaf2e - New encapsulated functions in order to make easier to create new display formats
- Fixed problem when showing 'ALL' in alphabet frame
- Disabled unnecessary fields when selecting DO NOT AUTOMATICALY LINK THIS ENTRY in the adde entry screen
2003-10-28 16:10:36 +00:00
stronk7
8094a84cad Take out some debug info. Forgot it in previous commit. 2003-10-27 17:31:57 +00:00
moodler
0f4ae874d9 A little typo hiding the continuous format 2003-10-27 14:25:08 +00:00
moodler
94e935e7d1 In the index, show how many entries there are in each glossary 2003-10-26 08:14:54 +00:00
moodler
00af6d7e91 Use format_text for consistency 2003-10-26 08:06:16 +00:00
moodler
9652408974 Now uses choose_from_menu() for the format display, and the items
are now sorted.

The other items could be easily done with choose_from_menu() too  ;-)
2003-10-25 02:53:02 +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
290891415d - Preventing guest for posting comments on entries 2003-10-21 18:32:36 +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
stronk7
e0234384f4 Small typo :-) 2003-10-21 09:49:55 +00:00
willcast
7b892c8787 - Backup/Restore of the new field 2003-10-21 05:19:43 +00:00