Commit Graph

269 Commits

Author SHA1 Message Date
Cornelius Weiß
e8701c7e08 revert typo from 5 minutes ago :-)
this was related to php < 5.1 fix
2005-11-11 22:40:47 +00:00
Cornelius Weiß
65748ab3e8 php < 5.1 fix 2005-11-11 22:36:34 +00:00
Cornelius Weiß
a89e2693b5 cast + typo 2005-11-11 22:06:30 +00:00
Ralf Becker
17fe4ff188 using common::get_referer() 2005-11-09 12:52:11 +00:00
Ralf Becker
0202d92a2c disabled the small display, til I fixed it 2005-10-31 14:33:30 +00:00
Cornelius Weiß
acbbbc50a5 moved to etemplates 2005-10-28 18:30:59 +00:00
Ralf Becker
3b57b96316 fixed SQL introduced for the multiple responsibles 2005-10-13 15:26:45 +00:00
Ralf Becker
938a25ebeb fixed SQL introduced for the multiple responsibles 2005-10-13 15:24:48 +00:00
Ralf Becker
e24808dcb6 re-added lost "never hide" pref, which got lost in the preferences changes 2005-10-13 15:02:19 +00:00
Ralf Becker
1a5bfe70dd fixed syntax error, thanks to Giuseppe Smaniotto 2005-10-13 14:20:40 +00:00
Ralf Becker
84b969586e reworked patch from Vincent Cuirassier from Mandriva
- multiple responsibles
- closing action
2005-10-05 07:50:47 +00:00
Ralf Becker
b31e40e067 moved InfoLog's link class and it's table into the api 2005-10-01 20:18:41 +00:00
Ralf Becker
691aa4d9dc bugfix: new InfoLog entries created from within addressbook or projectmanager had no primary link 2005-10-01 16:29:35 +00:00
Lars Kneschke
1085534c94 modified the delete hooks to use $GLOBALS['hook_values'] 2005-09-20 10:11:38 +00:00
Ralf Becker
3ad5b1fb8b fixed bug reported by Frank Becker on the german list: deleting a link deletes all attached files too 2005-09-19 12:59:46 +00:00
Ralf Becker
d036bc4d6a added is_popup($app,$action) method 2005-07-30 12:51:31 +00:00
Ralf Becker
27dfeeae85 1) get preferences working again
2) readded the last changes
2005-07-23 15:48:52 +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
1e9424db7b setting default priority for new entries to 'normal' 2005-07-22 13:27:58 +00:00
Ralf Becker
83b0801533 commit for Lars: latest SyncML updates 2005-07-20 12:09:32 +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
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
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
f25d5864ff 1) improved referer handling
2) user-pref. to never hide the nextmatch line
2005-07-13 08:34:38 +00:00
zhangweiwu
c2106931d9 happen to see this spell mistake today, correct it in place. 2005-06-29 00:43:18 +00:00
Lars Kneschke
7c4a55d133 class which handles vcal import into infolog 2005-06-20 09:51:54 +00:00
Ralf Becker
df209c0b0b fix for not set link_pathes 2005-06-07 11:44:49 +00:00
Ralf Becker
e047da872f killed a debug-message 2005-04-14 22:06:26 +00:00
Ralf Becker
cedb9b553f - added add function: link to add an already linked new entry (supported only by InfoLog atm.)
- caching the app-register in the session (performance)
- new param for app_list to specify a capability which the returned app have to support, eg. add
2005-04-12 16:39:59 +00:00
Ralf Becker
fff09dbfd3 added function to update the remark 2005-04-12 16:37:04 +00:00
Ralf Becker
389596faa8 added call to bolink::notify_update($app,$id,$data=null) method on updated of infolog entries 2005-04-08 18:51:59 +00:00
Ralf Becker
47326b007e 1) apps can register a callback to receive notifications of new or deleted links to their application or updates in the content of the linked entries (requires to linked app to call the new bolink::notify_update($app,$id,$data=null) method)
2) documentation update in solink
2005-04-08 18:50:51 +00:00
Ralf Becker
0bd9ff209d an other documentation update 2005-04-07 09:26:49 +00:00
Ralf Becker
3b32bccc49 documentation update and the usual code modernization (phpgw-->egw, ...) 2005-04-06 11:05:57 +00:00
Ralf Becker
eeb73369b1 removed never used uilink class 2005-04-06 11:04:43 +00:00
Lars Kneschke
f6c2029094 changes to keep track of changed content 2005-02-27 23:33:14 +00:00
Ralf Becker
15c225d84b fixed bug: not all custom fields are shown readonly if only editing the status is allowed (thought they will not be saved anyway) 2005-02-24 14:08:27 +00:00
Ralf Becker
b6cc2d6d7b fixed bug reported by Reinhard Gustavik on the german list: custom status get's not saved and not used 2005-02-14 10:39:10 +00:00
Ralf Becker
c427c5d8af fixed bug [ 1051483 ] deleting an infolog entry not delete it's attachments.
I also delete empty dirs (after last attachment was deleted).
2005-02-09 16:24:17 +00:00
Ralf Becker
311af5f7b8 fixed not working attachments after first file-attachment on new created infolog-entries, eg. [ 1052140 ] 2005-02-09 14:59:38 +00:00
Ralf Becker
8518892d9a fix for bug [ 1049574 ] Windows does not support dates prior 1970-01-01
using adodb's datelibary instead of the regular php-functions: date, mktime, ...
2005-02-09 10:13:24 +00:00
Ralf Becker
c659d9e785 using clone() to create copies of the db-object for php5 compatibility 2005-02-08 17:58:25 +00:00
Ralf Becker
7fe8459ced using clone() to create copies of the db-object for php5 compatibility 2005-02-08 17:53:03 +00:00
Ralf Becker
a45cf2cd0a boinfolog::write: allow to (un)set touch_modified and set_default parameters via the values array (eg. for xmlrpc) 2005-02-07 07:09:33 +00:00
Ralf Becker
80bcfc782a change to reflect change in name of etemplate var 2005-02-05 14:18:18 +00:00
Ralf Becker
aeae312bc9 change to reflect change in name of etemplate var 2005-02-05 10:23:19 +00:00
Ralf Becker
0274dd12be fixed creation of infolog without any link (contained link with id=1 on HEAD) 2005-02-05 10:22:25 +00:00
Ralf Becker
d6f9fd8a99 fix for bug [ 1059619 ] SQL Error: cannot be null 2004-11-04 21:39:23 +00:00
Ralf Becker
7cc7965eea reworked infolog so-layer to use new db-functions to allow updates under MaxDB 2004-09-19 16:26:08 +00:00