Commit graph

29 commits

Author SHA1 Message Date
David Mudrak
30c8dd34f7 MDL-15252 Re-committing all English strings exported from AMOS
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.

The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.

Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667 MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs 2010-04-10 07:24:56 +00:00
David Mudrak
7a563f0f35 MDL-21694 Moving blocks lang files into the plugin scope 2010-03-29 15:33:27 +00:00
Sam Hemelryk
90723839ca themes MDL-21862 Implements base theme and standard theme.
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
  * Plugin CSS has been pushed back into the plugin directories as styles.css files.
  * Install_print_header has been corrected.
  * Redundant or deprecated rules have been removed.
  * Several minor class changes throughout Moodle.
  * CSS is now single line rules not multiline indented.
  * Installs with theme=standardold automatically switch to standard.
  * body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
  * There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
  * I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +00:00
Eloy Lafuente
26a8a8c8af MDL-21293 tag_youtube block - apply conversion of old tags to new ones in specialization()
and start using new ones in configuration
2010-01-21 19:28:28 +00:00
Eloy Lafuente
4f42e4663d MDL-21293 tag_youtube block - migratin from YouTube API to Google one
TODO: fix the configuration form to use the new stuff...
2010-01-21 18:54:50 +00:00
Petr Skoda
4ca6cfbfd4 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 12:00:47 +00:00
poltawski
03f3a43441 blocks/tag_youtube MDL-18974 - Switch to SimpleXML
We use SimpleXML throughout Moodle now and its a dependency for Moodle 2.0.
It peforms better and allow us to remove another embeded library!

Also set the curl timeout on the youtube http requests so not to slow down
interactive page loads.
2009-09-09 13:34:41 +00:00
tjhunt
f1ec6a630c flickr and youtube blocks: don't call print_error!
That screws up the entire page the block appears on, when this is just an error local to this block.
2009-07-21 10:32:04 +00:00
tjhunt
5f3d8dd52b blocks editing: MDL-19889 edit tag_youtube form. 2009-07-21 09:23:29 +00:00
poltawski
becf869c6b blocks/tags Move youtube/flickr blocks away from magpie
Instead use our general curl cache MDL-18973
2009-04-26 15:19:45 +00:00
scyrma
0c9bba1c76 MDL-14237: Removing calls to html_entity_decode, along with some syntax cleanup (merge from 1.9) 2008-07-07 07:19:24 +00:00
moodler
433c242f1a Merged new block versions from 1.9 2008-03-03 11:43:32 +00:00
moodler
3724920d9d Merged MDL-13725 fixed typo 2008-02-29 06:33:15 +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
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
poltawski
331362c8eb MDL-12560 - layout fixes for tag blocks
merged from MOODLE_19_STABLE
2008-01-13 16:30:09 +00:00
poltawski
83f8b304e2 MDL-11766 Flickr/Youtube blocks don't respect http proxy vars
Merged from MOODLE_19_STABLE
2007-10-19 15:09:12 +00:00
nfreear
17a6161d20 Follow up for MDL-11430, Flickr & Youtube tag blocks should use list markup - Fix styles. 2007-10-15 16:59:17 +00:00
nfreear
4213137651 Fixes MDL-11430, Flickr & Youtube tag blocks should use list markup. 2007-10-15 12:31:39 +00:00
nfreear
53420696a6 Preparation for MDL-11430 - whitespace. 2007-10-15 12:26:54 +00:00
moodler
3a59bfd1e0 Moved cache directory for flickr and youtube stuff 2007-08-24 03:44:31 +00:00
moodler
57a260d9a5 New key MDL-10953 2007-08-22 16:40:41 +00:00
moodler
2150fe08e8 Fix some XHTML and untranslated text 2007-08-16 07:42:28 +00:00
moodler
e3a1ea05b7 Fixes for XHTML Strict 1.0 2007-08-13 06:28:08 +00:00
luizlaydner
d4c603dbbd - removed simplexml from youtube block, now using another parsing library 2007-08-13 04:05:55 +00:00
moodler
ecfac80878 Added new blocks for flickr and youtube to tags (thanks, Luiz!) MDL-10169 2007-08-12 16:53:24 +00:00