Log of /moodle/admin/index.php
Parent Directory
Revision
1.286.2.32 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 17 17:55:51 2009 WST (7 days, 2 hours ago) by
samhemelryk
Branch:
MOODLE_19_STABLE
Changes since
1.286.2.31: +5 -1 lines
Diff to
previous 1.286.2.31
, to
branch point 1.286
,
to
selected 1.407
security MDL-18006 MDL-18807 MDL-20853 Several improvements to increase security
* Installation
o Adds a random $CFG->passwordsaltmain to config.php on install
o Changes passwordpolicy default to on
* Upgrade
o If passwordpolicy is off it switches it on
o Checks if passwordsaltmain has been set and if not recommends to the user and all admins to add it, both on the upgrade output and via messaging.
o Forces all admin users to change their password at next login.
* General
o Extends the security overview report to check for passwordmainsalt and recommend if it not set (or weak)
Revision
1.392 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 9 15:35:08 2009 WST (4 months, 2 weeks ago) by
tjhunt
Branch:
MAIN
Changes since
1.391: +7 -5 lines
Diff to
previous 1.391
,
to
selected 1.407
themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme
The code to print blocks in now in theme layout.php files. (Or in
moodle_core_renderer::handle_legacy_theme)
Code for printing blocks everywhere else has been stripped out.
(Total diffstat 1225 insertions, 2019 deletions)
The way the HTML for a block instance is generated has been cleaned
up a lot. Now, the block_instance generates a block_contents
object which gives a structured representation of the block,
and then $OUTPUT->block builds all the HTML from that.
How theme config.php files specify the layout template and block
regions by page general type has been changed to be even more flexible.
Further refinement for how the theme and block code gets initialised.
Ability for scrits to add 'pretend blocks' to the page. That is,
things that look like blocks, but are not normal block_instances.
(Like the add a new block UI.)
Things that are still broken:
* some pages in lesson, quiz and resource. I'm working on it.
* lots of developer debug notices pointing out things that
need to be updated.
Revision
1.381 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 1 08:39:18 2009 WST (7 months, 3 weeks ago) by
tjhunt
Branch:
MAIN
Changes since
1.380: +2 -1 lines
Diff to
previous 1.380
,
to
selected 1.407
translation: MDL-18766 Prototype automatic translation system for Moodle.
If Google can do something like http://translate.google.com/, surely we
can do something just as good in Moodle. Here is a first attempt. It is
a bit rough around the edges, and only a couple of target lananguages
have been implemented so far. (More and better attempts welcome!)
In order to ensure that this gets adequate testing, I have made sure that
it gets turn on by default. However, if you really don't like it, you can
turn it off under Administration > Development -> Experimental settings.
Revision
1.374 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 8 02:56:40 2009 WST (9 months, 2 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.373: +13 -12 lines
Diff to
previous 1.373
,
to
selected 1.407
MDL-14924 the same title now used on each upgrade/install page (Moodle - 2.0...) + the same footer with moodle logo now used during installation and upgrade - links to admin docs
Revision
1.367 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 1 21:52:30 2009 WST (9 months, 3 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.366: +26 -19 lines
Diff to
previous 1.366
,
to
selected 1.407
MDL-10275 moving all installation time environment tests into /admin/index.php - this will simplify install.php a LOT and will make installation/upgrade more consistent + fixed a bug in enviroment if docroot not set
Revision
1.365 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 30 07:54:42 2009 WST (9 months, 3 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.364: +40 -9 lines
Diff to
previous 1.364
,
to
selected 1.407
MDL-17458 refactored guest and admin user creation + refactored roles install + added protection for installation hijacking + added reliable session test right before editting of admin account
Revision
1.359 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 20 12:16:30 2009 WST (10 months ago) by
tjhunt
Branch:
MAIN
Changes since
1.358: +1 -3 lines
Diff to
previous 1.358
,
to
selected 1.407
backup/restore: MDL-16614 more reliable test for when we are restoring a backup that was made of the same site that we are restoring to.
* Use this to fix a question restore bug.
* Replace older code that does something similar with the new test.
* Refactor initialisation of $CFG->siteidentifier into a function. There were about 4 copies of this code ;-)
Revision
1.286.2.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 20 12:16:06 2009 WST (10 months ago) by
tjhunt
Branch:
MOODLE_19_STABLE
Changes since
1.286.2.27: +3 -5 lines
Diff to
previous 1.286.2.27
, to
branch point 1.286
,
to
selected 1.407
backup/restore: MDL-16614 more reliable test for when we are restoring a backup that was made of the same site that we are restoring to.
* Use this to fix a question restore bug.
* Replace older code that does something similar with the new test.
* Refactor initialisation of $CFG->siteidentifier into a function. There were about 4 copies of this code ;-)
Revision
1.344 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 10 15:23:35 2008 WST (11 months, 2 weeks ago) by
moodler
Branch:
MAIN
Changes since
1.343: +1 -15 lines
Diff to
previous 1.343
,
to
selected 1.407
admin MDL-17429 Move registration button to admin menu, and make registration page a proper admin page, also fix bad DML call
admin MDL-16867 Change "Optional subsystems" menu item to "Advanced features"
(Sorry for the mixed checkin)
Revision
1.341 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 16 20:19:45 2008 WST (14 months, 1 week ago) by
nicolasconnault
Branch:
MAIN
Changes since
1.340: +5 -444 lines
Diff to
previous 1.340
,
to
selected 1.407
MDL-16483 Refactored install/upgrade code into lib/adminlib. Created an intermediate MoodleUnitTestCase class that overrides simpletest's constructor, destructor and setup/teardown methods. All moodle unit tests must extend this class.
Revision
1.332 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 31 16:01:48 2008 WST (15 months, 3 weeks ago) by
moodler
Branch:
MAIN
Changes since
1.331: +11 -3 lines
Diff to
previous 1.331
,
to
selected 1.407
MDL-10107 Fixed the definition of message providers ... it now works through files very similar to those for events and capabilities, which makes them easy to add/remove/change as necessary
Revision
1.284 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 3 05:38:53 2007 WST (2 years, 1 month ago) by
skodak
Branch:
MAIN
Changes since
1.283: +4 -3 lines
Diff to
previous 1.283
,
to
selected 1.407
MDL-11562 supportname and supportemail are are now initialized after admin user setup
MDL-11566 only site shortname, fullname and desc are required/displayed during installation
MDL-11567 fixed upgradesettings redirects if error in settings
MDL-11143 defaultfrontpageroleid moved to Frontpage settings page (easier to find), speedup
Revision
1.282 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 19 15:50:05 2007 WST (2 years, 2 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.281: +7 -4 lines
Diff to
previous 1.281
,
to
selected 1.407
accesslib - Ensure newly-created categories have a context
New categories need a context immediately, and for top-level
categories, they also need to taint the "root" context to trigger
a reload of $USER->access.
This fixes problems with creation of initial courses(MDL-11178),
duplicate misc categories, etc.
Revision
1.281 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 19 15:29:55 2007 WST (2 years, 2 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.280: +2 -1 lines
Diff to
previous 1.280
,
to
selected 1.407
admin/index: Populate the context path JIT for the new admin user
With this call to build_context_path() the admin rights of the new
user are loaded just before they are first needed.
Revision
1.180.6.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 25 22:48:33 2007 WST (2 years, 8 months ago) by
moodler
Branch:
MOODLE_16_STABLE
CVS Tags:
MOODLE_165
Changes since
1.180: +48 -46 lines
Diff to
previous 1.180
,
to
selected 1.407
Restoring changes all the changes in MOODLE_16_STABLE since MOODLE_16_BETA.
This had to be done because the MOODLE_16_STABLE branch tags were moved.
Hopefully after this MOODLE_16_STABLE will be back to how it was (and a
proper branch) but some of the history may look a bit odd.
See MDL-9032 for more discussion and details.
Revision
1.264 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 25 09:04:08 2007 WST (2 years, 10 months ago) by
skodak
Branch:
MAIN
Changes since
1.263: +2 -2 lines
Diff to
previous 1.263
,
to
selected 1.407
MDL-8096 - user edit form splitting, refactoring, cleanup and fixing - work in progress ;-)
* new editadvanced form for creating of users and editing without restrictions
* elliminated fantom changeme user
* updated links and installation process
* see TODO comments in code
Revision
1.253 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 3 13:55:18 2007 WST (2 years, 10 months ago) by
moodler
Branch:
MAIN
Changes since
1.252: +5 -1 lines
Diff to
previous 1.252
,
to
selected 1.407
Checking in Nick Freear's changes and evolution of Julette White's code
with a few modifications made to the install process) for further work in HEAD.
See MDL-7380 for details.
Revision
1.240 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 28 06:59:37 2006 WST (3 years, 1 month ago) by
skodak
Branch:
MAIN
Changes since
1.239: +3 -8 lines
Diff to
previous 1.239
,
to
selected 1.407
fixed logic of moodle_install_roles() - it now calls update_capabilities() after creation of default roles, but before first role_assign(). The problem was that role_assign calls code from forum lib which already uses capabilities, this might cause even bigger problems later.
Revision
1.233 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 22 10:54:21 2006 WST (3 years, 2 months ago) by
mjollnir_
Branch:
MAIN
Changes since
1.232: +5 -1 lines
Diff to
previous 1.232
,
to
selected 1.407
stats rework: 1. upgrade schema and move data to new schema. (credit: Nigel McNie <nigel@catalyst.net.nz>). 2. Stats processing uses new schema. THIS NEEDS TESTING ON MYSQL. Still to do: schema files (install.xml,*.sql still to be committed), reports to use new schema.
Revision
1.231 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 21 06:36:21 2006 WST (3 years, 2 months ago) by
stronk7
Branch:
MAIN
Changes since
1.230: +3 -9 lines
Diff to
previous 1.230
,
to
selected 1.407
Now XMLDB installation is enabled! Old mysql.php and postgres7.php can
continue being used as previously until we finish all the required
DDL functions.
Also, this implies that *.sql files aren't needed anymore. Now all we have to do
is to maintain the install.xml files from the editor.
Revision
1.209 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 1 05:50:22 2006 WST (3 years, 2 months ago) by
skodak
Branch:
MAIN
Changes since
1.208: +3 -3 lines
Diff to
previous 1.208
,
to
selected 1.407
fixed default values in apply_default_exception_settings(); several values in lib/default.php are wrong, but I guess we do not need to fix them because it as replaced by the new administration framowork ;-)
Revision
1.201 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 21 12:06:58 2006 WST (3 years, 3 months ago) by
vinkmar
Branch:
MAIN
CVS Tags:
MOODLE_17_NEWGROUPS_PRE
Branch point for:
MOODLE_17_NEWGROUPS
Changes since
1.200: +2 -2 lines
Diff to
previous 1.200
,
to
selected 1.407
fixed tabs, fixed potential notices for undefined variables, added structure that will be used for detecting what variables to flag during installs & upgrades, removed all $_GET usage, switched 'admin' to $CFG->admin (for directory paths), and fixed blank line at end of index.php
Revision
1.200 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 20 19:20:40 2006 WST (3 years, 3 months ago) by
stronk7
Branch:
MAIN
Changes since
1.199: +32 -5 lines
Diff to
previous 1.199
,
to
selected 1.407
Core tables XMLDB installation is now working. Disabled by default
until fully working.
$CFG->xmldb_enabled = true; will enable it for test/dev against any DB
Revision
1.193 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 14 13:55:40 2006 WST (3 years, 3 months ago) by
moodler
Branch:
MAIN
Changes since
1.192: +1 -1 lines
Diff to
previous 1.192
,
to
selected 1.407
SWEEPING CLEANUP
The API was changed slightly so that has_capability now takes the
whole $context object (we almost always have it anyway)
The $kill thing was removed. If you want to assert a capability
then use:
require_capability('capname', $context);
with optional variables to modify the error message
Misc bugs here and there also removed and code tidied
Revision
1.187 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 8 13:13:08 2006 WST (3 years, 3 months ago) by
moodler
Branch:
MAIN
Changes since
1.186: +42 -13 lines
Diff to
previous 1.186
,
to
selected 1.407
ROLES AND PERMISSIONS - FIRST CHECK-IN
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
Revision
1.185 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 1 15:46:20 2006 WST (3 years, 3 months ago) by
skodak
Branch:
MAIN
Changes since
1.184: +16 -1 lines
Diff to
previous 1.184
,
to
selected 1.407
Bug #5352 - upgrade might be interrupted by user - upgrades are now logged into moddata/upgradelogs/, user abor is ignored and concurrent running of upgrades is prevented from one browser
Revision
1.184 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 20 14:39:48 2006 WST (3 years, 4 months ago) by
skodak
Branch:
MAIN
Changes since
1.183: +17 -16 lines
Diff to
previous 1.183
,
to
selected 1.407
Bug #6075 - file admin/index.php is ISO encoded - headers broken by ob_end_flush(), fixed version check; merged from MOODLE_16_STABLE
Revision
1.183 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 13 17:48:57 2006 WST (3 years, 4 months ago) by
tjhunt
Branch:
MAIN
Changes since
1.182: +5 -3 lines
Diff to
previous 1.182
,
to
selected 1.407
Bug 6101 - Automatically scroll to any errors when upgrading the database. JavaScript thanks to Andrew Walker. PHP changes are my fault.
Revision
1.172 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 27 20:46:27 2006 WST (3 years, 7 months ago) by
stronk7
Branch:
MAIN
Changes since
1.171: +3 -10 lines
Diff to
previous 1.171
,
to
selected 1.407
At installation time we *always* are going to show release notes
from en_utf8. It's the only lang pack that includes such info
with the upgrade, independently of everything else (unicodedb...).
Revision
1.171 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 27 20:32:51 2006 WST (3 years, 7 months ago) by
stronk7
Branch:
MAIN
Changes since
1.170: +4 -1 lines
Diff to
previous 1.170
,
to
selected 1.407
Now $CFG->unicodedb is sent to DB everytime we arrive to the
admin/index.php script (installation, upgrade...). This will
stop the encoding introspection code present in setup.php
Revision
1.168 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 22 18:44:51 2006 WST (3 years, 8 months ago) by
gustav_delius
Branch:
MAIN
Changes since
1.167: +5 -2 lines
Diff to
previous 1.167
,
to
selected 1.407
Questiontypes are doing their own database upgrade now.
I modified the enrollment plugin mechanism to work for any type of plugin
Revision
1.155 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 19 07:05:07 2006 WST (3 years, 10 months ago) by
stronk7
Branch:
MAIN
Changes since
1.154: +5 -2 lines
Diff to
previous 1.154
,
to
selected 1.407
Page finished. Now it's possible to check current and future
moodle versions... PostgreSQL people, check it against your
servers, please.
In 1-2 days I'll merge this changes to 15_STABLE, to allow
moodlers to pre-check their environments...
Revision
1.148 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 16 06:31:22 2005 WST (4 years, 3 months ago) by
mjollnir_
Branch:
MAIN
Changes since
1.147: +4 -1 lines
Diff to
previous 1.147
,
to
selected 1.407
Added locallib - hook to provide easier means for local customisations. Currently contains mechanism for having local db upgrades without munging the main CFG->dbtype.php scripts.
Revision
1.141.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 26 22:43:31 2005 WST (4 years, 6 months ago) by
moodler
Branch:
MOODLE_15_STABLE
Changes since
1.141: +22 -1 lines
Diff to
previous 1.141
,
to
selected 1.407
Registration is now a bit more in-your-face.
Every six months you get prompted by a slightly annoying button on
the admin page to re-register. Once you've done so it disappears.
Revision
1.131 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 10 13:11:15 2005 WST (4 years, 9 months ago) by
moodler
Branch:
MAIN
Changes since
1.130: +8 -1 lines
Diff to
previous 1.130
,
to
selected 1.407
New feature: maintenance mode.
Admin can put a site on hold during an upgrade or theme changing etc
Controlled by a file in dataroot, so it can also be controlled via command line:
touch moodledata/1/maintenance.html
rm moodledata/1/maintenance.html
Revision
1.124 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 15 15:14:33 2004 WST (4 years, 11 months ago) by
defacer
Branch:
MAIN
Changes since
1.123: +3 -1 lines
Diff to
previous 1.123
,
to
selected 1.407
New "Calendar" section in Admin -> Configuration.
Includes preliminary support for DST!
Includes "admin sees all events or only own?" setting (bug 1972)
WARNING: Modified moodlelib.php to explicitly specify NOT-DST when
calling mktime() and gmmktime(). This is essential since we don't want
PHP to second-guess us for the DST matters, but... it may affect existing
code?
Revision
1.112 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 17 01:10:26 2004 WST (5 years, 2 months ago) by
gustav_delius
Branch:
MAIN
Changes since
1.111: +3 -3 lines
Diff to
previous 1.111
,
to
selected 1.407
XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
Revision
1.102 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 19 07:20:26 2004 WST (5 years, 7 months ago) by
stronk7
Branch:
MAIN
CVS Tags:
Moodle_13_Beta
Changes since
1.101: +10 -3 lines
Diff to
previous 1.101
,
to
selected 1.407
First Official realease of the "Blocks System".
Integrated with Moodle:
- Install automatically.
- Update course->blockinfo for each course at installation time.
- Modified course creation to insert into blockinfo field.
- Modified restore to insert into blockinfo field.
- Admin options (hide, show, delete, config) from admin page.
- Lang strings inserted (en only).
- Database support to mysql and postgresql (not tested!!).
Moodle, backup and block versions updated to 2004041800.
Tested with mysql: Install fresh and upgrade from previous.
section_activities block renamed to social_activities and created
its own lang file to support name "Social Activities". This can
be changed at any time.
TODO:
=====
Support it really in backup/restore.
????
Enjoy!! Ciao :-)
Revision
1.101 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 15 22:46:54 2004 WST (5 years, 7 months ago) by
moodler
Branch:
MAIN
CVS Tags:
PREBLOCKS
Changes since
1.100: +2 -11 lines
Diff to
previous 1.100
,
to
selected 1.407
I think this might solve the mysterious problems with
session garbage collection and timeouts not working.
Note: upgrading to this will KILL all current sessions, so
you will need to log back in.
Revision
1.98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 22 20:17:27 2004 WST (5 years, 9 months ago) by
moodler
Branch:
MAIN
Changes since
1.97: +3 -1 lines
Diff to
previous 1.97
,
to
selected 1.407
A proper GUI for filters :-)
Still needs work, but it works fine now.
Later I want to add config pages for each filter, like modules have.
Revision
1.82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 22 21:42:27 2003 WST (6 years, 3 months ago) by
moodler
Branch:
MAIN
Changes since
1.81: +15 -13 lines
Diff to
previous 1.81
,
to
selected 1.407
Add link on admin page about students, for completeness. In the next
version this link will link to the new enrolment subsystem.
Also reduced font size to make the admin page a bit nicer on small screens.
Revision
1.78 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 10 16:01:14 2003 WST (6 years, 3 months ago) by
moodler
Branch:
MAIN
Changes since
1.77: +49 -37 lines
Diff to
previous 1.77
,
to
selected 1.407
Some cleanups of the admin page to make it
- more explanatory
- more expandable
Apologies for the lost muscle memories, but I think this
will work better in the long run.
Revision
1.77 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Aug 10 00:53:29 2003 WST (6 years, 3 months ago) by
moodler
Branch:
MAIN
Changes since
1.76: +1 -2 lines
Diff to
previous 1.76
,
to
selected 1.407
More moodling on the course categories, improving performance for
large categories and making it easier to move large numbers of
courses around.
Also cleaned up some of the navigation bars
Revision
1.76 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 8 00:01:31 2003 WST (6 years, 3 months ago) by
moodler
Branch:
MAIN
Changes since
1.75: +3 -6 lines
Diff to
previous 1.75
,
to
selected 1.407
Another big checkin.
This includes some significant cleanups to the new course categories
system. The basic idea is that the categories/course browser is now
unified under one system, and admin features related to that have
all been moved into the browser (as little icons).
I'm much happier with this as a foundation that can scale and be
built upon.
Still to go:
- searching
- paging
- polishing
Also in here are a lot of little cleanups around the place, such as
the initial setup process.
Revision
1.74 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 1 21:59:17 2003 WST (6 years, 3 months ago) by
moodler
Branch:
MAIN
Changes since
1.73: +7 -1 lines
Diff to
previous 1.73
,
to
selected 1.407
Further integration of backup into main Moodle.
The database checks/upgrades are now done on the main
admin page like the other modules.
The database files are now standard format .sql and .php files
PostgreSQL support was added - BUT HAS NOT BEEN TESTED YET!!
Revision
1.73 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 9 12:55:10 2003 WST (6 years, 4 months ago) by
moodler
Branch:
MAIN
Changes since
1.72: +2 -2 lines
Diff to
previous 1.72
,
to
selected 1.407
Updated backup link (in future perhaps it should link to a generic
page from which backup file management and restores can be done too)
Revision
1.64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 12 19:30:18 2003 WST (6 years, 6 months ago) by
moodler
Branch:
MAIN
Changes since
1.63: +6 -1 lines
Diff to
previous 1.63
,
to
selected 1.407
New feature - registration page. Registration should be working,
but I'm still working on the server-side stuff.
Look for the new button on the admin page.
Revision
1.63 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat May 10 01:24:17 2003 WST (6 years, 6 months ago) by
moodler
Branch:
MAIN
Changes since
1.62: +22 -21 lines
Diff to
previous 1.62
,
to
selected 1.407
New feature to manage installed code modules!
You can now hide/show individual activity modules and even delete them completely!
For example, if you hide the "choice" module, then all choice activities
will be hidden throughout the whole site, and "Choice" will not
appear on any "Add..." menu.
Deleting a module is a complete deletion of all data from the database.
If you want to try out the deletion on a real module, I suggest the
pgassignment module, since it will soon be deleted from CVS anyway
(because it's being replaced with workshop).
Look for "Manage modules" on the admin menu.
Revision
1.62 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 6 23:58:20 2003 WST (6 years, 6 months ago) by
moodler
Branch:
MAIN
Changes since
1.61: +7 -7 lines
Diff to
previous 1.61
,
to
selected 1.407
Cleaned up the initial setup process. It looks a bit smoother now.
Hopefully this is also the end of the occasional errors we keep
hearing about to do with never getting to setup the admin user.
(I think admin/site.php had a redirect that didn't always work).
The setup process is now much better at "trapping" you until it's all done.
Revision
1.59 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Feb 25 02:48:45 2003 WST (6 years, 9 months ago) by
paca70
Branch:
MAIN
Changes since
1.58: +20 -14 lines
Diff to
previous 1.58
,
to
selected 1.407
Added support for nonadmin course creation.
Course creators are managed by /admin/creator.php , same way that admins.
Or if authetication module have 'auth_iscreator'-function (right now only ldap-module have) ,
users are added to creators at login time.
Revision
1.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 30 01:32:30 2002 WST (6 years, 10 months ago) by
moodler
Branch:
MAIN
Changes since
1.47: +5 -5 lines
Diff to
previous 1.47
,
to
selected 1.407
Various little fixes to remove warnings (usually about empty variables)
when error_reporting is turned up to 15 or so ... more of these to come ...
Revision
1.47 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 24 13:39:45 2002 WST (6 years, 11 months ago) by
moodler
Branch:
MAIN
Changes since
1.46: +19 -3 lines
Diff to
previous 1.46
,
to
selected 1.407
No need for forcetables hack any more. Moodle can now detect whether
it has already been installed in the current database (by looking
for all the main tables) and do the right thing. It doesn't matter now
if there are other tables in the database or not.
Revision
1.45 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 20 22:43:56 2002 WST (6 years, 11 months ago) by
moodler
Branch:
MAIN
Changes since
1.44: +6 -8 lines
Diff to
previous 1.44
,
to
selected 1.407
Many many changes lumped in here ... not finished yet either.
Basically all the Database functions are in lib/datalib.php
and the web functions are all in lib/weblib.php, so
moodlelib.php is much thinner than it was.
Data functions have been extended ... most old calls will
still work, but now many more SQL commands can be performed
using the datalib functions rather than using SQL. I'm
currently moving through the whole tree replacing SQL
calls or at least concentrating them in one section of
mod/xxx/lib.php
Still working on forums, quizzes, surveys, resources.
The tree is currently not full working ... some things are
half-completed ... will resume tomorrow.
Revision
1.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 19 16:51:31 2002 WST (7 years ago) by
moodler
Branch:
MAIN
Changes since
1.40: +3 -2 lines
Diff to
previous 1.40
,
to
selected 1.407
A significant new system for authentication configuration that
exposes the wide array of authentication possibilities.
Authentication now has it's own page separate from other variables.
Most of this work was done by Petri Asikainen <paca@sci.fi>, who started
these changes off.
I've done some cleanups and additions which is why I'm checking it in.
It's all working pretty well at the moment but could use some testing.
Thanks, Petri! :-)
Revision
1.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 25 10:02:02 2002 WST (7 years, 1 month ago) by
moodler
Branch:
MAIN
Changes since
1.38: +8 -6 lines
Diff to
previous 1.38
,
to
selected 1.407
Changes to improve usability when the admin folder has been renamed,
and also a change in checking for the admin user, just in case an
old session is hanging around
Revision
1.35 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 6 01:09:31 2002 WST (7 years, 1 month ago) by
moodler
Branch:
MAIN
Changes since
1.34: +3 -2 lines
Diff to
previous 1.34
,
to
selected 1.407
Moved upgrade_moodle functions out to database-specific files, because
the SQL is not compatible (nor is it possible to make it so).
Revision
1.31 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 27 14:13:59 2002 WST (7 years, 1 month ago) by
martin
Branch:
MAIN
Changes since
1.30: +18 -14 lines
Diff to
previous 1.30
,
to
selected 1.407
Nicer way to find out the major changes since the last version.
RELEASES.html shows the changes, and these are displayed during
an upgrade.
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 19 20:01:54 2002 WST (7 years, 2 months ago) by
martin
Branch:
MAIN
Changes since
1.28: +50 -16 lines
Diff to
previous 1.28
,
to
selected 1.407
Most of the configuration variables have been moved out of the config.php
file and into a database, where they can be edited using a new admin form
called "Configure variables".
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 3 22:29:39 2002 WST (7 years, 2 months ago) by
martin
Branch:
MAIN
Changes since
1.24: +3 -2 lines
Diff to
previous 1.24
,
to
selected 1.407
Added a new administration page that can check the current language
pack against the English language pack. It prints any missing strings
or files. This should help language pack developers.
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 17 21:01:06 2002 WST (7 years, 3 months ago) by
martin
Branch:
MAIN
Changes since
1.22: +4 -3 lines
Diff to
previous 1.22
,
to
selected 1.407
Changes related to new way of setting and recalling themes.
The CFG->theme variable is now obsolete in config.php - use the
admin page to set themes interactively.
Revision
1.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 9 10:45:15 2002 WST (7 years, 3 months ago) by
martin
Branch:
MAIN
Changes since
1.19: +7 -10 lines
Diff to
previous 1.19
,
to
selected 1.407
New functions get_list_of_modules() and moodle_needs_upgrading().
Used on the home page when admin is logged in, to check for any
upgrading of the databases that might need to be done.
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 8 22:17:55 2002 WST (7 years, 3 months ago) by
martin
Branch:
MAIN
Changes since
1.18: +4 -3 lines
Diff to
previous 1.18
,
to
selected 1.407
Cleanup of the admin interface - especially the user management
Bugs fixed, duplicate code removed, plus you can now add new users.
Aaah much better. :-)