Marina Glancy
787ec240c1
MDL-53772 inplace_editable: set context in callbacks
2016-04-14 13:58:29 +08:00
Marina Glancy
21d9596cca
MDL-53254 tags: tags management inplace editable
2016-03-18 08:07:19 +08:00
Marina Glancy
352bfbf55c
MDL-53254 tags: tag collections inplace editable
2016-03-18 08:07:19 +08:00
Marina Glancy
131b78b9a7
MDL-53254 tags: tag areas inplace editable
2016-03-18 08:07:19 +08:00
Marina Glancy
cdc5f9785b
MDL-51802 core: new template for quick editing a title
...
convert editing tag name to use new template
2016-02-13 11:07:42 +08:00
Marina Glancy
c026a28d59
MDL-50851 core_tag: introduce tag collections
2016-01-10 15:25:43 +08:00
Marina Glancy
a27c42ee9a
MDL-51260 core_tag: Use new tag autocomplete for related tags
2015-10-15 12:03:52 +08:00
Marina Glancy
a196f37088
MDL-27859 tags: unit test for correlated tags
2015-08-21 21:14:06 +08:00
Damyon Wiese
d051442461
MDL-25138 core_tags: remove duplicated related tags
2015-05-13 10:04:09 +08:00
Simey Lameze
da7f951345
MDL-25138 core_tag: fix correlated tags query unique error
2015-05-13 10:04:09 +08:00
Adrian Greeve
fc0dbba722
MDL-48038 mod_tag: Improvement of tag cron.
2015-02-06 14:47:46 +08:00
Mark Nelson
f3d981897e
MDL-43557 events: renamed event class names
...
1) The core 'item_tagged' class was renamed to 'tag_added'.
2) The core 'item_untagged' class was renamed to 'tag_removed'.
3) The core 'message_read' class was renamed to 'message_viewed'.
4) The mod_forum 'userreport_viewed' class was renamed to 'user_report_viewed'.
5) The report_outline 'activity_viewed' was renamed to 'activity_report_viewed'.
6) The report_outline 'outline_viewed' was renamed to 'report_viewed'.
2014-04-29 19:15:47 -07:00
Mark Nelson
d999407125
MDL-40908 core_tag: created an 'item_untagged' event
2014-04-03 20:26:22 -07:00
Mark Nelson
bf2ae267ca
MDL-40908 core_tag: created a 'tag_created' event
2014-04-03 18:15:32 -07:00
Mark Nelson
db456ec1a5
MDL-40908 core_tag: created a 'tag_deleted' event
2014-04-03 18:15:32 -07:00
Mark Nelson
097bd4cdae
MDL-40908 core_tag: created a 'tag_unflagged' event
2014-04-03 18:15:32 -07:00
Mark Nelson
6298494d73
MDL-40908 core_tag: replaced 'flag' add_to_log call with an event
2014-04-03 18:15:32 -07:00
Mark Nelson
cfa2c6e198
MDL-40908 core_tag: replaced 'add' add_to_log call with an event
2014-04-03 18:15:31 -07:00
Mark Nelson
09fce43469
MDL-40908 core_tag: replaced 'update' add_to_log calls with an event
2014-04-03 18:15:31 -07:00
Mark Nelson
cc033d48b5
MDL-44316 core_tag: changed the API to accept a contextid and component
2014-03-22 13:50:08 -07:00
Damyon Wiese
f45d62e792
MDL-41339 Tags - use uppercase for SQL keywords (AS)
2013-10-23 12:00:01 +08:00
Jenny Gray
fc45e6767f
MDL-41339 Tags: Added unique tag instance id to tag_get_tags functions
...
Avoids php warnings on creating new tags
2013-10-17 13:46:34 +01:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Petr Škoda
7c2cc9c85e
MDL-34873 fix multiple E_STRICT tag related problems
2012-08-19 10:17:12 +02:00
Frederic Massart
4373103084
MDL-34460 Librairies: Replaced deprecated get_context_instance()
2012-07-26 13:23:28 +08:00
Petr Skoda
6f3451e540
MDL-31301 remove all uses of moodle_strtolower() and deprecated it
2012-03-03 11:46:26 +01:00
Petr Skoda
f8311defeb
MDL-31301 use static textlib methods
2012-03-03 11:46:13 +01:00
Gerard (Gerry) Caulfield
bcdcee903c
MDL-30992 Updating Tag API DocBlocks
2012-02-13 16:42:59 +08:00
Andrew Davis (andyjdavis)
b38e2e28a1
MDL-27829 blocks: altered the algorithm used to find plugin page types
2011-06-27 12:27:41 +08:00
Eloy Lafuente (stronk7)
5c5f71172a
Merge branch 'wip-MDL-24355-master' of git://github.com/andyjdavis/moodle
2011-06-16 10:38:49 +02:00
Andrew Davis (andyjdavis)
638cf6157a
MDL-24355 tag: minor clean up of tags changes
2011-06-15 14:25:38 +08:00
Sam Hemelryk
e2a64d832e
MDL-24355 Fixed up deletion of tag correlations when deleting tags
2011-06-15 08:36:17 +08:00
Sam Hemelryk
2650c54734
MDL-24355 Added code to delete any tag correlations that wern't just identified
2011-06-15 08:36:17 +08:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-06-09 13:51:14 +08:00
Eloy Lafuente (stronk7)
1c2cfff051
MDL-24355 tags - fix correlation sql to be cross-db
2011-04-13 16:31:09 +02:00
Sam Hemelryk
78defd5c64
tags MDL-24355 Improved computation of tag correlations. Thanks Jonathan Robson for the 1.9 patch.
2011-02-03 10:06:25 +08:00
Eloy Lafuente (stronk7)
cd5fdfd87a
MDL-25708 recordsets - tag and user directory
2011-01-22 13:34:28 +01:00
Petr Skoda
34b93e39a6
MDL-25754 improved tag sanitisation and fixed tag autocomplete
2011-01-13 23:40:43 +01:00
Dongsheng Cai
725c9404e4
MDL-25138 tag_get_correlated should return unique records
2010-11-10 06:37:11 +00:00
Aparup Banerjee
34084e9dda
tag MDL-24893 removed case for itemtype of 'wiki_page' to refer to table 'wiki_pages' , bug is a clone. (better fix in MDL-24888)
2010-10-28 08:15:11 +00:00
Aparup Banerjee
a51b0a3df8
tag MDL-24893 added case for itemtype of 'wiki_page' to refer to table 'wiki_pages'
2010-10-28 06:58:01 +00:00
Petr Skoda
aced917bae
MDL-24803 fixed tagid typo in tag correlation table update
2010-10-23 10:26:38 +00:00
Petr Skoda
c213773d59
MDL-24321 switching to stdClass in /tag/
2010-09-21 08:25:41 +00:00
David Mudrak
000ebd5c13
MDL-19235 Basic phpdocs and copyright statements for core_tag subsystem
2010-07-12 10:14:08 +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
Sam Hemelryk
8bdc9cacad
files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
...
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
2009-11-04 06:14:06 +00:00
Petr Skoda
49ab5e1950
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 15:32:33 +00:00
Petr Skoda
6bfe7aac8b
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:34:33 +00:00
nicolasconnault
0f097239c4
MDL-19823 Fixed un-handled case of emty array in foreach loop
2009-09-11 06:59:30 +00:00
mudrd8mz
cef5304562
MDL-17492 Reset flag did not work in PostgreSQL. Merged from 1.9
...
Postgres does not seem to support table alias in UPDATE statement.
Therefore the SQL like
UPDATE mdl_tag tg SET tg.flag = 0, tg.timemodified = 1236027984 WHERE tg.id IN (4)
ends with an ERROR: column "tg" of relation "mdl_tag" does not exist
The fix is quite easy - just do not use table alias as it makes no sense
here anyway.
2009-03-02 21:45:08 +00:00