df5aae20f5
fixed corrupted non-ascii chars in deleted message
2011-01-06 04:48:41 +00:00
b603b7605c
removed not longer used ckeditor.egwconfig.js
2011-01-06 00:01:17 +00:00
a69f61a9dd
fixed not working default param of null for _cut_bytes($data,$offset,$len=null), thought it is NOT used without 3. parameter so far
2011-01-05 23:10:20 +00:00
1fbdb11b23
fixed not working default param of null for _cut_bytes($data,$offset,$len=null), thought it is NOT used without 3. parameter so far
2011-01-05 23:07:28 +00:00
fb7b06b692
fixed not working default param of null for _cut_bytes($data,$offset,$len=null), thought it is NOT used without 3. parameter so far
2011-01-05 22:54:31 +00:00
8935a2d0a2
fixed not working default param of null for _cut_bytes($data,$offset,$len=null), thought it is NOT used without 3. parameter so far
2011-01-05 22:50:22 +00:00
6687a41576
* Weeknumbers in calendar views, were wrong for week-start-day other then Monday
...
iso8601 defines them only for week starting Monday, so we use now the Monday to calculate the week-number, even if user prefers an other startday
2011-01-05 22:28:29 +00:00
5382856b60
modified week_number method a bit more, to allow to call it for arbitrary dates, not just the weekstart
2011-01-05 22:26:34 +00:00
a145fdb13f
* Weeknumbers in calendar views, were wrong for week-start-day other then Monday
...
iso8601 defines them only for week starting Monday, so we use now the Monday to calculate the week-number, even if user prefers an other startday
2011-01-05 21:49:55 +00:00
eb82905a62
* Added Created / Creator / Last modified column to list view
...
(egroupware.org #2365 )
2011-01-05 21:13:25 +00:00
d39b9f3594
* infolog: feature to be able to control max-width of description area in list-view
2011-01-05 15:45:27 +00:00
8032a5155e
* felamimail/infolog: fix for stripping too much text when strip_tags stumbles over assumed broken tags; happens sometimes, when converting a text-only mail to infolog and the mail has stuff like: <1 USD/p
2011-01-05 11:36:04 +00:00
ee0b4722b4
* dont give sql error in gathering statistic data, if table does not exists (eg. Gallery is not installed)
2011-01-05 08:33:49 +00:00
938a999ab0
* dont give sql error in gathering statistic data, if table does not exists (eg. Gallery is not installed)
2011-01-05 08:32:16 +00:00
a7654640c4
- moved ctag generation to addressbook_bo
...
- include deleted contacts in ctag generation, as otherwise deleting entries does NOT change ctag
2011-01-05 05:26:32 +00:00
907cb1aaa4
* JSCalendar: fixed week containing 4th Jan is shown as 52th instead 1st week, if week starts on sunday is selected
...
JSCalendar shows iso8601 week numbers as used eg. in Europe, which are defined for weeks starting on Monday, JSCal used first displayed day (not Monday) to calculate the week number
fix now always uses the Monday to set the week number
US, Canada and middle east uses uses a different week numbering schema than iso8601, which is currently NOT supported by JSCalendar or EGroupware!
2011-01-05 02:36:12 +00:00
6e8e8a8986
* JSCalendar: fixed week containing 4th Jan is shown as 52th instead 1st week, if week starts on sunday is selected
...
JSCalendar shows iso8601 week numbers as used eg. in Europe, which are defined for weeks starting on Monday, JSCal used first displayed day (not Monday) to calculate the week number
fix now always uses the Monday to set the week number
US, Canada and middle east uses uses a different week numbering schema than iso8601, which is currently NOT supported by JSCalendar or EGroupware!
2011-01-05 02:34:16 +00:00
14d46cea5a
* Calendar: invite rights, should NOT implicate a freebusy rights (users with invite rights could see freebusy times of other users)
2011-01-04 19:30:57 +00:00
20db16219d
* Calendar: invite rights, should NOT implicate a freebusy rights (users with invite rights could see freebusy times of other users)
2011-01-04 19:27:17 +00:00
75b8b2f4a4
using servertime timestamps for birthdate and adding direction to server for birthdate, category is still missing
2011-01-04 18:51:19 +00:00
8865ecbe35
Make the type icon in the definition list clickable, it will 'run' that definition
2011-01-03 16:53:27 +00:00
4915952262
setting account_fullname, to get id2name($uid,account_fullname) working for groups in LDAP too
2011-01-02 21:53:04 +00:00
4b93e5c0c5
Accidently set the thumbnail size to 16 in every vfs-mime widget. Added new option to the vfs-mime widget which allows you to set the thumbnail size.
2010-12-31 14:31:50 +00:00
2a71bab988
Fixed parts of EGW Stylite Bug #8260 . Very wide images do not longer get displayed very broadly in the filemanager select widget.
...
To achive this, some changes to the CSS were made and the ability to return thumbnails with a given size was added to etemplate/thumbnail.php. Miniature images with dimensions smaller than one pixel are now no longer created.
In this progress I discovered a minor security issue which might cause multiple egroupware instances to mix up their thumbnails in rare occasions. This was fixed by now hashing the image path together with the webserver url and the thumbnail size. In this progress, the thumbnail generation code has been restructured, making it faster and much easier to understand.
2010-12-30 19:54:43 +00:00
f7ea18ade4
accidently commited line added for debuging
2010-12-28 14:54:33 +00:00
072a57da04
Fixed MyStylite #1082 , language in sidebox not being properly loaded
2010-12-28 14:51:12 +00:00
181296df72
allow to modify/preset the Message Date; make public SetMessageType
2010-12-28 10:29:19 +00:00
1a59b91707
- using new egw_refresh() call in filemanager_ui::file()
...
- allow to call all actions via ajax
2010-12-28 03:12:57 +00:00
ccfa98ff9f
new method to refresh an egroupware applications view, with the possibility for the application to overwrite the default handing of reloading everything
2010-12-28 03:02:49 +00:00
3851389fdc
param for html::tree() to enable drag-n-drop (can not be done later, if autoloading is used!)
2010-12-28 02:59:03 +00:00
70030216f3
Added possibility to view birthdays and/or holidays as non-blocking event in calender with special icon prepending it
2010-12-22 15:17:56 +00:00
c65705aac4
- started implementing virtual exceptions for AS (currently commented out in line 176, as not yet tested)
...
- ChangeMessage now searched contacts for participants and always re-adds resources (everything but accounts, contacts and email)
- some more timezone specific fixes
>>> none of the above is tested, as my iPhone charges no more and battery is now flat :-(
2010-12-21 02:45:40 +00:00
14ff63ea0f
Confirm before deleting multiple files
2010-12-20 23:24:49 +00:00
5e781b4135
Confirm before deleting multiple files
2010-12-20 23:23:44 +00:00
b4a3be38bc
Add cal_id to edit dialog and list view like tracker, infolog
2010-12-20 22:58:43 +00:00
f06a051533
Add cal_id to edit dialog and list view like tracker, infolog
2010-12-20 22:57:35 +00:00
4a5a0571f8
Use common::egw_exit() instead of just exit for extra cleanup
2010-12-20 22:48:46 +00:00
bb01196183
Check to make sure rows is set before trying to unset a sub-index
2010-12-20 22:27:33 +00:00
30f975494c
make NOT the default for cookie auth
2010-12-20 22:03:39 +00:00
af918a2945
Use common::egw_exit() instead of just exit for extra cleanup
2010-12-20 22:00:19 +00:00
aa78a4c93b
hopefully last attempt to get correct handling of '0', 0 and '' (first should be treated equal, last not)
2010-12-20 20:59:14 +00:00
515e84b96c
hopefully last attempt to get correct handling of '0', 0 and '' (first should be treated equal, last not)
2010-12-20 20:57:35 +00:00
746d48d5af
Unset checked entries when no longer needed, they can cause problems with other actions (delete) later
2010-12-20 18:16:34 +00:00
1e88e8dc96
Avoid extra output after file
2010-12-20 15:34:29 +00:00
59c33be565
Import of recurring events (got timezones working for southern hermisphere DST)
...
and other fixes
2010-12-20 03:29:37 +00:00
97e1449db6
Fix SyncML addressbook handling
2010-12-19 22:25:47 +00:00
66e60ff200
Fix SyncML addressbook handling
2010-12-19 22:25:30 +00:00
de8e93cfe9
fixed in handling of 0 as value in checkbox_multiselect (was always selected before)
2010-12-19 21:59:00 +00:00
d6141a6d18
fixed in handling of 0 as value in checkbox_multiselect (was always selected before)
2010-12-19 21:54:37 +00:00
ddb621b49c
make NOT the default for cookie auth
2010-12-19 21:17:37 +00:00