Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Sam Hemelryk
f25a6839fd
MDL-44120 block: tidied up block @package uses
2014-02-16 12:17:14 +13:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Mark Nelson
4fc95a9fff
MDL-34270 blocks: removing unnecessary capabilities
2012-11-08 14:49:28 +08:00
Mark Nelson
70c9c1956d
MDL-34270 blocks: Adding clonepermissionsfrom to the new capability definitions
2012-11-05 12:28:09 +08:00
Mark Nelson
b291b59d6a
MDL-34270 blocks: adding new add block capabilities
2012-11-02 14:32:01 +08:00
Dan Poltawski
a5c8e33122
Merge branch 'wip-mdl-32945' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:35:24 +08:00
Rajesh Taneja
071e68f93e
MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT
2012-07-19 15:44:40 +08:00
Rajesh Taneja
1e12c1203b
MDL-30651 libraries: Replaced deprecated PARAM_INTEGER with PARAM_INT
2012-07-19 15:37:46 +08:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Petr Skoda
d68b3dbe72
MDL-30007 standard version file for all blocks
2011-11-29 20:57:30 +01:00
Petr Skoda
8571833f0b
MDL-23069 moving version and cron info into standard version.php - finally, yay!
2010-07-04 12:18:22 +00:00
Martin Dougiamas
16b5fdaf17
MDL-22054 Fixed some uppercasing errors. We Never Use This Format For Strings.
2010-04-30 02:42:18 +00:00
Petr Skoda
9b7b2daee1
MDL-22054 converting block name strings to pluginname
...
AMOS START
MOV [blockname,block_tag_youtube],[pluginname,block_tag_youtube]
AMOS END
2010-04-11 11:50:21 +00:00
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