4051 Commits

Author SHA1 Message Date
paca70
7d53de2687 Converted files from iso-8859-1 to UTF-8 2003-09-24 16:49:10 +00:00
mits
e2d5302736 New translation added. 2003-09-24 14:39:20 +00:00
les_kopari
401a81dddf Added columns indent, visible to create, inserts. 2003-09-24 02:06:34 +00:00
les_kopari
24604ce7fe Initial version for Oracle: does nothing. 2003-09-24 01:30:43 +00:00
stronk7
519ed08a44 Up abit to solve one category issue. 2003-09-23 16:51:57 +00:00
stronk7
46f1f7822d Now, to restore course category do this:
- Check if (category_id, category_name) exists.
- Check if (category_name) exists.
- Check if category_id = 1 exists.
- Create a new, initially invisible category withe the info in backup-file.

This solves a issue when restoring to a new course and category_id 1
had been removed !!
2003-09-23 16:40:44 +00:00
willcast
89d7efdb13 *** empty log message *** 2003-09-23 12:42:29 +00:00
willcast
914cb260dc - Corrections in EN language. Thanks to Przemek!
- Added a "All categories" link to the category drop-down box in Category view.
- Better display of categorized entries (more organized).
- SelectLetter, Special and All captions are now properly showed when some of the their flags are not set.
- Properly use of course module visibility (in case someone directly access the URL)
2003-09-23 12:34:47 +00:00
moodler
a1f8ff87c7 Small fix to avoid warnings on empty tables 2003-09-23 12:18:27 +00:00
moodler
e2b7251de9 Whoops, silly typo 2003-09-23 03:13:31 +00:00
moodler
e1d1049893 Trivial change to users listing to compress display a bit 2003-09-23 03:11:36 +00:00
stronk7
57129544d1 Updated a bit (only date) 2003-09-23 00:00:00 +00:00
adamtpaw
7db8791cb5 New file 2003-09-22 21:46:17 +00:00
villate
2b696934bc Included a few missing variables. 2003-09-22 18:02:04 +00:00
villate
dcfb88a70a Replace "Mova" by "Mude" 2003-09-22 17:18:26 +00:00
mits
5afc5272f5 Some new translations added. 2003-09-22 16:12:55 +00:00
moodler
0a660b03e0 Fixed a NASTY little bug that sometimes occurred when
re-grading quizzes with random questions in them.

(everyone got set to zero)
2003-09-22 16:03:30 +00:00
stronk7
543e1c58b5 Take off one notice when there is no news in a course... 2003-09-22 14:58:46 +00:00
moodler
ecac660cd6 Use the new is_internal_auth function 2003-09-22 14:01:45 +00:00
moodler
ba7166c377 Added is_internal_auth() function to quickly identify internal authentication 2003-09-22 13:58:20 +00:00
moodler
9f798bff9f Fixed bug when main admin was editing externally-defined accounts
(the username/password was editable)
2003-09-22 13:25:27 +00:00
willcast
2e26533562 *** empty log message *** 2003-09-22 12:35:13 +00:00
bobopinna
b138512178 Updated Moodle 1.2develop 2003-09-22 10:06:43 +00:00
stronk7
bd96236e86 Solved two possibe bugs:
- Restoring to courses without section 0 (manually deleted).
    - Restoring to sections without mods and null values in its sequence field.
Thanks to Janne Mikkonen...
2003-09-22 08:30:22 +00:00
giro123
25b19994cc *** empty log message *** 2003-09-22 06:27:10 +00:00
stronk7
86db7a137d Now glossary categories are inbackup/restore too !!
Not tested !!
2003-09-22 00:06:51 +00:00
stronk7
0eb61c5e87 Some cosmetical updates plus one error selecting glossary_categories_entries
solved. No backup is working ok... I think.
2003-09-21 23:40:42 +00:00
willcast
615453c9c5 *** empty log message *** 2003-09-21 23:40:00 +00:00
willcast
71009e400d *** empty log message *** 2003-09-21 23:34:21 +00:00
stronk7
50164ebaf9 Fixed small error 2003-09-21 23:07:18 +00:00
stronk7
3f46ed14b5 No restoring categories, but working again. 2003-09-21 22:43:07 +00:00
stronk7
626aab5d67 Now, the "edited" field is included in backup/restore too. 2003-09-21 20:45:46 +00:00
adamtpaw
540fa20b31 Info about maintener and contributors 2003-09-21 19:55:07 +00:00
willcast
aa1ce48512 - Backup of categories and its entries
- Working on the restore process... Eloy will gives me a hand this (hopefully!)
2003-09-21 18:09:54 +00:00
jungwirr
5b42a6a893 added field I fergot about when creating the update code. duhrrr. 2003-09-21 17:40:12 +00:00
willcast
fb443f1acf - Now the entries could be categorized.
- Any entry could belongs to many categories
- Improved main page and add entry look.
- Added PostgreSQL7 squema (Thanks Janne Mikkonen!)
- Deleting entries also delete its attachments if any.
2003-09-21 17:08:41 +00:00
moodler
e4576482d5 Robustness on an optional variable 2003-09-21 16:35:49 +00:00
moodler
66a51452d9 Changes from Mad Alex and Gustav Delius:
- make more of the HTML into XHTML
  - add a $usexml parameter to print_header that sets up the page as XML
    (in the first case, for MathML)
2003-09-21 15:45:24 +00:00
moodler
8bb0899949 Some improved XHTML 2003-09-21 15:32:25 +00:00
adamtpaw
c18aebd06d Translation of Survey module 2003-09-21 10:58:23 +00:00
adamtpaw
dde9e6ab4c Translation of Journal 2003-09-20 20:02:20 +00:00
adamtpaw
9c2d9968d7 Traltaion of resource module 2003-09-20 19:58:29 +00:00
stronk7
3bd4de22f5 Changed !empty to isset to avoid warnings. 2003-09-20 17:33:55 +00:00
stronk7
2832badf38 Added one check to avoid some notices in make_categories_list().
Commented in Moodle's forum: http://moodle.org/mod/forum/discuss.php?d=2627
2003-09-20 17:08:45 +00:00
moodler
a9a070e0fd Make the "guest allowed" icon separate from the user icon. 2003-09-20 06:11:39 +00:00
moodler
30bacddc59 Fixed user display with less than 20 students 2003-09-20 05:19:02 +00:00
moodler
0d5c3f158d Fixed up Adam's tags again 2003-09-20 03:27:33 +00:00
jungwirr
254989f151 fixed a default for the 'presentshort' string 2003-09-19 23:29:14 +00:00
adamtpaw
ceb8ca87af some new filesCVS: ---------------------------------------------------------------------- 2003-09-19 19:27:03 +00:00
adamtpaw
95371d813b Few new files 2003-09-19 19:23:14 +00:00