132 Commits

Author SHA1 Message Date
jbeedell
b91de8a599 Essential patch for MDL-11992 course tagging. This prevents a bug that removes offical tags for a course when a user adds a personal tag to that course. 2008-09-05 14:49:06 +00:00
skodak
e562ecdc4b MDL-16159 implemented missing access control and security code in course tags 2008-08-21 20:29:42 +00:00
scyrma
db3d13029e MDL-15345: Fix in sql query, for postgres. (merge from 1.9) 2008-08-06 02:39:19 +00:00
scyrma
2ce9a1f59d MDL-15661: typo in function name - wrong call meant tag type was set incorrectly (merge from 1.9) 2008-07-16 01:21:31 +00:00
scyrma
e7134583d7 MDL-14237: Removing all remaining tag-related uses of html_entity_decode (merge from 1.9) 2008-07-07 07:45:51 +00:00
scyrma
a72529c73f MDL-14772: Prevent official tags from being deleted when tag_instance table is empty. (Patch by Hynek Černoch) (Merge from 1.9) 2008-07-07 06:40:35 +00:00
scyrma
38fb819028 MDL-11992: adding course tagging patch, by John Beedell. This feature is not
active by default at this time. Related help files are not included in this
commit, as they are being revised (see issue 15385) and will be sent in soon.
2008-06-30 09:04:07 +00:00
scyrma
eafa83ef9d MDL-15345: prevent problem while running tag_compute_correlations under pgsql. (merge from 1.9) 2008-06-23 04:31:41 +00:00
scyrma
48d5652860 MDL-15310: moving capability checks out of the library + code formatting adjustments 2008-06-19 10:02:10 +00:00
scyrma
cda19b7ade MDL-14679: fix regression in tag library 2008-06-19 08:16:12 +00:00
nicolasconnault
986dca608e MDL-14679 Corrected incorrect use get_records_list('tags'): replaced by get_records('tags') 2008-06-17 07:07:37 +00:00
dongsheng
aad6739758 "MDL-14129, fix print_error" 2008-06-13 06:41:36 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak
5183f0cc5b MDL-15094 fixed stats regression and prefix cleanup 2008-06-05 20:35:28 +00:00
skodak
655b09ca8a MDL-15117 wiki converted and other regressions fixed 2008-06-04 21:34:14 +00:00
skodak
8618fd2aeb MDL-14679 converted some delete_records 2008-06-02 21:52:27 +00:00
skodak
f7ed268752 MDL-14679 towards tags conversion 2008-05-31 15:09:25 +00:00
scyrma
0f5e5f5c8d MDL-13424: Tags are automatically cleaned on cron run. (merge from 1.9) 2008-05-02 01:15:35 +00:00
scyrma
084426c5d9 MDL-13424 Fixes suggested by Eloy, in tag_cleanup. (merge from 1.9) 2008-05-01 06:15:51 +00:00
scyrma
cae8a110e9 MDL-14569 - Don't count related tags for the tag cloud formatting and count display (merge from 1.9) 2008-04-30 08:51:56 +00:00
scyrma
9545cdba72 MDL-13424 and MDL-14544: New function tag_cleanup removes unused un-official tags, or unlinked tags. Not yet called automatically. (merge from 1.9) 2008-04-30 07:37:34 +00:00
scyrma
4a0daed7f6 Fix tag documentation and add a missing 'return true'. (merge from 1.9) 2008-04-30 06:37:23 +00:00
scyrma
3efae234fa MDL-14150 - Make tag:edit and tag:manage more distinct - related tags and description are now editing, renaming is managing. (merge from 1.9) 2008-04-28 08:27:10 +00:00
stronk7
5a620a8c2a Fix tag links in tag clouds. MDL-14547 ; merged from 19_STABLE 2008-04-24 16:45:58 +00:00
skodak
423a71b6d5 MDL-14428 fixed tag cron warning; merged from MOODLE_19_STABLE 2008-04-19 09:52:45 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
scyrma
5fc1ea543b MDL-14041 - Hide 'manage tags' when access is not permitted (merge) 2008-03-25 02:00:03 +00:00
scyrma
28f640403e Merge from 1.9
MDL-13594 - Fixes a display problem with "flagged" tags, code cleanup, other small fixes.
MDL-13434 - Cleaned up a bit more the api
MDL-13687 - If a manual relation is added to a tag, the opposition relation will be added at the same time.
2008-03-18 08:32:56 +00:00
scyrma
420c306eec MDL-13791 - fix to prevent notice 2008-03-05 10:16:23 +00:00
scyrma
31d4d33fd6 MDL-13769 - Fix for postgresql 2008-03-05 01:46:11 +00:00
scyrma
603443b519 MDL-13728 - Tag form editing now provides a checkbox to set the tag type (official or not), and it's all base on tag:manage. (merge) 2008-02-29 09:35:04 +00:00
moodler
b55d5f7691 Merged MDL-13727 Added a cpability check when showing blog entries 2008-02-29 06:52:26 +00:00
moodler
8479c2e0dd Merged MDL-13725 Remove tag_get_tag_by_id completely. I also re-ordered tag/lib.php a bit 2008-02-29 06:26:21 +00:00
scyrma
b50d224597 MDL-13691 and MDL-13404 - Merge from 1.9 2008-02-27 09:34:57 +00:00
moodler
2f4b82f410 Merged tag_get() 2008-02-27 08:53:49 +00:00
scyrma
73c32e86cf MDL-13404 - make tag_rename able to make a change in case, and prevent numerous possible missing addslashes problems. (merge from 1.9) 2008-02-27 07:30:12 +00:00
moodler
ffcd3023e1 Merged further fix for MDL-13635 2008-02-27 07:13:09 +00:00
scyrma
844f9c150d MDL-13404 - Minor performance improvement and code cleanup (merge from 1.9) 2008-02-27 06:32:30 +00:00
scyrma
47b13a7bd8 MDL-13633 - Now sorting correctly (merge from 1.9) 2008-02-27 06:03:24 +00:00
scyrma
cf79f661cb MDL-13633 - (OOPS) Completed incomplete changes - simplified tag_print_cloud. (merge from 1.9) 2008-02-27 05:55:28 +00:00
scyrma
4e6d0c94c4 MDL-13633 - This is a first step toward integrating all "tag blocks" together. (merge from 1.9) 2008-02-27 04:49:28 +00:00
scyrma
bbb4ba59e5 MDL-13669 - Editing now only lists the manually added tags 2008-02-26 06:54:45 +00:00
scyrma
537aa65c5d MDL-13404 - Modification to all tag_get_tags_* calls needing an array & other improvements (merge from 1.9) 2008-02-26 06:43:54 +00:00
scyrma
2dc038ffb5 MDL-13642 - re-added the proper query limits 2008-02-26 05:08:53 +00:00
scyrma
2f9ba531bf MDL-13404 - Fix to a few queries, to prevent problems, as suggested by Eloy 2008-02-26 02:39:29 +00:00
scyrma
071cda6c23 MDL-13404 - merge from 1.9 2008-02-25 08:05:01 +00:00
moodler
0d626493f3 Merged MDL-13643 from 1.9 2008-02-25 07:17:04 +00:00
scyrma
16803c57e9 MDL-13636 - merge from 1.9 2008-02-25 07:10:42 +00:00
moodler
7e6e76a6ce MDL-13635 name editing merged from stable 2008-02-25 06:29:12 +00:00
moodler
6e0b112f99 Trivial code shuffle merged 2008-02-25 06:28:47 +00:00