Commit Graph

11338 Commits

Author SHA1 Message Date
485027f3f1 patch from Christian
this patch fixes the handling of daylight saving
2006-11-13 08:19:23 +00:00
e065856c7e automatically adding brackets around the ldap-search-filter, if the admin forgets it 2006-11-12 19:23:28 +00:00
6211b1457d some fixes and updates for the eTemplate tutorial 2006-11-12 09:03:11 +00:00
9e61aaf90d propset svn:keyword Id 2006-11-10 15:38:31 +00:00
522009d565 plugin and wrapper class for addressbook to use importexport framework 2006-11-10 15:35:35 +00:00
b7d62c7b09 initial import of my importexport work,
export is quite clean at the moment, but import needs lots of work, 

all the stuff is not really for production yet, but i import it now, so that the guy from metaways can also work on it.
most pending tasks:
- implement conversions based on regular expressions
- implement options of plugin
- rework import part (mostly ui)
2006-11-10 15:30:01 +00:00
fcc21fec4c updated german translation 2006-11-09 12:55:52 +00:00
0f4fee5b3f Horde iCalendar.php::parsevCalendar now accepts ';' AND ',' as field delimiter for EXDATE and FREEBUSY 2006-11-09 09:57:49 +00:00
1de2cd5e23 fixed my DTEND fix :-) only substract one second instead of 60 for whole day events 2006-11-08 12:16:00 +00:00
6173df6f48 * reworked api call for fckeditor 2006-11-08 08:06:27 +00:00
e186062d63 * don't display spell check button (needs some cleanup on server side) 2006-11-07 18:21:18 +00:00
8a0f08b54f * initial import of fckeditor
* added function to add fckeditor instead of tinymce
2006-11-07 18:18:22 +00:00
2151ad6579 ability to limit the app selectbox to certain apps 2006-11-07 18:04:33 +00:00
76ac8d4381 php5.2 fix: Catchable fatal error: Object of class etemplate could not be converted to string 2006-11-07 14:22:49 +00:00
a747ced726 added a "function exists" check 2006-11-07 06:39:55 +00:00
d9fdd0ed25 typo 2006-11-07 06:35:29 +00:00
a3ff8f3b2d added a "function exists" check 2006-11-07 06:32:00 +00:00
1facb0b7b0 added check for the gd-extension and the existens of the function 'imagecreatefromjpeg', which is only availible if the gd-extension is compiled with jpeg support. 2006-11-07 06:30:43 +00:00
db96ba1252 fix for participant status display for multibyte charsets (Japanese) 2006-11-07 06:14:31 +00:00
b157241ec8 lang updates 2006-11-06 23:12:29 +00:00
c6a16f6424 Adding Hindi language to list 2006-11-06 23:10:36 +00:00
21a3b81484 insert webdav 2006-11-06 15:57:55 +00:00
92474ad4ca fixed not settable minutes for sheduling backups 2006-11-06 13:30:40 +00:00
cc02f439d7 new dragdrop class -- Introduction in WIKI follows the next days 2006-11-05 09:59:38 +00:00
29ee0ffbeb new wz_dragdrop.js (v4.85) 2006-11-05 09:58:13 +00:00
9f7e22754c removed old wz_dragdrop.js version 2006-11-05 09:52:35 +00:00
3309ae8f09 egroupware overview 2006-11-03 14:38:25 +00:00
d3d8a90ee8 ensure correct DTEND value-type (timestamp) for later calculation in calendar import function 2006-11-03 13:17:00 +00:00
fa3a9da379 enhanced the select-widget to preserv cats added to an entry, which are unavailible for the current user (eg. because they are private cats of an other user or user-cats added the an address in the group-addressbook) 2006-11-03 10:56:40 +00:00
b7dbf4cbba Re-activated filter in calendar views with two states: all or hideprivate 2006-11-02 21:33:00 +00:00
c5d92cca87 adv search was not working with autohide sidebox in idots template 2006-11-02 13:52:24 +00:00
8831acc1c4 fixed Pim's addition to the session class: session of the anon user is destroyed, if he tries to enter an application he has no rights to. The check was before the allowed applications have been read ;-) 2006-11-01 09:40:04 +00:00
45fa4d0c1c fix for Nathan to allow again ':' in the links 2006-10-31 16:50:39 +00:00
3e6921d5b9 preserv cats if updateing contacts from import 2006-10-31 09:26:40 +00:00
25055b8603 improved advanced search:
- fixed not working paging (lost advanced search)
- uses now a named window and gives it focus
- disabled for org-views
- can be unset via clicking on the addressbook icon (index.php)
- last search can always be restored from session
2006-10-31 07:56:34 +00:00
ba311860b0 - fixed not always exported custom fields
- removed old ex_search method
2006-10-31 07:50:51 +00:00
cd9ecdf019 daylight saving fix for today from Christian 2006-10-29 12:51:53 +00:00
5d88ca4e00 typo fix from Christian 2006-10-29 12:49:05 +00:00
62831250e1 killed php warning if search returns no result 2006-10-28 10:11:42 +00:00
2e0e11d5a7 showing the query and keeping it when paging through the result 2006-10-28 09:38:20 +00:00
66abd0c259 re-added the account-search-types lost in the rewrite of the accounts-class 2006-10-28 09:32:56 +00:00
3dcbd0ae30 fixed adi's patch to allow again searching in other fields then the one used in account-filter (by default uid) 2006-10-28 09:32:04 +00:00
a934f999e9 restructured ldap connect function
- we bind now as ldap admin account to read the info about the ldap server
- we now try to use ldap v3 be default and fall back to ldap v2 when v3 fails
2006-10-28 08:38:17 +00:00
c431575d69 logic updates to advanced search 2006-10-27 13:10:51 +00:00
bcb22e45ef php < 5.1 fix for the advanced search 2006-10-27 12:03:37 +00:00
6564cbc99a info_custom_from was not set for links to in new entries, causing them to have custom from 2006-10-27 10:50:08 +00:00
e9cc37b01c link-entry widget returned wrong value, if value was preset and never changed, eg. InfoLogs created from PM or Addressbook 2006-10-27 10:48:29 +00:00
03c7a819d3 litte js bug 2006-10-27 10:22:50 +00:00
70e9f4f0bc remove never used spechial ie javascript 2006-10-27 10:05:31 +00:00
a44190c281 alldayevents can also start and end on different days 2006-10-27 05:54:11 +00:00