Commit Graph

13052 Commits

Author SHA1 Message Date
José Luis Gordo Romero
f7255ea33c Fix sender in bo_tracking (was using this->user not ->get_sender) 2007-12-04 05:12:20 +00:00
Ralf Becker
33b2504316 "Added code to convert timestamps to so_sql.
If you want to use it, you only need to set the timestamps to be converted from user to servertime in so_sql::timestamps AND dont reimplemnt db2data/data2db (or call the default implementation)"
2007-12-04 01:13:53 +00:00
Ralf Becker
c4bb7046a3 "Fixed problem reported by Eval Plantec on the developers list: no conflict of a group invitation with events of its members" 2007-12-03 17:08:50 +00:00
Ralf Becker
4baff7907b "Fixed problem reported by Eval Plantec on the developers list: no conflict of a group invitation with events of its members" 2007-12-03 17:06:42 +00:00
Patrick Bihan-Faou
0da33526b7 Provide proper vcard profile for syncevolution
Patch provided by Ioannou Ioannis (patch # 1230)
2007-12-03 10:23:20 +00:00
Patrick Bihan-Faou
1e7fa3983a Provide proper vcard profile for syncevolution
Patch provided by Ioannou Ioannis (patch # 1230)
2007-12-03 10:21:50 +00:00
Ralf Becker
dbaed3389f "tiny patch from Andreas Feldner <pelzi-at-flying-snail.de>, allowing for passwords containing a colon" 2007-12-01 01:04:01 +00:00
Ralf Becker
e75db01b3c "tiny patch from Andreas Feldner <pelzi-at-flying-snail.de>, allowing for passwords containing a colon" 2007-12-01 01:02:05 +00:00
Ralf Becker
3e29477fe9 "some alternative charsets for the import, a hardcoded list for now, as all languages use utf-8" 2007-11-30 16:45:54 +00:00
Klaus Leithoff
8a376b62ea CSS-Browserhack for IE to position the colselection within the nextmatch header, because of visibility problems of the
columnselection against selectboxes in the background
2007-11-30 08:58:04 +00:00
Christian Binder
f0293b3c9d enhanced some failure-proof logic. messages can now be set as html and/or plain and notification-app auto-creates the missing types. 2007-11-30 05:38:31 +00:00
Oscar Manuel Gómez Senovilla
0bea37425d convert pending lang files for apps to utf-8 2007-11-29 23:00:48 +00:00
Christian Binder
18cfa84d00 make tracking class aware of possibly missing notification app. if notification app is missing, send a mail, like we did it the old-style before. this behaviour gets changed if notification app is ready for sending notifications to external users. 2007-11-29 18:38:17 +00:00
Christian Binder
895dfe26c6 make calendar aware of possibly missing notification app. if notification app is missing, print an error to php log. 2007-11-29 18:31:24 +00:00
Ralf Becker
510d1e786e "marking auto columns automatic as primary key and not null" 2007-11-29 06:50:25 +00:00
Christian Binder
4859fb6a8e removed winpopup backend due to a massive security whole - will fix that asap and re-commit it then 2007-11-29 05:46:35 +00:00
Christian Binder
f10575413d fixed typo in configuration example for winpopup notifications 2007-11-29 04:45:58 +00:00
Ralf Becker
fb9d6db5be "fixed so_sql::get_rows to return an empty array() instead of array(false) if nothing found" 2007-11-27 21:24:50 +00:00
Patrick Bihan-Faou
73c2841457 Remove the reference to the deprecated formated_list() functions for categories.
Replaced them with the correct name: formatted_list().
2007-11-27 17:23:40 +00:00
Patrick Bihan-Faou
bb20c359f2 The formated_list function in phpgwapi/inc/class.categories.inc.php was
renamed to formatted_list a while ago. There is no need to keep dead code
around.
2007-11-27 17:14:54 +00:00
José Luis Gordo Romero
b675c2b65b Fix regresion introduced by r24154 (the send object is newly created for ever
mail, til this get fixed in PHPMailer)
2007-11-27 15:05:14 +00:00
Klaus Leithoff
2a498cae0a Merge of Ralfs customfield commit, with the customfield changes for 1.4: to display only fields with values in listview and to have an info icon to
identify which customfield is displayed (onmouseover), a click on the icon of the customfield opens the description of that field as 
alertbox. Also added the possibility to set an textfield/textarea to readonly with the option readonly=readonly, so users may not be able to change 
values of e.g.: external keys
2007-11-27 15:03:54 +00:00
Klaus Leithoff
3572089d93 added info.png as icon for help and info text. used for info on customfields in list view 2007-11-27 14:54:40 +00:00
Klaus Leithoff
d044541686 adaption of the customfields feature to the distinction of detailed/non-detailed prefs of the columnselection 2007-11-27 11:49:55 +00:00
José Luis Gordo Romero
43d3ee1cf3 Little change to allow mixed (ascii & html) widget, all controll by htmlarea
parameters
2007-11-27 05:49:25 +00:00
Ralf Becker
71fc139a31 next step: all admin-cli commands are implemented now in the new structure, exist codes need to be reworked 2007-11-27 03:20:28 +00:00
Ralf Becker
baeef40a16 "only check session.save_path if session.save_handler == files" 2007-11-27 00:37:38 +00:00
Ralf Becker
fa67b52bd3 "only check session.save_path if session.save_handler == files" 2007-11-27 00:36:25 +00:00
Ralf Becker
1258b12e91 "small improvment of the last commit:
- also lookup the custom fields from the app mentioned in the template, if there no cfs for the current app, eg. sitemgr contactform
- forward the needed attribute to the cf
- alignment (no spacing, padding) if there are no labels"
2007-11-26 17:35:29 +00:00
Ralf Becker
58750e5997 "- autoload function for eGW
- setting required php version to 5.1+"
2007-11-25 17:26:08 +00:00
Ralf Becker
4cd6f57356 "fixed problem reported from xxx on the user list: \"Fatal Error class.uiinfolog.inc.php on line 1220\"
removed php5 code (self::), to maintain php4.3 compatibility in 1.4"
2007-11-25 16:19:27 +00:00
José Luis Gordo Romero
3d9111ff69 Fix notify_current_user action in send_notifications (set by pref in botracker) 2007-11-25 08:14:50 +00:00
Ralf Becker
007c46e729 next steps: UI to add remote sites, remote admin needs not to be configured/allowed on the remote side 2007-11-24 19:56:58 +00:00
Ralf Becker
d623adab6a "allow cancel buttons (no validation) to be named eg. button[cancel], instead only cancel" 2007-11-24 18:59:46 +00:00
Ralf Becker
3bbc80948f "removed unused code reported by Oliver Welter on the user list" 2007-11-24 16:13:57 +00:00
Cornelius Weiß
d66969f72b fix not thrown exception if no notificaiton was send 2007-11-24 15:01:24 +00:00
Christian Binder
c03db413c3 let the backend at the very end enclose HTML-messages in <html> and <body> tags and not get_body. We do not want to lock out further html. 2007-11-24 14:45:03 +00:00
Christian Binder
5a7319417e get tracker (and infolog) notifications working again with HTML-formatted messages as implemented before. 2007-11-24 14:01:27 +00:00
Christian Binder
bcec4c6dbc fixed bug in new notifications: wrong function name and signature of get_body 2007-11-24 11:31:04 +00:00
Ralf Becker
7c29ffd4dc reverted 24691 - commit in the wrong dir 2007-11-23 20:06:38 +00:00
Ralf Becker
912bbae120 next step admin-cli can send now commands to remote installs (defined direct in egw_admin_remote, no GUI yet) 2007-11-23 20:04:26 +00:00
Ralf Becker
4d933cf0f4 next step admin-cli can send now commands to remote installs (defined direct in egw_admin_remote, no GUI yet) 2007-11-23 20:02:09 +00:00
Ralf Becker
f4292fb51b "allow admins to import contacts with creator / created date set" 2007-11-23 17:21:26 +00:00
Ralf Becker
5428f8d941 "allow admins to import contacts with creator / created date set" 2007-11-23 17:19:38 +00:00
Ralf Becker
43cc66738a "show the red cross if any app needs upgrading" 2007-11-23 17:02:56 +00:00
Ralf Becker
4b4922c589 "show the red cross if any app needs upgrading" 2007-11-23 17:01:30 +00:00
Klaus Leithoff
7200ea444b added the optional customfield column for infolog.index.rows and infolog.index.rows-noheader 2007-11-23 12:57:55 +00:00
Klaus Leithoff
ecbb4e2b55 added the option to display customfields in the infolog main view.
after selecting customfields with the columnselector, you can choose which customfields you want to display
in the customfields column with the columnselector.
2007-11-23 12:51:59 +00:00
Klaus Leithoff
503a7a06d0 added phpgwapi/templates/default/images/info.png for the use of an info-icon to customfields in listview 2007-11-23 12:37:31 +00:00
Klaus Leithoff
627659be61 changed the etemplate/inc/class.customfields_widget.inc.php, to display only fields with values in listview and to have an info icon to identify
which customfield is displayed (onmouseover), a click on the icon or the value of the customfield opens the description of that field as alertbox.
2007-11-23 12:33:58 +00:00