Commit Graph

2288 Commits (276d10ee7f5aeaf91996ca23cdfa054f2fe99271)
 

Author SHA1 Message Date
Yannick Warnier 276d10ee7f [svn r13063] Added various changes to enable direct migration from 1.6 to 1.8.4 (yeepee!) 18 years ago
Yannick Warnier a909830717 [svn r13062] Added version information to the write_config_file() function 18 years ago
Yannick Warnier 022d3dddab [svn r13061] Added version information (have removed installedVersion.inc.php) 18 years ago
Yannick Warnier 1f7e6516cf [svn r13060] Updated database connection check (checking the mysql resource was useless as the connection failed -> the resource didn't exist) 18 years ago
Yannick Warnier 08a3d4cdac [svn r13059] Removed installedVersion.inc.php to put the version information inside the configuration.php file. This allows for the upgrade process to pick-up the old version of the campus, then modify it at the end of the upgrade process. 18 years ago
Yannick Warnier 21d7c2500d [svn r13058] Removed reference to installedVersion.inc.php, scheduled to be removed. 18 years ago
Yannick Warnier 1635e879eb [svn r13057] Avoid problems if the lines don't exist yet 18 years ago
Yannick Warnier dcf021d0c2 [svn r13056] Copied from update-file for 1.6->1.8 and updated to edit the version in the configuration file 18 years ago
Yannick Warnier 3a62208eb8 [svn r13055] Fixes bug FS#1788 18 years ago
Yannick Warnier 7cc596c5e5 [svn r13054] Fixed bug preventing courses directories to be copied from 1.6 to 1.8 18 years ago
Yannick Warnier cee343551a [svn r13053] Updated for 1.8.4 18 years ago
Yannick Warnier 82543ba7a9 [svn r13052] Fixed naming of databases in single DB mode - finally maintains the configuration file correctly 18 years ago
Yannick Warnier e0849e1533 [svn r13051] Check for database names to keep old installs (false singleDB) working 18 years ago
Yannick Warnier 298b6f91a2 [svn r13050] Minor updates (light efficiency improvements) 18 years ago
Yannick Warnier 803eded1db [svn r13049] Added specific QuickForm rule to improve restriction on username size 18 years ago
Yannick Warnier ed0f112265 [svn r13048] Altered username field size and value to avoid bug shortening login (database field is limited to 20 characters anyway). Fixes FS#1903 18 years ago
Yannick Warnier 60909f77fa [svn r13047] Replaced mysql_ calls by Database:: calls 18 years ago
Eric Marguin 1b0a6df37f [svn r13046] fix still bugs when listing threads where last poster is deleted 18 years ago
Eric Marguin 2ec9750665 [svn r13045] fix a fatal error which appears sometimes due to non-inclusion of some lp classes (FS#1899) 18 years ago
Julian Prud'homme 4f43721ef5 [svn r13044] minor - fix a display bug : http://projects.dokeos.com/?do=details&id=1883 18 years ago
Eric Marguin e70d61881f [svn r13043] DLTT import 18 years ago
Eric Marguin dc2aa48759 [svn r13041] fix a bug when viewing complete report : we didn't see the lastname firstname but the id of the user in the left column (FS#1866) 18 years ago
Julian Prud'homme 62d0cee153 [svn r13040] Fix a bug : http://projects.dokeos.com/?do=details&id=1889 18 years ago
Julian Prud'homme a28b63e43a [svn r13039] Fix a bug : http://projects.dokeos.com/?do=details&id=1891 18 years ago
Julian Prud'homme 6d455e8a91 [svn r13037] Fix a bug with dates : http://projects.dokeos.com/?do=details&id=1802 18 years ago
Arnaud Ligot 2226e39b0a [svn r13030] fixing slide width/height for best aspect on the whiteboard of videoconference 18 years ago
Arnaud Ligot 668dae95cc [svn r13028] remove error_log 18 years ago
Yannick Warnier b139779d76 [svn r13019] Fixed a number of problems related to migration from 1.6 to 1.8 for single DB installs (notably forum tables) 18 years ago
Eric Marguin 95e9521eb6 [svn r13018] add the source tool for survey because it's really better with it... 18 years ago
Julian Prud'homme b374dbd0b0 [svn r13017] minor : add a white space between 2 words 18 years ago
Julian Prud'homme ec554a9675 [svn r13016] Fix a display bug of the csv export file : http://www.dokeos.com/forum/viewtopic.php?t=11185 (http://projects.dokeos.com/?do=details&id=1848) 18 years ago
Eric Marguin 22529c8776 [svn r13015] fix a bug when sending an annoucment in a session. The announcement was sent only to people present in course_rel_user 18 years ago
Eric Marguin 5cd7f2cc12 [svn r13007] fix a bug when answering / previewing a survey : the options were not sorted 18 years ago
Julian Prud'homme aaf76c3ade [svn r13006] add the parameter "false" at display_error_message() to parse html 18 years ago
Julian Prud'homme 1077b4b241 [svn r13003] Increase the size of the frame where steps and chapters are displayed in display mode 18 years ago
Eric Marguin c774ddd1c7 [svn r13001] remove an echo sql query :/ 18 years ago
Eric Marguin be99e37bfe [svn r13000] debug the tabs gestion : the "my progress" tab was forgotten and we tried to display admin tab whatever user status was 18 years ago
Yannick Warnier dd74af6074 [svn r12999] Fixed a bug in migration from 1.6 to 1.8.0 with single DB where if the single DB mode was used from some time and there were actually 3 databases (main, scorm and stats), the scorm and stats databases would not be found. This was a blocking bug. The upgrade script still needs some improvement to enable a full 1.6.x to 1.8.x migration. 18 years ago
Eric Marguin 2a69ca66d0 [svn r12998] fix a compatibility bug for ie 18 years ago
Yannick Warnier 66ccbc4c61 [svn r12997] Fixed remaining static language strings "All" and "ok" in all sorteable tables 18 years ago
Eric Marguin 235a5e131a [svn r12996] refactor a bit the dropbox tool. Indeed there was two incrusted form tags which made a bug when there was several pages of files (you couldn't add feedbacks anymore). 18 years ago
Eric Marguin 3524577ef3 [svn r12992] fix a missing langvar 18 years ago
Julian Prud'homme d53f97fa51 [svn r12991] Fix a bug to make the picture upload works on IE 6 : http://www.dokeos.com/forum/viewtopic.php?t=11490 18 years ago
Julian Prud'homme 7651dbbe57 [svn r12990] Fix a bug : http://projects.dokeos.com/?do=details&id=1847 18 years ago
Julian Prud'homme 3d90f317bc [svn r12987] Fix a bug : http://projects.dokeos.com/?do=details&id=1862 18 years ago
Eric Marguin 1f009fe071 [svn r12986] fiw a bug with tracking : we didn't call learnpath::get_db_progress() 18 years ago
Eric Marguin 7c8038aedb [svn r12982] fix a bug with the status 18 years ago
Eric Marguin 3916789723 [svn r12981] refactoring the queries to fix a bug : when a user was deleted of the platform, we were no longer able to see the treads where he answered at last. 18 years ago
Julian Prud'homme 463cf49ec9 [svn r12979] Fix a bug 18 years ago
Eric Marguin 28aa24be8f [svn r12977] when a user was student in a course (whithout a session) and coach in this same course (whithin a session), the student status was taken. Now it's the contrary 18 years ago