cdb39b2444
altered the display of the customfields in the header of the infolog table-view to make use of the new customfields-header subwidget from Ralf, to
...
support sorting and selecting by customfields
2007-12-13 11:22:05 +00:00
29820868fe
added the needed code to enable the functionality of sorting and selecting by customfields
2007-12-13 11:18:44 +00:00
ab60a02467
improved control of the customfields in tableheader of infolog
...
->added the name of the customfields to the customfield control array
($rows[customfields])
2007-12-13 11:15:47 +00:00
45a2efe551
Backport of a modification/addition to the customfield widget from Ralf
...
pre_process_cf_header
function to display the customfields in a nextmatch table-header with the functionality of sorting and selecting
by customfields. Of cource you need to adapt the source of your get_rows or search functionality to do the
actual sorting and selecting. We try to do some additional documentation in codecorner
You can pass the allowed/wanted fields to the header by passing an array of the wanted fields to the widget
through the options parameter (see the eTemplate editor for fields/cells). This array is passed on through
$cell['size']. By now the array passed through is only working, if it is the only entry in the optionsparameter.
The allowed fields array assumes an numerical indexed array of (an) array(s) with ['name'] tag(s) set.
The name provided assumes a preceding #. (e.g.: $allowed_fields[x]['name']='#MyCustomField')
2007-12-13 10:19:27 +00:00
bbfe57db8b
"fixed typo preventing the remote administration values being displayed"
2007-12-13 04:03:43 +00:00
e3a9dc646f
- installs can now be switched before the install happens to ldap, so all default records get created (eg. sitemgr is working)
...
- new setup command to create an admin user, used eg. from setup-cli.php
2007-12-13 02:41:55 +00:00
21238900c7
__isset() & __unset() methods for admin_cmd
2007-12-13 02:34:44 +00:00
2aa096915c
reworked the accounts class, to be able to instanciate both backends (ldap&sql), as well as specify the config (account_repository, ldap_*)
2007-12-13 02:32:44 +00:00
f750f112f3
check against own filename
2007-12-12 02:21:00 +00:00
f7b93b3d10
Added how to completely hide a column from nextmatch
2007-12-11 22:29:05 +00:00
66886d9b88
Merged trunk r24791:
...
Extend the patch to get_categories in infolog submitted by matthias to the other classes
as well.
Added a hack that allows one to search for the categories' names prefixed by X-
Sony Ericsson phones (and possibly others) systematically prepend a X- to the
category names, so with this patch we match X-CatName just like CatName
This is only done for SyncML obviously.
2007-12-11 09:30:55 +00:00
d97f1eed5e
Extend the patch to get_categories in infolog submitted by matthias to the other classes as well.
...
Added a hack that allows one to search for the categories' names prefixed by X-
Sony Ericsson phones (and possibly others) systematically prepend a X- to the
category names, so with this patch we match X-CatName just like CatName
This is only done for SyncML obviously.
2007-12-11 09:29:50 +00:00
50fd07004b
"fixed for bug #1011 : Mail all participants -dosen't fill in members of groups"
2007-12-11 07:16:11 +00:00
810aa25ebd
"fixed for bug #1011 : Mail all participants -dosen't fill in members of groups"
2007-12-11 07:13:08 +00:00
41049cc707
"fixed category sync problem reported by sezuan <supportrq-at-sucksass.de>"
2007-12-11 06:58:20 +00:00
fbc9a8806c
"fixed category sync problem reported by sezuan <supportrq-at-sucksass.de>"
2007-12-11 06:57:15 +00:00
573e27ad2e
"egw_db::create_database gives no returnvalue, so we need to test the new db by connecting to it"
2007-12-11 01:43:18 +00:00
f0e0d84e55
next step config is now also a command object and added better&shorter passwords
2007-12-11 01:28:07 +00:00
ab3c470388
moved check_dir to setup_detection, to have it available inside and outside of setup
2007-12-11 01:15:02 +00:00
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
aad76dd0bd
fix for a problem with stripping out html comments, since sometimes the stripping loops forever
2007-12-10 08:19:03 +00:00
0276cfae19
new setup command object to install, used in setup-cli so far
2007-12-10 04:59:01 +00:00
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
2bbebf7a0f
E_ALL notice
2007-12-09 22:55:39 +00:00
1a743d658d
E_ALL notice
2007-12-09 22:54:26 +00:00
3a6b8ce799
typo
2007-12-09 22:48:53 +00:00
e1c115d310
docu update
2007-12-09 19:00:16 +00:00
cbf94ab243
mark required input fields visually (darker border and light yellow background)
2007-12-09 08:11:55 +00:00
fc1ce1fa71
removed copy of Template object in setup, using the one in the api
2007-12-09 08:03:56 +00:00
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
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
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
bb1d8575d8
"fetching of the content of selectbox customfield did not work (options were not set)"
2007-12-07 18:21:04 +00:00
583be8ddab
"fetching of the content of selectbox customfield did not work (options were not set)"
2007-12-07 18:17:04 +00:00
e522141b42
"using the labels of selectbox-customfields instead of the values in notifications"
2007-12-07 08:14:50 +00:00
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
0c26f4d523
"fixed typo causing only sending the mail without storing in an addressbook to fail"
2007-12-07 07:50:02 +00:00
3bcc3ee251
"fixed typo causing only sending the mail without storing in an addressbook to fail"
2007-12-07 07:49:00 +00:00
357ea49003
"fixed error-message on no connection to a postgres server, to NOT contain the password"
2007-12-07 00:17:35 +00:00
a6b8ef57d5
"fixed error-message on no connection to a postgres server, to NOT contain the password"
2007-12-07 00:16:25 +00:00
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
b2640f0cec
moved remote hash calculation to a function
2007-12-07 00:03:31 +00:00
86d3c5f159
"fix to display readonly link-entry without id empty (showed text search)"
2007-12-06 22:18:19 +00:00
03f786390d
"fix to display readonly link-entry without id empty (showed text search)"
2007-12-06 22:17:08 +00:00
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
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
1fdebc6582
display font-size in notificationwindow smaller
2007-12-05 09:07:22 +00:00
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
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
4f77162f64
first version of a setup command that can run via admins remote command execution
2007-12-05 02:27:49 +00:00