Log of /lang/fr_utf8/admin.php
Parent Directory
Revision
1.392 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 10 00:03:35 2009 WST (6 weeks, 2 days ago) by
martignoni
Branch:
MAIN
Changes since
1.391: +4 -4 lines
Diff to
previous 1.391
Change wording of role course creator
Thanks to Glenys Hanson for the suggestion
Revision
1.360 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 11 03:24:55 2009 WST (7 months, 1 week ago) by
martignoni
Branch:
MAIN
Changes since
1.359: +12 -12 lines
Diff to
previous 1.359
Replaced (\$a(->\w+)?) with utf-8 non-breaking spaces and curly braces around vars
Revision
1.224 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 31 06:42:59 2007 WST (22 months, 3 weeks ago) by
martignoni
Branch:
MAIN
Changes since
1.223: +10 -2 lines
Diff to
previous 1.223
MDL-11845 removing curl emulation library, snoopy has better support for proxies and seems to be more reliable on different platforms; spelling correction cURL instead of Curl; adding all proxy admin settings; better debug messages for file downloading; SOCKS5 proxy support
Revision
1.220 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 24 00:08:40 2007 WST (23 months ago) by
martignoni
Branch:
MAIN
Changes since
1.219: +2 -1 lines
Diff to
previous 1.219
Let the admin choose if a textfield is to be shown as plain text or as a password (with '*' in place of normal text)
Revision
1.211 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 15 16:28:59 2007 WST (2 years ago) by
martignoni
Branch:
MAIN
Changes since
1.210: +2 -1 lines
Diff to
previous 1.210
MDL-11401 - This simplifies the code and makes the registration page a bit more clear & coherent. Also fixes an issue where the $id was mangled when coming back from moodle.org registration.
Revision
1.193 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 4 02:37:24 2007 WST (2 years, 1 month ago) by
martignoni
Branch:
MAIN
Changes since
1.192: +2 -1 lines
Diff to
previous 1.192
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.164 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jun 27 17:25:10 2007 WST (2 years, 4 months ago) by
martignoni
Branch:
MAIN
Changes since
1.163: +2 -2 lines
Diff to
previous 1.163
Rewording for better readability, thanks to Severin Terrier for the suggestion
Revision
1.163 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 21 03:21:57 2007 WST (2 years, 5 months ago) by
martignoni
Branch:
MAIN
Changes since
1.162: +3 -1 lines
Diff to
previous 1.162
MDL-10161 - Since get_course_... (users, students, teachers) is still being used by a number of functions (such as groups), trying to make them work with the SITE course the way they did pre-1.7, with $CFG->allusersarestudents set to TRUE. This will also have a configuration option that can be used to disable returning large amounts of users for the site course, if a site happens to be using this functionality and they have a large number of users.
Revision
1.153 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 28 05:14:33 2007 WST (2 years, 6 months ago) by
martignoni
Branch:
MAIN
Changes since
1.152: +5 -3 lines
Diff to
previous 1.152
MDL-9616 - tidy up
* add a better message in the table for these checks.
* improve existing strings for other types of check.
* remove a line of debug code.
Revision
1.145 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 17 20:40:06 2007 WST (2 years, 7 months ago) by
martignoni
Branch:
MAIN
Changes since
1.144: +6 -1 lines
Diff to
previous 1.144
Breadcrumbs: admin/settings changes
- Added admin setting for controlling visibility of activities in the
breadcrumb trail.
Revision
1.144 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 17 20:35:30 2007 WST (2 years, 7 months ago) by
martignoni
Branch:
MAIN
Changes since
1.143: +3 -2 lines
Diff to
previous 1.143
MDL-9318 Improving the maxbytes setting.
Maxbytes admin is now a dropdown box, and has the option to set as 'server limit'.
get_max_uploaded_sizes will now add maxbytes to its list of settings, if its
available for selection.
Revision
1.142 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 30 17:47:40 2007 WST (2 years, 7 months ago) by
martignoni
Branch:
MAIN
Changes since
1.141: +1 -1 lines
Diff to
previous 1.141
Modification of wording for roles "override" to "Dérogation", for better usability
Revision
1.136 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Feb 28 03:23:06 2007 WST (2 years, 8 months ago) by
martignoni
Branch:
MAIN
Changes since
1.135: +4 -0 lines
Diff to
previous 1.135
Fixed MDL-8654: Added a few missing language strings. The patch attached to this issue also contained a string to be removed from moodle.php, but I didn't apply it.
Revision
1.124 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 31 06:04:06 2007 WST (2 years, 9 months ago) by
martignoni
Branch:
MAIN
Changes since
1.123: +4 -0 lines
Diff to
previous 1.123
MDL-8343 reorganize frontpage settings in admintree - admin tree now allows to specify context together with required capability for each entry
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - first part of cleanup related to frontpage
Revision
1.116 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jan 19 01:33:47 2007 WST (2 years, 10 months ago) by
martignoni
Branch:
MAIN
Changes since
1.115: +2 -0 lines
Diff to
previous 1.115
mnet: restore support - XML parser knows about MNET_EXTERNALUSERS, restore_check.html warns
Revision
1.89 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 7 05:28:19 2006 WST (2 years, 11 months ago) by
martignoni
Branch:
MAIN
Changes since
1.88: +2 -0 lines
Diff to
previous 1.88
added new setting for allowvisiblecoursesinhiddencategories in appearance->front page
Revision
1.69 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 12 13:35:18 2006 WST (3 years, 1 month ago) by
martignoni
Branch:
MAIN
Changes since
1.68: +3 -0 lines
Diff to
previous 1.68
Saving settings is now faster (no redirect), and you get better feedback on errors.
Revision
1.56 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 26 14:55:01 2006 WST (3 years, 1 month ago) by
martignoni
Branch:
MAIN
Changes since
1.55: +1 -1 lines
Diff to
previous 1.55
fixing a string that referred to students and teachers in the config settings for stats
Revision
1.55 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 26 14:51:54 2006 WST (3 years, 1 month ago) by
martignoni
Branch:
MAIN
Changes since
1.54: +1 -0 lines
Diff to
previous 1.54
major cleanup of unsupported and legacy external pages in admin/; created new hidden unsupported category; some other minor fixes and changes
Revision
1.54 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 25 21:56:02 2006 WST (3 years, 1 month ago) by
martignoni
Branch:
MAIN
Changes since
1.53: +10 -10 lines
Diff to
previous 1.53
Reverting to HTML entity for non breakins spaces, as Moodle doesn't yet support UTF8 encoded non breaking spaces in language packs.
See bug MDL-6688
Revision
1.53 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 25 20:38:21 2006 WST (3 years, 1 month ago) by
martignoni
Branch:
MAIN
Changes since
1.52: +1 -0 lines
Diff to
previous 1.52
roles fixed in user browsing page; admin section now accepts array of capabilities for external and settings pages
Revision
1.43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 14 19:02:51 2006 WST (3 years, 2 months ago) by
martignoni
Branch:
MAIN
Changes since
1.42: +4 -1 lines
Diff to
previous 1.42
Added a new setting called $CFG->defaultuserroleid which defines
the role that ALL users get by default when they log in.
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jul 30 20:04:00 2006 WST (3 years, 3 months ago) by
martignoni
Branch:
MAIN
Changes since
1.27: +1 -1 lines
Diff to
previous 1.27
Bug #6176 - locale setting on config variables page not functioning correctly
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 22 22:08:57 2006 WST (3 years, 4 months ago) by
martignoni
Branch:
MAIN
Changes since
1.26: +1 -0 lines
Diff to
previous 1.26
Improved category and course list display on front page- see bug Bug #5965 - Frontpage Category List also showing courses; new Combo List(categories + courses), fixed categories list and separate settings for not logged in / logged in users
Revision
1.21.2.3
Thu Jun 1 02:33:49 2006 WST (3 years, 5 months ago) by
koenr
Branch:
MOODLE_16_STABLE
Changes since
1.21.2.2: +0 -0 lines
FILE REMOVED
removing langpack from stable (hope this is right ...)
Revision
1.21.2.1
Sun May 28 19:01:54 2006 WST (3 years, 5 months ago) by
martignoni
Branch:
MOODLE_16_STABLE
Changes since
1.21: +0 -253 lines
FILE REMOVED
file admin.php was added on branch MOODLE_16_STABLE on 2006-05-29 12:05:00 +0000
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 5 15:33:52 2006 WST (3 years, 7 months ago) by
martignoni
Branch:
MAIN
Changes since
1.15: +7 -1 lines
Diff to
previous 1.15
Fixing postgres unicode migration for mac os x and multiple postgres installations
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 12 21:13:09 2006 WST (3 years, 8 months ago) by
koenr
Branch:
MAIN
Changes since
1.9: +1 -1 lines
Diff to
previous 1.9
moving installation documentation to help files: second step (enrol_authorize.php: $string['admincronsetup'] )
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 9 22:49:03 2006 WST (3 years, 8 months ago) by
martignoni
Branch:
MAIN
Changes since
1.7: +1 -1 lines
Diff to
previous 1.7
[multienrol]Don't die if there's an empty directory in enrol and better strings for admin ui
The admin UI still needs a bit of wordsmithing to make it easy to understand what the model we have is.
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.