Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
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
Frederic Massart
e50117d952
MDL-42605 portfolio_flickr: Do not auto select a set to export to
2013-11-07 11:14:47 +08:00
Frederic Massart
16dc4c13ae
MDL-42605 portfolio_flickr: Photos can be added to a set on export
2013-11-07 11:14:47 +08:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Damyon Wiese
b99122155c
Merge branch 'MDL-39401' of git://github.com/rwijaya/moodle
2013-05-02 14:50:49 +08:00
Rossiani Wijaya
2213893766
MDL-39401 portfolio: fixed setType() warnings in box.net and flickr portfolios
2013-05-02 14:20:03 +08:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Rajesh Taneja
962b1bafc4
MDL-38851 Admin: Fixed setType notice for portfolio
2013-04-23 14:17:39 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Eloy Lafuente (stronk7)
e04a0e32c7
Merge branch 'MDL-33552' of git://github.com/danpoltawski/moodle
2012-06-18 12:31:37 +02: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
Dan Poltawski
c17ec774d7
MDL-33552 - portfolio api E_STRICT fixes
...
admin_config_form and admin_config_validation are now static
2012-06-12 22:56:42 +08:00
Petr Skoda
466bc44fb5
MDL-30007 standardise portfolio version files
2011-11-29 21:54:11 +01:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Eloy Lafuente (stronk7)
ec58c9ddf0
Merge branch 'MDL-26537-flickr-callback-url' of git://github.com/mudrd8mz/moodle
2011-02-22 16:23:08 +01:00
Helen Foster
6cb66ae00e
MDL-21250 Get rid of capitalized words in titles
2011-02-22 14:15:58 +01:00
David Mudrak
dd2645d304
MDL-26537 Portfolio: Flickr setup instruction contains correct callback URL
...
There was a bug due to the code copied from portfolio_boxnet plugin.
2011-02-21 16:00:12 +01:00
David Mudrak
76116d2e16
MDL-24693 Flickr.com portfolio plugin fixed
2010-11-11 13:33:13 +00:00
Petr Skoda
ef14c1e724
MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins
2010-09-05 20:36:18 +00:00
Martin Dougiamas
6902335084
MDL-22813 Credit to Mark Nelson of Pukunui Technologies - tidied up the portfolio management even further. Thanks!!
2010-07-01 03:48:18 +00:00
David Mudrak
f675815e97
Portfolio plugins explicitly requires parent library with superclass definition
...
I have discovered a bug with GoogleDocs portfolio in events. An event
handler was defined in googledocs/lib.php and so the cron included just
this library. But the inclusion failed because the superclass
portfolio_plugin_push_base was not known to cron.
IMHO it is generally good habit to require_once the file which defines
the parent classes.
2010-06-27 14:46:15 +00:00
Penny Leach
38652d9076
portfolio MDL-22264 made supported_formats non static
2010-05-01 14:40:38 +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
c811222ff9
MDL-21694 Moving portfolio strings into plugin space
2010-03-29 20:37:00 +00:00
Penny Leach
edf1fc350a
portfolio: MDL-20892 moved portfolio/type/* plugins to portfolio/*
2009-11-18 13:27:38 +00:00