Uwe Steinmann
|
7f7bb2926d
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2016-08-08 20:29:27 +02:00 |
|
Uwe Steinmann
|
d2e959e32e
|
add command to set sql_mode as default by Ubuntu 16.04 (not active)
|
2016-08-08 20:28:35 +02:00 |
|
Uwe Steinmann
|
229b7e874f
|
set pwdExpiration to 'keep' instead of ''
set '' as value for never
|
2016-08-08 20:21:30 +02:00 |
|
Uwe Steinmann
|
176fb7967b
|
use getCurrentDatetime() instead of CURRENT_TIMESTAMP
|
2016-08-08 12:58:06 +02:00 |
|
Uwe Steinmann
|
dac9c7b37f
|
check also for '' in pwdExpiration
|
2016-08-08 12:57:07 +02:00 |
|
Uwe Steinmann
|
83dcd9da7b
|
do not use '0000-00-00 00:00:00' as date anymore
use NULL instead because '0000-00-00 00:00:00' in certain sql_modes
|
2016-08-08 12:49:59 +02:00 |
|
Uwe Steinmann
|
b3ec207213
|
do not set datetime to '0000-00-00 00:00:00' by default
depending in the sql mode in mysql this is is not allowed
|
2016-08-08 12:43:06 +02:00 |
|
Uwe Steinmann
|
bdb448e7e8
|
add entry for 4.3.28
|
2016-08-08 11:41:07 +02:00 |
|
Uwe Steinmann
|
5f1d38bba3
|
do not set TEXT field to default ''. Use NULL instead
mysql STRICT_TRANS_MODE does not allow it
|
2016-08-08 08:09:01 +02:00 |
|
Uwe Steinmann
|
284ee2bba1
|
set field of type 'text' to NULL instead of ''
mysql doesn't support setting '' in STRICT_TRANS_MODE
|
2016-08-08 08:03:38 +02:00 |
|
Uwe Steinmann
|
9f79586017
|
add entry for 5.1.1
|
2016-08-03 14:49:22 +02:00 |
|
Uwe Steinmann
|
0fb14d4c6a
|
more similar look of documents list
|
2016-08-03 14:47:06 +02:00 |
|
Uwe Steinmann
|
624a96ddde
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2016-08-03 12:33:19 +02:00 |
|
Uwe Steinmann
|
df2b273d7a
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2016-08-03 12:33:08 +02:00 |
|
Uwe Steinmann
|
3a006be5bf
|
make folderListRow() a bit more efficient
get subfolders and documents only, if enablerecursivecount is turned on
|
2016-08-03 12:32:12 +02:00 |
|
Uwe Steinmann
|
03ff5dfc50
|
remove unneeded echo statement
|
2016-08-03 12:16:51 +02:00 |
|
Uwe Steinmann
|
138a6ce408
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2016-08-03 09:30:53 +02:00 |
|
Uwe Steinmann
|
b013553a3d
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2016-08-03 09:24:10 +02:00 |
|
Uwe Steinmann
|
0fdc68e7f7
|
add entry for 4.3.28 (fix for #206)
|
2016-08-03 08:53:58 +02:00 |
|
Uwe Steinmann
|
06347ff212
|
check for HTTP_X_FORWARDED_FOR in add_log_line()
use it instead of REMOTE_ADDR
|
2016-08-03 08:53:14 +02:00 |
|
Uwe Steinmann
|
fdd369f8ec
|
add entries for 4.3.28
|
2016-08-03 08:07:51 +02:00 |
|
Uwe Steinmann
|
6cd0e98618
|
make list look like UserList
|
2016-08-03 08:07:38 +02:00 |
|
Uwe Steinmann
|
7b73a442c2
|
set user image to 100px wide
|
2016-08-03 08:06:53 +02:00 |
|
Uwe Steinmann
|
ba10acc14c
|
show group only if admin or a member of that group
|
2016-08-03 08:06:25 +02:00 |
|
Uwe Steinmann
|
97e288d054
|
fix typo
|
2016-08-02 17:21:27 +02:00 |
|
Uwe Steinmann
|
8cc7da6679
|
add new phrases for maxSizeForFullText config var
|
2016-08-02 17:19:06 +02:00 |
|
Uwe Steinmann
|
04d7fdf258
|
update full text engine
also index content if file size is less the a configured size
(Closes: #270)
|
2016-08-02 17:09:49 +02:00 |
|
Uwe Steinmann
|
8770aaecb3
|
add new paramter maxSizeForFullText
|
2016-08-02 17:08:54 +02:00 |
|
Uwe Steinmann
|
3c6bd6bf6f
|
check for su by regular user, call service hooks
|
2016-08-02 13:37:04 +02:00 |
|
Uwe Steinmann
|
1cf7516cc3
|
add entry for 5.1.1
|
2016-08-02 11:52:14 +02:00 |
|
Uwe Steinmann
|
45fd0bf934
|
set timeout of mytasks ajax call to 1000ms
|
2016-08-02 11:49:52 +02:00 |
|
Uwe Steinmann
|
5adaf41288
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2016-08-02 11:34:17 +02:00 |
|
Uwe Steinmann
|
adf217dbf7
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2016-08-02 11:34:05 +02:00 |
|
Uwe Steinmann
|
fa4dddd403
|
add entry for 4.3.28
|
2016-08-02 11:33:46 +02:00 |
|
Uwe Steinmann
|
04c0b62b8c
|
fix setting reviewer/approver for admins/owners
|
2016-08-02 11:33:21 +02:00 |
|
Uwe Steinmann
|
6097b7b9a9
|
add dummy note
|
2016-08-02 11:29:48 +02:00 |
|
Uwe Steinmann
|
f7e6a25a50
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2016-07-29 08:01:19 +02:00 |
|
Uwe Steinmann
|
213509f8ff
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2016-07-29 08:01:08 +02:00 |
|
Uwe Steinmann
|
d9ffaad688
|
new translations for attritbute groups
|
2016-07-29 08:00:43 +02:00 |
|
Uwe Steinmann
|
dd1310871f
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2016-07-28 08:07:10 +02:00 |
|
Uwe Steinmann
|
727169d5ff
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2016-07-28 08:07:00 +02:00 |
|
Uwe Steinmann
|
398244ab68
|
add $_comment as protected var, add some more documentation
|
2016-07-28 08:05:40 +02:00 |
|
Uwe Steinmann
|
d5360b9342
|
add changelog for 5.1.0 and 5.1.1
|
2016-07-28 06:48:55 +02:00 |
|
Uwe Steinmann
|
13c3e15b4f
|
Merge branch 'seeddms-5.0.x' into seeddms-5.1.x
|
2016-07-27 21:10:42 +02:00 |
|
Uwe Steinmann
|
6bebd3df5e
|
Merge branch 'seeddms-4.3.x' into seeddms-5.0.x
|
2016-07-27 21:10:31 +02:00 |
|
Uwe Steinmann
|
f6c9b35def
|
add entry for 4.3.28
|
2016-07-27 21:08:26 +02:00 |
|
Uwe Steinmann
|
953ccc1eb0
|
add expiration date to list of documents
|
2016-07-27 21:08:15 +02:00 |
|
Uwe Steinmann
|
8410ca9273
|
add spinner when initially loading content by ajax call
|
2016-07-27 21:02:49 +02:00 |
|
Uwe Steinmann
|
76e8d25f87
|
add style for sidebar
|
2016-07-27 21:02:30 +02:00 |
|
Uwe Steinmann
|
0434caa89a
|
add side menu for selecting list
|
2016-07-27 21:02:02 +02:00 |
|