d795bfdbf9
MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html> - merged from MOODLE_19_STABLE
2007-12-14 21:22:38 +00:00
5bd76d7fba
merged fix for MDL-9097, xhtml fixes for glossary
2007-03-30 07:04:43 +00:00
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
810944af7f
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
2006-11-11 17:23:20 +00:00
8451166cfb
Fixing display of pivots when they are author names
...
Merged from MOODLE_17_STABLE
2006-10-30 19:32:44 +00:00
e24d96baf6
Fixing some queries with duplicate column names. MDL-7294
...
Merged from MOODLE_17_STABLE
2006-10-30 19:02:58 +00:00
1d4d001cfd
merged fix for MDL-7267, fixing keywords pivot
2006-10-30 03:38:13 +00:00
b3e570450f
removing some isteacher()s from glossary
2006-08-26 19:19:36 +00:00
f9d5371b28
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
2006-08-08 22:09:55 +00:00
fbaea8f354
glossary print view is now valid XHTML.
...
Merged from MOODLE_16_STABLE
2006-05-07 10:49:28 +00:00
30691fc3c3
Solve some upperpivot notices and wrong behaviours. More coming...
2006-04-09 10:59:39 +00:00
7123515431
Now glossary pivot should be working fine under every charset.
2006-01-07 12:11:52 +00:00
aa8139414e
Replaced optional_var with optional_param
2005-12-07 06:21:58 +00:00
fb3178058c
Bug 2918. Change proposed by t.imoto.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=2918 )
Merged from MOODLE_14_STABLE
2005-04-14 23:20:33 +00:00
5bd9aa933a
Now glossary->name is working under filterall. It was really complex!
...
Just thinking about to add support for filterall inside:
- category->name
- concept->name
- filter!
2005-03-30 11:14:19 +00:00
ec81373f50
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
...
(While I was at it I also turned the autologinguests off for most module pages, except on the index.php pages and the view.php pages for those modules that allow guests)
2005-02-16 10:40:48 +00:00
41c980286b
Now print-view availability for students can be configured by glossary.
...
Bug 2080 (http://moodle.org/bugs/bug.php?op=show&bugid=2080 )
2005-01-12 00:55:38 +00:00
ff4240129c
Some checks are now done. SC#18.
...
Merged from MOODLE_14_STABLE
2004-12-15 09:03:39 +00:00
1c144d0eed
Changed some parameters. SC#33.
...
Merged from MOODLE_14_STABLE
2004-11-28 23:54:11 +00:00
1b4002e0b7
Just changing some parameters stuff to new functions...
...
See SC and Bug 1837
Merged from MOODLE_14_STABLE
2004-11-17 00:14:34 +00:00
2b99ea9efb
Print view isn't accesible if the activity is hidden.
...
Bug 1837
(http://moodle.org/bugs/bug.php?op=show&bugid=1837 )
Merged from MOODLE_14_STABLE
2004-11-16 23:36:35 +00:00
62067fe3ae
Header is out and "Site:" is in.
...
Partially solved Bug 1837
(http://moodle.org/bugs/bug.php?op=show&bugid=1837 )
Merged from MOODLE_14_STABLE
2004-11-16 23:12:21 +00:00
ae06e00e75
Old-awaiting for 1.4.2 release changes in the glossary.
...
Now, print view is different for each format (consistent with it).
New, custom formats can, optionally, define their print view. Else
the default one will be used.
With this, 1.4.x glossary developments are finished and we can start
solving some pending things in 1.5...
Merged from MOODLE_14_STABLE
2004-11-09 23:23:04 +00:00
41905731b7
fixed capitalization and quoting of attribute values
2004-09-12 16:24:41 +00:00
a9ef4a630a
closed <input /> <br /> <hr />
2004-09-12 14:41:49 +00:00
539f698d73
Important changes about how view.php (and print.php) retrieve records
...
from BD to be displayed. Some SQL statements have been modified to
get target records, avoiding a lot of post-processing causing some
bugs like Bug 1912
(http://moodle.org/bugs/bug.php?op=show&bugid=1912 )
Merged from MOODLE_14_STABLE
2004-09-09 18:31:50 +00:00
c9e9fb0fd7
Bug 1831
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1831 )
Merged from MOODLE_14_STABLE
2004-08-30 14:42:18 +00:00
8a2fe40709
strip_tags() to some parameters. Thanks skodak.
...
Bug 1836
(http://moodle.org/bugs/bug.php?op=show&bugid=1836 )
Merged from MOODLE_14_STABLE
2004-08-29 22:57:41 +00:00
f950af3c43
All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site.
...
All the page headers work correctly also on the site course.
On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
2004-08-22 14:38:47 +00:00
a359c29b79
Bulk changes to support plugin-formats in glossaries.
...
See the TODO.txt to get details about pending tasks.
The db upgrade should work fine (not tested under postgresql).
The plugin architecture is finished too.
See Bug 936.
(http://moodle.org/bugs/bug.php?op=show&bugid=936 )
2004-07-27 17:19:47 +00:00
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
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
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
d7143408df
replaced incorrectly closed html tags, see bug 365
2004-01-25 20:34:54 +00:00
db87439af3
- Fixing minor bugs... Nothing related with the problems the glossary is presenting right now in moodle.org... :(
2003-11-21 02:50:08 +00:00
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
4f3e59c3a2
- Improved printer-friendly version
...
- Cosmetic change in the main view of a glossary.
2003-11-18 13:49:31 +00:00
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
34fb06515c
if the glossary is at site-level then don't require a login
2003-11-09 03:35:36 +00:00
c4c2f1886d
- Fixed bug (printing-friendly version of an empty glossary)
2003-11-05 15:27:37 +00:00
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
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