]>
git.mjollnir.org Git - moodle.git/log
moodler [Tue, 12 Sep 2006 14:02:15 +0000 (14:02 +0000)]
Fixed a bug that must have been there for a while, so that guest icons work again
moodler [Tue, 12 Sep 2006 09:31:23 +0000 (09:31 +0000)]
Revamped require_login() function to handle roles better.
moodler [Tue, 12 Sep 2006 09:30:05 +0000 (09:30 +0000)]
Tidying up a bit
moodler [Tue, 12 Sep 2006 09:22:27 +0000 (09:22 +0000)]
Fixed MDL-6479 by adding two block columns on admin pages.
Also we now hide the blocks and headers completely until $SITE is properly
defined.
toyomoyo [Tue, 12 Sep 2006 08:56:10 +0000 (08:56 +0000)]
replacing iscreator() calls with capabilty
moodler [Tue, 12 Sep 2006 08:28:36 +0000 (08:28 +0000)]
DOn't show "Add" links if you can't use them
vyshane [Tue, 12 Sep 2006 08:25:03 +0000 (08:25 +0000)]
Fixed bug preventing capability upgrades for blocks. Typo :(
moodler [Tue, 12 Sep 2006 08:22:14 +0000 (08:22 +0000)]
Small bump for guest role fix
moodler [Tue, 12 Sep 2006 08:17:33 +0000 (08:17 +0000)]
Reload default guest
moodler [Tue, 12 Sep 2006 08:15:07 +0000 (08:15 +0000)]
Missed one capability for guests
toyomoyo [Tue, 12 Sep 2006 07:39:25 +0000 (07:39 +0000)]
changed code to use the user_lastaccess table instead of the user table
toyomoyo [Tue, 12 Sep 2006 07:38:46 +0000 (07:38 +0000)]
changed code to use the new user_lastaccess table instead of the log table
toyomoyo [Tue, 12 Sep 2006 07:38:07 +0000 (07:38 +0000)]
changed code to use get_role_users function
toyomoyo [Tue, 12 Sep 2006 07:37:23 +0000 (07:37 +0000)]
added function get_role_users - returns all users assigned this role in this context (or higher) not very useful for participants list because of the count and paging. Could possibly expand it
moodler [Tue, 12 Sep 2006 07:10:49 +0000 (07:10 +0000)]
Reload the guest role using new defaults
moodler [Tue, 12 Sep 2006 07:07:30 +0000 (07:07 +0000)]
FIxed some typos and other logic related to assign_capabilities
vyshane [Tue, 12 Sep 2006 06:58:42 +0000 (06:58 +0000)]
Fake constructor for PHP5
vyshane [Tue, 12 Sep 2006 06:57:05 +0000 (06:57 +0000)]
Modified to support Roles.
vyshane [Tue, 12 Sep 2006 06:55:40 +0000 (06:55 +0000)]
Added lang string
moodler [Tue, 12 Sep 2006 06:15:33 +0000 (06:15 +0000)]
Added new load_guest_role() for guest access, and made assign_capability()
smarter about pre-existing capabilities (new param allows overwriting or not)
toyomoyo [Tue, 12 Sep 2006 06:08:57 +0000 (06:08 +0000)]
adding new table for keeping track of user's last access time for any course page
moodler [Tue, 12 Sep 2006 05:58:42 +0000 (05:58 +0000)]
Changed some default permissions for the guest role
moodler [Tue, 12 Sep 2006 02:46:13 +0000 (02:46 +0000)]
Automatic installer.php lang files by installer_builder (
20060912 )
stronk7 [Mon, 11 Sep 2006 22:08:26 +0000 (22:08 +0000)]
And one more string...
stronk7 [Mon, 11 Sep 2006 22:06:35 +0000 (22:06 +0000)]
Some more improvements. Not finished yet.
koenr [Mon, 11 Sep 2006 21:52:57 +0000 (21:52 +0000)]
updating index files MDL-3484
More work to be done. Checked upto cost.html
skodak [Mon, 11 Sep 2006 21:24:57 +0000 (21:24 +0000)]
fixed default values and types of requested teacher and student strings
skodak [Mon, 11 Sep 2006 21:20:47 +0000 (21:20 +0000)]
fixed funny continue button during installation
koenr [Mon, 11 Sep 2006 21:14:12 +0000 (21:14 +0000)]
updating index files MDL-3484
skodak [Mon, 11 Sep 2006 20:41:49 +0000 (20:41 +0000)]
fixed handling of selected language in installer; fixed selection of session language
koenr [Mon, 11 Sep 2006 20:21:54 +0000 (20:21 +0000)]
updating index files MDL-3484
skodak [Mon, 11 Sep 2006 20:05:31 +0000 (20:05 +0000)]
old admin block not added into frontpage during installation anymore, it is not removed during upgrade.
skodak [Mon, 11 Sep 2006 20:01:17 +0000 (20:01 +0000)]
wiki now using new groups parameter in get_users_by_capability()
skodak [Mon, 11 Sep 2006 19:54:11 +0000 (19:54 +0000)]
lams conversion to new roles framework
skodak [Mon, 11 Sep 2006 18:56:41 +0000 (18:56 +0000)]
removed useless "changes saved" messages from redirects in administration and user management
stronk7 [Mon, 11 Sep 2006 15:51:13 +0000 (15:51 +0000)]
Some new strings to display PHP code.
stronk7 [Mon, 11 Sep 2006 15:38:51 +0000 (15:38 +0000)]
teachergraded belongs to workshop_assessments, not to workshop. ;-)
stronk7 [Mon, 11 Sep 2006 15:33:51 +0000 (15:33 +0000)]
teachergraded belongs to workshop_assessments,
not to workshop_submissions ;-)
stronk7 [Mon, 11 Sep 2006 13:15:36 +0000 (13:15 +0000)]
Initial verion. Not working yep but I needed to send it now.
nfreear [Mon, 11 Sep 2006 11:40:43 +0000 (11:40 +0000)]
Fixes MDL-6516, "Error on logs page because of mess in mdl_log_display table"
toyomoyo [Mon, 11 Sep 2006 08:56:23 +0000 (08:56 +0000)]
adding capabilities
moodler [Mon, 11 Sep 2006 08:42:55 +0000 (08:42 +0000)]
New tags
moodler [Mon, 11 Sep 2006 08:25:49 +0000 (08:25 +0000)]
Updated some docs
moodler [Mon, 11 Sep 2006 08:24:40 +0000 (08:24 +0000)]
Some missing strings I forgot to check in
moodler [Mon, 11 Sep 2006 08:09:58 +0000 (08:09 +0000)]
Automatic installer.php lang files by installer_builder (
20060911 )
toyomoyo [Mon, 11 Sep 2006 07:17:10 +0000 (07:17 +0000)]
adding capaility, fixing indenting and logic (could have broken things)
moodler [Mon, 11 Sep 2006 07:09:41 +0000 (07:09 +0000)]
New hook for Moodle 1.7 enrolment plugins
skodak [Mon, 11 Sep 2006 06:47:38 +0000 (06:47 +0000)]
validate local redirection actions in jumpto.php SC#310
vinkmar [Mon, 11 Sep 2006 05:06:38 +0000 (05:06 +0000)]
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.
vyshane [Mon, 11 Sep 2006 03:13:52 +0000 (03:13 +0000)]
Fix for MDL-6405
mark-nielsen [Sun, 10 Sep 2006 22:50:43 +0000 (22:50 +0000)]
Very minor changes
mark-nielsen [Sun, 10 Sep 2006 22:47:57 +0000 (22:47 +0000)]
Started to rework the overall page editing interface for teachers.
mark-nielsen [Sun, 10 Sep 2006 22:40:41 +0000 (22:40 +0000)]
Added lang entries for Collapsed editing
skodak [Sun, 10 Sep 2006 22:11:46 +0000 (22:11 +0000)]
move newly created admin_tree block to the left column during upgrade from 1.6
skodak [Sun, 10 Sep 2006 22:01:39 +0000 (22:01 +0000)]
fixed courseid typo
koenr [Sun, 10 Sep 2006 21:11:57 +0000 (21:11 +0000)]
typo
koenr [Sun, 10 Sep 2006 21:11:43 +0000 (21:11 +0000)]
updating index files MDL-3484
skodak [Sun, 10 Sep 2006 21:10:48 +0000 (21:10 +0000)]
fixed several bogus errors and warnings during installation and upgrades, forced logout when upgrading from 1.6
stronk7 [Sun, 10 Sep 2006 21:05:55 +0000 (21:05 +0000)]
Avoid one minor error when tables hasn't comments to be defined.
skodak [Sun, 10 Sep 2006 20:29:44 +0000 (20:29 +0000)]
fixed warning during initial install when creating admin roles
skodak [Sun, 10 Sep 2006 19:44:28 +0000 (19:44 +0000)]
basic conversion of old wiki to new roles framework
mark-nielsen [Sun, 10 Sep 2006 19:09:25 +0000 (19:09 +0000)]
Minor changes
stronk7 [Sun, 10 Sep 2006 18:53:47 +0000 (18:53 +0000)]
improved display of errors...
mark-nielsen [Sun, 10 Sep 2006 18:50:59 +0000 (18:50 +0000)]
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.
stronk7 [Sun, 10 Sep 2006 18:43:51 +0000 (18:43 +0000)]
tests are tests
stronk7 [Sun, 10 Sep 2006 18:42:23 +0000 (18:42 +0000)]
Linking to the tests from the main page.
mark-nielsen [Sun, 10 Sep 2006 18:41:38 +0000 (18:41 +0000)]
Removed action set to navigation because view.php no longer uses action
stronk7 [Sun, 10 Sep 2006 18:41:34 +0000 (18:41 +0000)]
Adding support for tests of DDL statements within the XMLDBEditor
stronk7 [Sun, 10 Sep 2006 18:37:57 +0000 (18:37 +0000)]
PHPDoc update.
stronk7 [Sun, 10 Sep 2006 18:36:50 +0000 (18:36 +0000)]
Adding options for continue and feedback to all the DDL functions.
mark-nielsen [Sun, 10 Sep 2006 18:19:29 +0000 (18:19 +0000)]
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
skodak [Sun, 10 Sep 2006 11:15:31 +0000 (11:15 +0000)]
fixed errors when switching dbsessions from amin gui
skodak [Sun, 10 Sep 2006 11:04:17 +0000 (11:04 +0000)]
fixed proper redirection url in login - missing trailing slash for directory
moodler [Sun, 10 Sep 2006 07:07:52 +0000 (07:07 +0000)]
Moving deprecated functions out of datalib.php
Many of these still need updating to remove all dependence on user_xxx tables
gbateson [Sun, 10 Sep 2006 05:34:02 +0000 (05:34 +0000)]
correct formatting of "Show Legend" -> "No" and added missing <p> in "Encoding" explanation
gbateson [Sun, 10 Sep 2006 05:29:24 +0000 (05:29 +0000)]
remove reportselector.html as it was unused and has been replaced by reportcontent.html and reportformat.html
mark-nielsen [Sun, 10 Sep 2006 04:35:12 +0000 (04:35 +0000)]
Added better lang strings for output in view.php
mark-nielsen [Sun, 10 Sep 2006 02:38:09 +0000 (02:38 +0000)]
Started to reorganize view.php
mark-nielsen [Sun, 10 Sep 2006 02:09:14 +0000 (02:09 +0000)]
Moved teacherview (lesson editing) out of view.php into edit.php
No code improvements in edit.php as of now. Just works ;)
mark-nielsen [Sun, 10 Sep 2006 01:43:24 +0000 (01:43 +0000)]
Fixed sesskey problem
mark-nielsen [Sun, 10 Sep 2006 01:40:38 +0000 (01:40 +0000)]
Added proper page comments and inform user when attempts have been deleted
mark-nielsen [Sun, 10 Sep 2006 01:37:50 +0000 (01:37 +0000)]
Added page comment and lang entry for reports.php
mark-nielsen [Sun, 10 Sep 2006 01:30:57 +0000 (01:30 +0000)]
Updated to use new handy library functions
mark-nielsen [Sun, 10 Sep 2006 01:20:00 +0000 (01:20 +0000)]
Moved high scores logic out of view.php into highscores.php
Changed: now need to enter password on password protected lessons before being able to view high scores
Added logs to high scores and reworked logic
mark-nielsen [Sun, 10 Sep 2006 01:17:30 +0000 (01:17 +0000)]
Changed some lang entries for high scores feature
mark-nielsen [Sat, 9 Sep 2006 22:33:34 +0000 (22:33 +0000)]
Fixed some formatting when clock is not displayed
Messages are now printed out on continue.php
mark-nielsen [Sat, 9 Sep 2006 22:23:50 +0000 (22:23 +0000)]
Forgot the lesson_ prefix
mark-nielsen [Sat, 9 Sep 2006 22:20:51 +0000 (22:20 +0000)]
Improved clock output and works when javascript is disabled
mark-nielsen [Sat, 9 Sep 2006 21:39:11 +0000 (21:39 +0000)]
Lesson buttons should now work with javascript disabled
Also improved the layout of action/continue.html
stronk7 [Sat, 9 Sep 2006 13:53:52 +0000 (13:53 +0000)]
Now we are using the new sql_order_by_text() function
when we need to be able to order by TEXT columns in a
cross-db behaviour. More info:
http://docs.moodle.org/en/XMLDB_Problems#ORDER_BY_text_columns
stronk7 [Sat, 9 Sep 2006 13:51:40 +0000 (13:51 +0000)]
New function sql_order_by_text() to automatically build
custom expresions to being used in ORDER BY clauses with
TEXT columns.
mark-nielsen [Sat, 9 Sep 2006 02:10:40 +0000 (02:10 +0000)]
Cleaned up output to user. Still needs a lot of work.
mark-nielsen [Sat, 9 Sep 2006 01:58:48 +0000 (01:58 +0000)]
Removed essay grading code from view.php into essay.php.
mark-nielsen [Sat, 9 Sep 2006 01:55:57 +0000 (01:55 +0000)]
Added a few lang entries and modified one or two
mark-nielsen [Fri, 8 Sep 2006 23:17:18 +0000 (23:17 +0000)]
MDL-6477: Added roles support.
Also added lesson_set_message() and lesson_print_message() to locallib.php
Also fixed problem in continue.html with not printing nextpageid
stronk7 [Fri, 8 Sep 2006 19:28:03 +0000 (19:28 +0000)]
Only send contexts to cache if the aren't empty. At initial installations
some empty contexts were being cached and used later, causing insertion
of null values to every DB but MySQL.
skodak [Fri, 8 Sep 2006 15:53:24 +0000 (15:53 +0000)]
fixed wrong placement of comma
skodak [Fri, 8 Sep 2006 15:51:11 +0000 (15:51 +0000)]
fixed typo - trailing backslash
thepurpleblob [Fri, 8 Sep 2006 10:27:48 +0000 (10:27 +0000)]
Merged from STABLE
toyomoyo [Fri, 8 Sep 2006 08:46:26 +0000 (08:46 +0000)]
adding capabilities