Ralf Becker
f5cf1ed1d2
fixed error in ldap-backend: "Error saving the contact !!! 1"
2006-09-13 04:49:53 +00:00
Ralf Becker
f79aa7e65f
url's always uses slashes (SEP is a backslash under windows)
2006-09-12 17:30:26 +00:00
Ralf Becker
68cf1f4466
no need to versionate old files
2006-09-12 17:24:13 +00:00
Ralf Becker
6bef8418f1
- the level of integration with projectmanager is now configurable:
...
+ Both: allow to use ProjectManager and free project-names
+ None: use only free project-names
+ Full: use only ProjectManager
- new filter for none-selected for category and project
--> requires an updated trunk etemplate version!!!
2006-09-12 15:21:23 +00:00
Ralf Becker
03a7efb8a0
new sub-type for the nextmatch widget: custom filter. It allows to use any (select-)widget (specified as 1. option) as filterheader for the nextmatch widget. The accountfilter is now only a special case for the customfilter or filterheader.
2006-09-12 15:14:39 +00:00
Ralf Becker
aeb51ceee2
- make the validation-error interface public availible via the set_validation_error() and validation_errors() method
...
- fixed error in validation: a multiselect widget (using checkboxes) got a validation error, if no option was selected
2006-09-12 15:12:39 +00:00
Ralf Becker
6b5f54236b
upps
2006-09-12 11:55:54 +00:00
Ralf Becker
ab05b3eef6
- change jscalendar-setup url to include lang&dateformat, to force the browser to reload the file, if the user changes his prefs (we had a lot of bug-reports about not working jscal because of this in the past, maybe this should be commited to 1.2 too)
...
- documentation update
2006-09-12 11:51:02 +00:00
Ralf Becker
cd69f5bb27
- bugfix: [Save & New] lost links, now it can be used as a copy too
...
- [Add] button is now also on the top rights of the list (custom dates are on the left now)
- instead of a start-date+time plus the duration, you can now specify the start+date (required) plus 2 out of the following 3: start-time, duration, end-time
- the end-time for new entries is set to the aktual time, so you only need to fill the duration for a task you just finished
2006-09-12 10:37:13 +00:00
Ralf Becker
80138def68
small docu update
2006-09-12 07:32:34 +00:00
Ralf Becker
6499fb37f2
some fixes:
...
- class of select-widgets is now correctly geneated as attr class
- killed warning generated for boxes (array passed to htmlentities)
- class-vars now just set (not in the constructor, as required by php3)
2006-09-12 07:31:03 +00:00
Ralf Becker
82f5919d1c
fixed sql error in compatibility function old_read (colum-prefix was not added)
2006-09-11 10:48:54 +00:00
Ralf Becker
bafc6ab0e3
added custom fields to csv import
2006-09-11 07:16:38 +00:00
Ralf Becker
4e884eda9a
fixed problem with php4.3.2 (negative integer as index)
2006-09-10 06:40:56 +00:00
Cornelius Weiß
c57dadd8f7
new notification module
2006-09-07 07:04:15 +00:00
Cornelius Weiß
c4bb0dcf98
me again against svn
2006-09-07 06:58:58 +00:00
Oscar Manuel Gómez Senovilla
ff4e604bf2
spanish lang updates
2006-09-07 06:20:30 +00:00
Cornelius Weiß
2ba66910c5
typo
2006-03-07 05:27:50 +00:00
Cornelius Weiß
6667cca4de
New notificaion module
...
/**
* Notifies users according to their preferences.
*
* @abstract NOTE:Notifications are small messages. No subject and no attechments.
* If you need this kind of elements you probably want to send a mail, don't you :-)
* @abstract NOTE: This is for instant notifications. If you need time dependend notifications use the
* asyncservices wrapper!
*
* The classes doing the notifications are called notification_<method> and should only be
* called from this class.
*
*/
2006-03-06 17:11:45 +00:00
Cornelius Weiß
0144a3aa92
xajax check for upcomming notification module
2006-09-06 08:16:22 +00:00
Cornelius Weiß
a43348fc54
php sessions are ok for cli
2006-09-06 08:14:39 +00:00
Ralf Becker
f53f475e53
fixed bug reported on the list by Pierre Rigal: Admin >> Manage users shows only first N groups and not all (was caused by default param of '' instead of null in the depricated accounts::get_list() method used by admin)
2006-09-06 08:13:56 +00:00
Ralf Becker
b11016c31f
1.2.105 bugfix release
2006-09-05 14:12:52 +00:00
Oscar Manuel Gómez Senovilla
746988d553
mass lang updates
2006-09-04 17:15:19 +00:00
Ralf Becker
892e1edc89
some sanatizing ;-)
2006-09-03 05:12:42 +00:00
Ralf Becker
26fd3d2b97
fixed bug in ACL: grants from a group to an individual were not working and grants from a group to an other group were wrong
2006-09-01 11:03:29 +00:00
Cornelius Weiß
26802319b8
fix not working addition to links in mail_import
2006-08-31 18:38:59 +00:00
Lars Kneschke
e7b55ff593
handle birthdays from NOKIA clients
2006-08-31 03:08:23 +00:00
Ralf Becker
bb9fb665c9
- tinymce use absolute url's again (as in the previous release)
...
- docu update
- remove double cursor css-attribute, which gave a lot warnings in ff's javascrip console
2006-08-30 14:47:56 +00:00
Ralf Becker
0e5afc3ca4
fixed bug: umlauts and other non-ascii chars got corrupted in a nextmatch search, when you scroll with left and right arrows, the search value got unnecessary urlencoded
2006-08-30 13:22:51 +00:00
Ralf Becker
72b1b39de6
an other bug in the multi-domain-update: schema_proc was still working on the db-connection of the other domain. Fixed now too
2006-08-30 12:58:37 +00:00
Lars Kneschke
ec4775d827
added missings table definition again. It got lost while moving syncml tables around.
2006-08-30 12:56:55 +00:00
Rob van Kraanen
a442354990
added new icon for succes
2006-08-30 12:13:33 +00:00
Ralf Becker
3cd3484c2f
fixed big bug in setup-cli on updating multiple domains: only the update on the first domain run correct, the further domains only get the version-number upgraded, but not the schema. This is fixed now.
2006-08-30 04:48:56 +00:00
Ralf Becker
90b8c3e5fd
errors were not output, because of a missing echo
2006-08-30 04:47:28 +00:00
Lars Kneschke
4bc6ad098e
added a new option, to filter the allowed attribute values by regular expression
2006-08-29 18:45:17 +00:00
Rob van Kraanen
a1abed870a
added help-icon
2006-08-29 13:04:22 +00:00
Ralf Becker
9a0b69235a
removed a left over diagnostics
2006-08-29 06:41:00 +00:00
Ralf Becker
998d51bef4
- fixed bug reported by Deti Fliegl: [ 1548175 ] Pictures in Addressbook cannot be deleted
...
- docu update
2006-08-29 04:19:38 +00:00
Ralf Becker
e907216780
fixed bug reported by Deti Fliegl: [ 1548175 ] Pictures in Addressbook cannot be deleted
2006-08-29 04:18:32 +00:00
Ralf Becker
52f02a4ec2
small documentation update
2006-08-29 04:16:00 +00:00
Ralf Becker
fc2afcea25
- hook to tell projectmanager to cumulate timesheets under infologs
...
- phpDoc headers
2006-08-26 16:32:29 +00:00
Ralf Becker
e88c4e3eb3
- new method get_3links, to get all links from a given app's entries to an other app's entries, which both link to the same 3. app and id
...
- documentation update phpDoc headers
2006-08-26 15:58:26 +00:00
Ralf Becker
96f0c4a199
fixed tooltip for planner (allways showed 0:00, 0h in header)
2006-08-25 08:17:40 +00:00
Ralf Becker
47d18e092a
fixed not working address import from FMail under ldap
2006-08-24 16:06:45 +00:00
Lars Kneschke
c2a7644b5e
fix logic problem
2006-08-24 11:50:09 +00:00
Ralf Becker
2229fae121
setting the correct charset for the new xajax version
2006-08-24 11:14:25 +00:00
Ralf Becker
e53b4f7b17
setting the correct charset for the new xajax version
2006-08-24 10:53:09 +00:00
Lars Kneschke
698c0d9416
ad font tag as valid html tag
2006-08-24 09:49:38 +00:00
Lars Kneschke
0904b6e846
patch from christian binder
...
35-45: set vars for mapping prioritys from and to handheld
82: set PRIORITY attribute on export
173-181: handle PRIORITY field on import
2006-08-24 09:48:29 +00:00