Commit Graph

493 Commits

Author SHA1 Message Date
steinm
61b2126aff - added new paramter $mode to search() to select if folders/documents shall
be search for
2011-12-06 12:31:20 +00:00
steinm
95c0a4deee - call htmlspecialchars() on comment 2011-12-06 12:30:18 +00:00
steinm
a731ac5ea0 - call htmlspecialchars() on email 2011-12-06 12:29:39 +00:00
steinm
4e8ba69ba8 - replace html in email address 2011-12-06 12:29:09 +00:00
steinm
3dedb42075 - categories of a document can be deleted 2011-12-06 12:28:36 +00:00
steinm
3722b92fcf - allow to reset categories 2011-12-06 12:23:57 +00:00
steinm
1f0a504919 - fixed syntax error 2011-12-06 12:23:29 +00:00
steinm
ce315cdf4d - behave propperly if 'all categories' has been selected 2011-12-06 12:23:06 +00:00
steinm
2538851beb - do not decode string anymore 2011-12-05 16:45:05 +00:00
steinm
d2a4147de3 - just replace ' by \' in javascript code, do not use htmlspecialchars() 2011-12-05 16:44:09 +00:00
steinm
696e4f7ec2 - added update scripts for 3.3.0 2011-12-05 16:17:29 +00:00
steinm
b0b47789db - do not use mydmsDecodeString() anymore 2011-12-05 14:52:05 +00:00
steinm
d44f2911fe - do not use mydmsDecodeString() anymore 2011-12-05 14:32:26 +00:00
steinm
2414c6599d - changed into unix line endings 2011-12-05 13:31:16 +00:00
steinm
7c5805badb - call htmlspeciachars() before output of comment 2011-12-05 13:21:09 +00:00
steinm
ac434cd171 - do not pass true to $content->getApprovalStatus() 2011-12-05 13:20:31 +00:00
steinm
3e1926d4c8 - do not pass 'true' to $content->getReviewStatus() 2011-12-05 08:14:25 +00:00
steinm
6e0df090c6 - call qstr() for name and comment 2011-12-03 16:20:05 +00:00
steinm
d332984803 - quote string for search query 2011-12-03 11:13:14 +00:00
steinm
2128a00435 - corrected phrase for 'update_document' 2011-12-03 11:12:45 +00:00
steinm
670f0aca48 - call htmlspecialchars() where needed 2011-12-03 11:09:14 +00:00
steinm
5cf50ab13e - call htmlspecialchars() before output 2011-12-03 11:08:26 +00:00
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