Commit graph

47 commits

Author SHA1 Message Date
Marina Glancy
c026a28d59 MDL-50851 core_tag: introduce tag collections 2016-01-10 15:25:43 +08:00
Jenny Gray
740c4ada36 MDL-39800 tags: moved cloud sorting to print function 2013-08-20 14:26:21 +08:00
Petr Škoda
2f1e464a88 MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
Dan Poltawski
d0dff189b0 MDL-15471 tag: minor coding style fixes 2012-09-26 12:06:46 +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
68134e4478 MDL-34573 - add label for search tag input text 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
Frederic Massart
4373103084 MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08: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
Petr Skoda
368f5b7b4c MDL-30467 do profiles in tags for deleted users 2011-11-26 09:16:51 +01:00
Sam Hemelryk
367a75fae4 themes lib MDL-24895 Multiple fixes to better handle overflow.
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Sam Hemelryk
8a448e0ce3 tags MDLSITE-1000 Added missing include in tag/lib.php 2010-10-07 03:22:40 +00:00
Martin Dougiamas
8d6385d355 MDL-24501 Use standard renderer for rendering user images on tags pages 2010-10-03 18:06:35 +00:00
Petr Skoda
c213773d59 MDL-24321 switching to stdClass in /tag/ 2010-09-21 08:25:41 +00:00
Petr Skoda
63ff25ab24 fixed phpdocs type 2010-09-17 19:54:43 +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
Petr Skoda
df997f841f MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
    MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
    MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
    MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
    MOV [enrolenddate,core],[enrolenddate,enrol_self]
    CPY [welcometocourse,core],[welcometocourse,enrol_self]
    CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
    MOV [notenrollable,core],[notenrollable,core_enrol]
    MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
    MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
    MOV [coursemanager,core_admin],[coursecontact,core_admin]
    MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
    MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
    MOV [enrolme,core],[enrolme,core_enrol]
    MOV [unenrol,core],[unenrol,core_enrol]
    MOV [unenrolme,core],[unenrolme,core_enrol]
    MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
    MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
    MOV [enrolments,core],[enrolments,core_enrol]
    MOV [enrolperiod,core],[enrolperiod,core_enrol]
    MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Petr Skoda
4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
Petr Skoda
929d7a8362 MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits 2010-02-17 16:59:41 +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
456d32fd29 MDL-19823 Converted print_box* to $OUTPUT->box* 2009-08-10 05:49:45 +00:00
nicolasconnault
928a93daa2 MDL-19823 Converted calls to print_paging_bar 2009-08-07 01:40:01 +00:00
nicolasconnault
73aec3a790 MDL-19823 Migrated calls to print_heading 2009-08-06 08:25:49 +00:00
mudrd8mz
f6d7d5f584 MDL-17492 Do not try to access the first key of an empty array in case of no tag exists yet. Merged from 1.9 stable 2009-03-02 21:51:25 +00:00
scyrma
dae7b4f606 MDL-14489: Make the tag cloud "more extended" in size with small dataset (credits to Matt Gibson) (merge from 1.9) 2008-09-24 08:07:15 +00:00
scyrma
1cb1f9850e MDL-16602: always display teachers (merge from 1.9) 2008-09-22 09:09:11 +00:00
scyrma
48d5652860 MDL-15310: moving capability checks out of the library + code formatting adjustments 2008-06-19 10:02:10 +00:00
skodak
f7ed268752 MDL-14679 towards tags conversion 2008-05-31 15:09:25 +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
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
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
b50d224597 MDL-13691 and MDL-13404 - Merge from 1.9 2008-02-27 09:34:57 +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
2dc038ffb5 MDL-13642 - re-added the proper query limits 2008-02-26 05:08:53 +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
moodler
17eef2e89a Merged MDL-13637 from 1.9 2008-02-25 03:50:18 +00:00
scyrma
e162c02825 MDL-13404 - merge from 1.9 2008-02-25 03:32:59 +00:00
scyrma
d3477228d0 MDL-13590 - adding locallib.php for HEAD 2008-02-25 01:16:46 +00:00