Commit graph

27594 commits

Author SHA1 Message Date
mark-nielsen
124b1091fa Moved some printing out of the center column (keeps blocks and center column content aligned) and cleaned some white space 2007-07-24 07:13:14 +00:00
mark-nielsen
16a7ab9826 Merged in changes for MDL-9923 from MOODLE_18_STABLE 2007-07-24 07:04:33 +00:00
mark-nielsen
acf85537ee Implemented MDL-10558 - Also took this as an opportunity to create two new methods to reduce code redundancy in the lesson save routines. 2007-07-24 06:33:53 +00:00
moodler
f91ef4eb2a Automatic installer.php lang files by installer_builder (20070724) 2007-07-24 06:10:01 +00:00
nicolasconnault
5df8b07016 Added and corrected a number of language strings. 2007-07-24 05:27:46 +00:00
mark-nielsen
4342dc32c5 Implemented feature request MDL-10568 - lesson_print_overview() hook 2007-07-24 05:23:54 +00:00
stronk7
b264019bcb Drop the latest TEXT default existing since XMLDB debut. MDL-6218 2007-07-23 23:28:26 +00:00
mudrd8mz
16d86fda3d Introducing two new functions lang_standard_locations() and lang_extra_locations() as a part of solving MDL-9361.
TODO rewrite the code to work with array returned by these functions.
2007-07-23 22:48:06 +00:00
mudrd8mz
2327394d60 * MAJOR CHANGE: lang.php now uses two new core capabilities. With them, site admin may control who is able to edit master language packages (nobody by default) and who is able to customize local translation (legacy:admin by default). See MDL-10576 for details.
* More GUI improvements and code cleaning
2007-07-23 22:31:19 +00:00
skodak
65dd61bda6 MDL-10579 Implement capability checks in grade import/export/report/edit pages - work in progress
refactoring - reports now use real index.php
2007-07-23 22:20:07 +00:00
stronk7
7229af7890 Re-applying one fix that was fixed some time ago (rev 1.52) and
lost 2 revisions later (rev 1.54). It's only HEAD and not critical.
Now there aren't TEXT columns with DEFAULT clauses at all in xml files!
2007-07-23 19:58:06 +00:00
skodak
2a55410b18 MDL-10576 two new lang pack editing capabilities 2007-07-23 19:50:20 +00:00
skodak
dd45888a24 MDL-9511 adding/renaming grading capabilities 2007-07-23 19:22:48 +00:00
tjhunt
9d308cb4d0 Improve javadocs. 2007-07-23 16:54:16 +00:00
stronk7
e3fc108e41 Let's use the default (cached) list of fields here. MDL-10571
Merged from MOODLE_18_STABLE
2007-07-23 16:34:41 +00:00
tjhunt
21976af149 Starting work on MDL-10533 - Eliminate one totally evil abuse of $SESSION. Also, document forum_print_post. 2007-07-23 16:00:36 +00:00
stronk7
374bb2b6c5 Now the my page retrieves all the fields (modinfo included) from the course,
so print_overview() calls are working again.  MDL-10232

Merged from MOODLE_18_STABLE
2007-07-23 15:52:19 +00:00
poltawski
c31f631baa MDL-9742 - converting tabs to spaces 2007-07-23 15:38:31 +00:00
tjhunt
5aed30094d Fix whitespace, and round times to the previous multiple of the 'step' option, if necessary. 2007-07-23 14:55:35 +00:00
nicolasconnault
ba92364c8b MDL-10550 2007-07-23 14:33:02 +00:00
urs_hunkler
65c7a378cd MDL-10556 :: absolute positioning removed - I am powerless against Microsofts ignorance 2007-07-23 11:40:39 +00:00
jgutierr25
6dfddff7ce *** empty log message *** 2007-07-23 11:37:21 +00:00
dwoolhead
1d5bdcd2e4 MDL-10574 Backup and restore event table modulename column 2007-07-23 10:20:15 +00:00
moodler
850e7ac564 Merged fix for full link to post in search results , from stable 2007-07-23 09:11:57 +00:00
toyomoyo
bdf3bbd198 if limit is specified on first call, ignore it, retrieve all, so that we can cache all entries, but only return the required number of entries at the end 2007-07-23 08:56:26 +00:00
toyomoyo
182c21f139 making get_my_courses() respect $limit 2007-07-23 08:38:07 +00:00
toyomoyo
4e67c97b7d link to outcome editting interface 2007-07-23 08:23:25 +00:00
moodler
e2008be287 Various language string fixes for grade reports 2007-07-23 08:13:59 +00:00
moodler
d0cdfa0f91 Language files for default grade plugins 2007-07-23 07:54:29 +00:00
toyomoyo
e7746cf4f8 adding some outcome files 2007-07-23 07:49:52 +00:00
toyomoyo
16108ca68a MDL-10565, removing wrongly placed duplicate language file 2007-07-23 06:29:04 +00:00
stronk7
e5797cd4ad Small improvement. Reducing the list of fields returned
by get_my_courses().

Merged from MOODLE_18_STABLE
2007-07-22 23:02:04 +00:00
stronk7
0315a841a3 some minor changes for better IE experience 2007-07-22 22:45:13 +00:00
poltawski
47f6428969 MDL-7835 - add emailstop to user upload 2007-07-22 21:56:04 +00:00
skodak
42ff9ce68b MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too) 2007-07-22 21:43:47 +00:00
poltawski
63b1cf1fe2 MDL-10343 - abort early when can't create temporary tables when syning users
from LDAP
2007-07-22 21:33:31 +00:00
urs_hunkler
99daae0c7a MDL-10556 IE7 has CSS position absolute problems. Solved with IE inline JS expression. 2007-07-22 19:20:23 +00:00
urs_hunkler
8b992903d7 MDL-10556 IE has position absolute problems. set to relative 2007-07-22 19:18:56 +00:00
skodak
d049fd45a5 MDL-10566 do not redirect when dubug message printed; do not redirect also in DEBUG_ALL mode when error found - the DEBUG_DEVELOPER is not used by all developers all the time ;-) 2007-07-22 17:34:41 +00:00
skodak
31a170930d added proper rs_close($rs) 2007-07-22 16:02:57 +00:00
stronk7
993b052886 Small improvement. Reducing the list of fields returned
by get_my_courses() in this block.

Merged from MOODLE_18_STABLE
2007-07-22 10:30:28 +00:00
stronk7
ae7dc0d1e0 New cross-db version of the big union query used by get_my_courses() function.
I've tested both the "IN" subquery and the "FROM" subquery and, under sites
with more courses, the "FROM" one seems to perform slightly better. MDL-9381

Merged from MOODLE_18_STABLE
2007-07-22 00:56:42 +00:00
skodak
23207a1a6a MDL-10563 item excluding implemented;
improved/fixed grade edit page;
some other improvements and cleanup
2007-07-21 14:24:39 +00:00
skodak
eacd3700f4 aggregation improvements; fixed aggregation of course category when changing type; old gradebook upgrade wip (untested) 2007-07-21 10:09:57 +00:00
skodak
9acbd7269c MDL-10364 improved internal formula format 2007-07-21 08:43:51 +00:00
thepurpleblob
713b2a2f71 MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.

Merged from STABLE_18
2007-07-21 07:48:56 +00:00
thepurpleblob
d53dd78ad1 MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.
2007-07-21 07:40:59 +00:00
thepurpleblob
e8825e724b MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.

Merged from STABLE_18
2007-07-21 07:39:22 +00:00
stronk7
4f8cf5bb5f Align properly buttons and drop-down in navigation menu. 2007-07-20 23:44:59 +00:00
stronk7
dd04665779 Final improvements for glossary. Seems ready for 1.9dev. 2007-07-20 23:38:24 +00:00