2006-03-14 17:23 birgereriksson * modules/file_list/create.sql: Changed default value for heading_nr to 1 2006-02-25 20:57 birgereriksson * modules/chat/: chat_log.php, config.php, delete_module.php, module.conf, include/chat_module.php: Added safe_mode=on functionality 2006-02-18 15:52 birgereriksson * modules/simple_forum/index.php: added a anchor to new messages (If there are a lot of messages the form is not visible, thats why a link is neaded) 2006-02-11 22:30 birgereriksson * INSTALL: Added a minor info about cli 2006-02-11 21:54 birgereriksson * db.dump: Database and some initial content for LL2beta7 2006-02-11 19:57 birgereriksson * modules/file_list/index.php: Deleted a row used for development 2006-02-11 19:51 birgereriksson * modules/file_list/module.conf: Added som info for module 2006-02-11 19:35 birgereriksson * modules/file_list/create.sql: Smashed a bug, bang! (wrong field name in database) 2006-02-11 19:28 birgereriksson * modules/forum_thread/: new_thread.php, view_thread.php: Change include link from file_upload.php to file.php 2006-02-11 19:17 birgereriksson * themes/: aqua/css/ie_mac.css, aqua/css/ie_win.css, aqua/css/other.css, default/css/ie_win.css, default/css/other.css, xp/css/ie_mac.css, xp/css/ie_win.css, xp/css/other.css: Added style for calendar 2006-02-09 23:09 birgereriksson * modules/Links_Table/: images/link.png, images/link_thumb.png, include/link_new.php: Removed and added under link module 2006-02-09 23:07 birgereriksson * modules/Links_Table/: config.php, create.sql, index.php, module.conf: Remove this and added it under the name link 2006-02-09 23:05 birgereriksson * modules/link/: images/link.png, images/link_thumb.png, include/link_new.php: Same as in Link_Table (now: link) 2006-02-09 22:59 birgereriksson * modules/link/: config.php, create.sql, index.php, module.conf: Changed some spelling 2006-02-09 22:46 birgereriksson * modules/file_list/images/: files.png, files_thum.png, thumb.php: Changed images for file_list module 2006-02-09 22:44 birgereriksson * modules/file/module.conf: Added information about safe_mode 2006-02-09 22:42 birgereriksson * include/file_download.php: Improvments for file downloads 2006-02-09 22:41 birgereriksson * admin/modules.php: Added code to delete data from tables when deactivating modules 2006-02-09 22:39 birgereriksson * admin/users_import_txt.php: Some improvments for adding users from text file 2006-02-09 22:37 birgereriksson * db.dump: Change some initial database data and a CLI bug 2006-01-31 00:38 birgereriksson * modules/file_list/images/filetypes/: doc.png, fla.png, gif.png, gz.png, htm.png, html.png, jpeg.png, jpg.png, pdf.png, rar.png, swf.png, xls.png, zip.png: file types added 2006-01-31 00:37 birgereriksson * modules/file_list/images/: file.php, thumb.php: image handling for file list module 2006-01-31 00:36 birgereriksson * modules/file_list/images/: default.png, download.png, files.png, info.png, tool.png, view.png: images to file list module 2006-01-30 23:48 birgereriksson * modules/file_list/: admin.php, admin_headings.php, config.php, create.sql, delete.php, index.php, module.conf, more_info.php, new_file.php, new_heading.php, update.php, viewfile.php, include/lfiles.php, include/listfile.php, include/listheading.php: File list is a module for listing uploaded files. Init beta 2006-01-29 22:50 birgereriksson * include/file_upload.php: This file is in no use. Better use file.php, the file class. 2006-01-29 22:49 birgereriksson * include/file.php: File class for adding files in modules. Safe_mode = on is OK. 2005-12-13 14:56 birgereriksson * admin/users.php: Added possibility to delete users 2005-10-17 18:31 birgereriksson * include/createFilesDb.sql: Added some values tom make it work. This file will drop all your existing tables named files, filetypes and filedownloads. Run only for upgrading in a testing envirement. 2005-10-17 16:22 birgereriksson * modules/forum_thread/index.php: To make attachments possible 2005-10-17 16:12 birgereriksson * modules/forum_thread/: new_thread.php, view_thread.php: Added file attachments by using the new core based file handling. 2005-10-17 16:11 birgereriksson * include/createFilesDb.sql: SQL-file for adding tables to file handling. Use this for upgrade now, it will be added in the original installation sql-file later. 2005-10-17 16:09 birgereriksson * include/: file_download.php, file_upload.php: First beta for file handling in core. Supports adding for a file, viewing filename and link for downloading the file. File is stored in LearnLoop dataPath in a safe_mode=on-friendly way. 2005-10-06 18:55 birgereriksson * modules/forum_thread/: index.php, new_thread.php: Killed a bugg... 2005-10-06 13:14 birgereriksson * modules/forum_thread/: index.php, new_thread.php: Inserts a default subject to items if user forgets to write a subject. Since the subject becomes the link to the item this is essential. Now it becomes "(no subject)" which can be translated as other text at admin padge. 2005-09-07 17:57 birgereriksson * modules/: search/module.conf, webpage/module.conf: Corrected auther name (sorry about the mistake Iván!) 2005-05-24 16:05 birgereriksson * include/global.php, start/start.php: Version handling (version number in global.php, start.php calls for a image from learnloop.org to get statistics for the usage) 2005-05-07 19:43 birgereriksson * modules/Links_Table/include/Link_New.php: removes file, replaced by link_new.php 2005-05-07 11:16 birgereriksson * modules/: Links_Table/module.conf, calendar/module.conf, chat/module.conf, file/module.conf, forum_thread/module.conf, pong/module.conf, quiz/module.conf, scorm/module.conf, search/module.conf, sendmail/module.conf, simple_forum/module.conf, tracker/module.conf, user_preferences/module.conf, webpage/module.conf: Added some modules descriptions and added who the author is for all modules 2005-05-07 11:11 birgereriksson * admin/: menu_left.php, modules.php: Activate or deactivate modules instead of just update all 2005-04-30 09:55 birgereriksson * modules/quiz/include/quiz.php: Killed some SQL bugs to make it update changes in the configuration for quiz 2005-04-13 15:20 birgereriksson * gpl.txt: The GPL-license text 2005-04-13 15:18 birgereriksson * INSTALL: Added this file as install-info It also includes a note of the GPL-license 2005-04-13 15:14 birgereriksson * db.dump: Added a space in the line at row 4 (the second dash neads to be followed by at least one space or new line) to prevent SQL-fault message 2005-04-13 15:12 birgereriksson * cli_tools/install/db.php: Removed a '&' at row 126 ($bSuccess=@mysql_query) to make it work 2005-04-13 15:08 birgereriksson * cli_tools/install/data.php: Added whoami-check and comment 2005-04-13 15:07 birgereriksson * cli_tools/install/admin.php: Added "now you are ready"-note at the end 2005-04-02 19:55 birgereriksson * modules/Links_Table/index.php: Corrected a link 2005-04-02 19:53 birgereriksson * modules/Links_Table/config.php: Changed some bugging links 2005-04-01 23:15 birgereriksson * modules/Links_Table/include/link_new.php: Changed filenamn from Link_New.php 2005-03-13 22:40 birgereriksson * modules/forum_thread/include/tforum_msg.php: Now updates parent replies 2004-09-08 08:58 learnloop * modules/tracker/include/field_data.php: Data-class 2004-09-08 08:57 learnloop * modules/tracker/: bug_edit.php, bug_view.php, config.php, create.sql, index_top.php, list_bugs.php, include/bug.php, include/tracker.php: Changed the tracker. All fields are dynamic fields now exept title, submitter and date 2004-09-07 15:54 nanoboy * modules/webpage/index.php: corrected a small bug, where initializing the Session variables was out of scope 2004-08-14 11:21 learnloop * admin/: users.php, users_import_txt.php, users_import_txt2.php, users_import_txt3.php: First version of importing users from a file. 2004-08-14 11:19 learnloop * include/llmodule.php: added function to lite users with access 2004-08-13 16:05 learnloop * modules/tracker/: index_top.php, list_bugs.php: [no log message] 2004-08-13 15:27 learnloop * modules/tracker/: bug_edit.php, bug_view.php, config.php, create.sql, index.php, index_top.php, list_bugs.php, module.conf, images/tracker.png, images/tracker_thumb.png, include/bug.php, include/field.php, include/tracker.php: We are in need for a tracker at my work, so I have started making one for LL2 :) 2004-08-09 10:05 learnloop * js/common.js: added the same code to center windows in bOpenWindow in the common.js-file. Please use the cli_tools/js_optimize to produce the optimized js-file. 2004-07-23 00:06 godcharx * data/languages/lang_es.xml: a misspelled word corrected 2004-07-19 20:50 nanoboy * modules/quiz/: config.php, create.sql, functions.js, index.php, module.conf, qdatabank.php, questions.php, images/next.png, images/previous.png, images/quiz.png, images/quiz_thumb.png, images/save.png, include/question.php, include/questions.css, include/quiz.php: Initial version, not fully functional yet 2004-07-19 16:38 nanoboy * js/common_opt.js: Modified code to center popup windows in the middle of the screen. 2004-07-18 23:05 nanoboy * modules/chat/images/chat_thumb.png: Added a thumb icon 2004-07-16 21:41 nanoboy * modules/webpage/: index.php, module.conf, images/cancel.png, images/edit.png, images/save.png, images/webpage.png, images/webpage_thumb.png, include/webpageclass.php: Initial release, alowws the creation of content online and uploading images 2004-07-16 21:37 nanoboy * library/htmlarea3/plugins/ImageManager/: README.txt, config.inc.php, editor.php, editorFrame.php, image-manager.js, images.php, manager.php, newFolder.html, thumbs.php, Classes/Files.php, Classes/GD.php, Classes/IM.php, Classes/ImageEditor.php, Classes/ImageManager.php, Classes/NetPBM.php, Classes/Thumbnail.php, Classes/Transform.php, assets/EditorContent.js, assets/ImageEditor.css, assets/dialog.js, assets/editor.css, assets/editor.js, assets/editorFrame.css, assets/editorFrame.js, assets/hover.htc, assets/imagelist.css, assets/images.js, assets/manager.css, assets/manager.js, assets/popup.js, assets/slider.js, assets/wz_jsgraphics.js, img/2x2.gif, img/2x2_w.gif, img/btnFolderNew.gif, img/btnFolderUp.gif, img/btn_cancel.gif, img/btn_ok.gif, img/crop.gif, img/default.gif, img/div.gif, img/dots.gif, img/edit_active.gif, img/edit_pencil.gif, img/edit_trash.gif, img/folder.gif, img/hand.gif, img/islocked2.gif, img/locked.gif, img/measure.gif, img/noimages.gif, img/rotate.gif, img/save.gif, img/scale.gif, img/spacer.gif, img/t_black.gif, img/t_white.gif, img/unlocked.gif, img/unlocked2.gif, lang/en.js, lang/es.js: Added a pluggin for the html to handle image uploads an transformations 2004-07-16 06:48 nanoboy * modules/Links_Table/config.php: added the missing options to move or delete the module 2004-07-16 06:35 nanoboy * modules/Links_Table/include/Link_New.php: corrected an error where a upper case was used, that is not allowed by the *NIX version of MySQL 2004-07-15 18:52 nanoboy * data/languages/lang_es.xml: Added the new words 2004-07-15 18:46 nanoboy * modules/simple_forum/sforum.sql: changed the SQL filename so that it could be executed 2004-07-15 18:32 nanoboy * modules/Links_Table/: config.php, index.php, module.conf, images/link.png, images/link_thumb.png, include/Link_New.php: Corredted the error that didn't let the htmlarea work Uploaded the images and class in the right directory 2004-07-15 18:17 nanoboy * modules/calendar/images/: calendar.png, calendar_thumb.png: Changed the icons 2004-07-15 18:16 nanoboy * modules/simple_forum/include/Link_New.php: Removed the class that was incorrectly uploaded 2004-07-15 18:13 nanoboy * modules/simple_forum/images/: link.JPG, link.gif: Removed the images that were incorrectly uploaded 2004-07-15 18:08 nanoboy * modules/chat/: module.conf, images/chat.png: Changed the icon and added a thumb icon 2004-07-15 18:07 nanoboy * modules/search/: index.php, module.conf, images/search.png, images/search_thumb.png, include/searchclass.php: Initial Release, allows you to search within the title and description of any module, based on keywords 2004-07-15 18:02 nanoboy * library/htmlarea3/lang/es.js: Added the missing translations that made it imposible to function when spanish was selected as the default language 2004-07-14 17:38 nanoboy * modules/file/: index.php, include/singlefile.php: Changed the coda so that could include the name of the user that created the original file 2004-07-14 17:36 nanoboy * include/workspace_struct.php: Corrected the ID generation, It was not including the users ID 2004-06-30 08:40 learnloop * learnloop.ico: added a 32bits icon both 32x32 and 16x16 2004-06-24 01:36 godcharx * modules/simple_forum/include/sforum.php: erased link image 2004-06-24 01:18 godcharx * modules/: simple_forum/images/link.JPG, Links_Table/config.php, Links_Table/index.php: new image for module Links 2004-06-19 01:41 godcharx * modules/: Links_Table/config.php, Links_Table/create.sql, Links_Table/index.php, Links_Table/module.conf, simple_forum/images/link.gif, simple_forum/include/Link_New.php: new version of module "Links" 2004-06-15 23:48 learnloop * admin/users.php, include/date.php, modules/calendar/index.php, modules/calendar/week.php, themes/default/css/ie_mac.css, themes/default/css/ie_win.css, themes/default/css/other.css, workspace/workspace_context.php: Added the table-formating to the CSS instead of putting the tables inside tables and started to convert some files 2004-06-10 17:30 learnloop * admin/preferences.php: [no log message] 2004-06-08 16:37 learnloop * db.dump, modules/file/images/filetypes/fla.png, modules/file/images/filetypes/swf.png: flash filetypes 2004-06-07 12:51 learnloop * db.dump, include/user.php: [no log message] 2004-06-07 07:21 nanoboy * include/llmodule.php: - Added sDescription to contructor to be able to edit it on its configuration 2004-05-31 07:35 nanoboy * themes/xp/menu_top.php: Bug correction, added the "preference" library 2004-05-30 19:53 learnloop * admin/users_edit.php, workspaces/access_search.php: some fixes with the singleuser_groups 2004-05-30 19:30 learnloop * admin/users_edit.php: edit group-membership in users_edit 2004-05-30 19:15 learnloop * admin/: groups_delete.php, groups_edit.php: add/edit/delete groups 2004-05-30 18:23 learnloop * admin/: users.php, users_edit.php: add users 2004-05-30 18:07 learnloop * cli_tools/doc/chm/learnloop.chm: latest CHM-file 2004-05-30 18:06 learnloop * cli_tools/doc/: html/class.xsl, include/class.php, include/common.php: added CVS-version and last modification in the documentation 2004-05-30 16:08 learnloop * modules/calendar/module.conf, modules/calendar/images/calendar_thumb.png, modules/forum_thread/module.conf, modules/forum_thread/images/tforum_thumb.png, modules/pong/module.conf, modules/pong/images/pong_thumb.png, themes/default/images/menu/folderthumb.png, workspace/folder_info.php, workspace/start.php: New thumbnail-pictures 2004-05-30 00:59 learnloop * start/menu_left.php: [no log message] 2004-05-30 00:58 learnloop * db.dump, data/languages/lang_en.xml, data/languages/lang_es.xml, data/languages/lang_sv.xml: Fixed som translations and updated the database 2004-05-30 00:49 learnloop * themes/aqua/css/choose.php, themes/default/css/choose.php, themes/xp/css/choose.php, workspace/start.php: some fixes 2004-05-29 19:33 learnloop * themes/aqua/images/menu/folderthumb.png, themes/aqua/images/menu/folderthumb_dim.png, themes/aqua/images/menu/folderthumb_lock.png, themes/aqua/images/menu/folderthumb_lock_dim.png, themes/aqua/images/menu/folderthumb_lock_time.png, themes/aqua/images/menu/folderthumb_lock_time_dim.png, themes/aqua/images/menu/folderthumb_time.png, themes/aqua/images/menu/folderthumb_time_dim.png, themes/default/css/choose.php, themes/default/images/menu/folderthumb.png, themes/default/images/menu/folderthumb_dim.png, themes/default/images/menu/folderthumb_lock.png, themes/default/images/menu/folderthumb_lock_dim.png, themes/default/images/menu/folderthumb_lock_time.png, themes/default/images/menu/folderthumb_lock_time_dim.png, themes/default/images/menu/folderthumb_time.png, themes/default/images/menu/folderthumb_time_dim.png, themes/xp/css/choose.php, themes/xp/images/menu/folderthumb.png, themes/xp/images/menu/folderthumb_dim.png, themes/xp/images/menu/folderthumb_lock.png, themes/xp/images/menu/folderthumb_lock_dim.png, themes/xp/images/menu/folderthumb_lock_time.png, themes/xp/images/menu/folderthumb_lock_time_dim.png, themes/xp/images/menu/folderthumb_time.png, themes/xp/images/menu/folderthumb_time_dim.png, include/gui.php, modules/file/images/thumb.php, themes/aqua/css/choose.php: thumbnail-images.. still small. Will update later 2004-05-29 19:29 learnloop * db.dump, dummy.php, login.php, login_win2k.php, login_yp.php, main.php, menu_left.php, menu_top.php, new_login.php, template.php, admin/group_bottom.php, admin/group_members.php, admin/group_members_list.php, admin/group_search.php, admin/group_top.php, admin/groups.php, admin/groups_edit.php, admin/languages.php, admin/login.php, admin/menu_left.php, admin/preferences.php, admin/start.php, admin/translate.php, admin/translate_fix.php, admin/user_preferences.php, admin/users.php, admin/users_edit.php, admin/users_import_win2k.php, admin/users_import_yp.php, cli_tools/doc/chm/learnloop.chm, cli_tools/doc/chm/learnloop.hhp, cli_tools/doc/chm/toc.hhc, cli_tools/doc/html/class_chat_module.html, cli_tools/doc/html/class_group.html, cli_tools/doc/html/class_workspace.html, cli_tools/doc/html/class_workspacestruct.html, cli_tools/doc/html/menu.html, errors/deny_admin.php, errors/deny_read.php, errors/deny_write.php, errors/error.php, errors/no_admin.php, homepages/menu_left.php, homepages/start.php, include/llmodule.php, include/workspace.php, modules/delete_alias.php, modules/delete_module.php, modules/deny_admin.php, modules/deny_read.php, modules/deny_write.php, modules/dev_update_modules.php, modules/move_module.php, modules/move_module_frame.php, modules/standard_config.php, modules/calendar/editevent.php, modules/calendar/index.php, modules/calendar/module.conf, modules/calendar/week.php, modules/chat/chat_log.php, modules/chat/index.php, modules/chat/module.conf, modules/chat/send_message.php, modules/chat/users.php, modules/file/index.php, modules/file/module.conf, modules/file/upload.php, modules/forum_thread/index.php, modules/forum_thread/module.conf, modules/forum_thread/new_thread.php, modules/forum_thread/reply.php, modules/forum_thread/view_thread.php, modules/pong/config.php, modules/pong/index.php, modules/pong/module.conf, modules/pong/play.php, modules/scorm/config.php, modules/scorm/index.php, modules/scorm/module.conf, modules/sendmail/index.php, modules/sendmail/mail_saved.php, modules/sendmail/mail_send.php, modules/sendmail/module.conf, modules/sendmail/view_mail.php, modules/simple_forum/index.php, modules/simple_forum/module.conf, modules/simple_forum/new_message.php, modules/user_preferences/module.conf, modules/user_preferences/write.php, start/main.php, start/menu_left.php, start/start.php, themes/aqua/menu_top.php, themes/default/menu_top.php, themes/xp/menu_top.php, users/folder_delete.php, users/folder_edit.php, users/menu_left.php, users/singleusermodule_share.php, users/start.php, users/user_context.php, workspace/alias_frame.php, workspace/alias_workspace.php, workspace/folder_delete.php, workspace/folder_edit.php, workspace/folder_info.php, workspace/menu_left.php, workspace/start.php, workspace/workspace_context.php, workspaces/access.php, workspaces/access_bottom.php, workspaces/access_list.php, workspaces/access_search.php, workspaces/access_top.php, workspaces/apply.php, workspaces/choosemembers.php, workspaces/choosemembers_bottom.php, workspaces/choosemembers_list.php, workspaces/choosemembers_search.php, workspaces/choosemembers_top.php, workspaces/edit.php, workspaces/menu_left.php, workspaces/menu_list_workspaces.php, workspaces/start.php, workspaces/workspace_deleted.php: changed the sGetBrowser-behavior to be able to send a cache-header. 2004-05-29 18:05 learnloop * start/menu_left.php: added link to credits 2004-05-29 16:51 learnloop * data/languages/: lang_en.xml, lang_sv.xml: updated some translations 2004-05-28 10:10 learnloop * admin/preferences.php, index.php, start/menu_left.php, start/start.php: Added the preference "Title" (default to LearnLoop) for this LL-installation 2004-05-26 12:07 learnloop * include/topmenu_tabs.php: Fix if there are no workspaces 2004-05-26 08:55 learnloop * include/topmenu_tabs.php: [no log message] 2004-05-26 08:53 learnloop * admin/menu_left.php, admin/preferences.php, include/topmenu_tabs.php, themes/aqua/menu_top.php, themes/default/menu_top.php, themes/xp/menu_top.php: added the abillity to show the workspaces directly in the topmenu. Check out the preferences in the administrate-tab. 2004-05-25 23:39 learnloop * start/menu_left.php: updating the guest-theme didnt update the startmenu 2004-05-22 19:11 nanoboy * modules/dev_update_modules.php: Corrected a small bug when reading the SQL file 2004-05-22 19:04 nanoboy * modules/simple_forum/: module.conf, create.sql, new_message.php: Bug corrections Was not generating the DB Table correctly New_message wa missing a library 2004-05-22 02:03 godcharx * modules/simple_forum/new_message.php: eliminated a innecesary library call 2004-05-22 01:59 godcharx * modules/simple_forum/: index.php, module.conf, new_message.php, sforum.sql, images/sforum.gif, include/sforum.php, include/sforum_msg.php: New Simple forum module Basic funcionality. 2004-05-21 16:52 nanoboy * homepages/: menu_left.php, start.php: Init version 2004-05-21 16:42 nanoboy * errors/deny_admin.php: Init version 2004-05-21 16:34 nanoboy * admin/: group_bottom.php, group_members.php, group_members_list.php, group_search.php, group_top.php, groups_edit.php: Added options to Insert and delete a user from a group Improved search to include Firstname and Surname Lists auto-refresh after an operation 2004-05-21 16:15 nanoboy * include/group.php: Added options to Insert and delete a user from a group 2004-05-14 00:31 nanoboy * workspaces/edit.php: Corrected small bug when deleting a workspace, if no id was set Added a confirmation before deleting ia workspace. 2004-05-12 09:51 nanoboy * workspace/: folder_delete.php, folder_edit.php: Changed the code to eliminate a folder, converted it into a workspace_struct method. 2004-05-12 09:48 nanoboy * include/workspace_struct.php: Added the option to delete itself and its childs recursively 2004-05-12 09:47 nanoboy * workspaces/edit.php, workspaces/workspace_deleted.php, include/workspace.php: Added the option to eliminate a workspace with its content 2004-05-02 23:10 learnloop * modules/scorm/: config.php, create.sql, index.php, scorm_post.php, include/scorm.php, include/scorm_item.php, include/scorm_organization.php, include/scorm_resource.php, js/log.js: more SCORM 2004-05-02 23:08 learnloop * include/: filesystem.php, unzip.php: unzip-class and a filesystem-class used by the scorm-module 2004-04-26 12:43 learnloop * modules/scorm/: create.sql, js/scorm_cmi.js, js/scorm_variable.js: All variables for scorm 1.0, 1.1, 1.2 and 1.3 now exists 2004-04-22 16:59 learnloop * modules/scorm/: create.sql, js/scorm_cmi.js, js/scorm_learnerprefs.js: more scorm-updates 2004-04-22 15:38 learnloop * modules/scorm/: config.php, create.sql, hidden_form.php, index.php, module.conf, save_scorm.php, scorm_post.php, include/scorm.php, include/scorm_item.php, include/scorm_organization.php, include/scorm_resource.php, include/scorm_variable.php, js/scorm_coc.js, js/scorm_error.js: Uppdating SCORM-files. The JS-API seems to be working 2004-04-22 15:34 learnloop * modules/scorm/js/: error.js, log.js, scorm.php, scorm_api.js, scorm_cmi.js, scorm_comment.js, scorm_common.js, scorm_error.js, scorm_interaction.js, scorm_learnerprefs.js, scorm_objective.js, scorm_response.js, scorm_score.js, scorm_variable.js: Updated the SCORM-files. The whole datamodel for SCORM 1.0-1.3 now exist. 2004-04-19 21:33 learnloop * configure: A shell-script that locates where the PHP-executable resides and runs the installationscript in cli_tools/install 2004-04-14 00:51 learnloop * cli_tools/doc/chm/: index.xsl, other.css, toc.hhc: New doc-files 2004-04-14 00:36 learnloop * cli_tools/doc/: chm/Index.hhk, chm/learnloop.chm, chm/learnloop.hhp, html/class_doccommon.html, include/class.php, include/common.php: updated the doc-generator 2004-04-14 00:34 learnloop * doc_project.xml: Documentation start file 2004-04-13 14:03 learnloop * cli_tools/doc/: README, generate.bat, generate.php, chm/learnloop.chm, include/class.php, include/comment_parser.php, include/common.php, include/file.php, include/function.php, chm/Index.hhk, chm/learnloop.hhp, chm/toc.xsl, html/class.xsl, html/class_calendar.html, html/class_calendarevent.html, html/class_chat_module.html, html/class_date.html, html/class_dbfield.html, html/class_dbtable.html, html/class_dbvariable.html, html/class_docclass.html, html/class_docclassvariable.html, html/class_doccommentparser.html, html/class_doccommon.html, html/class_docfile.html, html/class_docfunction.html, html/class_docinput.html, html/class_group.html, html/class_language.html, html/class_llmodule.html, html/class_mailmsg.html, html/class_module.html, html/class_preference.html, html/class_scorm.html, html/class_scormvariable.html, html/class_sendmail.html, html/class_sendmailattachment.html, html/class_singlefile.html, html/class_tforum.html, html/class_tforummsg.html, html/class_user.html, html/class_userstruct.html, html/class_win2kuser.html, html/class_workspace.html, html/class_workspacestruct.html, html/class_xml.html, html/class_xmlnode.html, html/dummy.html, html/function.xsl, html/function_agetpreferensfile_doc_dbdesign_include_common_php.html, html/function_agetpreferensfile_include_common_php.html, html/function_bcreatedir_cli_tools_install_data_php.html, html/function_bdeletefolder_users_folder_delete_php.html, html/function_bdeletefolder_workspace_folder_delete_php.html, html/function_bremovedirectory_include_common_php.html, html/function_bsupport_cli_tools_install_configure_php.html, html/function_busecache_include_common_php.html, html/function_busecompression_include_common_php.html, html/function_fgetmicrotime_include_common_php.html, html/function_isortarray_cli_tools_js_optimize_optimize_php.html, html/function_sencodeqp_include_mail_common_php.html, html/function_sgetbasepath_include_common_php.html, html/function_sgetbaseurl_include_common_php.html, html/function_sgetbrowser_doc_dbdesign_include_common_php.html, html/function_sgetbrowser_include_common_php.html, html/function_sgetemail_include_mail_common_php.html, html/function_sgetfriendlysize_include_common_php.html, html/function_sgetwebfriendlyfilename_include_common_php.html, html/function_sscan_include_term_php.html, html/function_termcolor_include_term_php.html, html/function_vredirect_doc_dbdesign_include_common_php.html, html/function_vredirect_include_common_php.html, html/index.html, html/menu.html, html/other.css, html/images/class.png, html/images/folder.png, html/images/folder_closed.png, html/images/folder_none.png, html/images/folder_opened.png, html/images/function.png, html/js/common.js, html/js/hmenu.js: New documentation generator. 2004-04-01 07:48 nanoboy * data/languages/: lang_en.xml, lang_es.xml: added new words from the chat module 2004-04-01 07:47 nanoboy * modules/chat/: chat_log.php, index.php, send_message.php, users.php, include/chat_module.php: - Improved the user listing - Changed the refreshing times to avoid overloading the connection - Optimized the base class to work faster - Changed the way dates where being saved in the files 2004-04-01 00:57 learnloop * cli_tools/install/data.php: Changed the default data-dir-path 2004-04-01 00:55 learnloop * cli_tools/install/: data.php, db.php: Installationfiles updated 2004-04-01 00:38 learnloop * cli_tools/install/data.php: Fixed the data-directory rights 2004-04-01 00:27 learnloop * cli_tools/js_optimize/: README, optimize.php, ultraedit.gif: A JavaScript optimizer written in PHP 2004-04-01 00:25 learnloop * cli_tools/install/: admin.php, configure.php, data.php, db.php, install.bat: Installationfiles 2004-04-01 00:19 learnloop * modules/scorm/js/: error.js, scorm_learnerprefs.js, scorm_response.js: [no log message] 2004-04-01 00:17 learnloop * db.dump, index.php, admin/groups.php, admin/groups_edit.php, js/hmenu_opt.js, modules/user_preferences/write.php, ue/ue_learnloop.mac, workspaces/choosemembers_search.php: A lot of small updates 2004-03-30 09:25 nanoboy * modules/chat/users.php: new section to check the number of users connected 2004-03-30 09:21 nanoboy * modules/chat/: chat_log.php, index.php, module.conf, send_message.php, include/chat_module.php: Bug corrections Enhanced functionality 2004-03-24 16:52 learnloop * modules/scorm/: index.php, js/scorm_api.js, js/scorm_interaction.js, js/scorm_variable.js: more SCORM 2004-03-24 16:51 learnloop * modules/scorm/js/scorm_cmi.js: new CMI-file 2004-03-24 09:16 learnloop * modules/scorm/js/: log.js, scorm.php: More SCORM 2004-03-24 09:16 learnloop * modules/scorm/: hidden_form.php, include/scorm.php, include/scorm_item.php, js/scorm_api.js, js/scorm_coc.js: Continued on the SCORM module 2004-03-19 17:22 learnloop * modules/scorm/: config.php, create.sql, hidden_form.php, index.php, module.conf, images/scorm.png, include/scorm.php, include/scorm_item.php, include/scorm_organization.php, include/scorm_resource.php, include/scorm_variable.php, js/scorm_api.js, js/scorm_coc.js, js/scorm_comment.js, js/scorm_common.js, js/scorm_error.js, js/scorm_interaction.js, js/scorm_objective.js, js/scorm_score.js, js/scorm_variable.js: Initial SCORM module 2004-03-19 17:19 learnloop * db.dump, index.php, login_win2k.php, admin/users_import_win2k.php, include/user.php, include/win2k_user.php, include/xml.php, js/hmenu.js, modules/dev_update_modules.php, modules/sendmail/module.conf, users/menu_left.php, workspace/menu_left.php, workspaces/menu_left.php: a lot of updates :) 2004-03-10 07:29 nanoboy * modules/chat/: chat_log.php, index.php, module.conf, send_message.php, images/angry.gif, images/chat.png, images/happy.gif, images/sad.gif, images/sung.gif, images/surprise.gif, images/wink.gif, include/chat_module.php: Initial Release - Pre-Alpha state 2004-03-09 06:39 nanoboy * data/languages/lang_es.xml: - Added some missing words - Corrected some small errors 2004-03-09 05:21 nanoboy * data/languages/lang_es.xml: Added Spanish language support 2004-03-01 20:47 birgereriksson * include/llmodule.php: [no log message] 2004-02-18 16:13 learnloop * configure.php: [no log message] 2004-02-18 16:04 learnloop * include/term.php: Updated the sScan-function 2004-02-18 15:50 learnloop * configure.php, include/term.php: more on the console configure-script 2004-02-18 13:24 learnloop * configure.php: Start of installscript 2004-02-18 11:52 learnloop * themes/: aqua/images/top/login.png, default/images/top/login.png: login-buttons 2004-02-18 11:51 learnloop * db.dump, login.php, logout.php, admin/users_edit.php, data/languages/lang_en.xml, data/languages/lang_sv.xml, modules/forum_thread/index.php, modules/forum_thread/view_thread.php, modules/forum_thread/include/tforum.php, modules/forum_thread/include/tforum_msg.php, start/menu_left.php, start/start.php, themes/aqua/menu_top.php, themes/default/menu_top.php: more on the guest-login and some other stuff :) 2004-02-17 14:27 learnloop * db.dump, logout.php, new_login.php, admin/user_preferences.php, admin/users.php, admin/users_edit.php, include/check_login.php, include/llmodule.php, include/mailmsg.php, include/user.php, include/user_struct.php, include/win2k_user.php, include/workspace_struct.php, include/yp_user.php, modules/user_preferences/write.php, themes/aqua/menu_top.php, themes/default/menu_top.php, themes/xp/menu_top.php: enabled guest-access 2004-02-16 22:00 learnloop * db.dump, include/llmodule.php, modules/dev_update_modules.php, modules/sendmail/include/sendmail.php, workspace/start.php: [no log message] 2004-02-16 21:56 learnloop * doc/module_howto.html, modules/template.tar.gz: module-howto 2004-02-12 13:51 learnloop * themes/xp/: frameset.php, mail.html, mail.txt, menu_top.php, prefs.php, theme.conf, css/ie_mac.css, css/ie_win.css, css/other.css, images/add.png, images/arrow.png, images/arrow_left.png, images/leftmenu_bg.png, images/pix.png, images/mail/mail_top.png, images/menu/folder.png, images/menu/folder_closed.png, images/menu/folder_dim.png, images/menu/folder_lock.png, images/menu/folder_lock_dim.png, images/menu/folder_lock_time.png, images/menu/folder_lock_time_dim'.png, images/menu/folder_lock_time_dim.png, images/menu/folder_none.png, images/menu/folder_opened.png, images/menu/folder_time.png, images/menu/folder_time_dim.png, images/menu/group.png, images/menu/llicon.png, images/menu/menu_context.png, images/menu/prefs.png, images/menu/user.png, images/menu/workspace.png, images/menu/workspaces.png, images/top/bg.png, images/top/learnloop.png, images/top/logout.png, images/top/menu_bg.png, images/top/menu_left.png, images/top/menu_right.png, images/top/menuactive_bg.png, images/top/menuactive_left.png, images/top/menuactive_right.png: XP-theme 2004-02-12 13:45 learnloop * dummy.php: needed a blank dummy-file 2004-02-12 13:44 learnloop * db.dump, admin/users_import_win2k.php, include/llmodule.php, include/user.php, include/win2k_user.php, include/workspace.php, include/workspace_struct.php, js/common.js, js/common_opt.js, modules/move_module.php, modules/move_module_frame.php, modules/file/viewfile.php, themes/aqua/css/ie_mac.css, themes/aqua/css/ie_win.css, themes/aqua/css/other.css, themes/default/css/ie_mac.css, themes/default/css/ie_win.css, themes/default/css/other.css, workspace/alias_frame.php, workspace/alias_workspace.php, workspace/folder_edit.php, workspace/folder_info.php, workspace/menu_left.php, workspace/workspace_context.php, workspace/workspace_context_add.php, workspaces/edit.php: updated the rights-system 2004-02-12 13:41 learnloop * workspaces/: access.php, access_bottom.php, access_list.php, access_search.php, access_top.php: New access/rights chooser 2004-02-06 12:54 learnloop * db.dump, admin/users_import_win2k.php, include/user.php, include/win2k_user.php: Importing groups as well 2004-02-06 09:25 learnloop * admin/users_import_win2k.php, include/user.php, include/win2k_user.php: Login into Active Directory now works, but is not finished 2004-02-06 09:04 learnloop * admin/users.php, include/win2k_user.php: Active Directory login 2004-02-06 09:03 learnloop * admin/users_import_win2k.php: Started on the abbillity to import Active Directory users 2004-02-05 00:18 learnloop * include/common.php, library/htmlarea3/script.php, library/htmlarea3/start_script.php: Added bUseCache-function 2004-02-04 23:18 learnloop * themes/aqua/css/: ie_mac.css, other.css: Wrong CSS for aqua-theme on ie_mac and others 2004-02-04 23:09 learnloop * db.dump, errors/no_admin.php, include/win2k_user.php: Translations and windows domain-fix 2004-02-04 12:39 learnloop * admin/login.php, modules/file/viewfile.php: Small fixes 2004-02-04 11:52 learnloop * login_win2k.php, include/win2k_user.php: Started on windows domain-login 2004-02-04 11:51 learnloop * admin/login.php, include/user.php, themes/default/menu_top.php, themes/default/css/ie_mac.css, themes/default/css/other.css: [no log message] 2004-02-04 11:50 learnloop * db.dump, themes/aqua/frameset.php, themes/aqua/mail.html, themes/aqua/mail.txt, themes/aqua/menu_top.php, themes/aqua/prefs.php, themes/aqua/theme.conf, themes/aqua/css/ie_mac.css, themes/aqua/css/ie_win.css, themes/aqua/css/other.css, themes/aqua/images/add.png, themes/aqua/images/arrow.png, themes/aqua/images/arrow_left.png, themes/aqua/images/leftmenu_bg.png, themes/aqua/images/pix.png, themes/aqua/images/mail/mail_top.png, themes/aqua/images/menu/folder.png, themes/aqua/images/menu/folder_closed.png, themes/aqua/images/menu/folder_dim.png, themes/aqua/images/menu/folder_lock.png, themes/aqua/images/menu/folder_lock_dim.png, themes/aqua/images/menu/folder_lock_time.png, themes/aqua/images/menu/folder_lock_time_dim'.png, themes/aqua/images/menu/folder_lock_time_dim.png, themes/aqua/images/menu/folder_none.png, themes/aqua/images/menu/folder_opened.png, themes/aqua/images/menu/folder_time.png, themes/aqua/images/menu/folder_time_dim.png, themes/aqua/images/menu/group.png, themes/aqua/images/menu/llicon.png, themes/aqua/images/menu/menu_context.png, themes/aqua/images/menu/prefs.png, themes/aqua/images/menu/user.png, themes/aqua/images/menu/workspace.png, themes/aqua/images/menu/workspaces.png, themes/aqua/images/top/bg.png, themes/aqua/images/top/learnloop.png, themes/aqua/images/top/logout.png, themes/aqua/images/top/menu_bg.png, themes/aqua/images/top/menu_left.png, themes/aqua/images/top/menu_right.png, themes/aqua/images/top/menuactive_bg.png, themes/aqua/images/top/menuactive_left.png, themes/aqua/images/top/menuactive_right.png: added aqua-theme 2004-02-02 23:56 learnloop * include/yp_user.php: extracted the YP-functions to a YPUser-class that extends the User-class 2004-02-02 23:55 learnloop * db.dump, login_yp.php, project_info.php, admin/translate.php, admin/users.php, admin/users_import_yp.php, data/languages/lang_en.xml, data/languages/lang_sv.xml, include/user.php: Final fix for YP/NIS-functions. etc/passwd can now use any crypt-algoritm 2004-02-02 13:08 learnloop * admin/users.php, admin/login.php, admin/users_import_yp.php, include/user.php: more on YP/NIS 2004-02-02 12:50 learnloop * admin/users.php: oops 2004-02-02 12:43 learnloop * admin/: login.php, users.php, users_import_yp.php: Som import-functions for YP/NIS 2004-01-27 11:20 learnloop * db.dump, include/llmodule.php, modules/delete_alias.php, modules/file/create.sql, modules/file/index.php, modules/file/viewfile.php: Modified the file-module so that the data-directory can reside outside the webserver-path 2004-01-26 13:47 learnloop * db.dump: Updated translation 2004-01-26 13:43 learnloop * workspaces/menu_left.php: modified the workspaces-menu 2004-01-26 13:40 learnloop * db.dump, include/llmodule.php, include/workspace_struct.php, modules/standard_config.php, modules/file/upload.php, modules/pong/index.php, modules/pong/module.conf, workspace/alias_workspace.php: fixed restriction-problem and finished the alias-functionality 2004-01-26 13:39 learnloop * modules/delete_alias.php: Delete aliases only (not whole module) 2004-01-25 11:07 learnloop * workspace/: alias_frame.php, alias_workspace.php: Alias-files 2004-01-25 11:06 learnloop * db.dump, include/global.php, include/llmodule.php, include/user_struct.php, include/workspace_struct.php, modules/move_module.php, modules/standard_config.php, modules/file/index.php, workspace/workspace_context.php: Added alias-abilities. Found that the folder-rights are wrong 2004-01-23 13:19 learnloop * include/workspace_struct.php, modules/standard_config.php, modules/file/upload.php, modules/pong/config.php: abbility to move modules 2004-01-23 13:18 learnloop * modules/: move_module.php, move_module_frame.php: moving modules 2004-01-23 09:33 learnloop * db.dump: added some fields to the module_types-table 2004-01-22 23:38 learnloop * db.dump, include/mail_common.php, include/mailmsg.php, include/user.php, include/user_struct.php, include/workspace.php, include/workspace_struct.php, library/htmlarea3/start_script.php, modules/dev_update_modules.php, modules/sendmail/index.php, modules/sendmail/module.conf, modules/sendmail/include/sendmail.php, modules/sendmail/include/sendmail_attachment.php, users/menu_left.php, workspace/menu_left.php: finished the sendmail-module and fixed the module-specific expanding menus 2004-01-22 23:35 learnloop * modules/sendmail/: mail_saved.php, mail_send.php, view_mail.php, images/attachment.png, images/attachment_invert.png: finishing the sendmail-module 2004-01-21 19:11 learnloop * include/mail_common.php, modules/sendmail/index.php, modules/sendmail/include/sendmail.php, themes/default/mail.html: Some Send Mail-modifications 2004-01-21 12:41 learnloop * modules/sendmail/create.sql: [no log message] 2004-01-21 12:40 learnloop * modules/sendmail/: index.php, include/sendmail.php: The sedmail-module didnt say where to send the mail 2004-01-21 12:25 learnloop * doc/dbdesign/: db_xml.php, dbdesign.swf, index.php, include/common.php, include/dbfield.php, include/dbtable.php, include/dbvariable.php: A visualization (using DBDesign Experiment) of the core-database 2004-01-21 12:21 learnloop * db.dump, include/llmodule.php: Some fixes related to the new Send Mail-module 2004-01-21 12:18 learnloop * modules/sendmail/: index.php, module.conf, images/file.png, images/mail.png, include/sendmail.php, include/sendmail_attachment.php: Added a simple module to send mail 2004-01-20 12:35 learnloop * images/logo.svg: LearnLoop-logo in vector 2004-01-20 12:34 learnloop * db.dump, index.php, learnloop.ico, login.php, login_yp.php, new_login.php, include/workspace.php, include/workspace_struct.php, workspace/menu_left.php: fixed som restriction-problems 2004-01-20 00:35 learnloop * db.dump: Changed the module_types-content for modules config-files (field: file_config) 2004-01-20 00:33 learnloop * include/llmodule.php, include/user_struct.php, include/workspace_struct.php, js/hmenu.js, js/hmenu_opt.js, modules/file/upload.php, modules/pong/index.php, users/folder_edit.php, users/user_context.php, users/user_context_add.php, workspace/folder_edit.php, workspace/workspace_context.php, workspace/workspace_context_add.php: Added configuration and deletion-functionality 2004-01-20 00:31 learnloop * modules/delete_module.php, modules/deny_admin.php, modules/standard_config.php, modules/pong/config.php, users/folder_delete.php, workspace/folder_delete.php: New files for configuration and deletetion of modules 2004-01-19 19:44 learnloop * errors/error.php: common error-file 2004-01-19 19:43 learnloop * db.dump, login_yp.php, admin/languages.php, admin/user_preferences.php, include/date.php, include/llmodule.php, include/user.php, include/user_struct.php, include/workspace_struct.php, modules/dev_update_modules.php, modules/calendar/index.php, modules/calendar/week.php, modules/file/module.conf, modules/pong/module.conf, start/menu_left.php, users/menu_left.php, workspace/menu_left.php, workspaces/menu_left.php: fixes for the workspace and user-structure. Started on delete-script and "Aliases" 2004-01-19 19:40 learnloop * login.php, new_login.php, include/language.php: Chooses language from browsers language-configurations. 2004-01-18 22:06 learnloop * data/languages/: lang_en.xml, lang_sv.xml: updated translations 2004-01-18 22:05 learnloop * db.dump: uppdated translations 2004-01-16 13:25 learnloop * workspaces/apply.php: fixed a small bug that could result in that the apply-mail would be send to someone else 2004-01-16 13:17 learnloop * admin/language_export.php, admin/language_import.php, admin/languages.php, include/xml.php: added ability to import/export languages and translations to and from XML-files in the data/languages-directory 2004-01-14 23:25 learnloop * admin/language_export.php, include/xml.php: ability to export languages and translations to XML-files in data/languages 2004-01-14 23:23 learnloop * data/languages/: lang_en.xml, lang_sv.xml: exported translations 2004-01-13 13:12 learnloop * modules/user_preferences/write.php: [no log message] 2004-01-13 13:12 learnloop * admin/: menu_left.php, user_preferences.php: added the ability to prevent users from changing there name and email 2004-01-13 12:47 learnloop * db.dump, modules/file/create.sql: Added som filetypes to the singlefile-module 2004-01-13 12:43 learnloop * include/mail_common.php: updated sGetEmail with optional input bHTMLMail 2004-01-13 12:42 learnloop * themes/default/mail.txt: Plaintext mail 2004-01-13 12:21 learnloop * themes/default/css/ie4_mac.css: [no log message] 2004-01-13 12:19 learnloop * admin/languages.php: File to add new languages 2004-01-13 12:18 learnloop * admin/: menu_left.php, translate.php, translate_fix.php: [no log message] 2004-01-13 12:17 learnloop * themes/default/css/: ie4_win.css, ie5_mac.css, ie5_win.css, mozilla_mac.css, mozilla_other.css, mozilla_win.css, ns6.css, ns_mac.css, ns_other.css, ns_win.css, opera.css: do not need this many css-variants 2004-01-13 12:14 learnloop * modules/user_preferences/write.php: [no log message] 2004-01-13 12:13 learnloop * themes/default/images/top/: menu_bg.png, menu_left.png, menu_right.png, menuactive_bg.png, menuactive_left.png, menuactive_right.png: new topmenu-images 2004-01-13 12:11 learnloop * themes/default/menu_top.php: topmenu now uses real text (for translation) 2004-01-13 12:10 learnloop * js/: common.js, common_opt.js: added iGetLayerWidth for top DHTML-menu 2004-01-13 12:09 learnloop * include/common.php: changed sGetBrowser-function 2004-01-13 12:08 learnloop * themes/default/css/: ie_mac.css, ie_win.css, other.css: new css-variants 2004-01-12 01:37 learnloop * include/: global.php, language.php, llmodule.php: Added a DEVELOP-konstant in global.php 2004-01-11 01:32 learnloop * db.dump: Added som fields to modules-table (created_date,updated_date and updated_users_id) 2004-01-11 01:30 learnloop * modules/file/: index.php, upload.php: The right DHTML-menu now reloads and expands when you update the module 2004-01-11 01:29 learnloop * js/: hmenu.js, hmenu_opt.js: Added a bReload-function to easy reload and expand 2004-01-11 01:27 learnloop * include/: llmodule.php, module.php: minor dugfixes 2004-01-11 01:27 learnloop * include/language.php: fix for dates on windows 2004-01-11 00:27 learnloop * modules/file/: viewfile.php, include/singlefile.php: [no log message] 2004-01-11 00:20 learnloop * modules/forum_thread/: index.php, module.conf, new_thread.php, reply.php, reply_fs.php, tforum.sql, view_thread.php, images/tforum.png, include/tforum.php, include/tforum_msg.php: start of threaded forum 2004-01-11 00:18 learnloop * library/htmlarea3/: images/ed_about.gif, images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_paste.gif, images/ed_redo.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/ed_undo.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, lang/b5.js, lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fi.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ro.js, lang/ru.js, lang/se.js, lang/vn.js, popups/about.html, popups/blank.html, popups/custom2.html, popups/editor_help.html, popups/fullscreen.html, popups/insert_image.html, popups/insert_table.html, popups/old-fullscreen.html, popups/old_insert_image.html, popups/popup.js, popups/select_color.html: [no log message] 2004-01-11 00:13 learnloop * library/htmlarea3/: dialog.js, example-fully-loaded.html, example-spell-checker.html, example-table-operations.html, example.html, htmlarea.css, htmlarea.js, index.html, license.txt, popupdiv.js, popupwin.js, reference.html, release-notes.html, script.php, start_script.php: copy of htmlarea3 by interactivetools 2004-01-11 00:10 learnloop * modules/file/: module.conf, images/default.png, images/file.php, images/filetypes/doc.png, images/filetypes/gif.png, images/filetypes/gz.png, images/filetypes/htm.png, images/filetypes/html.png, images/filetypes/jpeg.png, images/filetypes/jpg.png, images/filetypes/pdf.png, images/filetypes/rar.png, images/filetypes/xls.png, images/filetypes/zip.png: init version 2004-01-11 00:07 learnloop * modules/file/: create.sql, index.php: [no log message] 2004-01-10 23:58 learnloop * modules/file/upload.php: [no log message] 2004-01-10 23:57 learnloop * include/llmodule.php: Updated bUpdateModule-function 2004-01-10 23:51 learnloop * include/llmodule.php: Fixed the sGetDatadir-function 2004-01-10 23:44 learnloop * menu_top.php, include/check_login.php, include/common.php, include/global.php, include/language.php, include/llmodule.php, include/mail_common.php: Replaced the sBaseURL and sBasePath with the functions sGetBaseURL and sGetBasePath 2004-01-10 00:21 learnloop * db.dump: [no log message] 2004-01-10 00:16 learnloop * admin/menu_left.php, admin/translate.php, admin/translate_fix.php, start/menu_left.php, users/menu_left.php, workspace/menu_left.php, workspaces/menu_left.php: [no log message] 2004-01-10 00:06 learnloop * js/hmenu.js, js/hmenu.php, js/hmenu_opt.js, include/common.php, include/language.php, include/llmodule.php: [no log message] 2004-01-10 00:02 learnloop * js/: common.js, common.php: [no log message] 2002-10-03 09:46 learnloop * workspace/menu_left.php: translation of moduletypes 2002-10-03 09:45 learnloop * users/menu_left.php: translate moduletypes 2002-10-03 00:50 learnloop * admin/: groups.php, groups_edit.php: groupadministration 2002-10-03 00:49 learnloop * admin/users_edit.php, include/user.php, include/group.php, include/workspace.php: [no log message] 2002-10-02 22:14 learnloop * modules/calendar/week.php: fixed z-index-error in mozilla 1.x 2002-10-02 22:12 learnloop * include/user_struct.php: userstructure working 2002-10-02 22:11 learnloop * users/: folder_edit.php, user_context.php, user_context_add.php: user structure working 2002-08-01 09:51 learnloop * admin/users_edit.php: Edit a user 2002-08-01 09:50 learnloop * admin/users.php: Linked to user_edit.php 2002-07-12 01:23 learnloop * admin/menu_left.php: added some choises. 2002-07-12 01:22 learnloop * admin/login.php: Change login-methods. 2002-07-12 01:21 learnloop * admin/users.php: Admin users. 2002-07-12 01:20 learnloop * db.dump: Added preferences-table for the Preference-class. 2002-07-12 01:19 learnloop * new_login.php: Add a new login. 2002-07-12 01:19 learnloop * login_yp.php: Changed login-method and YP/NIS-server to preferences 2002-07-12 01:18 learnloop * login.php: Changed login-method to a preference. 2002-07-12 01:16 learnloop * include/preference.php: Preference-class. 2002-07-10 00:53 learnloop * include/language.php: Modified the sTranslate-function. Words are automaticly added. 2002-07-10 00:52 learnloop * include/workspace_struct.php: Added aGetGroups-function Fixed some bugs 2002-07-10 00:51 learnloop * include/group.php: Fixed call to bFetchObject if the input is array in constructor 2002-07-10 00:50 learnloop * workspace/: folder_info.php, folder_edit.php: [no log message] 2002-07-10 00:49 learnloop * db.dump: translation to swedish 2002-07-05 13:18 learnloop * db.dump: updated theme 2002-07-05 13:07 learnloop * db.dump, index.php, login.php, main.php, menu_left.php, menu_top.php, template.php, learnloop.ico, llicon.ico, login_yp.php, logout.php, module_identifier.txt, project_info.php, images/logo.png, images/logo2.png, images/pix.png, include/check_login.php, include/common.php, include/date.php, include/global.php, include/group.php, include/language.php, include/llmodule.php, include/mail_common.php, include/mailmsg.php, include/module.php, include/user.php, include/user_struct.php, include/workspace.php, include/workspace_struct.php, js/common.js, js/common_opt.js, js/hmenu.js, js/hmenu_opt.js, modules/deny_read.php, modules/deny_write.php, modules/dev_update_modules.php, modules/calendar/module.conf, modules/pong/index.php, modules/pong/module.conf, modules/pong/play.php, modules/pong/savescore.php, modules/pong/images/boll.png, modules/pong/images/field.png, modules/pong/images/pong.png, modules/pong/images/pong.psd, modules/pong/images/stopper.png, modules/pong/js/pong.js, modules/user_preferences/module.conf, modules/user_preferences/write.php, modules/user_preferences/images/prefs.png, themes/dev_update_themes.php, themes/mail.html, themes/default/frameset.php, themes/default/mail.html, themes/default/menu_top.php, themes/default/prefs.php, themes/default/theme.conf, themes/default/css/ie4_mac.css, themes/default/css/ie4_win.css, themes/default/css/ie5_mac.css, themes/default/css/ie5_win.css, themes/default/css/mozilla_mac.css, themes/default/css/mozilla_other.css, themes/default/css/mozilla_win.css, themes/default/css/ns6.css, themes/default/css/ns_mac.css, themes/default/css/ns_other.css, themes/default/css/ns_win.css, themes/default/css/opera.css, themes/default/css/other.css, themes/default/images/add.png, themes/default/images/arrow.png, themes/default/images/arrow_left.png, themes/default/images/leftmenu_bg.png, themes/default/images/pix.png, themes/default/images/mail/mail_top.png, themes/default/images/menu/folder.png, themes/default/images/menu/folder_closed.png, themes/default/images/menu/folder_dim.png, themes/default/images/menu/folder_lock.png, themes/default/images/menu/folder_lock_dim.png, themes/default/images/menu/folder_lock_time.png, themes/default/images/menu/folder_lock_time_dim'.png, themes/default/images/menu/folder_lock_time_dim.png, themes/default/images/menu/folder_none.png, themes/default/images/menu/folder_opened.png, themes/default/images/menu/folder_time.png, themes/default/images/menu/folder_time_dim.png, themes/default/images/menu/group.png, themes/default/images/menu/llicon.png, themes/default/images/menu/menu_context.png, themes/default/images/menu/prefs.png, themes/default/images/menu/user.png, themes/default/images/menu/workspace.png, themes/default/images/menu/workspaces.png, themes/default/images/top/administrate_off.png, themes/default/images/top/administrate_on.png, themes/default/images/top/bg.png, themes/default/images/top/homepages_off.png, themes/default/images/top/homepages_on.png, themes/default/images/top/learnloop.png, themes/default/images/top/logout.png, themes/default/images/top/my_resources_off.png, themes/default/images/top/my_resources_on.png, themes/default/images/top/start_off.png, themes/default/images/top/start_on.png, themes/default/images/top/workspace_off.png, themes/default/images/top/workspace_on.png, modules/calendar/calendar.sql, modules/calendar/editevent.php, modules/calendar/index.php, modules/calendar/week.php, modules/calendar/images/calendar.png, modules/calendar/images/backgrounds/bg1.jpg, modules/calendar/images/backgrounds/bg2.jpg, modules/calendar/include/calendar.php, modules/calendar/include/calendar_event.php, tests/dhtml_hmenu.html, tests/month.php, tests/images/ai.gif, tests/images/folder.gif, tests/images/folder_closed.gif, tests/images/folder_none.gif, tests/images/folder_opened.gif, users/menu_left.php, users/singleusermodule_share.php, users/start.php, workspaces/apply.php, workspaces/choosemembers.php, workspaces/choosemembers_bottom.php, workspaces/choosemembers_list.php, workspaces/choosemembers_search.php, workspaces/choosemembers_top.php, workspaces/edit.php, workspaces/menu_left.php, workspaces/menu_list_workspaces.php, workspaces/start.php, admin/menu_left.php, admin/start.php, admin/translate.php, errors/deny_read.php, errors/deny_write.php, errors/no_admin.php, start/main.php, start/menu_left.php, start/start.php, ue/WORDFILE.TXT, ue/ue_learnloop.mac, workspace/folder_edit.php, workspace/folder_info.php, workspace/menu_left.php, workspace/start.php, workspace/workspace_context.php, workspace/workspace_context_add.php: Init version 2002-07-05 13:07 learnloop * db.dump, index.php, login.php, main.php, menu_left.php, menu_top.php, template.php, learnloop.ico, llicon.ico, login_yp.php, logout.php, project_info.php, images/logo.png, images/logo2.png, images/pix.png, include/check_login.php, include/common.php, include/date.php, include/global.php, include/group.php, include/language.php, include/llmodule.php, include/mail_common.php, include/mailmsg.php, include/module.php, include/user.php, include/user_struct.php, include/workspace.php, include/workspace_struct.php, js/common.js, js/common_opt.js, js/hmenu.js, js/hmenu_opt.js, modules/deny_read.php, modules/deny_write.php, modules/dev_update_modules.php, modules/calendar/module.conf, modules/pong/index.php, modules/pong/module.conf, modules/pong/play.php, modules/pong/savescore.php, modules/pong/images/boll.png, modules/pong/images/field.png, modules/pong/images/pong.png, modules/pong/images/pong.psd, modules/pong/images/stopper.png, modules/pong/js/pong.js, modules/user_preferences/module.conf, modules/user_preferences/write.php, modules/user_preferences/images/prefs.png, themes/dev_update_themes.php, themes/mail.html, themes/default/frameset.php, themes/default/mail.html, themes/default/menu_top.php, themes/default/prefs.php, themes/default/theme.conf, themes/default/css/ie4_mac.css, themes/default/css/ie4_win.css, themes/default/css/ie5_mac.css, themes/default/css/ie5_win.css, themes/default/css/mozilla_mac.css, themes/default/css/mozilla_other.css, themes/default/css/mozilla_win.css, themes/default/css/ns6.css, themes/default/css/ns_mac.css, themes/default/css/ns_other.css, themes/default/css/ns_win.css, themes/default/css/opera.css, themes/default/css/other.css, themes/default/images/add.png, themes/default/images/arrow.png, themes/default/images/arrow_left.png, themes/default/images/leftmenu_bg.png, themes/default/images/pix.png, themes/default/images/mail/mail_top.png, themes/default/images/menu/folder.png, themes/default/images/menu/folder_closed.png, themes/default/images/menu/folder_dim.png, themes/default/images/menu/folder_lock.png, themes/default/images/menu/folder_lock_dim.png, themes/default/images/menu/folder_lock_time.png, themes/default/images/menu/folder_lock_time_dim'.png, themes/default/images/menu/folder_lock_time_dim.png, themes/default/images/menu/folder_none.png, themes/default/images/menu/folder_opened.png, themes/default/images/menu/folder_time.png, themes/default/images/menu/folder_time_dim.png, themes/default/images/menu/group.png, themes/default/images/menu/llicon.png, themes/default/images/menu/menu_context.png, themes/default/images/menu/prefs.png, themes/default/images/menu/user.png, themes/default/images/menu/workspace.png, themes/default/images/menu/workspaces.png, themes/default/images/top/administrate_off.png, themes/default/images/top/administrate_on.png, themes/default/images/top/bg.png, themes/default/images/top/homepages_off.png, themes/default/images/top/homepages_on.png, themes/default/images/top/learnloop.png, themes/default/images/top/logout.png, themes/default/images/top/my_resources_off.png, themes/default/images/top/my_resources_on.png, themes/default/images/top/start_off.png, themes/default/images/top/start_on.png, themes/default/images/top/workspace_off.png, themes/default/images/top/workspace_on.png, modules/calendar/calendar.sql, modules/calendar/editevent.php, modules/calendar/index.php, modules/calendar/week.php, modules/calendar/images/calendar.png, modules/calendar/images/backgrounds/bg1.jpg, modules/calendar/images/backgrounds/bg2.jpg, modules/calendar/include/calendar.php, modules/calendar/include/calendar_event.php, tests/dhtml_hmenu.html, tests/month.php, tests/images/ai.gif, tests/images/folder.gif, tests/images/folder_closed.gif, tests/images/folder_none.gif, tests/images/folder_opened.gif, users/menu_left.php, users/singleusermodule_share.php, users/start.php, workspaces/apply.php, workspaces/choosemembers.php, workspaces/choosemembers_bottom.php, workspaces/choosemembers_list.php, workspaces/choosemembers_search.php, workspaces/choosemembers_top.php, workspaces/edit.php, workspaces/menu_left.php, workspaces/menu_list_workspaces.php, workspaces/start.php, admin/menu_left.php, admin/start.php, admin/translate.php, errors/deny_read.php, errors/deny_write.php, errors/no_admin.php, start/main.php, start/menu_left.php, start/start.php, ue/WORDFILE.TXT, ue/ue_learnloop.mac, workspace/folder_edit.php, workspace/folder_info.php, workspace/menu_left.php, workspace/start.php, workspace/workspace_context.php, workspace/workspace_context_add.php: Initial revision 2002-07-05 12:37 learnloop * module_identifier.txt: Initial revision 2002-07-05 12:37 learnloop * module_identifier.txt: no message