Marina Glancy
9e76429dad
MDL-37009 Display list of tagged courses using new renderer
2013-04-02 10:54:50 +11:00
Eloy Lafuente (stronk7)
9e7e1b1c9e
MDL-38040 Clean core from CRLFs
2013-02-15 02:13:32 +01:00
Dan Poltawski
0388a38eda
MDL-35037 tags: dont display blog entries when blogging disabled
2013-02-07 12:34:07 +08:00
Rossiani Wijaya
8be244b2e2
MDL-36553 Admin settings: make tables class consistent throughout admin plugins setting
2013-01-14 10:09:51 +08:00
Simon Coggins
fd1d829500
MDL-35991 - use PARAM_LOCALURL for local urls
2013-01-07 10:09:20 +08:00
Eloy Lafuente (stronk7)
b20e4c11e2
Merge branch 'MDL-34573_accessibility' of git://github.com/rwijaya/moodle
...
Conflicts:
tag/manage.php
2012-09-26 12:17:23 +02:00
Rossiani Wijaya
04a530c9c8
MDL-34573 Tag mod: remove extra quote for new tag name field
2012-09-26 16:27:33 +08:00
Rossiani Wijaya
ca2d7327a2
MDL-34573 tag: convert to html_writer
2012-09-26 16:25:02 +08:00
Rossiani Wijaya
e3416381b2
MDL-34573 - add label for search tag input text
2012-09-26 16:25:02 +08:00
Rossiani Wijaya
647e902aeb
MDL-34573 Tag: update label for suggested tag
2012-09-26 16:25:02 +08:00
Rossiani Wijaya
bbfae1eb6e
MDL-34573 accessibility compliance for tag: Add forform input text and select tag
2012-09-26 16:25:02 +08:00
Dan Poltawski
d0dff189b0
MDL-15471 tag: minor coding style fixes
2012-09-26 12:06:46 +08:00
Dan Poltawski
680afde951
MDL-15471 tag - add upgrade.txt notification of changes
2012-09-26 12:06:35 +08:00
Dan Poltawski
bb14cc2d23
Merge branch 'wip-MDL-15471' of https://github.com/jennymgray/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-09-26 12:04:41 +08:00
Jenny Gray
7dd764b856
MDL-15471 course tagging improvements
2012-09-20 09:12:11 +01:00
Rossiani Wijaya
41bf308aba
MDL-34573 tag: convert to html_writer
2012-09-17 13:45:24 +08:00
Rossiani Wijaya
68134e4478
MDL-34573 - add label for search tag input text
2012-09-17 13:21:35 +08:00
Rossiani Wijaya
8ee378e06b
MDL-34573 Tag: update label for suggested tag
2012-09-17 13:21:35 +08:00
Rossiani Wijaya
0327dda4ac
MDL-34573 accessibility compliance for tag: Add forform input text and select tag
2012-09-17 13:21:35 +08:00
Petr Škoda
7c2cc9c85e
MDL-34873 fix multiple E_STRICT tag related problems
2012-08-19 10:17:12 +02:00
Petr Škoda
11263805b3
MDL-34741 use 2in3 in tags
2012-08-11 20:40:08 +02:00
Frederic Massart
4373103084
MDL-34460 Librairies: Replaced deprecated get_context_instance()
2012-07-26 13:23:28 +08:00
Petr Skoda
cdbea7eed1
MDL-31607 use full course object for require_login() if already available
...
This eliminates 1 db query.
2012-04-22 17:41:47 +02:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fee75c2416d71bae7583fd026b9ccabb.
2012-04-11 17:18:58 +12:00
Sam Hemelryk
5bfeb5ffd3
Merge branch 'MDL-30843_b' of git://github.com/rwijaya/moodle
2012-04-10 12:34:37 +12:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Sam Hemelryk
0b4f925c2e
MDL-31867 tags: Improve performance of course_get_tagged_courses()
2012-03-30 09:42:43 +08:00
Sam Hemelryk
c257dfc5ff
MDL-27212 Fixed up whitespace after integration
2012-03-12 16:36:29 +13:00
Sam Hemelryk
f0fe35bbbd
Merge branch 'MDL-27212-master' of git://github.com/ankitagarwal/moodle
2012-03-12 16:28:16 +13:00
Ankit Agarwal
5c333af0c0
MDL-2712 tags: removing the anchor links when there are no results
2012-03-09 15:02:10 +08:00
Eloy Lafuente (stronk7)
2ed7cc2730
Merge branch 'w10_MDL-31301_m23_textlibcleanup' of git://github.com/skodak/moodle
2012-03-06 16:06:53 +01:00
Sam Hemelryk
a45621394b
Merge branch 'MDL-31806-master' of https://github.com/mackensen/moodle
2012-03-05 12:05:53 +13: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
Charles Fulton
e56cd67d2f
MDL-31806 tags: remove second occurrence of id in query string
2012-02-29 05:07:47 -08:00
Ankit Agarwal
ba184c9f76
MDL-31466 Tags Adding a capability check to make sure hidden courses are not displayed in tag search results
2012-02-28 14:03:32 +08:00
Gerard (Gerry) Caulfield
bcdcee903c
MDL-30992 Updating Tag API DocBlocks
2012-02-13 16:42:59 +08:00
Eloy Lafuente (stronk7)
fd1981aea7
Merge branch 'MDL-27891-master' of git://github.com/ankitagarwal/moodle
2012-02-08 11:36:21 +01:00
Ankit Agarwal
e11b8b160c
MDL-27891 Tags Flagging tags is now logged
2012-02-08 07:50:47 +05:30
Ankit Agarwal
7525825648
MDL-26384 Tags Fixed redirect issue when editing is toggled
2012-02-03 09:39:13 +05:30
Sam Hemelryk
9c6b40c614
Merge branch 'MDL-30518' of git://github.com/mackensen/moodle
2011-12-08 16:05:26 +13:00
Charles Fulton
59c1a98c05
MDL-30518 get_context_instance takes one parameter at the SYSTEM level
2011-11-30 05:47:50 -08:00
Petr Skoda
368f5b7b4c
MDL-30467 do profiles in tags for deleted users
2011-11-26 09:16:51 +01:00
Petr Skoda
16ef46e7b6
MDL-29450 improve and cleanup course content removal
...
New keep roles/enrolments and groups/groupings options, notification CSS fixed, standardised notification texts, added missing delete of module blocks, fixed file deleting and some other minor issues.
2011-11-23 18:37:36 +01:00
Aparup Banerjee
d1e362405e
Merge branch MDL-29186-master of git://github.com/samhemelryk/moodle
...
- resolved conflicts, minor whitespace and fixed quote.
- note: textlib_get_instance() is already deprecated
2011-09-13 16:06:21 +08:00
Sam Hemelryk
91d284c145
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently
2011-09-08 09:38:46 +12:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Petr Skoda
18bd7573d6
MDL-26796 convert array parameter cleaning to new functions
2011-08-18 08:40:33 +02:00
Rajesh Taneja
e9de1cf49c
MDL-27896 context - Fixed editor context to observe filter status
2011-08-12 11:33:21 +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