Marina Glancy
a27c42ee9a
MDL-51260 core_tag: Use new tag autocomplete for related tags
2015-10-15 12:03:52 +08:00
Marina Glancy
810805da9e
MDL-51636 core_tag: allow setting tags in generators
2015-10-04 22:25:37 +08:00
Andrew Nicols
b7fd9a0d25
Merge branch 'MDL-51311-master' of git://github.com/damyon/moodle
2015-09-21 11:32:55 +08:00
Andrew Nicols
ac43dc23e4
Merge branch 'MDL-50783-master' of git://github.com/damyon/moodle
2015-09-14 15:52:42 +08:00
Damyon Wiese
ba224fb42c
MDL-50783 Ajax: Configure how to call a webservice through db/service.php
...
Now the db/service.php array can contain these extra keys to provide information
on how a webservice may be called:
'ajax' => true (Default is false)
Replaces the xx_is_allowed_from_ajax callback.
'loginrequired' => false (Default is true)
Means that this webservice can be called through lib/ajax/service-nosession.php
which sets NO_MOODLE_COOKIES to true (faster). This is only safe for webservices returning
static public data (e.g. get_string).
2015-09-14 15:10:21 +08:00
Damyon Wiese
1748938e15
MDL-51311 javascript: Teach Behat to wait for pending JQuery ajax
2015-09-10 13:02:16 +08:00
Marina Glancy
0d1e545612
MDL-51132 tags: do not use user tags for tagging courses
2015-09-05 11:21:15 +08:00
Marina Glancy
e6acf72970
MDL-50919 behat: temporary fix until behat learns to wait for JQuery
2015-09-03 10:19:20 +02:00
Eloy Lafuente (stronk7)
8a6900ff56
MDL-50919 tags: minor fixes and version bump
...
This fixes:
- An incorrect exception message.
- tablelib weird behavior creating up to
pagesize empty rows.
Also forces a version bump so new webservices will become installed.
2015-09-02 13:25:44 +02:00
Marina Glancy
ef4c23ccd2
MDL-50919 tags: new WS core_tag_get_tags
2015-09-02 14:15:16 +08:00
Marina Glancy
8e35585390
MDL-50919 tags: new UI for managing tags
2015-09-02 14:15:13 +08:00
David Monllao
d0efe9a080
Merge branch 'MDL-51131-master' of git://github.com/marinaglancy/moodle
2015-08-31 14:07:49 +08:00
Marina Glancy
2aaed97f61
MDL-51131 tags: remove instances when course is deleted
2015-08-22 21:51:11 +08:00
Marina Glancy
46f708ea17
MDL-27859 tags: unit test for tag cleanup
2015-08-21 21:14:10 +08:00
Marina Glancy
a196f37088
MDL-27859 tags: unit test for correlated tags
2015-08-21 21:14:06 +08:00
Marina Glancy
a457306bff
MDL-22819 tags: fix breadcrumb on manage tags page
2015-07-24 21:25:36 +08:00
apsdehal
aba6e0bfe9
MDL-41650 Tags: Changed css classes of errors and success notice
2015-07-19 20:21:47 +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
Damyon Wiese
4e1f60478a
MDL-49635 Navigation: Site pages consistent headers + navigation for preferences
...
Preferences pages cancel and continue buttons should lead back to preferences page.
Site pages should have consistent headers and breadcrumbs.
Hide the "Preferences" node in the navigation.
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Simey Lameze
b771b31e20
MDL-49084 core_tag: add capability check to flag as inappropriate action
2015-03-02 12:52:11 +00:00
Adrian Greeve
3ecf043aca
MDL-48038 mod_tag: Unit tests for tag cron functions.
2015-02-06 14:47:46 +08:00
Adrian Greeve
fc0dbba722
MDL-48038 mod_tag: Improvement of tag cron.
2015-02-06 14:47:46 +08:00
Andrew Nicols
64e7aa4de1
MDL-28286 JavaScript: Convert all uses of M.str to M.util.get_string
2014-12-01 08:32:04 +13:00
Frederic Massart
5d0b3b21d6
MDL-47965 tag: Enforcing security of tag auto completion
2014-11-04 11:28:17 +13:00
Marina Glancy
cb3cc79c82
Merge branch 'MDL-44398-master' of git://github.com/ankitagarwal/moodle
2014-05-01 14:21:39 +08:00
Marina Glancy
8505550532
Merge branch 'MDL-45258-master' of git://github.com/ankitagarwal/moodle
2014-05-01 11:47:27 +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
Ankit Agarwal
a9282e4120
MDL-45258 tags:context object/0 should not be passed to tag_set()
2014-04-28 15:35:01 +08:00
Ankit Agarwal
867c44c348
MDL-44398 tags: Fix incorrect usage of caps
2014-04-24 16:38:31 +08:00
Adrian Greeve
0ee4ccb636
MDL-43719 tags: Fix the sql statement in the tag management page.
...
MSSQL and Oracle require that all fields in teh select also be present
in the group by section.
2014-04-11 13:54:54 +08: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
Sam Hemelryk
de878a38c8
Merge branch 'MDL-44719-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/deprecatedlib.php
2014-04-02 09:54:13 +13:00
Frederic Massart
6538153bbd
MDL-44719 libraries: Invalid call to ajaxenabled()
...
A bad conflict resolution in 7eaca5a810123746cdc69bf04dc7dc32a13533bc
wiped this function from the deprecatedlib file. This patch
restores it.
But as we should not call any deprecated function in core we
also remove the its usage.
2014-03-25 11:44:08 +08: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
Rajesh Taneja
823c593fc5
MDL-43028 Navigation: Setting proper page properties on admin pages
2013-11-25 12:12:38 +08: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
Dan Poltawski
4f0eaf18f4
Merge branch 'MDL-40493-master' of git://github.com/damyon/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2013-10-08 16:42:17 +08:00
Damyon Wiese
3d27180e94
MDL-40493 User preference: Allow users to set their preferred text editor.
...
This changes the setting htmleditor in the user table from a 0 or 1 column
to a user preference for the name of their preferred html editor.
2013-10-02 12:49:30 +08:00
rwijaya
faf6010b10
MDL-40829: courses heading: remove headerblock class from header and fix heading levels.
...
Also, changing h3 classname from name to categoryname.
Added note to theme/upgrade.txt to describe the heading level changes.
2013-10-02 09:46:26 +13:00
Dan Poltawski
1d49a5cdc6
Revert "MDL-40829: courses heading: remove 'headerblock' class from header and fix heading levels"
...
This reverts commit 278d64572d272c776c564dcd743959c21ee20c8b.
Conflicts:
theme/bootstrapbase/style/moodle.css
2013-09-12 19:21:43 +08:00
Rossiani Wijaya
278d64572d
MDL-40829: courses heading: remove 'headerblock' class from header and fix heading levels
2013-09-10 17:09:38 +08:00
Petr Škoda
5e95223e86
MDL-28094 keep subdirs in content upgraded from 1.x
2013-09-07 11:30:19 +02:00