Eloy Lafuente (stronk7)
ec577b0538
MDL-25708 recordsets - glossary module
2011-01-25 19:59:01 +01:00
Petr Skoda
99d19c13ae
MDL-25855 some more missing filelib includes
2011-01-23 18:34:41 +01:00
Eloy Lafuente (stronk7)
dde5bfbcf7
MDL-25178 glossary - add completionentries rule
2010-12-20 20:02:04 +01:00
Andrew Davis
ae27608564
rating MDL-22412 removed references to legacy ratings tables
2010-11-25 06:40:27 +00:00
Eloy Lafuente
3b953472ac
MDL-25227 glossary - fix delete_instance() and clean orphaned entries
2010-11-15 15:16:57 +00:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Petr Skoda
ea7a9614e7
MDL-24859 adding missing glossary ajax text formatting (patch by Jason Platts) + adding missing context param to formatting options
2010-10-26 15:05:04 +00:00
Petr Skoda
6bdfef5da9
MDL-24321 switching to standard stdClass()
2010-09-21 08:54:01 +00:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Andrew Davis
2ac5625874
rating MDL-23586 shifted deletion of ratings out of per module delete instance functions and into delete_context()
2010-09-20 03:25:35 +00:00
Aparup Banerjee
d484419c61
assignment MDL-24159 made glossary_reset_userdata clear glossary_alias of relevant data.
2010-09-20 01:48:34 +00:00
Petr Skoda
72d2982eb1
hmm, it is reset course not courses
2010-09-18 12:08:16 +00:00
Petr Skoda
91421f3ead
a few spelling fixes
2010-09-18 12:07:01 +00:00
Dongsheng Cai
674abb945e
MDL-24087, removed commments deletion from module lib.php
2010-09-08 09:06:00 +00:00
Petr Skoda
4758639429
MDL-24080 converting remaining NOT LIKEs
2010-09-04 14:52:47 +00:00
Petr Skoda
e99cfeb83f
MDL-24079 glossary now using new sql_like
2010-09-04 14:15:48 +00:00
Petr Skoda
dd88de0ebd
MDL-14679 fixed remaining old style update_record()s
2010-09-03 18:01:25 +00:00
Dongsheng Cai
d846488e65
"MDL-23917, display comments for not logged in users"
2010-08-25 03:50:19 +00:00
Petr Skoda
1ca1c8f820
MDL-23901 copy/paste style migration of glossary to export via pluginfile.php
2010-08-23 14:42:31 +00:00
Dongsheng Cai
650a0c0a66
COMMENT MDL-23585 delete comments when centain contexts are being deleted
2010-08-02 07:44:45 +00:00
Petr Skoda
35716b8682
MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;improved php docs; fixed upgrade of filters (should be in plugins, not core)
2010-07-30 20:51:01 +00:00
Dongsheng Cai
16b86ae420
MDL-23187, added extra comments caps to modules (glossary, data and wiki)
2010-07-27 10:05:12 +00:00
Andrew Davis
274f98409a
rss MDL-23391 refactored rss feeds to make them standard across components
2010-07-20 07:49:34 +00:00
Andrew Davis
452d77ed99
glossary MDL-23373 made glossary save rating settings properly when its first created
2010-07-20 02:04:11 +00:00
Andrew Davis
aa60291e12
rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum
2010-07-19 10:57:52 +00:00
Petr Skoda
72c4be397c
MDL-23204 fixed import/export format issues
2010-07-18 08:52:21 +00:00
Andrew Davis
4ce274696f
glossary MDL-23360 fixed some display problems with the glossary
2010-07-18 08:28:09 +00:00
Andrew Davis
0074247f95
rating MDL-23187 added rating caps to those listed within activity cap check pages
2010-07-16 07:42:10 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
Martin Dougiamas
9b22ac0aac
NOBUG Fixed a bad string callto "alphabet"
2010-07-01 03:28:20 +00:00
Sam Marshall
d95ed8e376
glossary MDL-22971 cannot delete glossary
2010-06-28 13:43:55 +00:00
Dongsheng Cai
427711b108
"MDL-22677, glossar lib file needs to require rating library"
2010-06-10 05:08:56 +00:00
Andrew Davis
2e4b4fc000
glossary MDL-22677 cleaned up the ratings related stuff in the glossary reset code
2010-06-08 08:57:54 +00:00
Andrew Davis
218c0385ae
glossary MDL-22678 made the close window button only appear if showentry.php is being shown as a popup
2010-06-08 06:25:57 +00:00
Andrew Davis
15dd3edbcf
glossary MDL-22678 removed some commented out code and fixed an incorrect if empty check
2010-06-08 03:12:00 +00:00
Dongsheng Cai
4140cf6b8f
"MDL-22677, delete dependent comments and ratings in glossary module"
2010-06-04 09:49:56 +00:00
Eloy Lafuente
2e300e139a
NOBUG: Fix some queries preventing showentry "popup" to work
2010-06-04 08:26:11 +00:00
Dongsheng Cai
b61e3e80c1
MDL-22574, use filepicker import glossary xml
2010-06-02 07:30:13 +00:00
Sam Marshall
ca3d4806a3
accesslib MDL-22527 (undoing file accidentally committed with previous change - grr eclipse - sorry)
2010-05-21 11:52:40 +00:00
Sam Marshall
31c9330392
accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php
2010-05-21 11:51:23 +00:00
Andrew Davis
aeafd4366b
rating MDL-22526 added item checks to rating submission
2010-05-21 07:50:38 +00:00
Andrew Davis
9e86f2e7a9
rss MDL-22204 fixed rss autodiscovery and made the RSS UI elements placement consistent
2010-05-13 08:44:35 +00:00
Andrew Davis
eaed2fd163
ajax MDL-22286 removed references to the previous version of the JS function openpopup()
2010-05-05 02:05:58 +00:00
Eloy Lafuente
d3ce7c2cc7
MDL-22151 backup - glossary implemented
2010-05-03 23:18:33 +00:00
Andrew Davis
198ff49840
Rating MDL-22270 Prevented fetching of ratings when ratings are turned off
2010-05-03 02:31:22 +00:00
Dongsheng Cai
28925062d6
"MDL-19118, fix course id for comments api"
2010-04-29 09:07:49 +00:00
Andrew Davis
d251b25937
rating MDL-21657 updated version of ratings including checks for both new system capabilities and old per module capabilities
2010-04-23 09:44:19 +00:00
Andrew Davis
63e87951e6
rating MDL-21657 updated version of ratings including forum and glossary integration
2010-04-22 05:15:23 +00:00
Sam Hemelryk
3406acdef9
navigation MDL-22044 Major navigation structure changes.
...
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure .
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00
Sam Hemelryk
dca032a15f
mod-glossary mod-data MDL-22065 Changed support for these two modules for ratings to false until Andrews next ratings patch gets commit
2010-04-12 09:01:19 +00:00