Rajesh Taneja
2457cfd841
MDL-48426 behat: Wait for redirection after save
...
After saving wiki comment, page is redirected
Make sure to wait for redirection after save
to avoid random fails
2014-12-01 11:26:06 +08:00
Dan Poltawski
add3b8a8b5
MDL-29585 wiki: fix unit test fails
2014-11-19 11:40:42 +00:00
Frederic Massart
83cfd8a37a
MDL-29585 mod_wiki: Prevent broken links in editable sections
...
When a section name ended with a URL, the '<a' part of [edit] link
that is appended to the section was considered as part of the URL
in the section, thus causing the [edit] link to be broken.
2014-11-19 10:34:53 +00:00
Frederic Massart
7e60483084
MDL-29585 mod_wiki: Handle special characters in headings/sections
2014-11-17 10:39:15 +08:00
John Okely
a866ad40be
MDL-47949 mod_wiki: Validate parameters for page deletion
2014-11-07 15:13:25 +08:00
Marina Glancy
2d022e4c3e
MDL-47613 wiki: allow searching several words
...
Thanks to Sandeep B for suggested solution
2014-10-10 16:34:04 +08:00
Rajesh Taneja
26f004f29b
MDL-30431 behat: Fixed wiki behat
2014-07-16 09:18:51 +02:00
Eloy Lafuente (stronk7)
0ed87e5063
MDL-30431 mod_wiki: whitespace fix
2014-07-16 01:19:36 +02:00
Andrew Davis
5660ceba8d
MDL-30431 mod_wiki: clarified the logic around editing and deleting wiki comments and added behat tests
2014-07-14 08:16:39 +08:00
Mark Nelson
cc6a8bc792
MDL-45445 events: added '(optional)' to event params where applicable
2014-06-12 20:47:21 -07:00
Mark Nelson
1ffce0c735
MDL-45789 mod_wiki: removed undefined "$this->other['itemid']" from the comments_viewed event description
2014-06-03 15:23:50 -07:00
Eloy Lafuente (stronk7)
7e78f9c4a5
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:16:36 +02: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
317e98badd
MDL-45414 wiki: blank image for page index icons
2014-05-08 12:12:50 +08:00
Dan Poltawski
fa00be94b1
Merge branch 'wip-MDL-45414-master' of git://github.com/marinaglancy/moodle
2014-05-07 12:05:17 +08:00
Andrew Nicols
02915dfc23
MDL-45357 events: Remove unnecessary the before 'id' in event descriptions
2014-05-06 16:45:05 +08:00
Marina Glancy
c3625f5ba3
MDL-45414 wiki: fix broken image
2014-05-06 11:34:01 +08:00
Mark Nelson
02a5a4b2ff
MDL-43557 events: fixed minor issues in existing events
2014-04-29 19:16:11 -07:00
Marina Glancy
04b0ce956d
Merge branch 'MDL-43673' of git://github.com/stronk7/moodle
2014-04-22 12:27:13 +08:00
Mark Nelson
70279746ec
MDL-41286 report_outline: updated report to use logging api
...
AMOS START
MOV [neverseen, mod_folder],[neverseen, report_outline]
MOV [neverseen, mod_page],[neverseen, report_outline]
MOV [neverseen, mod_resource],[neverseen, report_outline]
MOV [neverseen, mod_url],[neverseen, report_outline]
AMOS END
2014-04-15 22:42:59 -07:00
Eloy Lafuente (stronk7)
a790c7f317
MDL-43673 wiki: verify page tags work as expected
...
This covers MDL-43109, verifying that saved tags
are available on re-edition of a page, without any warning/error.
Also official tags are verified to be working ok. With support
for multiple options added by MDL-43713 and MDL-43738.
2014-04-11 13:23:18 +02:00
Ankit Agarwal
3610ad436c
MDL-45035 events: Fix @package and @since tags in Moodle 2.7 events
2014-04-11 13:45:33 +08:00
Dan Poltawski
0678d09213
Merge branch 'wip-MDL-33486-master' of git://github.com/marinaglancy/moodle
2014-04-07 13:10:41 +08:00
Eloy Lafuente (stronk7)
b224448ac6
Merge branch 'wip-MDL-43398-master' of git://github.com/marinaglancy/moodle
2014-04-02 02:47:59 +02:00
Eloy Lafuente (stronk7)
eafbd56da9
Merge branch 'wip-MDL-35305-master' of git://github.com/marinaglancy/moodle
2014-04-01 21:50:09 +02:00
Ankit Agarwal
b63f773296
MDL-44717 events: Fix multiple issues in events
...
Fix various incorrect urls
Fix incorrect phpdocs and other minor code style issues
Fix missing/incorrect strings
AMOS BEGIN
MOV [eventblogassociationcreated, core_blog],[eventblogassociationadded, core_blog]
AMOS END
2014-04-01 15:08:34 +08:00
Marina Glancy
d3adc16e48
MDL-33486 wiki: allow searching individual wikis
2014-03-28 14:16:13 +08:00
Petr Škoda
578645aadf
MDL-44715 use parent::validate_data() consistently in all events
...
Includes some minor PHPDocs typo fixes.
2014-03-28 14:09:31 +08:00
Marina Glancy
e9e9b197b3
MDL-35305 wiki: backup and restore files
...
Thanks to Tatsuya Shirai for the patch
2014-03-28 10:30:45 +08:00
Marina Glancy
5ffb5fd4b3
MDL-43398 wiki: remove extra Choose... option from select
2014-03-27 14:58:33 +08:00
Jerome Mouneyrac
3ef5218b30
MDL-43398 Wiki: Choose... options cause SQL errors or seen inappropriate.
2014-03-27 14:58:28 +08:00
Damyon Wiese
46bb7a5a7f
MDL-43883 Fix wiki behat tests to work with Atto
2014-03-27 13:02:31 +08:00
Rajesh Taneja
3e469992a1
MDL-44084 behat: Fixed setting value for form editor
2014-03-27 12:12:09 +08:00
Mark Nelson
cc033d48b5
MDL-44316 core_tag: changed the API to accept a contextid and component
2014-03-22 13:50:08 -07:00
Eloy Lafuente (stronk7)
478baf8334
Merge branch 'wip-MDL-32699-master' of git://github.com/marinaglancy/moodle
2014-03-13 18:33:20 +01:00
Sam Hemelryk
1aefc90960
Merge branch 'wip-MDL-40721-master' of git://github.com/marinaglancy/moodle
2014-03-11 14:22:33 +13:00
Sam Hemelryk
1fef3f6aac
Merge branch 'wip-MDL-44471-master' of git://github.com/marinaglancy/moodle
2014-03-11 08:51:36 +13:00
David Monllao
759b323e0e
MDL-43236 behat: Updating references to deprecated methods
2014-03-07 16:05:21 +08:00
Marina Glancy
c7a8cef65e
MDL-44471 Revert "MDL-42238 mod_wiki: Alternate name sql update to wiki_print_recent_activity"
...
This reverts commit 6d3d9bd927 .
2014-03-07 09:56:29 +08:00
Marina Glancy
2f8d26346f
MDL-40721 wiki: missing page->set_url() when restoring wiki
2014-03-07 09:38:15 +08:00
Marina Glancy
846f6886f0
MDL-32699 wiki: only edit capability is required to restore wiki revision
2014-03-07 09:36:57 +08:00
Damyon Wiese
267c4b4292
Merge branch 'MDL-43738_master' of git://github.com/dmonllao/moodle
2014-03-04 13:29:03 +08:00
Marina Glancy
3a7b9b76c2
MDL-39990 wiki: more detailed validation of view/edit access rights
2014-03-03 14:45:03 +08:00
Marina Glancy
1e242b41af
MDL-44321 events: cleaning up course_module_instance_list_viewed event
2014-02-28 16:36:09 +08:00
Marina Glancy
fbc4b77841
MDL-44321 events: cleaning up course_module_viewed event
2014-02-28 16:36:09 +08:00
David Monllao
f083d6145e
MDL-43738 behat: Updating features files
...
The following used steps were replaced by the ones
added in this issue:
- I fill the moodle form with
- I fill in with
- I select from
- I select radio button
- I check
- I uncheck
- the field should match
Also removing test for deprecated steps:
- the ASD checkbox should be checked
- the ASD checkbox should not be checked
2014-02-27 18:22:05 +08:00
Sam Hemelryk
593b838546
MDL-44159 mod_wiki: unify @package use
2014-02-21 08:32:58 +13:00
Damyon Wiese
62f641efd3
Merge branch 'MDL-41646' of git://github.com/apsdehal/moodle
2014-02-18 12:40:56 +08:00
Sam Hemelryk
7db38cd53f
MDL-44103 mod_wiki: fixed copyright typo
2014-02-16 12:14:25 +13:00
Marina Glancy
7f34b8e135
Merge branch 'MDL-42339' of git://github.com/rwijaya/moodle
2014-02-05 15:56:30 +08:00