Eloy Lafuente (stronk7)
7fc82aec49
Merge branch 'MDL-39089_master' of git://github.com/dmonllao/moodle
2013-04-15 01:57:01 +02:00
David Monllao
83cfd14444
MDL-38089 mod_wiki: Fix incorrect links
2013-04-12 12:14:13 +08:00
Eloy Lafuente (stronk7)
2087fa6223
Merge branch 'MDL-38961_master' of git://github.com/dmonllao/moodle
2013-04-11 16:32:32 +02:00
David Monllao
9c5cf72c46
MDL-38961 behat: New test
...
According to MDLQA-110, edited wiki
pages may be previewed before saving.
2013-04-11 17:29:18 +08:00
David Monllao
07fd6882b8
MDL-38963 behat: New test
...
According to MDLQA-113, a teacher can
set a wiki to be collaborative or
individual.
2013-04-11 17:28:24 +08:00
Paul Campbell
4f6c447be1
MDL-38766 wiki2.0: fix redirects
...
Signed-off-by: Paul Campbell <pcampbell@carnegiecollege.ac.uk>
2013-04-05 09:36:46 +01:00
Eloy Lafuente (stronk7)
641577eb32
Merge branch 'MDL-38352-en_fix' of git://github.com/mudrd8mz/moodle
2013-03-06 17:26:37 +01:00
Helen Foster
ca084ef149
MDL-38352 Merge English strings from the en_fix language pack
2013-03-06 16:44:39 +01:00
Andrew Robert Nicols
a6d81a73ac
MDL-36749 lib Complete deprecation of old_help_icon
...
This deprecates the old_help_icon and helpbutton functions. Since they can
no longer be used, the renderers are removed altogether.
2013-03-05 19:07:06 +00:00
Dan Poltawski
12f756f9d7
Revert "MDL-37613 mod: changed generalbox class in table to generaltable class in mod/feedback (2 files);mod/glossary (3 files);mod/wiki (1 file)."
...
This reverts commit 0434dd24820e8c89e7f03d01c797ca65d211121a.
2013-01-31 15:02:12 +08:00
Petr Škoda
7a18f49c60
MDL-37726 remove PREVIOUS/NEXT from all install.xml files
...
YAY!
2013-01-29 22:34:46 +01:00
Mary Evans
0434dd2482
MDL-37613 mod: changed generalbox class in table to generaltable class in mod/feedback (2 files);mod/glossary (3 files);mod/wiki (1 file).
2013-01-21 23:38:46 +00:00
Sam Hemelryk
8b2d3f1bef
Merge branch 'wip-MDL-35885-master' of git://github.com/phalacee/moodle
2013-01-14 13:40:06 +13:00
Jason Fowler
beff3a9dd5
MDL-35885 - Wiki - add a legend element to the search wikis form
2013-01-11 15:29:35 +08:00
Simon Coggins
fd1d829500
MDL-35991 - use PARAM_LOCALURL for local urls
2013-01-07 10:09:20 +08:00
Adrian Greeve
9daabc71ea
MDL-35653 - mod/wiki: Force format now lets users edit wiki pages.
...
Thanks to Tõnis Tartes for part of this solution.
When force format was selected in the options, trying to view the
wiki would redirect to the front page with a message saying that
you do not have permission to edit this page. Students had no way
of viewing any entries or creating the first page.
When in force format it skips a page , which would be considered
uncessary for students, but this means that the group id is not set
and this is what is causing most of the problems.
I also have included a check to see if the title is default and whether
the user has permission to view all groups. In these situations the
intermediate page is displayed.
2012-12-19 08:47:26 +08:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Petr Škoda
1a4596e434
MDL-29442 add missing utf-8 to entity html encoding and decoding
2012-12-09 18:21:38 +01:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Dan Poltawski
908957bc25
Merge branch 'MDL-34695' of git://github.com/rwijaya/moodle
2012-11-27 14:23:29 +08:00
Petr Škoda
40b9c0694c
MDL-36436 use hacky aspect ratio to work around IE9 issues
2012-11-20 13:01:27 +01:00
Frederic Massart
ae41a70b40
MDL-36634 usability: Minor CSS fixes in Wiki and Blog
2012-11-20 13:06:09 +08:00
Dan Poltawski
90a23f067c
Merge branch 'wip-MDL-36277-master' of git://github.com/barbararamiro/moodle
...
Conflicts:
theme/standard/style/course.css
2012-11-06 14:58:49 +08:00
Barbara Ramiro
2df53c3ed8
MDL-36277 Usability: New Activity icons in SVG and PNG formats
2012-11-06 00:02:31 +08:00
Huy Hoang
e8c07ff705
MDL-34695 Wiki Module: add prevention to create new record when userid is 0
2012-11-01 17:14:45 +08:00
Jonathon Fowler
70a9f27b1b
MDL-34695 wiki: ensure the correct individual subwiki is used/created for a user
2012-11-01 11:47:11 +08:00
Gilles-Philippe Leblanc
033e8461ab
MDL-31708 wiki: Wiki 2.0 non-group member can see edit option in navigation block
2012-10-19 09:38:28 -04:00
Marina Glancy
71a56e08c8
MDL-35339 avoid using get_all_sections(), get_all_mods() and field section.sequence directly
2012-10-15 14:08:13 +08:00
Charles Fulton
b4de35e632
MDL-28616 wiki: use class variable for toc header depth
2012-09-14 05:49:14 -07:00
Charles Fulton
2264828fd0
MDL-28616 wiki: html format toc rendering should match nwiki and creole
2012-09-14 05:49:14 -07:00
Ankit Agarwal
d197ea4300
MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id()
2012-08-24 11:30:10 +08:00
Dan Poltawski
828ecbaf13
Merge branch 'MDL-34569_accessibility' of git://github.com/rwijaya/moodle
2012-08-21 12:35:05 +08:00
Rajesh Taneja
e436064fe1
MDL-32797 wiki 2.0: Default value for "First page name" is not set
2012-08-17 14:32:08 +08:00
Rossiani Wijaya
85bc1f4848
MDL-34569 - add label for search wiki input text
2012-08-17 11:35:11 +08:00
Rossiani Wijaya
f61b427ab6
MDL-34569 accessibility compliance for wiki module: Add label for input text and select tag
2012-08-17 10:22:26 +08:00
Petr Škoda
5f573e8efc
MDL-34741 use 2in3 in mod_wiki
2012-08-11 20:40:05 +02:00
Eloy Lafuente (stronk7)
f718f5fd55
Merge branch 'MDL-32023-master' of https://github.com/mackensen/moodle
2012-08-08 00:02:10 +02:00
Eloy Lafuente (stronk7)
80913617e8
Merge branch 'MDL-29129-master' of https://github.com/mackensen/moodle
2012-08-07 23:58:27 +02:00
Eloy Lafuente (stronk7)
8b77ab0c10
Merge branch 'w32_MDL-34601_m24_wikischema' of git://github.com/skodak/moodle
2012-08-06 21:15:46 +02:00
Dan Poltawski
3e002fa590
Merge branch 'MDL-34629-master' of https://github.com/mackensen/moodle
2012-08-06 14:19:32 +08:00
Charles Fulton
9ff5e86909
MDL-29129 wiki: fix a hardcoded string
2012-08-02 06:10:16 -07:00
Charles Fulton
789379ec58
MDL-32023 wiki: remove hard-coded edit string
2012-08-02 06:08:49 -07:00
Petr Škoda
405a11e88d
MDL-34601 drop legacy wiki upgrade tables
...
Next time please keep db in sync with install.xml at all times.
2012-08-02 09:55:53 +02:00
Charles Fulton
94efdedcc3
MDL-34629 wiki: convert default format value during restore
2012-07-29 20:17:41 -07:00
Charles Fulton
c2ab23894b
MDL-29909 wiki: do not show groups when no groups present
2012-07-26 19:13:33 -07:00
Dan Poltawski
c14ecacfd5
Merge branch 'MDL-34470-master' of git://github.com/ankitagarwal/moodle
2012-07-24 14:51:14 +08:00
Ankit Agarwal
1df2362669
MDL-34470 wiki: Replace all instances of get_context_instance() with context_xxx::instance() in mod/wiki
2012-07-23 15:10:07 +08:00
Rajesh Taneja
405aca3532
MDL-32942 libraries: Replaced deprecated PARAM_ACTION and PARAM_FORMAT with PARAM_ALPHANUMEXT
2012-07-19 15:46:10 +08:00
Sam Hemelryk
d75e8e3ac8
MDL-33521 css: Fixed invalid CSS in core CSS and plugin styles.css files
2012-07-02 11:34:44 +12:00
Eloy Lafuente (stronk7)
f6653bfd47
Merge branch 'MDL-31201' of git://github.com/danpoltawski/moodle
2012-06-30 22:00:34 +02:00