]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
2006-08-29 vinkmaradding a more obvious heading to the page :)
2006-08-29 ethemIf review enabled, get_users_by_capability('enrol/autho...
2006-08-29 ethemget_users_by_capability('enrol/authorize:managepayments...
2006-08-29 ethemmerged from 16stable
2006-08-29 tjhuntBetter comments
2006-08-29 toyomoyoadding some capabilities
2006-08-29 toyomoyoadded acapability
2006-08-29 moodlerMinor change to prevent bugs while Ed works on not...
2006-08-29 toyomoyoreplaced isguest with capability calls
2006-08-29 toyomoyoadding in capabilities
2006-08-29 toyomoyoadding capability, indenting, putting in brackets etc
2006-08-29 cap2501Fixed errors in refactoring ( rev4, almost there)
2006-08-29 moodlerNew param type, PARAM_SEQUENCE for 5,6,7,8,9
2006-08-29 vyshaneFix for bug MDL-6385
2006-08-29 cap2501updates to accommodate retooled command.php
2006-08-29 cap2501Fixed errors in refactoring ( rev3, almost there)
2006-08-29 cap2501Fixed errors in refactoring ( rev2)
2006-08-29 cap2501Fixed errors in refactoring
2006-08-29 cap2501updates to accommodate retooled command.php
2006-08-28 skodakfixed regex typo in installer
2006-08-28 skodakshow detailed log messages only when debug is not off...
2006-08-28 stronk7Initial commit of XMLEditor langpack.
2006-08-28 skodakcreate safer .htaccess SC#302
2006-08-28 skodakcheck suggested dataroot in install.php SC#295
2006-08-28 skodakbasic detection of sites with misconfigured dataroot...
2006-08-28 mark-nielsenMerged bug fix for MDL-6325
2006-08-28 stronk7Moving all the XMLDB stuff from contrib to head. Go...
2006-08-28 tjhuntFix typo.
2006-08-28 skodakenabletrusttext can not be 1 by default - it is new...
2006-08-28 skodakturning on the upgrade in progress check again, added...
2006-08-28 stronk7Dropping forum.open and forum.assesspublic
2006-08-28 stronk7Messages about missing functions in old and new upgrade...
2006-08-28 stronk7Changing one wrong previous value.
2006-08-28 moodlerCleaned up the code to remove security issues and to...
2006-08-28 gustav_deliusSmall correction in the documentation for the $CFG...
2006-08-28 toyomoyochanges to how to pull out a list of users (course...
2006-08-28 vyshaneAdded lang string
2006-08-28 moodlerAdded a better string as per MDL-6379
2006-08-28 moodlerFIxed some file paths
2006-08-28 moodlerNew strings for AJAX setting
2006-08-28 moodlerIntegrated topicsajax into "topics"
2006-08-28 moodlerAdded new field 'ajax' to user table, to store AJAX...
2006-08-28 vyshaneCleanups
2006-08-28 vyshaneFixed notice.
2006-08-28 vyshaneFixed notice
2006-08-28 vinkmarInstall/upgrade procedures changed to use $ADMIN instea...
2006-08-28 cap2501Removed frame around draggable blocks and fixed 'short...
2006-08-28 cap2501removed override for $USER->use_ajax
2006-08-28 vyshaneDropping forum.open and forum.assesspublic from .sql...
2006-08-28 cap2501*** empty log message ***
2006-08-28 moodlerIt's not required that all modules have the old upgrade...
2006-08-28 cap2501added description for topics - AJAX format
2006-08-28 cap2501added nessicary code for ajax course format
2006-08-28 cap2501small changes, also de-tabbed and unix fomatted
2006-08-28 vinkmar* admin_setting defaults added
2006-08-28 vinkmar* documentation started in adminlib.php
2006-08-27 cap2501Removed evil tabs
2006-08-27 cap2501converted dos mode to unix mode
2006-08-27 cap2501Fixed to eliminate use of 'GET' and 'POST'
2006-08-27 stronk7Added support to SQL generation of statements
2006-08-27 stronk7Concat operator for mysql added
2006-08-27 stronk7Concat operator for mssql added
2006-08-27 stronk7Added support to SQL generation of statements
2006-08-27 cap2501Fixes needed to work from cvs
2006-08-27 stronk7Added support to SQL generation of install INSERTs
2006-08-27 stronk7Set magic_quotes_sybase for both mssql and oci8po.
2006-08-27 stronk7modify stripslashes_safe() to work properly under magic...
2006-08-27 skodaktrusttext implementation in Forum module, fixed incorre...
2006-08-27 danmarsdenFix for MDL-4190 - when admin is editing profile, admin...
2006-08-27 skodakfixed cosmetic typo - missing semicolon before closing tag
2006-08-27 skodakNew handwritten XMS schema for install.xml files, gener...
2006-08-27 koenrtypo - Thanks Mits!
2006-08-27 stronk7Very, very, very, very initial support of insert_record...
2006-08-27 stronk7Initial commit supporting install/upgrade inder XMLDB.
2006-08-27 stronk7Just remove one condition previously checked.
2006-08-27 stronk7Cache names for improved speed in long iterations reque...
2006-08-27 koenrupdating index files MDL-3484
2006-08-27 koenrupdating index files MDL-3484
2006-08-27 skodakreverting isguest() changes
2006-08-27 koenrupdating index files MDL-3484
2006-08-27 koenrtypo
2006-08-27 koenrupdating index files MDL-3484
2006-08-27 koenrupdating index files MDL-3484
2006-08-27 koenrupdating index files MDL-3484
2006-08-26 skodakfixed warning in glossary recent activity from deteted...
2006-08-26 skodakremoving some isteacher()s from glossary
2006-08-26 skodakisguest() compatible with roles
2006-08-26 skodaktrusttext cleaning in glossary upgrade - definitions...
2006-08-26 skodakminor trusttext fix
2006-08-26 skodakfixed table already exists problem during install and...
2006-08-26 skodaktrusttext:
2006-08-26 moodlerAutomatic installer.php lang files by installer_builder...
2006-08-26 stronk7Max for decimal type in MSSQL is 38 cc.
2006-08-26 stronk7Adding back the first column in the recordset, that...
2006-08-25 mark-nielsenMerged bug fix for bug MDL-6323
2006-08-25 skodakfixed missing continue button during upgrade when using...
2006-08-25 skodakMany bugs and typos fixed in capabilitties and legacy...
2006-08-25 mark-nielsenMerged differences from MOODLE_16_STABLE into HEAD
2006-08-25 stronk7PGs doubles are caller DOUBLE PRECISION
2006-08-25 stronk7Indexes on text fields are not allowed
next