Petr Škoda
7a18f49c60
MDL-37726 remove PREVIOUS/NEXT from all install.xml files
...
YAY!
2013-01-29 22:34:46 +01:00
Jean-Philippe Gaudreau
5595391eae
MDL-33206 mod_book: Add a link to display the print dialog in the print book tool
2013-01-18 10:49:45 -05:00
Damyon Wiese
798a060b04
MDL-32341 calendar: get_file_by_hash() expects a hash
2013-01-11 11:55:55 +08:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +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
70c53d3ece
MDL-36628 - IE svgtool fix
2012-11-27 10:13:47 +08:00
Frederic Massart
bdb66a4635
MDL-36628 usability: CSS adjustments for book module
2012-11-23 11:30:05 +08:00
Barbara Ramiro
2da6e51e9c
MDL-36628 usability: New icons for book module
2012-11-23 11:30:02 +08:00
Petr Škoda
40b9c0694c
MDL-36436 use hacky aspect ratio to work around IE9 issues
2012-11-20 13:01:27 +01: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
Sam Hemelryk
e118ad21c9
Merge branch 'MDL-34274-master' of git://github.com/ankitagarwal/moodle
2012-10-30 16:00:45 +13:00
Eloy Lafuente (stronk7)
827b294ca8
MDL-35297 book: replay some steps lost when book landed to core
...
This commit replays, conditionally, all the upgrade steps from
MOODLE_19_STABLE to MOODLE_23_STABLE in the mod_book activity. That
guarentees that any site using the mod_book before landing to core,
no matter if it was the latest or an outdated one will upgrade
perfectly to the expected current version.
As a general rule, everytime one contrib plugin lands to core, its
complete upgrade code must be kept, at least until the core version
that introduced it, is out completely from the upgrade requirement
conditions.
In this case, with the missing upgrade code being added to 2.4, it
will be safe to delete the upgrade steps once 2.5 (or upwards) become
a requirement. Never always.
2012-10-21 17:36:37 +08:00
Sam Hemelryk
2bbf03ce3b
Merge branch 'wip-MDL-33857-master' of git://github.com/marinaglancy/moodle
2012-10-16 13:31:44 +08:00
Dan Poltawski
f186ad1f90
Merge branch 'wip-MDL-35339-master' of git://github.com/marinaglancy/moodle
2012-10-15 17:19:44 +08:00
Marina Glancy
7f4550529a
MDL-35895 Correctly build return to course link in book module
2012-10-15 14:17:36 +08: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
Ankit Agarwal
0f357885b2
MDL-34274 book: adding restore log rules for the new actions
2012-10-11 13:32:00 +08:00
Ankit Agarwal
d3bf90ae04
MDL-34274 book: Adding ability to log chapter updates
2012-10-11 11:46:15 +08:00
Ankit Agarwal
131688cf94
MDL-34274 book: Adding ability to log chapter view and chapter print
2012-10-11 11:46:15 +08:00
Marina Glancy
43aadf0401
MDL-33857 Increase performance of queries for Server files repository (small improvements)
2012-10-10 15:21:27 +08:00
Marina Glancy
b8de262139
MDL-33857 Increase performance of queries for Server files repository
...
- file_info class now has new methods get_non_empty_children and count_non_empty_children; added default implementation;
- all core classes extending file_info have their implementation of those methods;
- class repository_local_file used for caching get_children() results is removed;
- class repository_local rewritten to use new methods from file_info;
- added caching of retrieved modules in file_browser::get_file_info_context_module() - this query is slow and executed multiple times on big servers
2012-10-10 15:21:26 +08:00
Eloy Lafuente (stronk7)
0b85584480
Merge branch 'MDL-35519_book_cancel' of git://github.com/andyjdavis/moodle
2012-10-08 23:07:25 +02:00
Ankit Agarwal
5219cc87ec
MDL-33646 book: Adding a notice instead of error when there is no content in the book
2012-10-04 13:25:18 +08:00
Andrew Davis
daa1dd74d4
MDL-35519 mod_book: fixed the cancel import redirect URL
2012-10-01 10:05:22 +08:00
Ankit Agarwal
98e8c0c76d
MDL-33198 book: Adding h tags to book title to increase accessibility
2012-09-18 09:43:47 +08:00
Ankit Agarwal
6f51394b94
MDL-33198 book: Adding h tags to book titles to increase accessibility while printing a book
2012-09-17 11:29:28 +08:00
Sam Hemelryk
27b1b28552
Merge branch 'MDL-35007-master' of git://github.com/ankitagarwal/moodle
2012-09-11 11:07:29 +12:00
Aparup Banerjee
e2abebcbb2
Merge branch 'MDL-34944-master' of git://github.com/ankitagarwal/moodle
2012-09-10 17:15:00 +08:00
Ankit Agarwal
15c5f2a8bd
MDL-34944 book: Implementing reset framework for book
2012-09-07 10:17:21 +08:00
Ankit Agarwal
9735d339d6
MDL-35007 book: Adding rule to parse links to book chapters from 1.9 backups
2012-09-07 10:13:18 +08:00
Ankit Agarwal
93ec553969
MDL-35223 book: use chapter names in page titles
2012-09-07 10:10:01 +08:00
Ankit Agarwal
2609ae6f04
MDL-33362 book: Parse links to book modules from 1.9 backups
2012-08-16 13:32:00 +08:00
Aparup Banerjee
99c3c503e0
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
2012-06-29 11:41:09 +08:00
Dan Poltawski
4bf433b5fb
MDL-33121 book - improve a lang string
...
+ Make a comment match coding style
2012-06-19 14:15:11 +08:00
Dan Poltawski
34741af185
Merge branch 'MDL-33121' of git://github.com/rwijaya/moodle
2012-06-19 14:14:54 +08:00
Rossiani Wijaya
0a5b9e79e3
MDL-33121 Book Module: removing prev/next value from book_preload_chapters and more code cleaning
2012-06-18 16:10:15 +08: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
Eloy Lafuente (stronk7)
3f2939fa3e
Merge branch 'w24_MDL-33204_m23_importsort' of git://github.com/skodak/moodle
2012-06-13 18:01:31 +02:00
Rossiani Wijaya
fb909757a6
MDL-33121 Book Module: Removing unused book_log(), renamed css class and fixed the book_preload_chpaters: next and previous values
2012-06-13 15:42:58 +08:00
Tõnis Tartes
5b7e511ea8
MDL-33121 Book Module: performed minor changes and cleanup for the module
2012-06-13 15:28:07 +08:00
Rossiani Wijaya
b15ef0b058
MDL-33121 Book Module: Fixed documentation header
2012-06-13 15:25:23 +08:00
Petr Skoda
f327b9c3f3
MDL-33204 use natural filename sorting when importing books form html
2012-06-12 10:59:58 +02:00
Ankit Agarwal
b0b30cb648
MDL-33123 book: Fixing numbering issue with hidden sub-chapters
2012-06-12 16:03:40 +08:00
Eloy Lafuente (stronk7)
34570f86bc
MDL-33480 book print tool: display intro images properly
2012-06-04 01:46:53 +02:00
Eloy Lafuente (stronk7)
dac01a7444
Merge branch 'MDL-33389_master' of git://github.com/kordan/moodle
2012-05-31 16:14:57 +02:00
kordan
311300e208
MDL-3389 mod_book: changed "Summary" to "Description" in mod_form
2012-05-29 19:23:33 +02:00
Eloy Lafuente (stronk7)
a60d964abc
MDL-33120 book: changes in code based on amended strings
...
- Replace numberingoptions_help by numberingoptions_desc.
- Delete the faq code and related styles.
- Bump version to force lang/style refresh.
2012-05-27 17:42:53 +02:00
Helen Foster
9e302b63b9
MDL-33120 book: Amend module strings
...
Al the changes are fixes but numberingoptions_help
that is one change of string key too, hence we instruct AMOS to move it.
AMOS BEGIN
MOV [numberingoptions_help,mod_book],[numberingoptions_desc,mod_book]
AMOS END
2012-05-27 17:31:31 +02:00
Eloy Lafuente (stronk7)
2575871e5a
Fix permissions
2012-05-22 18:06:52 +02:00