tjhunt
f8b80dbd95
moodle_page: MDL-12212 completely remove the old tag and admin page classes
2009-05-06 09:11:07 +00:00
tjhunt
397fff3870
moodle_page: MDL-12212 eliminate page_tag::print_footer
2009-05-06 09:03:16 +00:00
tjhunt
cfcfb9f3d0
moodle_page: MDL-12212 kill legacy page_allows_editing implementations
2009-05-06 09:02:48 +00:00
tjhunt
ad52c04f4c
moodle_page: MDL-12212 Kill legacy url_... and blocks_... methods
...
Start calling $PAGE->set_url in all the places it will be necessary
Start of a stub implementation of $PAGE->blocks to stop other things breaking
Remove some of the special case methods in admin_page
2009-05-06 08:55:53 +00:00
tjhunt
565b14d248
tags/blog: Multiple XHTML strict problems.
2009-01-14 08:49:35 +00:00
jmg324
3caea5dc63
MDL-17521 shortcuts at top of tag page for each sort of thing that's been tagged
2008-12-16 16:33:30 +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
48d5652860
MDL-15310: moving capability checks out of the library + code formatting adjustments
2008-06-19 10:02:10 +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
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
moodler
6e0b112f99
Trivial code shuffle merged
2008-02-25 06:28:47 +00:00
moodler
03ce38cd2b
Merged MDL-13640 to move "Manage tags" link
2008-02-25 05:04:46 +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
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
toyomoyo
9133f939e8
rename fetch_entries() to blog_fetch_entries()
2007-08-31 05:46:33 +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
moodler
44842cc6e2
Added link to see all related blogs (on tags page)
2007-08-31 02:29:10 +00:00
moodler
8a275c7242
Fixed missing include hmm
2007-08-30 09:59:59 +00:00
moodler
01d0a97128
Clean up code a bit and don't show entries when there are none
2007-08-30 09:54:12 +00:00
moodler
53bde3e1be
Make blog links pretty
2007-08-30 09:49:50 +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
moodler
ea6401875e
Don't show block table layout when there are no blocks
2007-08-28 06:11:23 +00:00
moodler
bafc13f9aa
Fixed up some layout issues XHTML
2007-08-16 07:35:44 +00:00
moodler
c91146b995
fixed get_format_name() bug and some cleaning up
2007-08-10 09:26:56 +00:00
luizlaydner
9f7882159b
- corrected layout in tag\index.php
2007-08-08 03:11:52 +00:00
luizlaydner
5557c75a9f
- added block support for tag pages
2007-08-03 21:41:09 +00:00
luizlaydner
327136f735
- improved the layout of the list of user in a tag page
2007-08-02 17:23:42 +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