Uwe Steinmann
b96e9f83f9
new function cmpVersion()
2013-05-28 07:31:41 +02:00
Uwe Steinmann
b03bb1c286
pass $db to constructor
2013-05-28 07:31:16 +02:00
Uwe Steinmann
2bcdc3c875
depend on seeddms 4.3.0
2013-05-28 07:30:45 +02:00
Uwe Steinmann
d11c6d9a74
small left margin of folder tree
2013-05-28 06:48:20 +02:00
Uwe Steinmann
14e6661d7d
new hook 'leftContent'
2013-05-28 06:45:13 +02:00
Uwe Steinmann
2fe6e7ac82
Merge branch 'develop' into hooks
2013-05-28 06:31:59 +02:00
Uwe Steinmann
b81b9ebbfe
update changelog for 4.3.0
2013-05-28 06:29:11 +02:00
Uwe Steinmann
82a0549977
use alternativ folder icon
2013-05-28 06:28:49 +02:00
Uwe Steinmann
854ca658f9
added missing space on button
2013-05-28 06:28:33 +02:00
Uwe Steinmann
6ce4b161ed
minor correction of indention of tree
2013-05-28 06:27:12 +02:00
Uwe Steinmann
d89dab65d0
parameter list of printNewTreeNavigation() has changed
2013-05-26 18:58:19 +02:00
Uwe Steinmann
d7be53261f
use new tree view, remove old code
2013-05-26 18:57:40 +02:00
Uwe Steinmann
c07e8b1f8f
more enhancements of new tree view
...
remove some old code, move printFolderTree() into class.ViewFolder.php
2013-05-26 18:55:57 +02:00
Uwe Steinmann
1ac49dad73
not needed
2013-05-24 17:42:16 +02:00
Uwe Steinmann
ce6b202f5e
jqtree implementation
2013-05-24 17:41:25 +02:00
Uwe Steinmann
aae4b76907
new implementation of folder hierachy
2013-05-24 17:32:12 +02:00
Uwe Steinmann
a404dfd03f
initialize $LANG to an empty array
2013-05-24 17:31:22 +02:00
Uwe Steinmann
df18614f1f
add command 'subtree', take substituted user into account
...
'subtree' is used by the new tree navigation which loadѕ subfolders
and documents on demand
2013-05-24 17:30:02 +02:00
Uwe Steinmann
df24d475b9
fix wrong translation (Bug #53 )
2013-05-24 13:01:36 +02:00
Uwe Steinmann
73b14a4a5e
update to font-awesome 3.1.0
2013-05-24 08:09:12 +02:00
Uwe Steinmann
a54a10dbe0
do not use session function if session not set
...
There is no session on the login page. So don't try to call functions
from the session. Also set a different color of the header menu if
a user switch has been done
2013-05-23 16:42:51 +02:00
Uwe Steinmann
dd6be4e690
add message splash_settings_saved
2013-05-23 16:12:06 +02:00
Uwe Steinmann
0d0ad432e6
fix path to noty
2013-05-23 16:11:45 +02:00
Uwe Steinmann
499d87c499
set splash msg on successful saving of settings
2013-05-23 16:11:17 +02:00
Uwe Steinmann
5e84e7c5c7
add notification library
2013-05-23 16:10:06 +02:00
Uwe Steinmann
0754b9ba1d
use noty instead of alert()
2013-05-23 16:07:00 +02:00
Uwe Steinmann
260ee5e91b
use buttons to delete and modify event
2013-05-23 13:50:23 +02:00
Uwe Steinmann
9340007d67
improve layout
2013-05-23 13:49:54 +02:00
Uwe Steinmann
daeebe6472
use awesome font icons, nicer layout
2013-05-23 10:20:08 +02:00
Uwe Steinmann
a896717ac8
replace images by icon font
2013-05-22 22:47:33 +02:00
Uwe Steinmann
3f0f9fed23
use noty to display error msg, replace images by icons
2013-05-22 20:52:52 +02:00
Uwe Steinmann
a43720f378
show splash msg when document is saved
2013-05-22 20:52:21 +02:00
Uwe Steinmann
17130cec5e
Merge branch 'develop' into hooks
2013-05-22 20:31:57 +02:00
Uwe Steinmann
6979a8a054
new version 4.3.0
2013-05-22 20:29:57 +02:00
Uwe Steinmann
8c09b7fcb1
new versіon 4.3.0
2013-05-22 20:29:11 +02:00
Uwe Steinmann
274d8d723e
fix checking access for icons of documents/folders
2013-05-21 08:59:22 +02:00
Uwe Steinmann
9cc81c4f37
do not allow clicking on icons if user has no access on document/folder
2013-05-21 08:39:41 +02:00
Uwe Steinmann
5589a07b71
set splash message on success execution
2013-05-21 08:39:03 +02:00
Uwe Steinmann
195db7d598
add new phrases for splash messages
2013-05-21 08:37:45 +02:00
Uwe Steinmann
24f951ed96
rename table field flashmsg to splashmsg
2013-05-21 08:37:09 +02:00
Uwe Steinmann
88c8fa8ef6
rename all xxxFlashMsg() methods to xxxSplashMsg()
2013-05-21 08:36:11 +02:00
Uwe Steinmann
72ecaaef34
fix line endings
2013-05-21 06:58:10 +02:00
Uwe Steinmann
4c65a917e5
fix line endings
2013-05-21 06:57:28 +02:00
Uwe Steinmann
1c390021e5
clear flash msg after showing it
2013-05-18 22:53:38 +02:00
Uwe Steinmann
b4cdef804e
initial test of flash msg
2013-05-18 22:53:19 +02:00
Uwe Steinmann
b5caa801b6
add more flash msg methods
2013-05-18 22:52:43 +02:00
Uwe Steinmann
0f0cad93cd
add field 'flashmsg' to tblSession
2013-05-18 22:52:24 +02:00
Uwe Steinmann
5daf694ef7
Merge branch 'seeddms-4.2.3' into develop
2013-05-18 22:34:55 +02:00
Uwe Steinmann
35051c89b4
add missing field 'su' to tblSession
2013-05-18 22:34:25 +02:00
Uwe Steinmann
917e018bb4
initial functions for flash messages
2013-05-18 22:29:45 +02:00