Petr Škoda
31ac2aef26
MDL-39386 fix phpdocs packages in enrol
2013-04-27 13:41:32 +02:00
Rossiani Wijaya
b5e2c24ad8
MDL-34778 enrol: add a space
2012-09-17 12:13:20 +08:00
Rossiani Wijaya
c4ede87628
MDL-34778 enrol: convert to html_writer
2012-09-17 12:13:20 +08:00
Rossiani Wijaya
75b226b665
MDL-34778 accessibility compliance for enrol: add label tag for input text
2012-09-17 12:13:20 +08:00
Rossiani Wijaya
965b7462c4
MDL-34557 accessibility compliance for enrol: Add forform input text and select tag
2012-08-03 11:53:46 +08:00
Frederic Massart
55bcef2954
MDL-34461 Librairies: Replaced deprecated get_context_instance()
2012-07-23 17:42:05 +08:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fee75c2416d71bae7583fd026b9ccabb.
2012-04-11 17:18:58 +12:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Sam Hemelryk
eb38d45b4e
MDL-29189 course Minor fixups after code review
2011-09-13 11:17:18 +12:00
Sam Hemelryk
8ebbb06adf
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently
2011-09-08 09:30:27 +12:00
Aaron Barnes
0609036239
enrol/authorize: MDL-22777 upgrade enrol/authorize plugin to new enrol_plugin base class
...
Patch by Eugene Venter
2010-08-19 02:42:33 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
c80877aa0e
MDL-20204 fixed recent regressions + improved action handling - sorrrry
2010-02-11 15:44:06 +00:00
Petr Skoda
f8dab96615
MDL-20204 a lot more steps away from html_select
2010-02-10 09:37:50 +00:00
Petr Skoda
2f0e96e447
MDL-20204 one more step away from html_select
2010-02-09 18:54:03 +00:00
ethem evlice
64d187aa12
Fixed 2.0 bugs
2010-01-28 14:05:28 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b
MDL-21235 more conversion to new select
2010-01-16 18:25:51 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
4317f92f3f
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:51:40 +00:00
ethem
4735315363
Fatal error: Call to a member function checkbox() on a non-object in /usr/local/www/data/moodledev/enrol/authorize/locallib.php on line 675
2009-09-28 20:17:24 +00:00
samhemelryk
01d082fa17
enrol MDL-19795 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
2009-09-04 06:29:26 +00:00
skodak
92ebcabeb3
MDL-20169 fixed coding style, parameter type required
2009-08-27 19:14:45 +00:00
nicolasconnault
7d50e687b9
MDL-19795 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:40:32 +00:00
nicolasconnault
f147f547cb
MDL-19795 Upgraded calls to choose_from_menu
2009-08-17 15:18:35 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
7e97f14939
MDL-19795 Converted calls to popup_form()
2009-08-10 03:38:45 +00:00
nicolasconnault
2af6a7e57b
MDL-19795 Converted all print_footer() calls
2009-08-06 14:11:55 +00:00
nicolasconnault
e738c328d1
MDL-19795 Migrated calls to print_checkbox()
2009-08-06 06:58:42 +00:00
ethem
f5eb7e2fbc
Authorize.net Trans IDs are changing in October-Will it break moodle? YES
...
http://moodle.org/mod/forum/discuss.php?d=106626
2008-09-26 23:42:53 +00:00
ethem
d36e65162a
fix skodak's fix, i hope this is last bug.
2008-06-15 09:57:48 +00:00
ethem
79aa29f298
fix skodak's fix :) Skodak, I recommend you to use Zend Development Environment (ZDE)... Tools -> Analyze Code shows bugs & unused variables & what ever you want :D
2008-06-11 17:27:58 +00:00
skodak
1751f48f59
MDL-15099 towards enrol dml conversion
2008-06-05 18:21:44 +00:00
skodak
c6307ef24d
MDL-14679 removed all instances of get_records_sql_menu()
2008-06-01 16:08:16 +00:00
dongsheng
6a933f1308
"MDL-14129, fix print_error"
2008-05-14 05:56:10 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
ethem
f31d516e95
Fixo
2008-02-11 13:54:28 +00:00
ethem
a6c970b863
Fixo
2008-02-11 13:52:47 +00:00
ethem
65f0a8f697
Accesbility Improvements. Strings added: orderdetails, cclastfour, isbusinesschecking, shopper
2008-02-11 10:44:09 +00:00
ethem
36814b9910
Accesbility Improvements: -New search option, cc last four; -Paging options
2008-02-11 10:05:06 +00:00
ethem
04b8b68848
MDL-10181 User Management Improvements: Cron unenrolment of manual should takes place in the main cron.
...
It is time to use own enrolment method when calling funcs enrol_into_course, role_assign, role_unassign.
Zend Studio Warning: Assignment in condition (line XX), Solved, one more ()
Assignments in a conditional statement are sometimes the result of a typo.
In many cases, instead of the assignment operator =, the equality operator ==
should be used. When comparing a variable and a non-variable expression,
it is common practice to put the variable on the right-hand side of the equality
operator, so that if the equality operator is erroneously replaced with the
assignment operator, PHP will report a parse error immediately.
This helps you avoid a big subset of this class of bugs.
Merged from MOODLE_19_STABLE
2008-02-06 08:13:20 +00:00
ethem
ca177540ba
*** empty log message ***
2008-02-05 17:34:36 +00:00
skodak
76317c73a2
MDL-10791 improve handling of localised floating point numbers in moodle; replaced/fixed some float_format() that were used instead of round(); expect some more patches soon
2007-08-10 15:00:35 +00:00
toyomoyo
d5b04008fd
replacing fieldsets with divs in small forms
2007-03-01 06:57:11 +00:00
moodler
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
ethem
e9fc2634a7
Some XHTML fixes
2007-02-12 16:53:09 +00:00
toyomoyo
537ea84763
MDL-8290, fix for broken plugins
2007-02-09 07:47:14 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00