Log of /moodle/admin/index.php
Parent Directory
Revision
1.392 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 9 15:35:08 2009 WST (3 months, 4 weeks ago) by
tjhunt
Branch:
MAIN
Changes since
1.391: +7 -5 lines
Diff to
previous 1.391
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.382 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 2 10:42:12 2009 WST (7 months ago) by
tjhunt
Branch:
MAIN
Changes since
1.381: +1 -2 lines
Diff to
previous 1.381
translation: MDL-18766 reverting. I guess it was not yet ready for prime-time.
I'll commit the patch to contrib in case anyone wishes to experiment further.
Revision
1.381 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 1 08:39:18 2009 WST (7 months, 1 week ago) by
tjhunt
Branch:
MAIN
Changes since
1.380: +2 -1 lines
Diff to
previous 1.380
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.380 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Feb 23 11:59:34 2009 WST (8 months, 2 weeks ago) by
tjhunt
Branch:
MAIN
Changes since
1.379: +1 -2 lines
Diff to
previous 1.379
upgrade: Make the environment page a bit less rediculously long. I still can't make it fit on one screen.
Revision
1.374 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 8 02:56:40 2009 WST (8 months, 4 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.373: +13 -12 lines
Diff to
previous 1.373
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.373 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Feb 3 04:59:53 2009 WST (9 months ago) by
skodak
Branch:
MAIN
Changes since
1.372: +6 -5 lines
Diff to
previous 1.372
MDL-18112 making the php version error less harsh - now displayed only if php < 5.2.0, versions < 5.2.8 are detected during environment test
Revision
1.367 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 1 21:52:30 2009 WST (9 months ago) by
skodak
Branch:
MAIN
Changes since
1.366: +26 -19 lines
Diff to
previous 1.366
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.366 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 1 05:07:33 2009 WST (9 months ago) by
skodak
Branch:
MAIN
Changes since
1.365: +59 -61 lines
Diff to
previous 1.365
MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements
Revision
1.365 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 30 07:54:42 2009 WST (9 months, 1 week ago) by
skodak
Branch:
MAIN
Changes since
1.364: +40 -9 lines
Diff to
previous 1.364
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 (9 months, 2 weeks ago) by
tjhunt
Branch:
MAIN
Changes since
1.358: +1 -3 lines
Diff to
previous 1.358
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 (9 months, 2 weeks 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
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.351 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 13 18:04:09 2009 WST (9 months, 3 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.350: +5 -1 lines
Diff to
previous 1.350
MDL-17868 detection of incorrect hadnling of floats in version numbers - this should prevent dataloss in case it does not work as expected; merged from MOODLE_19_STABLE
Revision
1.349 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 13 01:52:54 2009 WST (9 months, 3 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.348: +8 -13 lines
Diff to
previous 1.348
MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead
Revision
1.347 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 11 20:19:52 2009 WST (9 months, 3 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.346: +314 -9 lines
Diff to
previous 1.346
MDL-16483 reverting changes done to admin/index.php, adding new /admin/report/unittest/test_tables script.php (not finished yet!)
Revision
1.344 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 10 15:23:35 2008 WST (10 months, 4 weeks ago) by
moodler
Branch:
MAIN
Changes since
1.343: +1 -15 lines
Diff to
previous 1.343
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.286.2.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 1 06:01:03 2008 WST (12 months ago) by
mudrd8mz
Branch:
MOODLE_19_STABLE
Changes since
1.286.2.23: +14 -8 lines
Diff to
previous 1.286.2.23
, to
branch point 1.286
MDL-17094 Allow translators to disable automatic language update during Moodle upgrade.
One needs just add $CFG->skiplangupgrade = true; to their config.php and keep their language pack up-to-date manually. This is intended for lang pack maintainers with CVS access only.
Revision
1.343 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 19 00:49:19 2008 WST (13 months, 2 weeks ago) by
stronk7
Branch:
MAIN
Changes since
1.342: +2 -1 lines
Diff to
previous 1.342
undefined $site causing registerauth to be asked once and again, and again... MDL-16546
eVS: ----------------------------------------------------------------------
Revision
1.341 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 16 20:19:45 2008 WST (13 months, 3 weeks ago) by
nicolasconnault
Branch:
MAIN
Changes since
1.340: +5 -444 lines
Diff to
previous 1.340
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.340 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 15 12:21:15 2008 WST (13 months, 3 weeks ago) by
tjhunt
Branch:
MAIN
Changes since
1.339: +10 -2 lines
Diff to
previous 1.339
Turn off strict XML headers during upgrade, so if an error occurrs, you are more likely to be able to see what happened.
Revision
1.335 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 16 20:16:03 2008 WST (14 months, 3 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.334: +156 -174 lines
Diff to
previous 1.334
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
Revision
1.332 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 31 16:01:48 2008 WST (15 months, 1 week ago) by
moodler
Branch:
MAIN
Changes since
1.331: +11 -3 lines
Diff to
previous 1.331
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.327 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 24 17:22:30 2008 WST (16 months, 2 weeks ago) by
jamiesensei
Branch:
MAIN
Changes since
1.326: +2 -2 lines
Diff to
previous 1.326
MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" again a small change to how we do this.
Revision
1.325 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 22 17:30:02 2008 WST (16 months, 2 weeks ago) by
jamiesensei
Branch:
MAIN
Changes since
1.324: +2 -2 lines
Diff to
previous 1.324
MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" small change to how we do this.
Revision
1.324 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 20 17:11:08 2008 WST (16 months, 2 weeks ago) by
jamiesensei
Branch:
MAIN
Changes since
1.323: +4 -1 lines
Diff to
previous 1.323
MDL-14191 "Add db folder for db installation / upgrade" and MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" New plug in capabilities for quiz reports.
Revision
1.320 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 15 18:32:51 2008 WST (16 months, 3 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.319: +1 -2 lines
Diff to
previous 1.319
MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl
Revision
1.313 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 16 05:40:03 2008 WST (17 months, 3 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.312: +18 -26 lines
Diff to
previous 1.312
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
Revision
1.295 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 9 08:27:45 2008 WST (21 months, 4 weeks ago) by
mjollnir_
Branch:
MAIN
Changes since
1.294: +3 -2 lines
Diff to
previous 1.294
Merged from MOODLE_19_STABLE: MDL-12884 web installer should set the depth of the miscellaneous course category to 1 too (discussion in moodle hq skype chat with Petr)
Revision
1.286 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 10 16:33:06 2007 WST (2 years ago) by
skodak
Branch:
MAIN
CVS Tags:
MOODLE_19_BETA
Branch point for:
MOODLE_19_STABLE
Changes since
1.285: +2 -2 lines
Diff to
previous 1.285
MDL-11688 makes sure all course and user contexts exist during upgrade (all contexts when going from in 1.6) - this is needed for grade_letter upgrade; other minor tweaks - the USER->access is now loaded automatically, feedback parameters added
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
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, 1 month ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.281: +7 -4 lines
Diff to
previous 1.281
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, 1 month ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.280: +2 -1 lines
Diff to
previous 1.280
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, 7 months ago) by
moodler
Branch:
MOODLE_16_STABLE
CVS Tags:
MOODLE_165
Changes since
1.180: +48 -46 lines
Diff to
previous 1.180
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.267 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 24 18:48:11 2007 WST (2 years, 8 months ago) by
skodak
Branch:
MAIN
Changes since
1.266: +2 -1 lines
Diff to
previous 1.266
email selfregistration enabled by default again - thanks Eloy for noticing the problem
Revision
1.264 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 25 09:04:08 2007 WST (2 years, 9 months ago) by
skodak
Branch:
MAIN
Changes since
1.263: +2 -2 lines
Diff to
previous 1.263
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.259 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 16 04:16:30 2007 WST (2 years, 9 months ago) by
skodak
Branch:
MAIN
Changes since
1.258: +3 -1 lines
Diff to
previous 1.258
print_footer('none') during install and upgrade to hide home link and xhtml strict fixes
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
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.249 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 12 01:23:24 2006 WST (2 years, 11 months ago) by
skodak
Branch:
MAIN
Changes since
1.248: +4 -2 lines
Diff to
previous 1.248
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
Revision
1.245 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 16 15:32:05 2006 WST (3 years ago) by
moodler
Branch:
MAIN
Changes since
1.244: +7 -5 lines
Diff to
previous 1.244
It is now no longer possible to upgrade to 1.8 or later from non-Unicode
Moodle. Admins get a message explaining they need to upgrade to 1.7.x first.
MDL-6857
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
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, 1 month ago) by
mjollnir_
Branch:
MAIN
Changes since
1.232: +5 -1 lines
Diff to
previous 1.232
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, 1 month ago) by
stronk7
Branch:
MAIN
Changes since
1.230: +3 -9 lines
Diff to
previous 1.230
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.227 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 12 17:22:27 2006 WST (3 years, 1 month ago) by
moodler
Branch:
MAIN
Changes since
1.226: +2 -4 lines
Diff to
previous 1.226
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.
Revision
1.225 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 12 02:56:41 2006 WST (3 years, 1 month ago) by
skodak
Branch:
MAIN
Changes since
1.224: +2 -2 lines
Diff to
previous 1.224
removed useless "changes saved" messages from redirects in administration and user management
Revision
1.223 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 11 05:10:48 2006 WST (3 years, 1 month ago) by
skodak
Branch:
MAIN
Changes since
1.222: +21 -1 lines
Diff to
previous 1.222
fixed several bogus errors and warnings during installation and upgrades, forced logout when upgrading from 1.6
Revision
1.218 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 3 21:10:56 2006 WST (3 years, 2 months ago) by
skodak
Branch:
MAIN
Changes since
1.217: +8 -14 lines
Diff to
previous 1.217
new admin block fixes and reorganisation - I guess we need something more traditional for now
Revision
1.216 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 3 07:40:13 2006 WST (3 years, 2 months ago) by
stronk7
Branch:
MAIN
Changes since
1.215: +6 -3 lines
Diff to
previous 1.215
Only launch the old upgrade if it exists. It doesn'texist for new DB
flavours and modules.
Revision
1.215 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 3 03:30:54 2006 WST (3 years, 2 months ago) by
skodak
Branch:
MAIN
Changes since
1.214: +2 -1 lines
Diff to
previous 1.214
added prune() to admin tree class to prevent errors in applying of backup defaults
Revision
1.213 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 2 21:14:57 2006 WST (3 years, 2 months ago) by
skodak
Branch:
MAIN
Changes since
1.212: +11 -10 lines
Diff to
previous 1.212
deglobalization of $ADMIN; merged admin/adminlib.php into lib/adminlib.php; fixed includes and some other minor fixes
Revision
1.210 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 1 17:25:34 2006 WST (3 years, 2 months ago) by
toyomoyo
Branch:
MAIN
Changes since
1.209: +1 -2 lines
Diff to
previous 1.209
utf8 migrate support for site with roles active, resolved isstudent legacy problem, implemented $CFG->notloggedinroleid
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
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.208 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 1 05:15:12 2006 WST (3 years, 2 months ago) by
skodak
Branch:
MAIN
Changes since
1.207: +1 -2 lines
Diff to
previous 1.207
'prefix' can only be defined in config.php, it can not be changed or stored in database ;-)
Revision
1.207 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 31 07:13:43 2006 WST (3 years, 2 months ago) by
stronk7
Branch:
MAIN
Changes since
1.206: +55 -61 lines
Diff to
previous 1.206
Small rework of the main install/upgrade script. Everything should
continue working as before.
Revision
1.201 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 21 12:06:58 2006 WST (3 years, 2 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
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, 2 months ago) by
stronk7
Branch:
MAIN
Changes since
1.199: +32 -5 lines
Diff to
previous 1.199
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, 2 months ago) by
moodler
Branch:
MAIN
Changes since
1.192: +1 -1 lines
Diff to
previous 1.192
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
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
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, 3 months ago) by
skodak
Branch:
MAIN
Changes since
1.183: +17 -16 lines
Diff to
previous 1.183
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, 3 months ago) by
tjhunt
Branch:
MAIN
Changes since
1.182: +5 -3 lines
Diff to
previous 1.182
Bug 6101 - Automatically scroll to any errors when upgrading the database. JavaScript thanks to Andrew Walker. PHP changes are my fault.
Revision
1.181 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 30 21:06:31 2006 WST (3 years, 4 months ago) by
skodak
Branch:
MAIN
Changes since
1.180: +24 -19 lines
Diff to
previous 1.180
cleanup in admin/index.php; preparation for health center, loginas gui, password salts; merged from MOODLE_16_STABLE
Revision
1.180.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 30 20:54:41 2006 WST (3 years, 4 months ago) by
skodak
Changes since
1.180: +24 -19 lines
Diff to
previous 1.180
cleanup in admin/index.php; preparation for health center, loginas gui, password salts
Revision
1.179 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 17 00:50:55 2006 WST (3 years, 6 months ago) by
moodler
Branch:
MAIN
Changes since
1.178: +2 -6 lines
Diff to
previous 1.178
Fixed the upgrade_plugins function so that it automatically
handles the .sql file for first installation (just like activities)
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
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
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, 7 months ago) by
gustav_delius
Branch:
MAIN
Changes since
1.167: +5 -2 lines
Diff to
previous 1.167
Questiontypes are doing their own database upgrade now.
I modified the enrollment plugin mechanism to work for any type of plugin
Revision
1.166 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 20 23:27:35 2006 WST (3 years, 7 months ago) by
moodler
Branch:
MAIN
Changes since
1.165: +1 -1 lines
Diff to
previous 1.165
Slight, temporary fix for one thing caused by new print_simple_box (see bug 4943)
Revision
1.156 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 31 16:21:04 2006 WST (3 years, 9 months ago) by
moodler
Branch:
MAIN
Changes since
1.155: +24 -15 lines
Diff to
previous 1.155
mechanism for unicode db migration is in. Please only use for testing at this stage. This is not for production site! (yet)
Revision
1.155 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 19 07:05:07 2006 WST (3 years, 9 months ago) by
stronk7
Branch:
MAIN
Changes since
1.154: +5 -2 lines
Diff to
previous 1.154
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.152 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 4 16:23:38 2006 WST (3 years, 10 months ago) by
moodler
Branch:
MAIN
Changes since
1.151: +13 -3 lines
Diff to
previous 1.151
Merging language-pack-related updates from Eloy's MOODLE_16_UTF8 branch.
Do not use that branch any more!!
Revision
1.148 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 16 06:31:22 2005 WST (4 years, 2 months ago) by
mjollnir_
Branch:
MAIN
Changes since
1.147: +4 -1 lines
Diff to
previous 1.147
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.144 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 15 20:31:09 2005 WST (4 years, 4 months ago) by
thepurpleblob
Branch:
MAIN
Changes since
1.143: +7 -4 lines
Diff to
previous 1.143
require_variable() and optional_variable() replaced with required_param() &
optional_param. Other tweaks to suit.
Revision
1.141.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 26 22:43:31 2005 WST (4 years, 5 months ago) by
moodler
Branch:
MOODLE_15_STABLE
Changes since
1.141: +22 -1 lines
Diff to
previous 1.141
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.140 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 23 21:36:17 2005 WST (4 years, 6 months ago) by
moodler
Branch:
MAIN
Changes since
1.139: +4 -4 lines
Diff to
previous 1.139
Added new script to upgrade the forum records (it has a pretty progress bar
and it means the main upgrade isn't held up.
Revision
1.135 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 12 23:20:57 2005 WST (4 years, 6 months ago) by
thepurpleblob
Branch:
MAIN
Changes since
1.134: +31 -31 lines
Diff to
previous 1.134
Fixed lots of dodgy html - unbalanced tags, missing quotes around attributes etc.
Much more to go - bad page this!
Revision
1.131 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 10 13:11:15 2005 WST (4 years, 8 months ago) by
moodler
Branch:
MAIN
Changes since
1.130: +8 -1 lines
Diff to
previous 1.130
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.125 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 18 04:59:14 2005 WST (4 years, 9 months ago) by
martinlanghoff
Branch:
MAIN
Changes since
1.124: +7 -2 lines
Diff to
previous 1.124
Ported from MOODLE_14_STABLE - Show a warning to admins if cron.php hasn't been run
Revision
1.124 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Dec 15 15:14:33 2004 WST (4 years, 10 months ago) by
defacer
Branch:
MAIN
Changes since
1.123: +3 -1 lines
Diff to
previous 1.123
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.120 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 3 23:28:35 2004 WST (5 years, 1 month ago) by
stronk7
Branch:
MAIN
Changes since
1.119: +3 -2 lines
Diff to
previous 1.119
admin/register.php is now using sesskey.
Solved a minor bug with the use of one incorrect string.
Merged from MOODLE_14_STABLE
Revision
1.112 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 17 01:10:26 2004 WST (5 years, 1 month ago) by
gustav_delius
Branch:
MAIN
Changes since
1.111: +3 -3 lines
Diff to
previous 1.111
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.108 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 19 17:38:20 2004 WST (5 years, 2 months ago) by
moodler
Branch:
MAIN
Changes since
1.107: +6 -105 lines
Diff to
previous 1.107
Added checks for enrolment plugin databases, and also moved some
stuff out to the new lib/adminlib.php
Revision
1.107 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 16 23:41:57 2004 WST (5 years, 2 months ago) by
moodler
Branch:
MAIN
Changes since
1.106: +9 -12 lines
Diff to
previous 1.106
Finalise the switchover to using the user->auth field when authenticating.
Thanks, Howard Miller!
Revision
1.106 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 30 02:44:57 2004 WST (5 years, 3 months ago) by
moodler
Branch:
MAIN
Changes since
1.105: +21 -20 lines
Diff to
previous 1.105
Fixed duplicate in log_display, and improved installation
for non-English users
Revision
1.102 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 19 07:20:26 2004 WST (5 years, 6 months ago) by
stronk7
Branch:
MAIN
CVS Tags:
Moodle_13_Beta
Changes since
1.101: +10 -3 lines
Diff to
previous 1.101
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, 6 months ago) by
moodler
Branch:
MAIN
CVS Tags:
PREBLOCKS
Changes since
1.100: +2 -11 lines
Diff to
previous 1.100
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, 8 months ago) by
moodler
Branch:
MAIN
Changes since
1.97: +3 -1 lines
Diff to
previous 1.97
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.96 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 5 17:55:49 2004 WST (5 years, 9 months ago) by
moodler
Branch:
MAIN
Changes since
1.95: +7 -1 lines
Diff to
previous 1.95
Improvements to the way the log upgrading works.
Centralised with an interface now.
Revision
1.95 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 28 12:26:58 2004 WST (5 years, 9 months ago) by
moodler
Branch:
MAIN
Changes since
1.94: +17 -2 lines
Diff to
previous 1.94
Allow modules to define the version of Moodle they require, and
abort their installation if this requirement isn't met.
Revision
1.90 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Nov 28 07:27:24 2003 WST (5 years, 11 months ago) by
stronk7
Branch:
MAIN
Changes since
1.89: +3 -1 lines
Diff to
previous 1.89
Initial release of the configure backup.
It now uses backup_config instead of config.
Not finished !!
Revision
1.85 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 25 22:56:46 2003 WST (6 years, 2 months ago) by
moodler
Branch:
MAIN
Changes since
1.84: +7 -3 lines
Diff to
previous 1.84
Added a link to the PHP info page from the admin page, and cleaned
up the PHP info page a bit by using a frame.
Revision
1.82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 22 21:42:27 2003 WST (6 years, 2 months ago) by
moodler
Branch:
MAIN
Changes since
1.81: +15 -13 lines
Diff to
previous 1.81
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
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
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
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
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
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.72 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 5 01:47:10 2003 WST (6 years, 4 months ago) by
stronk7
Branch:
MAIN
Changes since
1.71: +7 -1 lines
Diff to
previous 1.71
Little modification to show the "Backup Course" option if
backup utility is installed (not shwown else)
Revision
1.67 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat May 17 10:05:10 2003 WST (6 years, 5 months ago) by
moodler
Branch:
MAIN
Changes since
1.66: +15 -12 lines
Diff to
previous 1.66
Using new ini_get_bool function to work around a bug with ini_get where
the result is different for items set in htaccess
Revision
1.64 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 12 19:30:18 2003 WST (6 years, 5 months ago) by
moodler
Branch:
MAIN
Changes since
1.63: +6 -1 lines
Diff to
previous 1.63
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
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
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, 8 months ago) by
paca70
Branch:
MAIN
Changes since
1.58: +20 -14 lines
Diff to
previous 1.58
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.58 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 28 10:52:13 2003 WST (6 years, 9 months ago) by
moodler
Branch:
MAIN
Changes since
1.57: +25 -1 lines
Diff to
previous 1.57
Added some checks for PHP server variables - warnings are printed that
prevent installation until these are fixed.
Revision
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 5 22:19:17 2003 WST (6 years, 10 months ago) by
moodler
Branch:
MAIN
Changes since
1.50: +2 -2 lines
Diff to
previous 1.50
Clean sweep through all the important changing all include(), include_once()
and require() to require_once()
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
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, 10 months ago) by
moodler
Branch:
MAIN
Changes since
1.46: +19 -3 lines
Diff to
previous 1.46
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, 10 months ago) by
moodler
Branch:
MAIN
Changes since
1.44: +6 -8 lines
Diff to
previous 1.44
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.44 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Dec 15 02:33:37 2002 WST (6 years, 10 months ago) by
moodler
Branch:
MAIN
Changes since
1.43: +3 -1 lines
Diff to
previous 1.43
Turn off time limits with big SQL commands ... some databases are really slow.
Revision
1.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Nov 19 16:51:31 2002 WST (6 years, 11 months ago) by
moodler
Branch:
MAIN
Changes since
1.40: +3 -2 lines
Diff to
previous 1.40
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.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 26 13:37:31 2002 WST (7 years ago) by
moodler
Branch:
MAIN
Changes since
1.39: +2 -2 lines
Diff to
previous 1.39
One more thing - I' moved the RELEASE.html into the other documentation
to make it easier to find later on.
Revision
1.39 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 25 10:02:02 2002 WST (7 years ago) by
moodler
Branch:
MAIN
Changes since
1.38: +8 -6 lines
Diff to
previous 1.38
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
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
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.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 26 21:05:18 2002 WST (7 years, 1 month ago) by
martin
Branch:
MAIN
Changes since
1.29: +2 -2 lines
Diff to
previous 1.29
After upgrading version, stay on admin page rather than going to home
page, just in case there is more to do.
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 19 20:01:54 2002 WST (7 years, 1 month ago) by
martin
Branch:
MAIN
Changes since
1.28: +50 -16 lines
Diff to
previous 1.28
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.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 9 19:48:11 2002 WST (7 years, 2 months ago) by
martin
Branch:
MAIN
Changes since
1.27: +3 -2 lines
Diff to
previous 1.27
Categories upgrade. Admin can now create/edit/delete categories, and
these are diesplayed wherever courses are listed
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
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.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 22 14:41:30 2002 WST (7 years, 2 months ago) by
martin
Branch:
MAIN
Changes since
1.23: +4 -4 lines
Diff to
previous 1.23
Tweaks to creation of user account while searching for the login
problem some people are having ...
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 17 21:01:06 2002 WST (7 years, 2 months ago) by
martin
Branch:
MAIN
Changes since
1.22: +4 -3 lines
Diff to
previous 1.22
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
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
Cleanup of the admin interface - especially the user management
Bugs fixed, duplicate code removed, plus you can now add new users.
Aaah much better. :-)
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 3 16:16:31 2002 WST (7 years, 3 months ago) by
martin
Branch:
MAIN
Changes since
1.17: +9 -8 lines
Diff to
previous 1.17
Lots of work on site display, over many files. Improved front page
and display of site modules.
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Aug 3 12:44:35 2002 WST (7 years, 3 months ago) by
martin
Branch:
MAIN
Changes since
1.15: +11 -9 lines
Diff to
previous 1.15
Cleaned up the admin pages (and moved some files) and added ability to completely delete courses
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 31 22:19:35 2002 WST (7 years, 3 months ago) by
martin
Branch:
MAIN
Changes since
1.12: +14 -2 lines
Diff to
previous 1.12
OK, some massive changes with many files removed or changed.
Basically the changes are:
- I've merged the 'discuss' module into the forum module
which makes the interface MUCH clearer for everyone
- I've added a new 'single' forum type that replicates
what the old discuss course modules used to look like.
- I've got rid of the "discussion" forum type - it will
still exist in upgraded courses but as a normal forum.
- the 'discuss' module is completely deleted - gone.
- the 'chat' module is completely deleted - gone.
- The upgrading system has been improved, and all code
is stored in version.php.
- I've put in upgrading commands to do the best I can
(right now) to upgrade courses that used the discuss
module. It should mostly work, just leaving some
"orphan" coursemodules on you course front page. You
can easily delete these using the little 'x'.
I may have forgotten something - I've only tested on
my testing server and I'm about to test on my production
server to see how it goes.
- Forums have a lot of little new features and fixes. The
main one is the subscription process. Teachers can 'force'
subscriptions on any forum. This disallows everyone from
choosing their own mail subscription - it's just on.
- The assignment module is half-finished and not working yet
I've still some massive changes to do, mostly involving making
all the lib.php function names more standardised, so consider
this is an interim checkin to do some tests.
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 27 14:08:29 2002 WST (7 years, 3 months ago) by
martin
Branch:
MAIN
Changes since
1.9: +17 -4 lines
Diff to
previous 1.9
New upgrading procedure, uses module functions to handle all version changes
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Dec 4 22:02:36 2001 WST (7 years, 11 months ago) by
martin
Branch:
MAIN
Changes since
1.5: +11 -1 lines
Diff to
previous 1.5
Improvements to the process of setting up Moodle the first time, also better interface for adding/removing teachers
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.