Commit Graph

471 Commits

Author SHA1 Message Date
steinm
a027d7c962 - remove sanitizeString() where possible 2011-12-02 18:44:42 +00:00
steinm
73f4c8d90d - use htmlspecialchars() whenever data from the database is output
(this does currently break the output, because data was already
	encoded when saved)
2011-12-02 16:23:36 +00:00
steinm
d9cedd79fc - no more protection against sql injection in sanitizeString() (it's been
done when the sql statements are put together)
2011-12-02 09:13:07 +00:00
steinm
b4d4317e89 - set unix line endings 2011-12-02 08:03:01 +00:00
steinm
19d222b4df - quote string propperly before using in sql statement 2011-12-01 21:37:10 +00:00
steinm
a802ad604e - use preg_replace() instead of sanitizeString() 2011-12-01 21:36:18 +00:00
steinm
599995edbc - use preg_replace() instead of sanitizeString() 2011-12-01 21:36:00 +00:00
steinm
8250b79ebc - use _REQUEST instead of _POST and _GET 2011-12-01 21:35:42 +00:00
steinm
57777f2498 - do not use sanitizeString() if not needed 2011-12-01 21:35:00 +00:00
steinm
112d2b4f0d - cast categoryid to int instead of sanitizeString() 2011-12-01 21:34:25 +00:00
steinm
bbb8e4cd04 - use preg_replace() instead of sanitizeString() 2011-12-01 21:32:37 +00:00
steinm
d444ff3488 - use preg_replace() instead of sanitize for category id list 2011-12-01 21:32:06 +00:00
steinm
02d81d4525 - no need to sanitize month, day, year because they are turned into an int 2011-12-01 21:31:17 +00:00
steinm
6945fcc0a8 - no need to sanitize login and email anymore 2011-12-01 21:30:11 +00:00
steinm
f85c5f9ebb - no need to sanitize password hash anymore 2011-12-01 21:29:34 +00:00
steinm
79a49fe87d - no need to sanitize session Cookie anymore 2011-12-01 21:28:59 +00:00
steinm
78495ab780 - lots of fixes of potential seurity holes (quote any string in sql statement) 2011-12-01 21:20:58 +00:00
steinm
9fdcd9ab1f - get rid of function sanitizeString() 2011-12-01 14:11:07 +00:00
steinm
c89d082e75 - minor fix 2011-12-01 13:33:22 +00:00
steinm
6a481a0893 - added changes for 3.2.0 2011-12-01 13:32:09 +00:00
steinm
5af99d32cf - fixed section about upgrading 2011-11-29 10:57:58 +00:00
steinm
98e0a898f1 - fixed text when repairing objects 2011-11-29 09:03:25 +00:00
steinm
f51a97b4b2 - run repair function for documents
- nicer output
2011-11-29 09:02:55 +00:00
steinm
a6fc723c47 - added documentation for enableLargeFileUpload 2011-11-29 07:25:29 +00:00
steinm
de6eda9557 - added changes for 3.2.1 and 3.3.0 2011-11-29 07:24:45 +00:00
steinm
7cabc39ca9 - added note about licensing 2011-11-29 07:24:06 +00:00
steinm
3e3754c8e7 - added initial version of document/folder check 2011-11-29 07:23:20 +00:00
steinm
b5cf7e6864 - added more items from forum 2011-11-29 07:21:25 +00:00
steinm
eec6291c17 - added more phrases 2011-11-29 07:20:57 +00:00
steinm
385274824d - do not issue a warning if config file is not present during installation 2011-11-29 07:20:25 +00:00
steinm
db1c3b7c9d - added search for folders 2011-11-29 07:19:25 +00:00
steinm
dbc2e7a76e - just different line breaking 2011-11-29 07:18:19 +00:00
steinm
c3c1694826 - added method qstr() to inc.DBAccess.php and use it class Session 2011-11-29 07:17:29 +00:00
steinm
f2e279f4c5 - no need to sanitize the session cookie, it is properly quoted when used
in the select statement
2011-11-29 07:16:04 +00:00
steinm
303e9ed124 - added new field folderList in tblDocuments and tblFolders
- addes search for folders
2011-11-28 14:03:01 +00:00
steinm
52b3e9fe78 - conversion programms can be set when calling constructor 2011-11-07 09:32:55 +00:00
steinm
3693847620 - output error message if ENABLE_INSTALL_TOOL could not be deleted 2011-11-06 10:25:07 +00:00
steinm
51e5e17b9d - major update 2011-11-05 15:00:54 +00:00
steinm
df5d8e3fbd - use two columns instead of 1 with colspan=2 2011-10-27 09:34:30 +00:00
steinm
816ff09d9d - added more documentation 2011-10-27 09:33:48 +00:00
steinm
c594cb334a - do not output user/group if access rights are not sufficient to add
a notification
2011-10-27 07:58:37 +00:00
steinm
7b189e2449 - urldecode path in reverseLookup() 2011-10-27 07:57:31 +00:00
steinm
a2b2df30c0 - replaced comments in german 2011-10-27 07:56:48 +00:00
steinm
ba9eba14c9 - allow to enable/disable large file upload 2011-10-26 07:34:29 +00:00
steinm
e581b72c9c - set default version to 3.3.0 2011-10-26 07:33:46 +00:00
steinm
c7b0d1979b - distinguish between errors and warnings 2011-10-26 07:32:57 +00:00
steinm
8f2ec90fb2 - define LETODMS_INSTALL 2011-10-26 07:32:19 +00:00
steinm
abd76b45a0 - added global statement 2011-10-26 07:31:48 +00:00
steinm
690a801a4b - added missing phrases for extended installation checks 2011-10-26 07:31:23 +00:00
steinm
16eeb9bde8 - many more checks during installation process 2011-10-26 07:30:51 +00:00