Commit Graph

9986 Commits

Author SHA1 Message Date
c155417f45 language fixes
fixed bug move accessory cats if master-cat is moved
2005-11-03 22:48:30 +00:00
373d7c68a2 phpgw --> egw 2005-11-03 14:33:39 +00:00
a41761660e fixed bug: addressbook popup for email apps: adding all search results was not working with ldap (contacts_ldap class did not support the "!''" filter used) 2005-11-03 14:30:40 +00:00
996f686d29 removed soacl, as it contained only calls to the acl-class of the API, which are ok in BO 2005-11-03 06:36:23 +00:00
335cef9104 display_fullname and get_account_name replace now an empty firstname with the lid and an empty lastname with group or user 2005-11-02 20:43:04 +00:00
3960fcc0ae implemented the same default, as for the sql class: everything which is not 'accounts' or 'groups' gives a list of both 2005-11-02 20:40:44 +00:00
9835bb0fdb sort the apps alphabetic 2005-11-02 20:02:27 +00:00
1618a67d7e duration can now (optional) differ between 0 and empty values, which get returned as null 2005-11-02 19:59:58 +00:00
10ff4dd436 cleaned op logic
added action support for result_sets
still some layout stuff to do
2005-11-02 16:49:45 +00:00
fba9f65ae3 add option "dosn't matter" to selectboxes in search-mode 2005-11-02 16:48:24 +00:00
519e6875d6 added option to supress search filed 2005-11-02 16:46:34 +00:00
78f0df9c1c run_lang was not forwared for select-boxes 2005-11-02 12:45:40 +00:00
ec9fd92d47 help has to be in common, new common prefs phrase 2005-11-02 12:14:30 +00:00
5de098d1be app title has to be in common 2005-11-02 12:10:36 +00:00
c85d34c0fe changed the following table-names:
- phpgw_accounts --> egw_accounts
- phpgw_acl --> egw_acl
- phpgw_log(_msg) --> egw_log(_msg)
- phpgw_config --> egw_config
- phpgw_applications --> egw_applications
This requires code-changes in many apps. Quite often I was able to replace the db access, with calls to the appropreate classes.
2005-11-02 11:45:52 +00:00
0db87ad750 removed selectbox if no resource-cats exist (gave and error and empty selectbox before) 2005-11-02 10:37:00 +00:00
65cd84bb4c sorry, acident happend 2005-11-02 10:05:57 +00:00
04f5b1a863 set the charset to utf-8, as it looks like
charset has to be the used charset NOT a translation of the term charset!
2005-11-02 09:51:50 +00:00
76692a6e28 upps, forgot to commit templates for customfields manager 2005-11-01 18:59:15 +00:00
e4ed1ac5b0 add execmethod2 which could handle multiple arguments
There was no way of patching the existing ExecMethod, as Felamimail,
emailadmin and ldapadmin depend on the class consturction of this
method
2005-11-01 14:19:00 +00:00
b254fdaeaf allow to use !patter as value in the criteria array to invert the query (NOT LIKE instead of LIKE) 2005-11-01 10:13:28 +00:00
1983bdc556 added checks for:
- file_uploads = On (required for filemanager(s))
- PEAR installed (required by SyncML & iCal import+export of calendar)
- PEAR::Log installed (required by SyncML)
2005-11-01 07:20:46 +00:00
9e32132eaa bug 1344288: dutch translation update 2005-10-31 22:48:15 +00:00
ad5c21fca1 new widget for advanced search (needs still some work) 2005-10-31 17:49:19 +00:00
0202d92a2c disabled the small display, til I fixed it 2005-10-31 14:33:30 +00:00
e3e75bc70d fixing the fix :-) 2005-10-31 09:33:15 +00:00
f9454e9c07 removed edge-it templates as Vincent will maintain the prisma template 2005-10-31 09:26:11 +00:00
968c1d41a5 fixed fatal error when calling soetemplate::add_cell with the template itself 2005-10-31 09:06:24 +00:00
33cb3881af norwegian updates 2005-10-31 08:53:32 +00:00
8ad4d0ecbe several update 2005-10-31 08:51:05 +00:00
59abaf3458 added settings for mail-auth to configuration 2005-10-29 10:58:25 +00:00
8a647a5d7f not used 2005-10-29 10:52:46 +00:00
8ba2c2403b more intuitive icons for notes and todos 2005-10-29 08:30:32 +00:00
d15e06d19d not used 2005-10-29 08:24:55 +00:00
202611ea0d clean up code
bugfix for type radio
2005-10-28 21:05:56 +00:00
acbbbc50a5 moved to etemplates 2005-10-28 18:30:59 +00:00
2afcf77024 advanced custiomfield widget moved from infolog 2005-10-28 18:29:05 +00:00
21cdc2d1e7 added a general custiomfield definition module for admin-section 2005-10-28 18:27:06 +00:00
13659ddb5e fine adjustment of buttons
buxfix in calendar select hook
added a sitemgr module
2005-10-27 21:53:44 +00:00
3e0ec3a586 Make selectbox remember what resources cat was selected 2005-10-27 18:43:08 +00:00
295d7844e5 added no_notify parameter to link function, to suppress the notify 2005-10-27 09:28:24 +00:00
809bbaccda replaced depricated mcrypt_generic_end, which 4.1.1+ mcrypt_generic_deinit, as it gaves warnings in php5 2005-10-27 09:26:08 +00:00
7ddeb1010f norwegian updates 2005-10-26 22:37:44 +00:00
26a9fed831 *** empty log message *** 2005-10-26 00:54:00 +00:00
7b9f0f7b79 add mysqlt type for mysql in transactionnal mode with innodb tables 2005-10-25 15:27:42 +00:00
0f476f3e98 Bugfix: RowLock was not working with MySQL. ignore is a reserved word and could be empty. See as well fix on mysql driver for getOne with LIMIT and FOR UPDATE 2005-10-25 14:45:19 +00:00
9b4814ba81 bugfix: Select with LIMIT fail if FOR UPDATE is not after the LIMIT but before 2005-10-25 14:38:10 +00:00
a4b67d9f2b UUPS javascript ;-) 2005-10-24 12:17:31 +00:00
38577905fb 1) fixed obscur IE 5.5/6 bug that caused the search button (user image) not to be displayed if its a link with an image => input type="image"
2) phpgw --> egw
2005-10-24 10:30:29 +00:00
8591e3ce8b egw_openWindowCentered2, which allows to specify if you need a status-line or not 2005-10-24 07:29:12 +00:00