Commit graph

9332 commits

Author SHA1 Message Date
Andrew Davis
330cc667b0 weblib MDL-21168 Added some more unit tests 2010-01-11 06:26:59 +00:00
Eloy Lafuente
fd81d5bd37 MDL-21168 avoid http://www.whatever to be linked twice ; merged from 19_STABLE 2010-01-08 22:25:13 +00:00
Eloy Lafuente
4275973318 MDL-21168 avoid http://www.whatever to be linked twice ; merged from 19_STABLE 2010-01-08 22:18:42 +00:00
Eloy Lafuente
bd9255c528 MDL-21168 convert_urls_into_links() - changed solution to avoid linking
inside <img> tags by negative look-behind assertion of =" string ; merged from 19_STABLE
2010-01-08 17:20:56 +00:00
Eloy Lafuente
0559076a3c MDL-21168 convert_urls_into_links() - minor changes to tests (code formatting,
utf_decode() out and properly escape % chars. Merged from 19_STABLE
2010-01-08 16:44:11 +00:00
Andrew Davis
24d38a6e6d moodlelib MDL-20918 usergetdate was returning an array in a different order depending on whether or not timezone was set 2010-01-08 06:56:29 +00:00
David Mudrak
c909711ac5 Fixed a typo in loginas.php + added a parameter control in moodle_url::set_url() to discover similar issues in the future 2010-01-07 20:17:38 +00:00
Petr Skoda
c8e8c8c671 MDL-20204 removing obsoleted code before more refactoring 2010-01-07 17:57:54 +00:00
Eloy Lafuente
63b3d8abb4 MDL-21264 sql_isnotempty() fixed. Thanks Tim!
Added (and passed) a bunch of tests for that function.
2010-01-07 14:59:54 +00:00
jerome mouneyrac
c41f836325 flashdetector MDL-20841 add Moodle licence text 2010-01-07 03:02:18 +00:00
jerome mouneyrac
5ae9f53976 webservice MDL-20805 add admin token page. To do: create and delete operation + context support 2010-01-06 09:33:05 +00:00
Rossiani Wijaya
851481dcef MDL-20949 printing out password policy requirements on signup, change password and edit user profile. 2010-01-06 06:49:16 +00:00
Sam Hemelryk
c71c725ec3 output MDL-20204 Fixed regression in recent theme changes, thanks Rossie for spotting 2010-01-06 01:56:20 +00:00
Petr Skoda
04c0140811 MDL-21244 added new option for footer JS from themes as requested by Urs 2010-01-05 23:22:16 +00:00
Petr Skoda
23fd6f83df MDL-21243 added theme reset after any core or plugin upgrade - continued 2010-01-05 22:04:31 +00:00
Petr Skoda
db4e1a3c70 MDL-21243 added theme reset after any core or plugin upgrade 2010-01-05 22:03:21 +00:00
Petr Skoda
df06c1c414 MDL-21252 shortened image urls in CSS 2010-01-05 21:45:08 +00:00
Petr Skoda
0037dcc99b MDL-21251 set up correct debugging in ABORT_AFTER_CONFIG scripts 2010-01-05 20:31:42 +00:00
Petr Skoda
7c986f04e3 MDL-21241 theme CSS and JS gzip compression + some more fixes 2010-01-05 20:18:15 +00:00
Petr Skoda
085f71b728 nobug: fixed code completion in eclipse 2010-01-05 17:54:15 +00:00
Petr Skoda
c724f835ca MDL-21242 moving yui2 skin away from theme CSS, this improves browser caching and finally we may load skin from the internet too 2010-01-05 17:29:43 +00:00
Petr Skoda
73b62703ab MDL-20204 eliminating deprecated javascript file because it only adds extra pressure on servers 2010-01-05 00:43:09 +00:00
Petr Skoda
efaa4c0803 MDL-21242 towards removing og yui2 skin sheet from the huge theme css file 2010-01-05 00:33:15 +00:00
Petr Skoda
1da545418e MDL-20204 removing duplicate YUI skin CSS, thanks Sam for noticing it 2010-01-05 00:19:50 +00:00
Petr Skoda
53228896fa MDL-20204 fixed moodle logo link on frontpage 2010-01-04 23:55:09 +00:00
Petr Skoda
2574fae6ef MDL-21123 moved javascript for navigation bar - testing of themes JS and it may need to use different tricks in other themes with CSS column layouts 2010-01-04 23:51:48 +00:00
Petr Skoda
b38cea70ea MDL-20786 removing mod javascript.php support, now fulyl replaced by $PAGE->requires->js() 2010-01-04 23:30:24 +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
Petr Skoda
801db07670 MDL-21232 using normal = which should be enough now in PHP5 2010-01-04 07:51: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
Petr Skoda
5acf9cd3ab MDL-21231 fixed recent regression, thanks penny for the report 2010-01-03 21:10:49 +00:00
Petr Skoda
169a5b545c MDL-21198 fixed silly regression in type checking - grrr 2010-01-03 20:49:30 +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
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
8ae8bf8a14 MDL-21198 OUTPUT->action_icon improvements, refactoring and fixing conversion regressions 2010-01-02 13:17:54 +00:00
Petr Skoda
39edbd022f MDL-20204 Eclipse autocompletion works again 2010-01-01 12:44:08 +00:00
Petr Skoda
b52706307c MDL-21198 $OUTPUT->icon() improvements 2009-12-31 10:06:56 +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