Oscar Manuel Gómez Senovilla
7e810995c6
use date format from preferences for showing dates
2006-09-16 23:05:31 +00:00
Oscar Manuel Gómez Senovilla
904daa5c28
pending additions
2006-09-16 16:01:19 +00:00
Oscar Manuel Gómez Senovilla
963f29d859
lang updates
2006-09-16 15:48:46 +00:00
Ralf Becker
a594d2f0b9
make sure multiple email-addresses in the mail attribute "survive"
2006-09-16 10:00:06 +00:00
Ralf Becker
e2ee971ac7
"editaccountemail" hook to allow other apps to monitor the changes
2006-09-16 09:59:29 +00:00
Cornelius Weiß
325bd84d47
fix for bug #1552616 => disapearing resources in calendar
2006-09-15 19:37:19 +00:00
Ralf Becker
058e175669
fix necessary for session-type php_restore
2006-09-15 16:36:09 +00:00
Ralf Becker
fb62796694
big performance improvment (developed and tested on an install with > 2000 users)
2006-09-15 16:19:39 +00:00
Ralf Becker
b064db8a7b
if duration, start- and end-time given, ignore the duration
2006-09-15 10:54:34 +00:00
Ralf Becker
b968f9327c
- ACL to allow non-admin users to edit certain (explicitly allowed) fields in their own account contact data
...
- new hook editaccountcontact to sync other apps with these data
- admin ACL "edit users" is now respected by the contact class for account-contact-data too (you can deny admins to edit accounts)
- fixed bug in ldap-backend: it was deleting all not set contact fields
2006-09-15 07:16:07 +00:00
Ralf Becker
df261614f5
fixed bug reported by Udgin <evolik-AT-gmail.com> (error when you have no project-label so far, eg. empty install)
2006-09-14 18:31:46 +00:00
Rob van Kraanen
53f18cea73
added extra icon for htmltree
2006-09-13 11:08:35 +00:00
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