Commit Graph

1926 Commits

Author SHA1 Message Date
Uwe Steinmann
99483da8a3 getConfigDir() checks all parent directories
it used to check only the current and the parent directory of the
running script. This wasn't suffcient for scripts in the extensions anymore.
Now it checks all parent directories recursively
2014-01-10 07:53:35 +01:00
Uwe Steinmann
69aa7db50b callHook() can handle function parameters passed to the hook 2014-01-10 07:52:53 +01:00
Uwe Steinmann
b6e5acca3c read settings propperly, clear output buffer, always issue content type 2014-01-10 07:51:50 +01:00
Uwe Steinmann
d1c11c04aa call the hook and let it do everything
only if the hook returns null, than proceed with the regular removal
2014-01-10 07:50:36 +01:00
Uwe Steinmann
5af3ceef36 apply htmlspecialchars() on converter cmds 2014-01-08 06:37:07 +01:00
Uwe Steinmann
2d4ded2d0f do not use short tags anymore 2014-01-08 06:36:40 +01:00
Uwe Steinmann
7c5e75cabb fix typo in type of input field 2014-01-08 06:36:11 +01:00
Uwe Steinmann
75881879a5 do not use default for text fields, set proper date for initial users 2014-01-08 06:35:27 +01:00
Uwe Steinmann
18d705a687 use always the same date format 2014-01-08 06:34:53 +01:00
Uwe Steinmann
cc603741d7 strip slashes from all _GET, _POST, _COOKIE, _REQUEST if magic quotes is on 2014-01-08 06:34:15 +01:00
Uwe Steinmann
d3955f17c1 use default languages if phrase is not set or empty 2014-01-08 06:33:40 +01:00
Uwe Steinmann
282612dc56 use smtpfrommail for From field 2014-01-08 06:33:09 +01:00
Uwe Steinmann
a4b0ed7975 require imagemagick, turn magic quotes off 2014-01-08 06:32:34 +01:00
Uwe Steinmann
cd9291491f fix typo, minor corrections 2014-01-08 06:32:00 +01:00
Uwe Steinmann
0570915623 add new changes for 4.3.3 2014-01-08 06:31:30 +01:00
Uwe Steinmann
179fab5c32 update all languages from language tool 2014-01-08 06:30:47 +01:00
Uwe Steinmann
0adc28a62c Merge branch 'seeddms-4.3.3' into develop
Conflicts:
	languages/de_DE/lang.inc
	languages/en_GB/lang.inc
	views/bootstrap/class.Bootstrap.php
2014-01-08 06:29:04 +01:00
Uwe Steinmann
df73d6f62a major update with data from translation tool 2014-01-07 12:22:54 +01:00
Uwe Steinmann
8a7866db81 use string from default language if translation is empty 2014-01-07 09:04:10 +01:00
Uwe Steinmann
6e17d0eb4e magic quotes should be turned off 2014-01-07 08:40:13 +01:00
Uwe Steinmann
713a387231 strip slashes from $_GET, $_POST, ... if magic quotes is on 2014-01-07 08:39:34 +01:00
Uwe Steinmann
a1cea0f593 fix default of TEXT column, propperly set date column
TEXT columns can't have a default value in all versions of mysql. Set
a properly formated date string instead of '0' when inserting the
default users.
2014-01-07 07:54:26 +01:00
Uwe Steinmann
0ad0410404 run cmd of converters through htmlspecialchars() 2014-01-06 22:09:08 +01:00
Uwe Steinmann
7369aa2879 take from address from _smtpSendFrom 2014-01-06 22:08:01 +01:00
Uwe Steinmann
d6d33db858 use 'Y-m-d' for date formating 2013-12-17 11:18:45 +01:00
Uwe Steinmann
caddafbbda fix typos 2013-12-17 11:18:06 +01:00
Uwe Steinmann
ae8df3f9c6 replace all php short tags (bug #102) 2013-12-11 11:37:20 +01:00
Uwe Steinmann
0d1c3b46b3 add requirement for ImageMagic (bug #103) 2013-12-11 11:31:32 +01:00
Uwe Steinmann
d76d528baa fix missing 's' in submit button type 2013-12-11 11:29:38 +01:00
Uwe Steinmann
39f19f25bb Merge branch 'seeddms-4.3.2' into develop
Conflicts:
	Makefile
2013-11-27 14:10:05 +01:00
Uwe Steinmann
99cb2503dc new version 4.3.2 2013-11-27 10:58:20 +01:00
Uwe Steinmann
5d020c51f0 new version 4.3.2 2013-11-27 10:57:41 +01:00
Uwe Steinmann
a01087f083 pass list of unlinked folders/documents to view 2013-11-27 09:45:14 +01:00
Uwe Steinmann
b5b93470a5 add new checks for unlinked documents and folders 2013-11-27 09:44:43 +01:00
Uwe Steinmann
51d775c158 add methods checkFolders() and checkDocuments() 2013-11-27 09:43:33 +01:00
Uwe Steinmann
49c38263f8 tree for document chooser lists documents in folders without subfolders (Bug #105) 2013-11-26 21:31:43 +01:00
Uwe Steinmann
564a0eec9d fix php warning because of undefined variable 2013-11-26 21:13:16 +01:00
Uwe Steinmann
4538a26fae check for cyclic parent-child relations between folders 2013-11-26 07:45:33 +01:00
Uwe Steinmann
9609ff4ac7 issue error if folder is moved into sub folder 2013-11-25 22:12:48 +01:00
Uwe Steinmann
158066dc55 add note on how to enable HTTP auth when php is run a cgi modul 2013-11-25 22:11:01 +01:00
Uwe Steinmann
14bae08bfc add method isSubFolder(), do not set parent if a child of the current folder 2013-11-25 22:10:17 +01:00
Uwe Steinmann
cf867792b2 Merge branch 'seeddms-4.3.2' into develop 2013-11-24 18:20:36 +01:00
Uwe Steinmann
76701aed03 remove echo statement when delete document from fulltext index 2013-11-24 18:19:42 +01:00
Uwe Steinmann
d647d27692 fix wrong header line 2013-10-30 09:58:17 +01:00
Uwe Steinmann
abed5d1023 if SEEDDMS_CONFIG_FILE is set, it will be passed to Settings() 2013-10-30 09:57:12 +01:00
Uwe Steinmann
05d51c05bd use PATH_SEPARATOR and DIRECTORY_SEPARATOR 2013-10-21 12:14:37 +02:00
Uwe Steinmann
4fc91fdc27 add .jpeg as online file type 2013-10-21 12:06:52 +02:00
Uwe Steinmann
92a11af19f add hook folderListHeader 2013-10-08 21:10:08 +02:00
Uwe Steinmann
9ab1160cea move application.css at end of css files, include jquery.cookie.js 2013-10-08 21:09:06 +02:00
Uwe Steinmann
1a082fd873 add style for 'ul.jqtree-tree li.jqtree-selected' 2013-10-08 21:08:08 +02:00