Ralf Becker
b82ac2c4d6
added function to invalidate the session-cache if:
...
- global config (egw_info[server]) changes
- user prefs change
- acl of the current user changes
2005-07-22 09:05:01 +00:00
Lars Kneschke
a5279e1357
some new images. hope they get added correctly
2005-07-21 23:32:22 +00:00
Ralf Becker
16bb85a6cc
using a (dummy) egw object instead the new one with all the session stuff
2005-07-20 12:46:59 +00:00
Ralf Becker
d933e70c72
fixed SQL queries
2005-07-20 12:42:09 +00:00
Ralf Becker
5e97b462c4
setting defines for currentapp=login too
2005-07-20 12:31:58 +00:00
Ralf Becker
5156ab1024
commit for Lars: latest SyncML updates
2005-07-20 12:14:39 +00:00
Ralf Becker
83b0801533
commit for Lars: latest SyncML updates
2005-07-20 12:09:32 +00:00
Ralf Becker
f4703004e3
commit for Lars: latest SyncML updates
2005-07-20 12:00:02 +00:00
Ralf Becker
5d3e8d1c86
added HTTP_SESSION_VARS to list of vars to transform as it is off by default in php5 too
2005-07-20 10:20:18 +00:00
Ralf Becker
ef7bff339e
commit for Lars:
...
1) ajax proposal: proof of concept using xajax in felamimail to work without page reloads
2) also implemented IMAP ACL for cyrus and php5 (still needs some work)
2005-07-20 08:12:21 +00:00
Ralf Becker
b495b33d0a
commit for Lars:
...
1) ajax proposal: proof of concept using xajax in felamimail to work without page reloads
2) also implemented IMAP ACL for cyrus and php5 (still needs some work)
2005-07-20 08:07:47 +00:00
Ralf Becker
c1dd998363
update dependecies: removed wiki, added 1.0.1 for all others
2005-07-19 09:02:39 +00:00
Ralf Becker
c70be30eba
reverted Pim's last commit, as it's based on the 1.0.0 branch and need to be merged with HEAD first
2005-07-18 23:30:09 +00:00
Oscar Manuel Gómez Senovilla
cd3521f767
*** empty log message ***
2005-07-17 23:49:28 +00:00
Ralf Becker
f20c9f093e
the LDAP server also needs to be re-connected
2005-07-17 22:47:54 +00:00
Ralf Becker
39ead5de4f
1) new preference to not display the describtion in the infolog list
...
2) fixed not working home display (if you clicked on something you got a black page)
2005-07-17 21:54:28 +00:00
Ralf Becker
b68fb24b25
nextmatch sortheader can specify a default sort now: default is ASC and can now be set to DESC
2005-07-17 21:42:11 +00:00
Ralf Becker
4b97e9463c
new output mode for home: first-time return content (to create the protalbox), next time use echo as we run alone
2005-07-17 21:40:31 +00:00
Ralf Becker
c76d9cf8b1
no need to instanciate the session object twice
2005-07-17 21:33:51 +00:00
Ralf Becker
f99f2ef4e8
1) eGW enviroment (egw_info-array and egw-object) can now be stored in a php-session and restored from there. It is no longer necessary to create it on every page-request.
...
At the moment you need to log out to activate any changes in the config, preferences or the apps enabled for a user. This can be changed easily by invalidating the cache.
2) New way to create an anoymous session: you can specify a callback function, which gets called if the session could not be verified. The callback can use the DB or instanciate a config object to get the account-date, which it returns. A new session get then created.
2005-07-17 21:00:49 +00:00
Ralf Becker
5736cb296c
*** empty log message ***
2005-07-17 19:58:41 +00:00
Miles Lott
9a48625481
Fix apply button in preferences
2005-07-17 16:51:03 +00:00
Miles Lott
29cfef66be
Switch to use of Save/Apply/Cancel for save and edit pages. Fix array close in boaddressbook.
2005-07-17 16:46:36 +00:00
Ralf Becker
fc99dbd57f
updated infolog version to 1.0.1
2005-07-14 17:43:01 +00:00
Ralf Becker
b74bb35fea
addapted for changed priority column
2005-07-14 17:28:07 +00:00
Ralf Becker
047fbabfed
addapted for changed priority column
2005-07-14 17:21:01 +00:00
Ralf Becker
a19684502e
1) added planned/used time for project-manager
...
2) sorting by priority
3) tables renamed to use egw_ prefix now
2005-07-14 17:12:50 +00:00
Ralf Becker
b22e3f34de
fixed link to home
2005-07-14 13:44:03 +00:00
Oscar Manuel Gómez Senovilla
a214e31652
*** empty log message ***
2005-07-14 08:33:58 +00:00
Ralf Becker
69b28c6aad
1) Possebility to filter by owner or responsible
...
2) new filter my: in contrast to own which filters by owner, my shows only entry where you are responsible for
2005-07-14 07:35:11 +00:00
Ralf Becker
3d5ec14b75
implemented "Nextmatch Accountfilter", a nextmatch filterheader to filter by accounts using the perfered account-selection method
2005-07-14 07:02:50 +00:00
Ralf Becker
7378a3b898
fixed spelling
2005-07-14 06:56:56 +00:00
Ralf Becker
19fd5c4970
implemented "Nextmatch Accountfilter", a nextmatch filterheader to filter by accounts using the perfered account-selection method
2005-07-14 06:53:19 +00:00
Ralf Becker
608d5131a4
implemented "Nextmatch Accountfilter", a nextmatch filterheader to filter by accounts using the perfered account-selection method
2005-07-14 06:47:14 +00:00
Ralf Becker
5803c3a7c7
1) extensions can now use other extensions - thought only the post_process function of the topmost/first extension is called (this need a bit more work)
...
2) grid and template now only temporary set $readonlys['__ALL__'] if they are readonly (before that was permanently set and made all further widgets readonly)
2005-07-14 06:42:39 +00:00
Ralf Becker
55b65ed240
saving the widget type more compatible with other extensions
2005-07-14 06:31:05 +00:00
Ralf Becker
adee0504ef
fixed not working onchange attribute for a single account-selection (multiple==0)
2005-07-14 06:29:55 +00:00
Pim Snel
c933bc081b
- centralized all xmlhtmlreq in one file
...
- fixed bug that windows could not be resized smaller then it initial size
- fixed the shortcut settings bug
2005-07-13 15:30:53 +00:00
Ralf Becker
50ab75e58a
option to never hide the nextmatch line (if less then max-matches entries
2005-07-13 08:39:42 +00:00
Ralf Becker
f25d5864ff
1) improved referer handling
...
2) user-pref. to never hide the nextmatch line
2005-07-13 08:34:38 +00:00
Ralf Becker
7c46b63263
1) fixed not working session kill
...
2) ignore (empty) login sessions created by IE and konqueror, when clicking on [login] (double submission of the form)
2005-07-13 08:29:50 +00:00
Pim Snel
14755ad517
- fix bug with missing root desktop windows after template is set to idots2
...
- don't show sidebox when it is is not hooked for an application
- small improvements to idots2 toolbar
2005-07-12 20:57:00 +00:00
petere78
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +00:00
Ralf Becker
61b954620e
update to automatic install the new home app
2005-07-10 10:00:37 +00:00
Miles Lott
e97ccc5202
Update for egroupware variables and defines
2005-07-09 19:07:16 +00:00
Cornelius Weiß
d9843f38df
remove add-button in sidebox menu if user has no add rights
2005-07-08 15:26:52 +00:00
Miles Lott
a1e8f71b22
Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info
2005-07-08 05:00:14 +00:00
petere78
7d720dc5ea
Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
...
Correct various misspellings and other oddities in the document type
declarations. Convert HTML tags to lower case in the affected files.
2005-07-07 20:09:52 +00:00
zhangweiwu
42d00f5442
similiar stylesheet enhancements to preference as I did for admin module, less refereence to $GLOBALS['phpgw_info']['theme']['row_off'] and more reference to logicl style classes.
2005-07-07 03:21:47 +00:00
Pim Snel
6d387b8aa2
- fixed the application manual call from text menu
...
- sidebox is working again and can be opened and closed from the textmenu (its open by default)
- sidebox saves its state to the preferences
- some html and css cleanups
- IE support still broken
2005-07-06 23:12:42 +00:00