Commit Graph

  • 3dedb42075 - categories of a document can be deleted steinm 2011-12-06 12:28:36 +0000
  • 3722b92fcf - allow to reset categories steinm 2011-12-06 12:23:57 +0000
  • 1f0a504919 - fixed syntax error steinm 2011-12-06 12:23:29 +0000
  • ce315cdf4d - behave propperly if 'all categories' has been selected steinm 2011-12-06 12:23:06 +0000
  • 2538851beb - do not decode string anymore steinm 2011-12-05 16:45:05 +0000
  • d2a4147de3 - just replace ' by \' in javascript code, do not use htmlspecialchars() steinm 2011-12-05 16:44:09 +0000
  • 696e4f7ec2 - added update scripts for 3.3.0 steinm 2011-12-05 16:17:29 +0000
  • b0b47789db - do not use mydmsDecodeString() anymore steinm 2011-12-05 14:52:05 +0000
  • d44f2911fe - do not use mydmsDecodeString() anymore steinm 2011-12-05 14:32:26 +0000
  • 2414c6599d - changed into unix line endings steinm 2011-12-05 13:31:16 +0000
  • 7c5805badb - call htmlspeciachars() before output of comment steinm 2011-12-05 13:21:09 +0000
  • ac434cd171 - do not pass true to $content->getApprovalStatus() steinm 2011-12-05 13:20:31 +0000
  • 3e1926d4c8 - do not pass 'true' to $content->getReviewStatus() steinm 2011-12-05 08:14:25 +0000
  • 6e0df090c6 - call qstr() for name and comment steinm 2011-12-03 16:20:05 +0000
  • d332984803 - quote string for search query steinm 2011-12-03 11:13:14 +0000
  • 2128a00435 - corrected phrase for 'update_document' steinm 2011-12-03 11:12:45 +0000
  • 670f0aca48 - call htmlspecialchars() where needed steinm 2011-12-03 11:09:14 +0000
  • 5cf50ab13e - call htmlspecialchars() before output steinm 2011-12-03 11:08:26 +0000
  • a027d7c962 - remove sanitizeString() where possible steinm 2011-12-02 18:44:42 +0000
  • 73f4c8d90d - use htmlspecialchars() whenever data from the database is output (this does currently break the output, because data was already encoded when saved) steinm 2011-12-02 16:23:36 +0000
  • d9cedd79fc - no more protection against sql injection in sanitizeString() (it's been done when the sql statements are put together) steinm 2011-12-02 09:13:07 +0000
  • b4d4317e89 - set unix line endings steinm 2011-12-02 08:03:01 +0000
  • 19d222b4df - quote string propperly before using in sql statement steinm 2011-12-01 21:37:10 +0000
  • a802ad604e - use preg_replace() instead of sanitizeString() steinm 2011-12-01 21:36:18 +0000
  • 599995edbc - use preg_replace() instead of sanitizeString() steinm 2011-12-01 21:36:00 +0000
  • 8250b79ebc - use _REQUEST instead of _POST and _GET steinm 2011-12-01 21:35:42 +0000
  • 57777f2498 - do not use sanitizeString() if not needed steinm 2011-12-01 21:35:00 +0000
  • 112d2b4f0d - cast categoryid to int instead of sanitizeString() steinm 2011-12-01 21:34:25 +0000
  • bbb8e4cd04 - use preg_replace() instead of sanitizeString() steinm 2011-12-01 21:32:37 +0000
  • d444ff3488 - use preg_replace() instead of sanitize for category id list steinm 2011-12-01 21:32:06 +0000
  • 02d81d4525 - no need to sanitize month, day, year because they are turned into an int steinm 2011-12-01 21:31:17 +0000
  • 6945fcc0a8 - no need to sanitize login and email anymore steinm 2011-12-01 21:30:11 +0000
  • f85c5f9ebb - no need to sanitize password hash anymore steinm 2011-12-01 21:29:34 +0000
  • 79a49fe87d - no need to sanitize session Cookie anymore steinm 2011-12-01 21:28:59 +0000
  • 78495ab780 - lots of fixes of potential seurity holes (quote any string in sql statement) steinm 2011-12-01 21:20:58 +0000
  • 9fdcd9ab1f - get rid of function sanitizeString() steinm 2011-12-01 14:11:07 +0000
  • c89d082e75 - minor fix steinm 2011-12-01 13:33:22 +0000
  • 6a481a0893 - added changes for 3.2.0 steinm 2011-12-01 13:32:09 +0000
  • 5af99d32cf - fixed section about upgrading steinm 2011-11-29 10:57:58 +0000
  • 98e0a898f1 - fixed text when repairing objects steinm 2011-11-29 09:03:25 +0000
  • f51a97b4b2 - run repair function for documents - nicer output steinm 2011-11-29 09:02:55 +0000
  • a6fc723c47 - added documentation for enableLargeFileUpload steinm 2011-11-29 07:25:29 +0000
  • de6eda9557 - added changes for 3.2.1 and 3.3.0 steinm 2011-11-29 07:24:45 +0000
  • 7cabc39ca9 - added note about licensing steinm 2011-11-29 07:24:06 +0000
  • 3e3754c8e7 - added initial version of document/folder check steinm 2011-11-29 07:23:20 +0000
  • b5cf7e6864 - added more items from forum steinm 2011-11-29 07:21:25 +0000
  • eec6291c17 - added more phrases steinm 2011-11-29 07:20:57 +0000
  • 385274824d - do not issue a warning if config file is not present during installation steinm 2011-11-29 07:20:25 +0000
  • db1c3b7c9d - added search for folders steinm 2011-11-29 07:19:25 +0000
  • dbc2e7a76e - just different line breaking steinm 2011-11-29 07:18:19 +0000
  • c3c1694826 - added method qstr() to inc.DBAccess.php and use it class Session steinm 2011-11-29 07:17:29 +0000
  • f2e279f4c5 - no need to sanitize the session cookie, it is properly quoted when used in the select statement steinm 2011-11-29 07:16:04 +0000
  • 303e9ed124 - added new field folderList in tblDocuments and tblFolders - addes search for folders steinm 2011-11-28 14:03:01 +0000
  • 52b3e9fe78 - conversion programms can be set when calling constructor steinm 2011-11-07 09:32:55 +0000
  • 3693847620 - output error message if ENABLE_INSTALL_TOOL could not be deleted steinm 2011-11-06 10:25:07 +0000
  • 51e5e17b9d - major update steinm 2011-11-05 15:00:54 +0000
  • df5d8e3fbd - use two columns instead of 1 with colspan=2 steinm 2011-10-27 09:34:30 +0000
  • 816ff09d9d - added more documentation steinm 2011-10-27 09:33:48 +0000
  • c594cb334a - do not output user/group if access rights are not sufficient to add a notification steinm 2011-10-27 07:58:37 +0000
  • 7b189e2449 - urldecode path in reverseLookup() steinm 2011-10-27 07:57:31 +0000
  • a2b2df30c0 - replaced comments in german steinm 2011-10-27 07:56:48 +0000
  • ba9eba14c9 - allow to enable/disable large file upload steinm 2011-10-26 07:34:29 +0000
  • e581b72c9c - set default version to 3.3.0 steinm 2011-10-26 07:33:46 +0000
  • c7b0d1979b - distinguish between errors and warnings steinm 2011-10-26 07:32:57 +0000
  • 8f2ec90fb2 - define LETODMS_INSTALL steinm 2011-10-26 07:32:19 +0000
  • abd76b45a0 - added global statement steinm 2011-10-26 07:31:48 +0000
  • 690a801a4b - added missing phrases for extended installation checks steinm 2011-10-26 07:31:23 +0000
  • 16eeb9bde8 - many more checks during installation process steinm 2011-10-26 07:30:51 +0000
  • cb9710c08f - updated to new installation process steinm 2011-10-26 07:30:20 +0000
  • 3c6b087a74 - added styles for .install_error and .install_warning steinm 2011-10-26 07:29:49 +0000
  • 2164e4e95c - added option enableLargeFileUpload and enablePasswordForgotten steinm 2011-10-25 13:39:56 +0000
  • cc870c3fd7 - new phrase for enableLargeFileUpload and enablePasswordForgotten steinm 2011-10-25 13:39:19 +0000
  • 77ff174228 - allow to set _enableLargeFileUpload and _enablePasswordForgotten steinm 2011-10-25 13:38:21 +0000
  • a94d45b111 - check for _enableLargeFileUpload and disable links if not set steinm 2011-10-25 13:37:45 +0000
  • 9177ba39eb - check for _enableLargeFileUpload and disable links if not set steinm 2011-10-25 13:37:26 +0000
  • 8215cd7590 - put string into quotes in javascript code steinm 2011-10-25 13:35:31 +0000
  • ab3b98e1c1 - added _enableLargeFileUpload steinm 2011-10-25 13:34:56 +0000
  • 7542814406 - added missing config variables _enablePasswordForgotten and _enableLargeFileUpload steinm 2011-10-25 13:34:28 +0000
  • d5d3bc7c3f - minor change of insert line for initial database setup steinm 2011-10-19 08:57:13 +0000
  • 0b7120239e - use themes from dir themes if available - fixed error in javascript to show attributes of file in Jumploader - lots of vim folding steinm 2011-10-19 08:56:15 +0000
  • 742615adec - configuration is now taken from letodms steinm 2011-10-19 08:54:42 +0000
  • 662b657e9d ?? steinm 2011-10-16 20:00:26 +0000
  • 3106ca2a9b - ?? steinm 2011-10-16 19:59:35 +0000
  • e1e2a59baa - simplyfied code steinm 2011-10-16 19:54:57 +0000
  • a2b791e7a2 - get rid of INSERT statements steinm 2011-10-16 19:53:57 +0000
  • acd9fa3fb3 - major update of functions setting and getting approvers/reviewers steinm 2011-10-16 19:52:42 +0000
  • 51b92c5c0a - added scripts for password change steinm 2011-10-12 06:29:48 +0000
  • e6db852725 - much more source code documentation - removed obsolete parameter $sendEmail from some methods - do not use temporary tables anymore steinm 2011-10-12 06:18:28 +0000
  • 1dd40106bb - much more source code documentation - do not use temporary tables anymore steinm 2011-10-12 06:16:44 +0000
  • 2993cbfc3c - SetFetchMode(ADODB_FETCH_ASSOC) steinm 2011-10-12 06:15:39 +0000
  • b3e5b0ff9d - removed old changelog entry steinm 2011-10-12 06:15:17 +0000
  • 2b022f0c9e - fixed typo, added myself to list of copyright holders steinm 2011-10-12 06:14:42 +0000
  • 746d3925a6 - got rid of ^M steinm 2011-10-11 06:50:50 +0000
  • dc623a1340 - do not pass the last paramter of delGrpApprover(), addGrpApprover() and friends anymore, because it isn't used steinm 2011-10-11 06:43:51 +0000
  • 9ea80693a2 - added enablePasswordForgotten switch steinm 2011-10-10 14:34:29 +0000
  • 462704e16f - added table tblUserPasswordRequest steinm 2011-10-10 14:15:18 +0000
  • 06a7ce8b7b - updates after new password change process steinm 2011-10-10 14:11:54 +0000
  • 30bf179ea2 - simplyfied code steinm 2011-10-10 14:10:51 +0000
  • 7990a1caef - simplyfied code by using joinGroup() and leaveGroup() steinm 2011-10-10 14:10:16 +0000
  • f055bda7a3 - use new function to create password change request steinm 2011-10-10 14:09:27 +0000