Commit Graph

15839 Commits

Author SHA1 Message Date
1d98728552 fixed not disabled custom field tab, if no cfs exist
(problem was added history tab, which changed name of tabs widget, now using "tabs=general|...")
2010-08-16 07:13:47 +00:00
912973e47f fixed halfway implemented $append parameter and app-detection for static methods 2010-08-15 20:05:39 +00:00
10cf1b2b8e * not overwriting system configuration (eg. pathes) on restore, which break a running system and if called from within EGroupware update the restored backup, in case it is an older version 2010-08-15 15:46:23 +00:00
44c3c7eb9a Improve iPhone iCal support 2010-08-15 06:42:05 +00:00
d4985709c5 Fix recurrence enddate issue 2010-08-15 06:34:16 +00:00
70e0947517 allow to return a limited result set and arbitrary columns 2010-08-12 18:15:37 +00:00
f156301f25 fixed wrongly display blur text for value "0" 2010-08-12 18:03:03 +00:00
f90e1da24f Fix alarm handling for recurring events starting in the past 2010-08-10 21:21:18 +00:00
8728ba5512 - Implement request.abort() to cancel a request
- Check that the response is there before trying to access a key inside it
- Don't return null for encoding 0
2010-08-10 14:58:54 +00:00
7ea2ef612c Add static method to access history and slice it using a start and num_rows, instead of getting all history at once 2010-08-10 14:48:05 +00:00
4be8044921 remove trailing newlines 2010-08-10 07:36:19 +00:00
ca3c4694e6 fixed typo in editsvnchang_e_log and not replaced message about created svntag 2010-08-09 11:42:50 +00:00
0f284a0bfb Disable Thunderbird special treatment 2010-08-08 21:52:44 +00:00
4838885cd2 generate package changelog automatic from svn log messages since the last svn tag 2010-08-08 13:13:03 +00:00
d6d7198785 Fix old format vCard/vCalendar quoting issue 2010-08-06 20:51:26 +00:00
b780c68c3f Improve support of BB Funambol Client 2010-08-06 18:14:36 +00:00
c7bc0fbd82 using created and modified timestamps from calendar, and not reading them separate from egw_content_history table 2010-08-05 17:57:59 +00:00
a3d06cb638 improved performance by not checking exceptions for referencing a master which mentions them as exceptions 2010-08-05 17:11:13 +00:00
5a03cff75d set span & class from original cell for single fields 2010-08-05 15:36:23 +00:00
be91330030 fixed not working notifications for types:
- responses: on participant responses too (everytime)
- modifications: on all modification, but responses
2010-08-02 14:15:05 +00:00
bb468774f7 quitened warning 2010-08-01 12:47:26 +00:00
a1c9f68a1e remove not used advanced-search-widget 2010-08-01 10:02:04 +00:00
5d6e6cdc9c new parameter $make_db_name_unique to append a decrementing numeric postfix to db_name and db_user, if db already exists 2010-07-31 09:23:41 +00:00
86a32e2f8b Tracker #2184. Add "select all" in the account selection popup. 2010-07-31 08:07:21 +00:00
83e867ef01 Disable verbose debug messages on restore. 2010-07-31 08:03:32 +00:00
a66ae024a9 Tracker #2453. Introduce a year view, which uses a fixed month / day grid and
displays the events inline (like in day / week view).
2010-07-31 07:51:52 +00:00
c6a4c40934 Fix HTML code in etemplate documentation:
- Close 'li' tags
- Close 'lt' tags by 'gt' tags
- Convert ampersands to 'amp' tags.
2010-07-31 07:03:15 +00:00
4325167239 Fix an invalid link definition in the adodb documentation. 2010-07-31 06:11:05 +00:00
49db0c8838 allow to optional specify a database object (to access addressbooks in other databases) 2010-07-30 15:30:46 +00:00
3dc949d08e display readonly link-entry widgets as links to the linked entry 2010-07-30 15:27:51 +00:00
4fc00c03ae forgot to translate the label 2010-07-30 14:02:19 +00:00
671313b3ea quiten error_log if no CSS file for an app 2010-07-30 13:38:49 +00:00
02d2ca5157 improve the handling of overlong words, fix a bug regarding the check of infolog_status existing in known status for the type selected 2010-07-30 10:19:06 +00:00
55463e493b displaying label of link-entry widget as blur text 2010-07-30 08:36:41 +00:00
f185382b0a fixed not working link_query call to static callback eg. "someclass::somemethod" 2010-07-29 19:09:55 +00:00
cff42abd07 modernising uiconfig a little bit and fixed mulitiple levels for framework for framed templates 2010-07-29 17:02:20 +00:00
fcec62794e some improvments for easier extention of the contact form 2010-07-29 13:02:05 +00:00
307294c3b0 commiting the session, before redirecting might fix racecondition in session creation 2010-07-29 12:50:26 +00:00
d02badfed5 using functions moved to setup_translation class and modernising setup_html 2010-07-29 08:29:54 +00:00
b71035b529 marking all static methods static and moving method to query supported languages into setup_translation class 2010-07-29 08:14:15 +00:00
77982bb646 fixed typo 2010-07-29 07:49:38 +00:00
06ba097082 Fix unknown qualifier issue for contact fields 2010-07-27 19:38:01 +00:00
a5ba32b8b6 allow to change password without run rights for preferences via a new password app (part of preferences app, but separate to install) 2010-07-27 14:29:20 +00:00
b9c0bea095 Keep CSV fields in definition, so editing definition doesn't require uploading a file each time 2010-07-27 14:20:00 +00:00
fda7878852 fix for bug MyStylite Tracker#773; Menu links: superfluous Scrollbar 2010-07-27 12:11:20 +00:00
98383800ae Added currently unused find_iterator which allows less memory intensive file 'find' operations 2010-07-26 15:30:23 +00:00
58993cfb7b - using EGW_*_ROOT instead of .., to allow running from different directories
- allow running setup_cmd_admin directly via the command line with regular syntax (was already possible under special syntax)
- limiting database names to 16 chars, which is the limit in mysql
2010-07-26 08:20:14 +00:00
f8a2efe8df Fix syncml:metinf and syncml:devinf namespace issue (#2696) 2010-07-25 18:08:20 +00:00
f0488300c8 avoiding deprecated warning under php5.3 2010-07-25 09:08:24 +00:00
37fed34972 Allow moving of existing cantacts between adressbooks 2010-07-23 18:06:18 +00:00