Commit graph

10010 commits

Author SHA1 Message Date
moodler
01a5135d87 Added some instructions for translators on some important strings 2004-09-10 02:20:58 +00:00
rkingdon
3e906ba934 Prints correct phase for newly created exercise (when phase is 0). 2004-09-09 21:17:07 +00:00
rkingdon
d08e0e1321 Spurious $ in a page heading removed. 2004-09-09 21:11:12 +00:00
rkingdon
28584bc0a6 Fixed bug in resumitting work - datalib now looks at record->id value. 2004-09-09 18:47:07 +00:00
stronk7
539f698d73 Important changes about how view.php (and print.php) retrieve records
from BD to be displayed. Some SQL statements have been modified to
get target records, avoiding a lot of post-processing causing some
bugs like Bug 1912
(http://moodle.org/bugs/bug.php?op=show&bugid=1912)

Merged from MOODLE_14_STABLE
2004-09-09 18:31:50 +00:00
martignoni
797ba17e78 Some new strings 2004-09-09 18:09:11 +00:00
mits
f3454d962c Polished. 2004-09-09 17:37:28 +00:00
mits
f0fedddd28 Polished and new translated file added. 2004-09-09 16:24:35 +00:00
stronk7
0cfd2c86dc Added Hannes Gassert too! :-D 2004-09-09 15:52:07 +00:00
moodler
e5a86e3117 Added Hannes Gassert 2004-09-09 15:33:58 +00:00
petcheverry
ea304bc3ea file update_tables.sql was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR. 2004-09-09 15:15:27 +00:00
petcheverry
f5ce3e9a9a file mod2.php was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR. 2004-09-09 13:25:00 +00:00
petcheverry
e3b085d9a0 file assignment.class.php was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR. 2004-09-09 13:23:11 +00:00
petcheverry
31483be125 file mod.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR. 2004-09-09 13:23:11 +00:00
petcheverry
f32364e8d5 file common_end.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR. 2004-09-09 13:23:10 +00:00
petcheverry
eae7813f87 file common.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR. 2004-09-09 13:23:10 +00:00
petcheverry
48b3b1a948 file postdata.html was initially added on branch MOODLE_14_ASSIGNMENTREFACTOR. 2004-09-09 13:23:10 +00:00
mchurch
c49ae4ae77 Fixed potential undefined variable. 2004-09-09 12:52:24 +00:00
fiedorow
a8f27ff58d Do not redeclare auth_user_login upon login failure 2004-09-09 12:37:34 +00:00
defacer
3395a558c9 Importing fix for bug 1921 from stable. 2004-09-09 11:55:00 +00:00
defacer
9a624c52b1 Capitalizing first letter of each block title word. 2004-09-09 11:39:57 +00:00
defacer
8113661471 Merging addslashes() change from stable. 2004-09-09 10:58:25 +00:00
defacer
deaa884234 Full XHTML 1.0 compliance. I hope I didn't miss anything. 2004-09-09 10:41:23 +00:00
defacer
67b1b6c2cc Small fixes, moving towards XHTML compliance. 2004-09-09 10:26:11 +00:00
moodler
631cf796d4 Merged enrolment fixes frm stable 2004-09-09 09:43:51 +00:00
stronk7
61c72439c5 Solved an small issue when "not clasified" was selected and
we tried to edit categories.

Merged from MOODLE_14_STABLE
2004-09-09 09:06:18 +00:00
moodler
7d8c2ec3df SITEID is more flexible 2004-09-09 06:59:48 +00:00
moodler
4c5e7f1f13 Removed the word "real" from English string:
"Hide my real email address from everyone"

  because it doesn't make sense!!
2004-09-09 05:31:33 +00:00
stronk7
f74fd81898 Increase memory_limit to 128 in backups & restore.
Merged from MOODLE_14_STABLE
2004-09-08 22:47:19 +00:00
mchurch
3cb4dc4202 Making file XHTML 1.0 Transitional compliant... 2004-09-08 21:37:11 +00:00
mchurch
8bd84b4d36 More XHTML 1.0 Transitional compliance. 2004-09-08 21:36:12 +00:00
mchurch
6ccf1c631a Changed some tags for XHTML 1.0 Transitional compliance. 2004-09-08 21:27:11 +00:00
mchurch
e5e81e7892 Tags changed for XHTML 1.0 Transitional compliance. 2004-09-08 21:25:33 +00:00
mchurch
1c919752a2 Modified a bunch of tags to make them XHTML 1.0 Transitional compliant. 2004-09-08 19:24:38 +00:00
stronk7
2c0f08b3df Changed to plural (directorypath-->directorypaths)
Merged from MOODLE_14_STABLE
2004-09-08 18:11:43 +00:00
stronk7
8dc516a460 *** empty log message *** 2004-09-08 18:04:57 +00:00
stronk7
9f4bb085f4 Added one new file about directory paths syntax.
Please, review it!!
2004-09-08 18:01:32 +00:00
julmis
a44b339b1f Merging from MOODLE_14_STABLE 2004-09-08 16:58:50 +00:00
stronk7
388c5e96c3 Added a help button about directory paths...
Merged from MOODLE_14_STABLE
2004-09-08 16:49:47 +00:00
stronk7
edee13bfe8 Added two old missing strings for scheduled backups. 2004-09-08 16:36:59 +00:00
mits
237adb75e6 Polished. 2004-09-08 16:36:37 +00:00
mits
4ead2fe88a Polished. 2004-09-08 16:28:11 +00:00
moodler
7c3aa35887 Merged smiley/Markdown fixes 2004-09-08 16:18:45 +00:00
moodler
65ee9c16b3 Merged fixes for get_course_users from stable 1.4 2004-09-08 15:46:43 +00:00
rkingdon
b25b9f2dce New help files for version 2004081100. 2004-09-08 11:27:59 +00:00
andreabix
5d6bb02f7c Added XHTML header definition and footer validation links 2004-09-08 07:53:53 +00:00
moodler
91d39e19ef Merged increased memory limit from stable 2004-09-08 07:11:48 +00:00
moodler
7e6bf1253a Repeated fixes made in stable:
- moved two functions from locallib.php to lib.php
  - include mimetypes.php so mimeinfo works
2004-09-08 06:43:57 +00:00
mits
c58874c6ff New translated file added. 2004-09-08 05:45:14 +00:00
mits
a24d23e6e7 Polished and new translated files added. 2004-09-08 03:42:56 +00:00