Rajesh Taneja
cdfd607449
MDL-43293 Events: Added unit test for comment events
2013-12-23 09:22:15 +08:00
David Monllao
d1e55a47be
MDL-42625 behat: Step definitions + related changes in features
...
In general aiming for compatibility with multiple browsers,
firefox, chrome and phantomjs to be more specific.
* Removing hardcoded waits
* Adding @_alert, @_switch_window and @_switch_frame tags,
to label actions that different drivers have problems with.
* Adding missing @_files_upload and @_only_local tags to features that
uploads files.
* Fixing a few wait for page ready what specified miliseconds.
* New methods to ensure elements (usual selectors), sections and editors
are ready to interact with
* Changing the select an option implementation to deal with the different
drivers implementations when listening to JS events.
2013-12-06 13:10:24 +08:00
David Monllao
333db2e9b9
MDL-42625 behat: Editing .feature files
2013-12-06 12:13:39 +08:00
Damyon Wiese
df68e73824
Merge branch 'MDL-40040-master' of git://github.com/ankitagarwal/moodle
2013-12-02 12:16:59 +08:00
Ankit Agarwal
6b36411587
MDL-40040 Cleanup some blog methods and replace add_to_log
...
Cleaned up add_association()
cleaned up add_associations()
Replaced remaining add_to_log() in blogs with events
2013-12-02 12:06:32 +08:00
Ankit Agarwal
cf0116db07
MDL-40040 events: Add unit tests for blog events
2013-12-02 12:06:32 +08:00
Ankit Agarwal
1af9063e47
MDL-43005 blogs: Fix issues with blog tags
2013-11-21 13:37:20 +08:00
Rajesh Taneja
aa13929988
MDL-42584 Events: modified get_description in events
...
blog_entry_created - Removed summary field
blog_entry_deleted - Removed summary field and unwanted entry record
blog_entry_updated - Fixed single quotes and removed summary field
course_module_created - Removed subject
course_module_updated - Removed subject
user_deleted - Removed user firstname and last name
course_module_viewed - Fixed description
2013-10-29 15:24:23 +08:00
Andrew Davis
54eb02a45c
MDL-26170 RSS: fixed RSS cache clearing when items are deleted
2013-10-22 10:29:05 +07:00
Sam Hemelryk
214816fb19
Merge branch 'MDL-40742-master' of git://github.com/ankitagarwal/moodle
2013-09-11 10:13:29 +12:00
Sam Hemelryk
994009ddfe
Merge branch 'MDL-41599-master' of git://github.com/ankitagarwal/moodle
2013-09-11 08:54:26 +12:00
Sam Hemelryk
58cc269d0c
Merge branch 'w37_MDL-28094_m26_subdirs' of https://github.com/skodak/moodle
2013-09-09 10:19:00 +12:00
Petr Škoda
5e95223e86
MDL-28094 keep subdirs in content upgraded from 1.x
2013-09-07 11:30:19 +02:00
Dan Poltawski
4925b9e8c5
MDL-41623 rss: clean output rss content
2013-09-07 10:41:25 +08:00
Ankit Agarwal
32dea43930
MDL-40742 blogs: Replace blog_entry_updated with events2
...
AMOS BEGIN
MOV [entryupdated,core_blog],[evententryupdated,core_blog]
AMOS END
2013-09-06 11:43:01 +08:00
Ankit Agarwal
77037e27a5
MDL-41599 events: Set relateduserid instead of userid in blog events
2013-09-05 17:10:34 +08:00
Adrian Greeve
506c8d59ee
MDL-41307 - tags: Update of the user object for fullname function.
2013-08-20 15:39:40 +08:00
Ankit Agarwal
6c66b7f3b3
MDL-40711 blogs: Replace blog_entry_deleted with events2
2013-08-07 10:27:01 +08:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Marina Glancy
4b96f2ae62
Merge branch 'MDL-40682-master' of git://github.com/ankitagarwal/moodle
2013-08-06 21:05:47 +10:00
Sam Hemelryk
b09abb05ab
Merge branch 'w32_MDL-40901_m26_phpunitcleanup2' of https://github.com/skodak/moodle
2013-08-06 08:53:24 +12:00
Petr Škoda
8252b7c291
MDL-40901 standardise core test case class and file names
...
This finally allows us to type only the class name when executing individual core test cases.
2013-08-04 22:10:31 +02:00
Damyon Wiese
afc9ebd3e8
MDL-35981 comments: Remove confirm step from behat delete comments.
2013-08-02 11:42:45 +08:00
Ankit Agarwal
3049780a3a
MDL-40682 events: Add a event for when a blog entry is created
2013-07-31 10:09:17 +08:00
David Monllao
5d7b6307b1
MDL-39586 behat: Closed list of stackeholders
2013-05-09 18:38:13 +08:00
Rajesh Taneja
89f5e43064
MDL-37245 Blog: Fixed comments.
2013-05-07 15:02:23 +01:00
Rajesh Taneja
9a909b1a35
MDL-37245 Blog: Added permission check for blog comments
2013-05-07 15:02:22 +01:00
David Monllao
550d842e3c
MDL-39232 behat Normalize feature tags according to component names
2013-04-30 11:54:47 +08:00
Eloy Lafuente (stronk7)
e377d86765
Merge branch 'MDL-39066-master' of git://github.com/ankitagarwal/moodle
2013-04-17 01:36:43 +02:00
Ankit Agarwal
a915104b4d
MDL-39066 blogs: Add missing setType calls in blogs
2013-04-16 15:11:51 +08:00
Ankit Agarwal
f42d2a22bc
MDL-27814 blogs: Refactoring code to use proper context and such
...
Based on the decisions made in the issue, most places in blog should use site context.
There are also minor other refactoring to support all changes made in the issue.
2013-04-12 16:05:05 +08:00
Ankit Agarwal
4ef082980d
MDL-27814 blogs: Deprecate associate blog caps
...
moodle/blog:associatemodule and moodle/blog:associatecourse should not be used
anymore as per the discussion in the issue. Everyone is free to blog about anything
they want to blog about.
2013-04-12 16:05:01 +08:00
Ankit Agarwal
7ac18cf9c2
MDL-27814 blogs: Deprecate blog_get_context_url()
2013-04-12 16:04:44 +08:00
Ankit Agarwal
a11caae7d4
MDL-27814 blogs: Remove redundant code
...
Since all blog pages are in system context always, it is useless to try to get course/mod params from page context
2013-04-12 16:03:05 +08:00
Ankit Agarwal
68fc1cc279
MDL-27814 blogs: Cleaning up contexts in blogs
...
All blogs pages should be in system context. Blogs are in system context just about various things (course, activity etc)
2013-04-12 16:03:02 +08:00
Petr Škoda
d958e6bd70
MDL-34222 import simplepie 1.3.1
2013-04-07 15:35:27 +02:00
Eloy Lafuente (stronk7)
dc1abf2bc4
Merge branch 'MDL-38330-master' of git://github.com/FMCorz/moodle
2013-03-20 01:19:17 +01:00
Frederic Massart
b75f1575c6
MDL-38330 blog: Behat tests for commenting
2013-03-12 13:56:36 +08:00
Jason Fowler
46a710e998
MDL-34713 - Blog - Fixing undefined index for blog menu block
2013-03-08 13:46:27 +08:00
Eloy Lafuente (stronk7)
9e7e1b1c9e
MDL-38040 Clean core from CRLFs
2013-02-15 02:13:32 +01:00
Erik Lundberg
af7e05d6cc
MDL-34436 - Blogs - Adding event triggers when adding a new entry, editing an entry or remove an entry.
2013-01-15 11:29:12 +08:00
David Mudrák
fe7e411e7c
MDL-37467 Do not provide blog posts via RSS when blogging is disabled
2013-01-10 18:22:56 +01:00
Jason Fowler
21c3b51e27
MDL-36620 - Blog, RSS - Preventing Guests from viewing the RSS of site level blogs
2013-01-08 14:06:32 +08:00
Frederic Massart
c384744304
MDL-36638 usability: Core changes for new quiz/question icons
2012-11-29 12:41:29 +08:00
David Monllao
207b6fc5f1
MDL-34910 blog Fixing mod level related issues
2012-10-31 12:58:42 +08:00
David Monllao
4219ffab43
MDL-34910 blog Remove new entry link when the context doesn't allows to add new entries
2012-10-29 15:04:45 +08:00
Aparup Banerjee
736cc6a246
Merge branch 'MDL-26504_blog_unregister' of git://github.com/andyjdavis/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-09-04 13:43:11 +08:00
Adrian Greeve
ac31c38eed
MDL-34318 - blog - Removal of blog associations from the database on delete.
...
Thanks to Erik Lundberg for this patch.
2012-08-28 15:57:28 +08:00
Andrew Davis
4db11a24e8
MDL-26504 blog: made it delete external blog posts when the external blog is deleted
2012-08-24 08:01:15 +08:00
Eloy Lafuente (stronk7)
717cabb7a4
Merge branch 'MDL-25347_master' of git://github.com/dmonllao/moodle
2012-08-15 02:03:52 +02:00