Commit graph

22000 commits

Author SHA1 Message Date
skodak
5f02cb4b44 lams conversion to new roles framework 2006-09-11 19:54:11 +00:00
skodak
55f3a4db69 removed useless "changes saved" messages from redirects in administration and user management 2006-09-11 18:56:41 +00:00
stronk7
5f7053955a Some new strings to display PHP code. 2006-09-11 15:51:13 +00:00
stronk7
a05452e942 teachergraded belongs to workshop_assessments, not to workshop. ;-) 2006-09-11 15:38:51 +00:00
stronk7
c8e4134bc9 teachergraded belongs to workshop_assessments,
not to workshop_submissions ;-)
2006-09-11 15:33:51 +00:00
stronk7
c5a6ae177a Initial verion. Not working yep but I needed to send it now. 2006-09-11 13:15:36 +00:00
nfreear
8ea144bf77 Fixes MDL-6516, "Error on logs page because of mess in mdl_log_display table" 2006-09-11 11:40:43 +00:00
toyomoyo
1c45e42e3c adding capabilities 2006-09-11 08:56:23 +00:00
moodler
25b0fd8ec8 New tags 2006-09-11 08:42:55 +00:00
moodler
9e7f597e49 Updated some docs 2006-09-11 08:25:49 +00:00
moodler
8350325842 Some missing strings I forgot to check in 2006-09-11 08:24:40 +00:00
moodler
bcf0138ded Automatic installer.php lang files by installer_builder (20060911) 2006-09-11 08:09:58 +00:00
toyomoyo
39b3e7dedf adding capaility, fixing indenting and logic (could have broken things) 2006-09-11 07:17:10 +00:00
moodler
4ae6d4115f New hook for Moodle 1.7 enrolment plugins 2006-09-11 07:09:41 +00:00
skodak
3435f39bab validate local redirection actions in jumpto.php SC#310 2006-09-11 06:47:38 +00:00
vinkmar
c235598d6a Added feature from MDL-6439. A validate method is now supported for admin_configtext objects, and paramtype can now be a regex to validate against. 2006-09-11 05:06:38 +00:00
vyshane
6e89ca5527 Fix for MDL-6405 2006-09-11 03:13:52 +00:00
mark-nielsen
831f6613a8 Very minor changes 2006-09-10 22:50:43 +00:00
mark-nielsen
68a1e8fbba Started to rework the overall page editing interface for teachers. 2006-09-10 22:47:57 +00:00
mark-nielsen
82c57929b0 Added lang entries for Collapsed editing 2006-09-10 22:40:41 +00:00
skodak
451d82c840 move newly created admin_tree block to the left column during upgrade from 1.6 2006-09-10 22:11:46 +00:00
skodak
d541baa141 fixed courseid typo 2006-09-10 22:01:39 +00:00
koenr
30b73673ba typo 2006-09-10 21:11:57 +00:00
koenr
a79bc11152 updating index files MDL-3484 2006-09-10 21:11:43 +00:00
skodak
aa893d6b76 fixed several bogus errors and warnings during installation and upgrades, forced logout when upgrading from 1.6 2006-09-10 21:10:48 +00:00
stronk7
2ebd596764 Avoid one minor error when tables hasn't comments to be defined. 2006-09-10 21:05:55 +00:00
skodak
e46c09873a fixed warning during initial install when creating admin roles 2006-09-10 20:29:44 +00:00
skodak
ee3cc9951c basic conversion of old wiki to new roles framework 2006-09-10 19:44:28 +00:00
mark-nielsen
07642aef3e Minor changes 2006-09-10 19:09:25 +00:00
stronk7
a84634a1d4 improved display of errors... 2006-09-10 18:53:47 +00:00
mark-nielsen
8f2f1d4761 Fixed display bug for branch tables and moved message setting to the bottom of continue.php to prevent double message setting when a redirect is called. 2006-09-10 18:50:59 +00:00
stronk7
7ac75a8f61 tests are tests 2006-09-10 18:43:51 +00:00
stronk7
091789788f Linking to the tests from the main page. 2006-09-10 18:42:23 +00:00
mark-nielsen
c94d37997d Removed action set to navigation because view.php no longer uses action 2006-09-10 18:41:38 +00:00
stronk7
f4bb0ad8f7 Adding support for tests of DDL statements within the XMLDBEditor 2006-09-10 18:41:34 +00:00
stronk7
83a78d9d17 PHPDoc update. 2006-09-10 18:37:57 +00:00
stronk7
b8359f7965 Adding options for continue and feedback to all the DDL functions. 2006-09-10 18:36:50 +00:00
mark-nielsen
5631925a26 Started to separate out logic and presentation in view.php. Decided to wrap the question printing with HTML templates (viewstart.html and viewend.html)
Still needs a lot of work
2006-09-10 18:19:29 +00:00
skodak
fefea008bc fixed errors when switching dbsessions from amin gui 2006-09-10 11:15:31 +00:00
skodak
b6508d6344 fixed proper redirection url in login - missing trailing slash for directory 2006-09-10 11:04:17 +00:00
moodler
613bbd7c2b Moving deprecated functions out of datalib.php
Many of these still need updating to remove all dependence on user_xxx tables
2006-09-10 07:07:52 +00:00
gbateson
c73eb55dcc correct formatting of "Show Legend" -> "No" and added missing <p> in "Encoding" explanation 2006-09-10 05:34:02 +00:00
gbateson
ce33e12da1 remove reportselector.html as it was unused and has been replaced by reportcontent.html and reportformat.html 2006-09-10 05:29:24 +00:00
mark-nielsen
a4452c8a14 Added better lang strings for output in view.php 2006-09-10 04:35:12 +00:00
mark-nielsen
fb992d716a Started to reorganize view.php 2006-09-10 02:38:09 +00:00
mark-nielsen
15f3d44ae7 Moved teacherview (lesson editing) out of view.php into edit.php
No code improvements in edit.php as of now.  Just works ;)
2006-09-10 02:09:14 +00:00
mark-nielsen
9695a91e2f Fixed sesskey problem 2006-09-10 01:43:24 +00:00
mark-nielsen
8d1b4ee7b5 Added proper page comments and inform user when attempts have been deleted 2006-09-10 01:40:38 +00:00
mark-nielsen
d2d7f39064 Added page comment and lang entry for reports.php 2006-09-10 01:37:50 +00:00
mark-nielsen
35b179fa73 Updated to use new handy library functions 2006-09-10 01:30:57 +00:00