Commit graph

71 commits

Author SHA1 Message Date
skodak
423a71b6d5 MDL-14428 fixed tag cron warning; merged from MOODLE_19_STABLE 2008-04-19 09:52:45 +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
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
scyrma
844f9c150d MDL-13404 - Minor performance improvement and code cleanup (merge from 1.9) 2008-02-27 06:32:30 +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
0f03928302 MDL-13404 - merge from 1.9 2008-02-25 05:48:53 +00:00
moodler
3627b0e387 MDL-13638 Merged from stable 2008-02-25 04:57:48 +00:00
scyrma
9fccb8891b MDL-13404 - merge from 1.9 2008-02-25 03:23:41 +00:00
scyrma
6361e02acc MDL-13632 - merge from 1.9 2008-02-25 03:09:53 +00:00
scyrma
dee71a1684 MDL-13630 - merge from 1.9 2008-02-25 02:50:21 +00:00
skodak
bb06244703 MDL-13404 reverted - missing file and other minor problems 2008-02-22 19:53:48 +00:00
skodak
5b726816ad MDL-13590 fixed fatal incorrect require; merged from MOODLE_19_STABLE 2008-02-22 14:54:39 +00:00
scyrma
db32b054d1 MDL-13404 - Merge from 1.9 2008-02-22 10:25:36 +00:00
scyrma
67ab5a01a9 Merge from 19_STABLE 2008-02-06 03:37:30 +00:00
scyrma
67e21b0e2b MDL-12565 : use the right table 2008-01-25 02:43:52 +00:00
scyrma
dbf8c19cc5 MDL-12565 - add AS to prevent problem with pgsql 2008-01-25 02:32:04 +00:00
scyrma
753078619a Fixes MDL-13124 and chooses more relevant tags to display 2008-01-25 01:33:09 +00:00
scyrma
c0491d4aca MDL-13124 : simplify and fix the tag correlation logic. 2008-01-24 08:39:38 +00:00
nicolasconnault
353a89619f Reverting MDL-12974 and MDL-12941 (Urs simple wrapper changes) 2008-01-16 07:54:27 +00:00
nicolasconnault
f0067a7836 MDL-12941 Added clear:none; to div.user-box css. Also fixed a couple of & with & 2008-01-16 07:44:57 +00:00
nfreear
8fc45264b9 Fixes bug MDL-11994, Accessibility: "Users tagged with ..." should be marked up as a list. 2007-11-01 12:32:58 +00:00
nfreear
932e97ea6d Follow up fix for MDL-11535 "Blog block sql error" - ...MAX(ordering) max_order - adding "AS" 2007-10-15 14:47:34 +00:00
nfreear
b20863a964 Follow up fix for MDL-11535 "Blog block sql error" - GROUP BY, added ", tg.flag" 2007-10-12 10:58:03 +00:00
toyomoyo
2f5b642ef4 MDL-11535, error in block sql group by clause 2007-10-03 06:20:23 +00:00
toyomoyo
b8ab75ea09 fixing 2 warnings 2007-09-20 05:59:26 +00:00
skodak
1e550d2f65 MDL-11048 fixing some notices and changing the list of correlated tags to comma separated format without apostrophes 2007-09-19 17:34:19 +00:00
skodak
d4be9d6d08 MDL-11046 multiple tag/edit.php issues - see bug report 2007-09-16 21:37:28 +00:00
skodak
9c9d307627 MDL-11301 tag autocomplete on edit page works again 2007-09-16 21:24:13 +00:00
skodak
70e9b59d22 MDL-11300
1/ potential sql injection through tag types - missing param type + can add new types + usually no addslashes before update of tags
2/ paging does not work at all
3/ missing param type definitions
4/ not xhtml strict compliant
5/ CSRF - missing sesskey checks
6/ UI code in tag/lib.php - should be in manage.php or other file
7/ missing localization of types - default/standard
2007-09-16 20:19:19 +00:00
skodak
8e1ec6be58 MDL-11298 use textlib_get_instance() instead of new textlib() 2007-09-16 18:49:41 +00:00
skodak
4eb718d801 MDL-11048 + MDL-11297 improved tag normalisation, more security 2007-09-16 18:41:57 +00:00
skodak
e8515774c3 MDL-11048 adding new method to textlib strtotitle() - please note that is may not be usable in all locales, it might also produce different results when mbstring available 2007-09-16 11:45:30 +00:00
moodler
8c0aa4fd62 Removed unnecessary WHERE statement in SQL MDL-11146 2007-09-10 14:55:32 +00:00
moodler
d66790b782 Better links for managing tags 2007-09-03 08:56:12 +00:00
moodler
b95e4f142f Don't show any links at all to guest users 2007-09-03 08:44:05 +00:00
moodler
f458e359ab Fixed deletion of tags 2007-09-03 08:24:18 +00:00
moodler
1aebe71e02 Removed a config.php we don't need, and some bad character at the top 2007-08-31 05:33:00 +00:00
moodler
6cbf4bd4fc Tidying up to make headings more consistent across boxes 2007-08-31 02:44:57 +00:00
moodler
2773ced471 Tidied up tags display a bit 2007-08-31 02:40:44 +00:00
luizlaydner
b13d130132 - small fix 2007-08-30 17:56:58 +00:00
luizlaydner
2a484a6eff - fixing some issues of MDL-11048 2007-08-30 17:26:31 +00:00
luizlaydner
ab86d9c772 - fixing some issues of MDL-11048 2007-08-30 17:14:24 +00:00
toyomoyo
061f14b275 fixing counter for (name filters) manage tag page, adding last 10 blogs to tag/index.php 2007-08-30 08:37:53 +00:00
toyomoyo
79081e871b modifying manage tags page to print user names, allowing modifying of tag types, minor css 2007-08-30 05:34:31 +00:00
moodler
0495bd9124 Old fixes for printing tag cloud I didn't checkin 2007-08-29 02:00:42 +00:00