Commit Graph

7621 Commits

Author SHA1 Message Date
Uwe Steinmann
e1390d7178 check if document is accessible before listing it in the calendar 2018-06-14 17:17:06 +02:00
Uwe Steinmann
00bbda39bb pass form field by array to formField() 2018-06-07 07:46:19 +02:00
Uwe Steinmann
7c4538193a pass array of params to formField instead of string 2018-05-29 18:20:17 +02:00
Uwe Steinmann
1e40adfd30 formField() can also take an array instead of a string 2018-05-29 18:19:48 +02:00
Uwe Steinmann
9902445ff1 copy inc/inc.ClassExtensionMgr.php into repository dist 2018-05-23 20:34:37 +02:00
Uwe Steinmann
382baf152d add entry from 5.1.8 2018-05-04 14:52:26 +02:00
Uwe Steinmann
49816441cb set maxuploadsize which is needed if the fine-uploader is used 2018-05-04 14:51:32 +02:00
Uwe Steinmann
d87981a204 more preparations for update to bootstrap 4
use functions instead of plain html in views
2018-04-26 08:50:44 +02:00
Uwe Steinmann
7fd33d07d0 call hook in all page navigations, allow dropdown menus in page navigation 2018-04-26 08:49:10 +02:00
Uwe Steinmann
c73df137a6 remove old code 2018-04-24 18:13:55 +02:00
Uwe Steinmann
2d91b550fb use functions to output buttons and rows
this will ease the transition to bootstrap 4
2018-04-24 18:02:57 +02:00
Uwe Steinmann
c9cf0139ee Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-04-23 15:59:55 +02:00
Uwe Steinmann
f7310b2b5f use method formField() instead of html 2018-04-23 15:50:46 +02:00
Uwe Steinmann
da3e359cd2 set showtree for view 2018-04-23 15:27:42 +02:00
Uwe Steinmann
da2696869b do not pass $user to controllor factory 2018-04-23 15:27:23 +02:00
Uwe Steinmann
1c24059fe9 show section for extension only if extension has configuration 2018-04-19 19:48:20 +02:00
Uwe Steinmann
7005305a08 fix typo in variable 2018-04-19 19:47:20 +02:00
Uwe Steinmann
97d0eb7b06 return return value of service function 2018-04-19 19:46:54 +02:00
Uwe Steinmann
2fbccd52fb return false instead of -1 2018-04-19 19:46:25 +02:00
Uwe Steinmann
d8a5755229 Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2018-04-19 17:44:00 +02:00
Uwe Steinmann
4f83521839 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2018-04-19 17:43:49 +02:00
Uwe Steinmann
12c0d4f1d3 some new phrases 2018-04-19 17:43:31 +02:00
Uwe Steinmann
5c2e3edee7 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-04-19 13:54:04 +02:00
Uwe Steinmann
0f6da660e6 replace more output with methods() 2018-04-19 13:42:20 +02:00
Uwe Steinmann
9db601e610 add methods arrayToString() and stringToArray() 2018-04-19 13:41:50 +02:00
Uwe Steinmann
dc35f2d9dd Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-04-17 21:04:06 +02:00
Uwe Steinmann
be2eb700c8 readd smtp send mail button 2018-04-17 21:03:39 +02:00
Uwe Steinmann
af004146e9 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-04-17 21:02:49 +02:00
Uwe Steinmann
e7fe899ebf use function to output a config line 2018-04-17 18:34:30 +02:00
Uwe Steinmann
0398229bca Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-04-13 19:15:20 +02:00
Uwe Steinmann
cd46057356 add entry for 5.1.8 2018-04-13 14:53:47 +02:00
Uwe Steinmann
23d2f53480 call new hook extraTabs 2018-04-13 14:53:06 +02:00
Uwe Steinmann
0ce5143532 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-04-12 17:20:18 +02:00
Uwe Steinmann
c225350fa7 add methods majorVersion(), minorVersion() and subminorVersion() 2018-04-12 17:18:18 +02:00
Uwe Steinmann
18bd1fdf55 sync with package file from 5.1.7 2018-04-12 16:02:40 +02:00
Uwe Steinmann
0199019ee6 Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-04-12 15:57:21 +02:00
Uwe Steinmann
fdd2e3ab37 changes for 5.1.8 2018-04-12 12:34:48 +02:00
Uwe Steinmann
a074aa6606 check if search() returns false 2018-04-12 12:33:46 +02:00
Uwe Steinmann
8f62039994 do not use views 2018-04-12 12:33:06 +02:00
Uwe Steinmann
70015878d0 search() returns false in case of an error 2018-04-12 12:32:32 +02:00
Uwe Steinmann
453dfcd71e check for _enableWebdavReplaceDoc in settings 2018-04-12 11:32:10 +02:00
Uwe Steinmann
1bd5c9e3e4 fix typos, add info about davfs2 2018-04-12 11:30:57 +02:00
Uwe Steinmann
0b4b3fb9d9 check if xml node in configuration exists before accessing it 2018-04-12 06:46:35 +02:00
Uwe Steinmann
dfe2e3f167 add new option for configuring replacement of documents in webdav 2018-04-12 06:41:51 +02:00
Uwe Steinmann
d8daa1dd3d Merge branch 'seeddms-5.1.x' into seeddms-6.0.x 2018-04-11 17:36:43 +02:00
Uwe Steinmann
e98dc5e4f2 removeFromIndex() returns null, otherwise the removeFolder is canceled 2018-04-11 17:35:59 +02:00
Uwe Steinmann
e060116c0c Merge branch 'seeddms-5.0.x' into seeddms-5.1.x 2018-04-11 16:37:34 +02:00
Uwe Steinmann
6fc3418363 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2018-04-11 16:37:25 +02:00
Uwe Steinmann
f2694d67df various updates 2018-04-11 16:37:08 +02:00
Uwe Steinmann
5571fc4385 add note when document content was not indexed 2018-04-11 16:35:26 +02:00