Rajesh Taneja
379a362bca
MDL-48624 behat: Added page load check in workshop step
...
i_allocate_submissions_in_workshop_as step sometimes
fails because of server speed. Added page load check
with extended timout.
2015-01-30 08:55:54 +08:00
Andrew Nicols
d02eaee727
Revert "Merge branch 'wip-mdl-48624-m27' of https://github.com/rajeshtaneja/moodle into MOODLE_27_STABLE"
...
This reverts commit 85ea64f5ee , reversing
changes made to 1db2e142a2 .
2015-01-22 12:17:17 +08:00
Rajesh Taneja
1031133cce
MDL-48624 behat: Added extended timeout in workshop step
...
i_allocate_submissions_in_workshop_as step sometimes
fails because of server speed. Added extended timout
ensuring they wait enough before failing.
2015-01-19 10:19:30 +08: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
Marina Glancy
48ca9d3a8c
MDL-44258 Behat test for workshop, automate MDLQA-99
2014-02-28 16:38:54 +08:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Adrian Greeve
07d807ac24
MDL-40650 - workshop: Fixed fatal error in workshop cron.
...
Line 246 was missing a semicolon at the end and this was causing
errors.
2013-07-15 09:54:02 +08:00
Adrian Greeve
a327f25ef1
MDL-31776 - lib: Alternate name fields
...
Add support for additional name fields and flexible formating of
user names.
2013-07-09 11:45:50 +08: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
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
David Mudrak
74f54102dc
MDL-27508 display submission link at the manual allocator page
2012-04-27 14:41:59 +02:00
David Mudrak
25bae250ee
MDL-27508 workshop manual allocator supports groups
...
Pagination support improved, too.
2012-04-27 14:41:59 +02:00
David Mudrak
c90a88bfb7
MDL-27508 improving the docs for workshopallocation_manual_allocations class
2012-04-27 14:41:59 +02:00
David Mudrak
ec1bf0f23d
MDL-27508 workshop manual allocator supports configurable page size for items pagination
2012-04-27 14:41:59 +02:00
David Mudrak
8a62500fd5
MDL-32235 workshop manual allocator now uses the new workshop_allocation_result class
2012-04-13 04:49:45 +02:00
Petr Skoda
4041478751
MDL-30007 standardise workshop subplugin version files
2011-11-29 22:29:14 +01:00
David Mudrak
d239b952a5
MDL-26296 Workshop: trivial change in manual allocator CSS
...
When only two rows of the allocations table are displayed with the new
allocation highlighted, it is better not highlight the odd row.
2011-02-07 10:49:30 +01:00
David Mudrak
51abc39695
MDL-26188 Workshop: get rid of a method that is not used anyway
...
The protected method get_allocations_recordset() is a relict from
earlier development phases of Workshop module. Removing it as it
confuses recent Eloy's recordset usage detection tool.
2011-02-04 14:33:48 +01:00
David Mudrak
a8b309a37d
MDL-22507 workshop rendering of messages and allocation process fixed
2010-10-20 13:13:01 +00:00
David Mudrak
65601f04a3
MDL-21249 workshop and its subplugins: fixing phpdocs @package and @subpackage
2010-09-30 14:44:33 +00:00
Petr Skoda
6bdfef5da9
MDL-24321 switching to standard stdClass()
2010-09-21 08:54:01 +00:00
Petr Skoda
5924db724d
fixed a few spelling problems and standardised stdClass
2010-09-18 14:18:39 +00:00
David Mudrak
76b3d9093a
MDL-24238 workshop: button to show all participants again after successful manual allocation
...
This replaces the closer of the status message. That bits of UI come
from very early times of workshop development and might be replaced
completely.
2010-09-18 00:25:04 +00:00
David Mudrak
346af1a431
MDL-24091 workshop: deleting subplugins data together with the workshop instance
2010-09-17 13:24:52 +00:00
David Mudrak
ba2f16c9a7
MDL-21676 Fixed regression - typo in the table alias
2010-07-07 13:37:53 +00:00
Petr Skoda
3a11c09f5b
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
2010-07-04 18:36:34 +00:00
David Mudrak
c990703198
Workshop: moving manual allocation CSS into subplugin scope
2010-06-10 10:24:09 +00:00
David Mudrak
abfe7c34d8
NOBUG Usability: workshop manual allocator uses standard icon to remove stuff
2010-06-08 23:09:32 +00:00
David Mudrak
18db005f9c
MDL-22368 Removing the limit of number of users in the recordset
2010-05-06 22:06:34 +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
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
929d7a8362
MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits
2010-02-17 16:59:41 +00:00
Petr Skoda
c63923bddb
MDL-20204 converted action_icon
2010-02-16 16:24:49 +00:00
Petr Skoda
f8dab96615
MDL-20204 a lot more steps away from html_select
2010-02-10 09:37:50 +00:00
David Mudrak
d523044d5e
workshop: fixing minor issues discovered during the preparation of iMoot2010 talk
2010-02-08 08:53:43 +00:00
Petr Skoda
b9bc201962
MDL-21233 escaped parameter is far more importatnt than the overrideparams in out() method - especially all JS urls should be converted to out(false); also it is possible to create new url with overrided parameters in constructor which might be actually work around the double encoding problems in the url (we should never use the out() in moodle_url constructor itself!)
2010-01-17 09:50:55 +00:00
Petr Skoda
eb7880654f
MDL-21233 finally removed the omitquerystring parameters from the out method because: 1/ the least used parameter should nto be first, 2/ it is colliding with the other two paramters, now we have separate funtion for that instead
2010-01-17 09:37:30 +00:00
Petr Skoda
3ba60ee16a
MDL-21235 new single button rendering
2010-01-14 19:18:04 +00:00
Petr Skoda
5d0c95a5ac
MDL-21235 towards the final outputlib api - implementing separate html writer and implementing new render() method
2010-01-13 17:13:52 +00:00
David Mudrak
dd15f80e25
MDL-21198 workshop: rewriting user_picture() calls to respect recent refactoring
2010-01-04 18:31:36 +00:00
David Mudrak
0a5ddea5f9
MDL-21198 workshop: replacing old calls to action_icon()
2010-01-04 18:31:23 +00:00
David Mudrak
7a789aa8cc
workshop coding style - use stdclass instead of stdClass
2010-01-04 18:30:57 +00:00
David Mudrak
810941b6a0
workshop in reply to MDL-20787 switching to pix_url()
2010-01-04 18:29:19 +00:00
David Mudrak
6adbcb8015
workshop in reply to MDL-20204 - new output API
2010-01-04 18:26:56 +00:00
David Mudrak
f6e8b31802
workshop: general cleanup
...
Moving stuff from lib.php into static methods in localib.php. Removing
things from workshop core that were implemented in a subplugin. Dropping
stuff related to features not to be implemented in 2.0.
2010-01-04 18:22:10 +00:00
David Mudrak
fa95cb4e77
Call the parent's constructor in renderers
2010-01-04 18:13:17 +00:00
David Mudrak
d895c6aaf5
Improved context handling
...
Getting a context from instance is very cheap and I can actually do it
just once when constructing the workshop API class. In the future, I
will get rid of all $PAGE->context which is actually meant for things
like blocks etc.
2010-01-04 18:11:35 +00:00
David Mudrak
1f5a559590
Preparing for the future feature to let the user to set users per page
2010-01-04 18:09:58 +00:00