Commit graph

7744 commits

Author SHA1 Message Date
skodak
551fe0e535 MDL-17458 standardised lang upgrade code + updating also parent language 2009-02-08 23:14:13 +00:00
skodak
ed8453a625 MDL-17573 fixed problem when en_utf8 sopecified as parent 2009-02-08 22:48:17 +00:00
skodak
07f6711889 MDL-17573 added automatic downloading of parent languages 2009-02-08 22:33:54 +00:00
skodak
c33b83e77c MDL-9796 fixed error array when environment file broken; merged from MOODLE_19_STABLE 2009-02-08 21:32:33 +00:00
skodak
a91557ae6f MDL-18137 all cookies now secure if configured to be 2009-02-07 22:41:59 +00:00
skodak
f404df92b1 MDL-18153 fixed typo - thanks Nicolas Martignoni 2009-02-07 22:15:15 +00:00
skodak
64c368e3df MDL-18167 more distro hooks refactoring - agreed with Eloy 2009-02-07 20:03:25 +00:00
skodak
cc8727451f MDL-17565 automatic download of parent lang + parent lang cleanup 2009-02-07 18:55:21 +00:00
skodak
9ace50944f MDL-14924 the same title now used on each upgrade/install page (Moodle - 2.0...) + the same footer with moodle logo now used during installation and upgrade - links to admin docs 2009-02-07 17:56:40 +00:00
skodak
6724b0598b MDL-18167 more hooks for distros 2009-02-07 17:07:05 +00:00
skodak
4d928665b9 MDL-14924 language autorefresh and starting to reimplement welcome.html support + strings.txt cleanup 2009-02-07 13:35:01 +00:00
skodak
3b09331066 MDL-17458 rewritten installer 2009-02-07 10:20:33 +00:00
stronk7
60ff6ada26 MDL-18165 filterlib - Use one exclusive separator, instead of "." (dot) to avoid saved tags to match with phrases being processed ; merged from 19_STABLE 2009-02-07 00:59:56 +00:00
jerome
546fef5f06 link resource MDL-16272 fix anchor into the url (not urlescaped anymore), merged from 19 2009-02-05 02:30:19 +00:00
tjhunt
7797b0df31 weblib: MDL-17525 Give previous and next links in paging bars class names, so they can be themed.
Thanks to Daniel Neis for the patch.

I checked the standard theme, and I don't see any rules there that would erroneously apply to these class names in paging bars.
2009-02-04 08:21:18 +00:00
tjhunt
838f69de81 weblib: MDL-14901 Fix misleading comment on print_navigation 2009-02-04 07:35:06 +00:00
tjhunt
19e12e4bd8 theme / navbar: MDL-14133 every link in the nav bar was getting class="first"! 2009-02-03 09:32:58 +00:00
tjhunt
996c1a6f86 theme / weblib: MDL-14400 Setting $THEME->makenavmenulist = true causes a php notice 2009-02-03 07:47:24 +00:00
poltawski
244d15093f mnet/forum MDL-18118 - email links were rewritten to use IDP when SITEID not 1
Switched check to use is_mnet_remote_user()
2009-02-02 17:47:12 +00:00
tjhunt
3659fcaae6 Fix warnings and notices on plugin check page. 2009-02-02 04:42:07 +00:00
skodak
770f0cea30 MDL-17458 fixed headers used during installation 2009-02-01 17:45:32 +00:00
skodak
2d6b0b04c1 MDL-17458 scrolling to errors is not needed anymore, we stop after every error now 2009-02-01 17:24:34 +00:00
skodak
c808379ef8 MDL-10275 moved the rest of environment tests from install.php to admin/index.php; please note that there is no need to update installer lacg packs becuase install.php will not have environment checks anymore soon ;-) 2009-02-01 16:20:59 +00:00
skodak
fbf2c91e43 MDL-10275 added fatal PHP config setting test on each page, replaces some tests done in installer 2009-02-01 13:37:42 +00:00
skodak
b3d960e64a fixed whitespace 2009-02-01 13:36:07 +00:00
skodak
9050958240 MDL-10275 moving all installation time environment tests into /admin/index.php - this will simplify install.php a LOT and will make installation/upgrade more consistent + fixed a bug in enviroment if docroot not set 2009-02-01 12:52:30 +00:00
skodak
cd3acbf27e MDL-17850 support for customised site settings defaults in /local/defaults.php 2009-02-01 10:19:13 +00:00
skodak
038a29d580 MDL-17808 more lastname support when resetting passwords; merged from MOODLE_19_STABLE 2009-01-31 21:38:12 +00:00
skodak
795a08adb7 MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements 2009-01-31 20:07:32 +00:00
skodak
88582df496 MDL-17458 refactored guest and admin user creation + refactored roles install + added protection for installation hijacking + added reliable session test right before editting of admin account 2009-01-29 22:54:41 +00:00
skodak
db9d4a3d0a MDL-17427 moving upgrade code from adminlib to upgradelib + new upgrade logging functions 2009-01-29 21:17:52 +00:00
skodak
dc6f76b959 MDL-17427 oops - forgot to add version field, sorry 2009-01-29 20:21:33 +00:00
skodak
0cb93a7e45 MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-) 2009-01-29 19:58:47 +00:00
skodak
1f20942c3b MDL-17427 new upgrade log table 2009-01-29 19:50:02 +00:00
jerome
58e6c593f4 web service MDL-12886 Add a new REST server implemented with Zend library + AMF server + cleaning of wsdl generator + return exception into the REST server 2009-01-29 08:24:40 +00:00
sam_marshall
ad70c470dd MDL-381: Added 'Move' button to reduce accidentally moving forum posts. 2009-01-28 13:10:01 +00:00
sam_marshall
c5cf6bb2e2 MDL-17974: Calendar 'new entry' accessibility improvement 2009-01-28 12:11:32 +00:00
jerome
e25fd60495 web service MDL-12886 implement authentication token systemprototype 2009-01-23 05:39:01 +00:00
jerome
5e9d857e97 web service MDL-12886 rename moodlewsapi.php into moodleexternal.php 2009-01-22 05:25:37 +00:00
jerome
9d9af8fa8c web service MDL-12886 rename wsapi.php as external.php, function tmp_delete_user don't use api.php anymore and include capability checking 2009-01-22 04:58:50 +00:00
tjhunt
285b83adf5 Fix incorrect comment. 2009-01-21 07:41:09 +00:00
tjhunt
d61f7b7641 backup/restore: MDL-16614 more reliable test for when we are restoring a backup that was made of the same site that we are restoring to.
* Use this to fix a question restore bug.
* Replace older code that does something similar with the new test.
* Refactor initialisation of $CFG->siteidentifier into a function. There were about 4 copies of this code ;-)
2009-01-20 03:16:30 +00:00
skodak
34e9457e30 MDL-17942 fixed incorrect mysql setting name 2009-01-19 08:13:56 +00:00
skodak
b9fb71030f MDL-17942 reimplemented detection of mysql max_packet_size problems 2009-01-19 08:03:55 +00:00
skodak
3b50631d7f MDL-17942 fixed session regeneration 2009-01-19 07:25:12 +00:00
moodler
034cd164be repository/picasa MDL-17473 Added a preview link 2009-01-19 06:42:09 +00:00
moodler
d44cee76fa repository/picasa MDL-17473 Use picasa description as the filename if it exists 2009-01-19 06:19:26 +00:00
moodler
5d2ee15194 repository/picasa MDL-17473 Hardcode image heights and widths for nicer display 2009-01-19 05:59:47 +00:00
skodak
200f26cf18 MDL-17942 improved mysql truncation prevention 2009-01-18 23:12:14 +00:00
skodak
64d69e966c MDL-17942 lot more session refactoring 2009-01-18 23:06:52 +00:00