Commit Graph

510 Commits

Author SHA1 Message Date
steinm
78b4bcc713 - set default value of maxDirID to 0 2011-12-08 19:44:08 +00:00
steinm
f43902413c - set maxDirID to value set in settings.xml 2011-12-08 19:43:39 +00:00
steinm
bb47e2b412 - changed implementation of getDir() to support multi level content dirs 2011-12-08 19:30:27 +00:00
steinm
1b779360a5 - added setMaxDirID() 2011-12-08 18:36:57 +00:00
steinm
cd17893883 - set maxDirID to 31998 because that is maximum number of sub dirs in ext3 2011-12-08 18:36:17 +00:00
steinm
d44a1a8549 - fixed use of rawurl[de|en]code 2011-12-08 18:30:49 +00:00
steinm
f714187b14 - more info about update 2011-12-08 18:30:17 +00:00
steinm
1232b8f309 - fixed many more small errors 2011-12-07 07:33:43 +00:00
steinm
de0983ee7d - fixed GET method (due to new storage of document and folder names) 2011-12-07 07:33:11 +00:00
steinm
d4d1c7ead9 - include inc.Settings.php before letodms_webdav.php 2011-12-07 07:32:01 +00:00
steinm
deebe92707 - major overhaul of installation
- support for update script
- running sql script after configuration
2011-12-06 16:39:41 +00:00
steinm
1221996207 - moved from .. 2011-12-06 12:42:58 +00:00
steinm
400d09c20d - moved to install 2011-12-06 12:42:16 +00:00
steinm
109056f54d - removed 2011-12-06 12:41:42 +00:00
steinm
80b6c304d1 - added missing updates for 3.⒉.0 2011-12-06 12:35:50 +00:00
steinm
a378634335 - info about update 2011-12-06 12:34:12 +00:00
steinm
2c16d9b057 - added table tblKeywordCategories 2011-12-06 12:32:03 +00:00
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