Petr Skoda
c213773d59
MDL-24321 switching to stdClass in /tag/
2010-09-21 08:25:41 +00:00
David Mudrak
000ebd5c13
MDL-19235 Basic phpdocs and copyright statements for core_tag subsystem
2010-07-12 10:14:08 +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
Rossiani Wijaya
440e1f1a6b
MDL-20447 - bulk upload: add heading to the page
2010-05-28 08:05:26 +00:00
Petr Skoda
593f9b8703
MDL-21400 finalising JS api - removing ->on_dom_ready (now bool param in js() and js_init_call()) and after_delay() (again int parameter) - the reason is it was adding unnecessary complexity and it is used in just a few places that will be eventually converted to the new js_init_call() anyway
2010-02-06 14:45:17 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
191b267bcd
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
2009-12-27 12:02:04 +00:00
Petr Skoda
f44b10ed93
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
2009-12-16 20:25:14 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Petr Skoda
032216500d
MDL-20700 coding style - new sloppy trailing whitespace fixed, yes I am guilty too :-(
2009-11-09 11:33:14 +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
6bfe7aac8b
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:34:33 +00:00
samhemelryk
1cc0286707
tag MDL-16704 Moved inline Javascript to tag.js and upgraded to page methods
2009-10-22 03:59:35 +00:00
rwijaya
b89e4ad8fa
tag logs MDL-19604 Add logging for tag editing/updates, merged from MOODLE19_STABLE
2009-09-09 02:43:43 +00:00
samhemelryk
968583af41
tag MDL-19823 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
2009-09-08 01:30:04 +00:00
nicolasconnault
8f6e7e6c12
MDL-19823 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:19:13 +00:00
nicolasconnault
1dd2ba5476
MDL-19823 Converted all print_footer() calls
2009-08-06 14:19:31 +00:00
nicolasconnault
73aec3a790
MDL-19823 Migrated calls to print_heading
2009-08-06 08:25:49 +00:00
tjhunt
0edd65352f
tags: part of MDL-19823 - make sure tag pages are in the right context, and set $PAGE->url
2009-07-21 09:16:25 +00:00
tjhunt
25ddb7efc9
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
...
This is the final batch.
2009-06-15 07:57:53 +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
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
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +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
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +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
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
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
moodler
ffcd3023e1
Merged further fix for MDL-13635
2008-02-27 07:13:09 +00:00
scyrma
bbb4ba59e5
MDL-13669 - Editing now only lists the manually added tags
2008-02-26 06:54:45 +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
scyrma
0f03928302
MDL-13404 - merge from 1.9
2008-02-25 05:48:53 +00:00
scyrma
dee71a1684
MDL-13630 - merge from 1.9
2008-02-25 02:50:21 +00:00
scyrma
3d535996db
MDL-13404 - Merge from 1.9 (re-commit, including missing file)
2008-02-25 01:58:17 +00:00
skodak
bb06244703
MDL-13404 reverted - missing file and other minor problems
2008-02-22 19:53:48 +00:00
scyrma
db32b054d1
MDL-13404 - Merge from 1.9
2008-02-22 10:25:36 +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
luizlaydner
9ee998a5ff
- now using local version of YUI, not yahoo´s server
2007-08-30 18:09:58 +00:00
luizlaydner
4f81c51d35
- Added to support for rawname column, so it is possible to keep the original casing of tag names.
...
- a bit of refactoring
2007-08-02 02:47:20 +00:00
moodler
c933a06065
First checkin of tag system from GSOC student Luiz Cruz
...
It's a very simple first version.
TODO for 1.9:
- Store rawname of each tag as well as normalised version and treat accordingly
- Add blocks to the tag interest pages
2007-07-31 07:51:32 +00:00