Commit Graph

14904 Commits

Author SHA1 Message Date
42824ef687 "reworked calendar update 1.5.002 --> 1.6, to fix the method names in alarms
If you have alarms set and your calendar is already updated to 1.6, you have to rerun that update by setting the calendar version again to '1.5.002' and visit setup again:
UPDATE egw_applications SET app_version='1.5.002' WHERE app_name='calendar' AND app_version='1.5.002'"
2008-06-10 04:48:19 +00:00
26b9126bf6 "missing rename to store alarms correct" 2008-06-10 04:22:37 +00:00
2c33afe51b fix regarding the renaming of the calendar classes 2008-06-09 12:32:15 +00:00
01c02fe075 bugfix: missed that emailadmin.bo while doing the class rename 2008-06-09 06:23:53 +00:00
9bd973dbb9 "fixed not displayed calendar home page" 2008-06-08 12:37:13 +00:00
c6b267758f "fixed not displayed calenar properties" 2008-06-08 12:33:07 +00:00
3ed18683a3 propset svn:keywords Id 2008-06-07 18:11:56 +00:00
ef1db01306 "new calendar hooks class" 2008-06-07 18:06:36 +00:00
c618dad433 no extra charset attributes in iCal for GroupDAV/CalDAV 2008-06-07 18:00:29 +00:00
25b1924665 no extra charset attributes in iCal for GroupDAV/CalDAV 2008-06-07 17:54:40 +00:00
f11875aad9 new class naming schema 2008-06-07 17:49:16 +00:00
ef700b0061 new class naming schema 2008-06-07 17:45:33 +00:00
d85ed846fe "allow ajax calls from classes ending with ajax, as starting with ajax does not conform with naming schema" 2008-06-07 16:55:50 +00:00
ab8a36cede seems not to be used (anymore) 2008-06-07 09:50:41 +00:00
f4dc91428b not used anymore 2008-06-07 09:47:16 +00:00
bdf7f84a23 fix for bug #1261: PostgreSQL: eGW ignores setting to dont care about case sensitive usernames 2008-06-07 08:25:28 +00:00
70e540d71b constants for the capabilities array, easier lookup in IDEs, table name aliaes to eg. move some tables to other databases 2008-06-07 08:24:18 +00:00
633c76e18a "fixed wrong case in egw_link::VFS_APPNAME, thanks to a report from philipp.kaufmann(at)hosticus.com " 2008-06-06 05:28:38 +00:00
f4f0470b16 general stuff:
--------------
-emailadmin classnames
YOU MAY HAVE TO RUN "SEARCH AND REGISTER ALL HOOKS OF ALL APPLICATIONS"
2008-06-05 14:08:17 +00:00
28654c560e include next and last date in csv export and use same fields for nextmatch csv export 2008-06-05 12:04:00 +00:00
4edd90a8bf "removed php < 5.1 fallback function" 2008-06-05 07:42:21 +00:00
e2f749c86b "taking into account timezone of iso8601 date in bocal::date2ts(), eg. used in time-range filters in CalDAV" 2008-06-04 13:22:11 +00:00
4144775ef1 "fixed Notification OK-Button under IE7 and firefox" 2008-06-04 13:01:19 +00:00
ea6f443858 "fixed default timerange allways overriding the given time-range in REPORT" 2008-06-04 11:07:45 +00:00
c683175b1b #bugfix: wrong contact address, when converting emails out of the sent-folder
if a message is converted to infolog, and it is located within the sent-folder the to-address is now applied as contact address.
2008-06-04 08:16:02 +00:00
1585195b98 passing the folder base64encoded when exporting to infolog infolog/inc/class.uiinfolog.inc.php 2008-06-04 06:53:24 +00:00
6b74d6ad88 "switched permanent debug message off again" 2008-06-04 05:26:52 +00:00
dd157b2cd0 allow 2 more columns in the indexes, as used for the unique index tracker escalations 2008-06-04 05:21:14 +00:00
e035498517 "fixed warning if only an allprop is present" 2008-06-03 17:22:59 +00:00
b0fe8d229e -patch by Jon Crawford to enable ssl connections for smtp
(phpgwapi/inc/class.phpmailer.inc.php )
 example: hostname: ssl://smtp.servername.country
	  port: 465
2008-06-03 09:30:44 +00:00
20fe4703ab "removed 1.2 compatibility code" 2008-06-03 06:22:35 +00:00
443ef39008 "fixed Bug - notification now works under IE7" 2008-06-02 17:48:31 +00:00
a5a7c2d30e Additional password crypt types for ldap:
- MD5_CRYPT (9 char salt prefixed with $1$)
- BLOWFISH_CRYPT (16 char salt prefixed with $2$)
- EXT_CRYPT (9 char salt, no prefix)
2008-05-31 06:25:04 +00:00
45f895d048 "use static html methods" 2008-05-31 06:03:34 +00:00
bb08afcc9f "API change caused already-obsoleted call to sessions_::create() to fail.
Thanks to Peter Goerzen <pgoerzen(at)hustlerturf.com>"
2008-05-31 05:47:26 +00:00
c34dc55633 "fixing the fix: only add primary key, if it's NOT an auto id" 2008-05-30 08:20:06 +00:00
e2b84e8c32 dont try oids for new postgres versions 2008-05-30 07:08:19 +00:00
b2378bb7a8 Make sure select columns div goes over everything it covers (some elements showed through) 2008-05-29 19:50:15 +00:00
b6be2fb249 "bugfix: not_unique() method was not working with unique indexes over multiple columns and was not testing the primary keys, with is also unique" 2008-05-28 12:17:06 +00:00
ead39f58a6 commented out the error_log -ing in socal 2008-05-28 08:40:38 +00:00
2d1b53b835 "using standard md5() instead of hash('md5',...), as it's only a pecl extension" 2008-05-27 20:02:56 +00:00
aa4e4be631 "add Country Code for Montenegro and Servibia" 2008-05-27 11:28:00 +00:00
ae044a9a08 allow to instanciate the historylog with a given user or 0 for
changes by the system itself (eg. async service). bo_tracking passes on
it's user param of the constructor.
2008-05-27 09:25:25 +00:00
25a9f1165d Patch from Raphael Alla to prevent flooding by waiting to see if the user is done typing before sending request. 2008-05-26 14:48:32 +00:00
78dd1cdf03 missed new $no_clone parameter 2008-05-26 08:32:27 +00:00
83a250e085 php5 __construct plus old old class-name method calling the new constructor, added non_db_cols to __get() and __set() 2008-05-26 08:27:24 +00:00
1ad82e772a Fixed a typo 2008-05-25 14:20:43 +00:00
1f144e4670 "colspan='all' was only working in the first grid of the template" 2008-05-24 08:42:43 +00:00
62ca85a1b8 "phpdoc file header and __constuct()" 2008-05-24 06:59:35 +00:00
c45e0ee9fe "- fixed sometimes not working delete of a column (seems to be php5 related, as it was working before)
- removed one idention from tables_{current|update}.inc.php
- removed closing ?> tag"
2008-05-24 06:39:05 +00:00