]> git.mjollnir.org Git - moodle.git/shortlog
moodle.git
2006-09-10 mark-nielsenRemoved action set to navigation because view.php no...
2006-09-10 stronk7Adding support for tests of DDL statements within the...
2006-09-10 stronk7PHPDoc update.
2006-09-10 stronk7Adding options for continue and feedback to all the...
2006-09-10 mark-nielsenStarted to separate out logic and presentation in view...
2006-09-10 skodakfixed errors when switching dbsessions from amin gui
2006-09-10 skodakfixed proper redirection url in login - missing trailin...
2006-09-10 moodlerMoving deprecated functions out of datalib.php
2006-09-10 gbatesoncorrect formatting of "Show Legend" -> "No" and added...
2006-09-10 gbatesonremove reportselector.html as it was unused and has...
2006-09-10 mark-nielsenAdded better lang strings for output in view.php
2006-09-10 mark-nielsenStarted to reorganize view.php
2006-09-10 mark-nielsenMoved teacherview (lesson editing) out of view.php...
2006-09-10 mark-nielsenFixed sesskey problem
2006-09-10 mark-nielsenAdded proper page comments and inform user when attempt...
2006-09-10 mark-nielsenAdded page comment and lang entry for reports.php
2006-09-10 mark-nielsenUpdated to use new handy library functions
2006-09-10 mark-nielsenMoved high scores logic out of view.php into highscores.php
2006-09-10 mark-nielsenChanged some lang entries for high scores feature
2006-09-09 mark-nielsenFixed some formatting when clock is not displayed
2006-09-09 mark-nielsenForgot the lesson_ prefix
2006-09-09 mark-nielsenImproved clock output and works when javascript is...
2006-09-09 mark-nielsenLesson buttons should now work with javascript disabled
2006-09-09 stronk7Now we are using the new sql_order_by_text() function
2006-09-09 stronk7New function sql_order_by_text() to automatically build
2006-09-09 mark-nielsenCleaned up output to user. Still needs a lot of work.
2006-09-09 mark-nielsenRemoved essay grading code from view.php into essay...
2006-09-09 mark-nielsenAdded a few lang entries and modified one or two
2006-09-08 mark-nielsenMDL-6477: Added roles support.
2006-09-08 stronk7Only send contexts to cache if the aren't empty. At...
2006-09-08 skodakfixed wrong placement of comma
2006-09-08 skodakfixed typo - trailing backslash
2006-09-08 thepurpleblobMerged from STABLE
2006-09-08 toyomoyoadding capabilities
2006-09-08 vyshaneSeems that the unassign_capability function signature...
2006-09-08 mchampanFixed couple bugs in query, and improved logic of querylib.
2006-09-07 stronk7Modify a bunch of INSERTs to avoid using empty fields
2006-09-07 stronk7DIRTY HACK to convert back all the ' ' (1 space) field...
2006-09-07 stronk7Solving one string concatenation typo (please, test...
2006-09-07 skodakdouble redirect prevention - if both 'meta http-equiv...
2006-09-07 skodakremoved redirect message, because it was sometimes...
2006-09-07 stronk7Typos + drop table fully supported.
2006-09-07 stronk7Initial support for DROP TABLE adedd.
2006-09-07 stronk7If one course, hasn't teaches, both under roles and...
2006-09-07 vinkmarFixed bug (sectionname mismatch) similar to MDL-6475
2006-09-07 moodlerFixed a typo (thanks Eclipse)
2006-09-07 vinkmarFixed MDL-6475.
2006-09-07 nfreearFixes bug MDL-6478 "Unit tests (not) working.."
2006-09-07 toyomoyoadding capabilities
2006-09-07 moodlerAdded moodle/role:unassignself which replaces $CFG...
2006-09-06 stronk7Initial RenameTable caller to generators. Not ended...
2006-09-06 stronk7Initial, unfinished, not working, simple version of...
2006-09-06 stronk7PHP code for dropping and renaming tables added. Note...
2006-09-06 stronk7The XMLDBEditor is generating automatic PHP code for...
2006-09-06 stronk7Now indexes are able to return their PHP specs.
2006-09-06 stronk7Now keys are able to return their PHP specs.
2006-09-06 stronk7Now fields are able to return their PHP specs.
2006-09-06 ethemall static functions in enrolment_plugin_authorize...
2006-09-06 stronk7Disable regexp searches for MSSQL and Oracle
2006-09-06 stronk7Now forum searches are working both under MSSQL and...
2006-09-06 skodakfixed description of configprotectusernames
2006-09-06 skodakfixed missing if (!
2006-09-06 skodakallow less verbose operation of forget_password.php...
2006-09-06 toyomoyoadding capabilities
2006-09-06 vyshaneMerged fix for bug MDL-5866.
2006-09-06 skodakinitial conversion of workshop to new roles and capabil...
2006-09-06 moodlerSome tidying up of admin blocks
2006-09-06 mark-nielsenAdded $Id$ to files
2006-09-06 mark-nielsenAdded function for printing a standard header for lesson
2006-09-06 vinkmarremoved pause during redirect when there are no new...
2006-09-06 vinkmar* removed hard-coded language strings (MDL-6448)
2006-09-06 vinkmarremoved hard-coded language strings (MDL-6448)
2006-09-06 vinkmaradded strings for MDL-6448
2006-09-06 moodlerA temporary icon for roles (needs work!)
2006-09-06 toyomoyoreplacing isteacher with viewfullname capability
2006-09-06 moodlerRemoved some tabs
2006-09-05 skodaktesting forced conversion to proper numeric type in...
2006-09-05 stronk7Now forum_get_discussions() is using $limitfrom and...
2006-09-05 skodakfixed typo
2006-09-05 stronk7Adding support for MSSQL and Oracle in this select...
2006-09-05 stronk7Mark as deprecated the sql_paging_limit_function()
2006-09-05 stronk7One less use of old LIMIT clause. Now logs are working...
2006-09-05 skodakI spent 2 hours looking for this typo :-D
2006-09-05 stronk7No need to specify DISTINCT because u.* guarantees...
2006-09-05 stronk7No need to specify DISTINCT because u.* guaranties...
2006-09-05 stronk7Modified get_users_by_capability() call to use the...
2006-09-05 stronk7Changed the get_users_by_capability() function to work...
2006-09-05 stronk7Now get_records_sql() supports limitfrom and limitnum.
2006-09-05 stronk7Both Oracle and MSSQL don't like double quotes for...
2006-09-05 stronk7Added support to retrofit tables without prefix
2006-09-05 stronk7Added the adodb_logsql table to the XMLDB schema. It...
2006-09-05 stronk7Added to the generators the ability of prevent adding...
2006-09-05 stronk7Deleted duplicate table label2 from XMLDB schema
2006-09-05 stronk7Now the sessions2 table is UTF8 migrated ok.
2006-09-05 moodlerBetter robustness and basic checking for get_parent_con...
2006-09-05 moodlerNew string for blocks
2006-09-05 moodlerCleaned up headers when editing roles for blocks
2006-09-05 toyomoyoadding capabilities
2006-09-05 skodakminor include cleanup
2006-09-05 moodlerGet the block name correctly
next