Ralf Becker
ab3c470388
moved check_dir to setup_detection, to have it available inside and outside of setup
2007-12-11 01:15:02 +00:00
Christian Binder
bfff821e18
notification-app is now ready for non-eGW users as sender and recipients. deleted the old-style sending part from bo_tracking. this is not needed anymore.
2007-12-10 08:26:29 +00:00
Ralf Becker
0276cfae19
new setup command object to install, used in setup-cli so far
2007-12-10 04:59:01 +00:00
Ralf Becker
f2cf788aea
docu update and commented some error_log, which mess up the output of the command line client
2007-12-10 04:54:57 +00:00
Ralf Becker
1a743d658d
E_ALL notice
2007-12-09 22:54:26 +00:00
Ralf Becker
3a6b8ce799
typo
2007-12-09 22:48:53 +00:00
Ralf Becker
e1c115d310
docu update
2007-12-09 19:00:16 +00:00
Ralf Becker
cbf94ab243
mark required input fields visually (darker border and light yellow background)
2007-12-09 08:11:55 +00:00
Ralf Becker
fc1ce1fa71
removed copy of Template object in setup, using the one in the api
2007-12-09 08:03:56 +00:00
Ralf Becker
b96ebc16fc
new command objects to install an instance: create database, ldap structur, create/edit header (used by setup-cli too)
2007-12-09 08:03:15 +00:00
Ralf Becker
6a91f65335
"docu update: which exceptions should give translated messages ready to display to the user and which dont need to"
2007-12-09 07:38:52 +00:00
Ralf Becker
6994cc27c1
"using exception instead of exit, thought I can not yet remove the options to ignore the fatal error, as they might be used"
2007-12-09 07:37:16 +00:00
Ralf Becker
583be8ddab
"fetching of the content of selectbox customfield did not work (options were not set)"
2007-12-07 18:17:04 +00:00
Ralf Becker
e522141b42
"using the labels of selectbox-customfields instead of the values in notifications"
2007-12-07 08:14:50 +00:00
Ralf Becker
e13da61106
"fixed single field display of customfields, was creating an extra grid and array level in the result"
2007-12-07 07:52:14 +00:00
Ralf Becker
3bcc3ee251
"fixed typo causing only sending the mail without storing in an addressbook to fail"
2007-12-07 07:49:00 +00:00
Ralf Becker
a6b8ef57d5
"fixed error-message on no connection to a postgres server, to NOT contain the password"
2007-12-07 00:16:25 +00:00
Ralf Becker
1151deace4
added option to showheader command to only transfer the remote_hash and not the whole header
2007-12-07 00:07:08 +00:00
Ralf Becker
b2640f0cec
moved remote hash calculation to a function
2007-12-07 00:03:31 +00:00
Ralf Becker
03f786390d
"fix to display readonly link-entry without id empty (showed text search)"
2007-12-06 22:17:08 +00:00
Ralf Becker
da6d690458
added draft of an exception class for eGW, plus a global exception handler and replaced the fatal errors in the db-class plus the application rights check in the egw object with exceptions, modified the exceptions in admin_cmd* to use egw_excpetion*, instead just Exception
2007-12-06 08:04:45 +00:00
Ralf Becker
cae8bb40a8
added draft of an exception class for eGW, plus a global exception handler and replaced the fatal errors in the db-class plus the application rights check in the egw object with exceptions, modified the exceptions in admin_cmd* to use egw_excpetion*, instead just Exception
2007-12-06 08:00:41 +00:00
Christian Binder
1fdebc6582
display font-size in notificationwindow smaller
2007-12-05 09:07:22 +00:00
Christian Binder
15e9c36ca6
removed option for sending html mails or not cause this is decided now by the notification backends (as discussed on the list)
2007-12-05 09:05:57 +00:00
Christian Binder
d84fc5bd6a
re-commit of winpopup-backend. the commandline to execute is now hardcoded into the backend for security reasons
2007-12-05 08:55:10 +00:00
Ralf Becker
4f77162f64
first version of a setup command that can run via admins remote command execution
2007-12-05 02:27:49 +00:00
José Luis Gordo Romero
e74c6debaa
Reverting the not working (sorry) fix till notifications gets updated to recieve non-accounts in the sender
2007-12-04 17:35:17 +00:00
Ralf Becker
4fa672d346
"Switched query logging off, was accidently left on, thanks to a notice from Nigel"
2007-12-04 16:20:20 +00:00
Ralf Becker
ce50780559
"fix from belu-at-upd19.lcs-internet-akademie.de to allow user names including dots"
2007-12-04 05:23:11 +00:00
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
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
1e7fa3983a
Provide proper vcard profile for syncevolution
...
Patch provided by Ioannou Ioannis (patch # 1230)
2007-12-03 10:21:50 +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
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
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
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
fa67b52bd3
"only check session.save_path if session.save_handler == files"
2007-11-27 00:36:25 +00:00