Commit graph

39503 commits

Author SHA1 Message Date
David Mudrak
725d615401 Some files renamed to fit the coding style 2010-01-04 17:35:12 +00:00
David Mudrak
4eab2e7fbb MDL-17827 workshop: initial check in of the files
Exported from David's git repository
2010-01-04 17:34:08 +00:00
David Mudrak
de811c0cf0 Adding locallib.php to store internal functions 2010-01-04 17:12:35 +00:00
Petr Skoda
897e902bbc MDL-20204 improved pix docs 2010-01-04 14:40:34 +00:00
Petr Skoda
a91b80c2b1 MDL-21236 removing spurious popup action from normal action links, thanks sam 2010-01-04 09:46:47 +00:00
Dongsheng Cai
119463d5ab "MDL-20204, fixed yui2 js file path" 2010-01-04 08:33:33 +00:00
Petr Skoda
801db07670 MDL-21232 using normal = which should be enough now in PHP5 2010-01-04 07:51:59 +00:00
Penny Leach
a322cbb90d portfolio/glossary MDL-21158 make sure full glossary export is in a leap2a selection 2010-01-04 03:57:47 +00:00
Penny Leach
7923b376b4 portfolio NOBUG just fixed some code wrapping in a long line 2010-01-04 03:43:18 +00:00
Penny Leach
5991a52c37 portfolio/forum MDL-21156 added portfolio url rewriting to forum export 2010-01-04 03:28:59 +00:00
Penny Leach
82e8d268de portfolio MDL-21156 added a missing lang string and removed a too strict exception 2010-01-04 03:20:48 +00:00
Sam Hemelryk
ada38fad4f output MDL-21232 image now checks to see if passed url var is a moodle_url to avoid bad image src attribute 2010-01-04 02:53:47 +00:00
Moodle Robot
d4a4caf409 Updated the HEAD build version to 20100104 2010-01-04 00:33:27 +00:00
Petr Skoda
5acf9cd3ab MDL-21231 fixed recent regression, thanks penny for the report 2010-01-03 21:10:49 +00:00
Petr Skoda
8a13809318 MDL-21198 one more single_button + version bump to the new year (could not resit it) 2010-01-03 20:54:36 +00:00
Petr Skoda
169a5b545c MDL-21198 fixed silly regression in type checking - grrr 2010-01-03 20:49:30 +00:00
Petr Skoda
dc6896efe0 MDL-21198 used new simple_button class when doing OUTPUT->confirm() - more consistent and hopefully easier to remember than html_form::make_button() ;-) 2010-01-03 20:47:13 +00:00
Petr Skoda
26eab8d4f5 MDL-21198 new simple_button output component, this could finally solve potential "form x button" confusion - continued 2010-01-03 17:20:49 +00:00
Petr Skoda
d894edd44d MDL-21198 new simple_button output component, this could finally solve potential "form x button" confusion 2010-01-03 17:08:21 +00:00
Petr Skoda
5c2ed7e215 MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements 2010-01-03 15:46:14 +00:00
Petr Skoda
3cd5305f11 MDL-21198 towards origianl single_button() syntax + other improvements 2010-01-03 10:28:29 +00:00
Moodle Robot
87653d4027 Updated the HEAD build version to 20100103 2010-01-03 00:33:51 +00:00
David Mudrak
94846b2673 Preventing assignment CSS from influencing other modules
This was discovered during workshop testing. User pictures were all
displayed in size 35x35px regardless their size setting. This was caused
by mod/assignment standard theme.
2010-01-02 22:54:13 +00:00
David Mudrak
1df1adaacd MDL-21198 fixing a regression in the recent action_link() rewrite 2010-01-02 21:40:00 +00:00
David Mudrak
a7b575b1ac MDL-21198 fixed a typo 2010-01-02 20:58:43 +00:00
Petr Skoda
52368876a4 MDL-21198 minor cleanup and improvements 2010-01-02 13:57:44 +00:00
Petr Skoda
bc2587bcf0 MDL-21198 fixed yet another regression in last commit, lalala 2010-01-02 13:26:09 +00:00
Petr Skoda
1c11dcb6e9 MDL-21198 fixed another regression in last commit 2010-01-02 13:25:09 +00:00
Petr Skoda
1739077160 MDL-21198 fixed regression in last commit 2010-01-02 13:23:43 +00:00
Petr Skoda
8ae8bf8a14 MDL-21198 OUTPUT->action_icon improvements, refactoring and fixing conversion regressions 2010-01-02 13:17:54 +00:00
Moodle Robot
cb26af1d9d Updated the HEAD build version to 20100102 2010-01-02 00:33:17 +00:00
Petr Skoda
39edbd022f MDL-20204 Eclipse autocompletion works again 2010-01-01 12:44:08 +00:00
Moodle Robot
47c53ffa6a Updated the HEAD build version to 20100101 2010-01-01 00:33:49 +00:00
Moodle Robot
114863ecb9 Automatic installer.php lang files by installer_builder (20100101) 2010-01-01 00:23:06 +00:00
Petr Skoda
8c9d2be8b6 MDL-21198 $OUTPUT->icon() improvements 2009-12-31 10:06:57 +00:00
Petr Skoda
b52706307c MDL-21198 $OUTPUT->icon() improvements 2009-12-31 10:06:56 +00:00
Moodle Robot
173bb44e00 Updated the HEAD build version to 20091231 2009-12-31 00:34:17 +00:00
Moodle Robot
8cf1bc0487 Automatic installer.php lang files by installer_builder (20091231) 2009-12-31 00:23:03 +00:00
Eloy Lafuente
59f05b1602 NOBUG: Fix use of output_tag() causing warnings here and there. 2009-12-30 18:00:34 +00:00
Eloy Lafuente
5e934890c9 MDL-16658 restore - new restore:createuser cap + pre-check users before restoring; merged from 19_STABLE 2009-12-30 17:35:36 +00:00
Petr Skoda
e07a7081bc MDL-20204 sheet name first, thanks Urs 2009-12-30 15:32:58 +00:00
Petr Skoda
1aa64b25a4 MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions 2009-12-30 15:19:59 +00:00
Petr Skoda
4bcc51185c MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions 2009-12-30 15:19:55 +00:00
Helen Foster
48a67d9f01 moodle.org lang string: MDLSITE-846 thanks to Mauno 2009-12-30 14:09:22 +00:00
Helen Foster
bf5fa4f99d moodle.org lang strings: MDLSITE-297 thanks to MD 2009-12-30 12:38:06 +00:00
Moodle Robot
e5239652b0 Updated the HEAD build version to 20091230 2009-12-30 00:33:39 +00:00
Petr Skoda
00db2a3551 MDL-20204 just a little blue theme experiment for testing of theme development process ;-) 2009-12-29 22:11:52 +00:00
Petr Skoda
c43adfe9da MDL-20204 just a little blue theme experiment for testing of theme development process ;-) 2009-12-29 22:11:52 +00:00
Eloy Lafuente
2944c6c182 NOBUG: Whitespace and XHTML ; merged from 19_STABLE 2009-12-29 19:36:08 +00:00
Petr Skoda
244a32c617 MDL-21119 lang menu and login info now handled by themes 2009-12-29 17:26:29 +00:00