Lars Kneschke
bf49d639c6
remove session after successfull sync
2005-07-26 07:27:39 +00:00
Lars Kneschke
ee05cd3a34
fixed handling of ALERT 222
2005-07-26 07:22:58 +00:00
Ralf Becker
a805ab89c1
status of event can now be changed in the new GUI
2005-07-25 10:41:57 +00:00
Lars Kneschke
6a18d46768
added 2 other kde icons
2005-07-24 07:46:01 +00:00
Ralf Becker
a593deb35d
get calendar prefs working again
2005-07-23 16:09:18 +00:00
Ralf Becker
32d4274692
get calendar prefs working again
2005-07-23 16:05:38 +00:00
Ralf Becker
27dfeeae85
1) get preferences working again
...
2) readded the last changes
2005-07-23 15:48:52 +00:00
Ralf Becker
eb10db6e3f
get preferences working again
2005-07-23 15:47:54 +00:00
Miles Lott
ca8cf03ff2
Update for egw arrays
2005-07-23 11:39:20 +00:00
Miles Lott
faaea552e1
Now in ui/bo classes
2005-07-23 11:29:39 +00:00
Miles Lott
c834439135
Add reference to bo object
2005-07-23 11:28:52 +00:00
Miles Lott
ab4b6241e9
Fix glaring syntax errors - oops
2005-07-23 11:19:29 +00:00
Miles Lott
2c2bc0beb3
Update of preferences app to work as a multi-tiered application and via xml-rpc
2005-07-23 09:44:46 +00:00
Ralf Becker
5cbbbb7d29
1) phpgw --> egw
...
2) fixed problem I came across while debuging: $p->fake_full_name --> $p->fake_full_path
3) some improvement dont set empty mime_type
2005-07-22 17:59:09 +00:00
Ralf Becker
7b1229e29a
fixed problem in the new db-functions which caused eg. the vfs_class to mailfunction and create two attachments instead of one in infolog
2005-07-22 17:53:02 +00:00
Ralf Becker
1e9424db7b
setting default priority for new entries to 'normal'
2005-07-22 13:27:58 +00:00
Ralf Becker
2ebf6f517e
fixed old problem: changes in your account (eg. adding an app) happen with the next page-view only
2005-07-22 09:22:04 +00:00
Ralf Becker
c395f26dc6
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:20:31 +00:00
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