Ralf Becker
|
9aa040bec2
|
"fixed not working last event"
|
2008-02-15 02:17:47 +00:00 |
|
Ralf Becker
|
7c5b6c94d6
|
"removing replacements for empty cf's (finally)"
|
2008-02-15 01:36:58 +00:00 |
|
Ralf Becker
|
722903656b
|
missing commit for contacts colored by category in the link search
|
2008-02-15 01:36:43 +00:00 |
|
Klaus Leithoff
|
d349ffed88
|
ouch, forgot a closing bracket, ...
|
2008-02-14 07:46:18 +00:00 |
|
Klaus Leithoff
|
ee3377d1f2
|
small bugfix for a bug/phpwarning (empty haystack...) appearing occasionally while building up templates
|
2008-02-14 07:40:16 +00:00 |
|
Klaus Leithoff
|
54e606e2a0
|
after trouble with the advanced search in connection with the distributionlist tab in addressbook, some modifications that should fix the problem.
|
2008-02-13 13:40:57 +00:00 |
|
Cornelius Weiß
|
0fca3cab3a
|
fix typo asterix -> asterisk :-)
|
2008-02-12 19:55:21 +00:00 |
|
Cornelius Weiß
|
1b3eff88ea
|
fix typo asterix -> asterisk :-)
|
2008-02-12 19:44:20 +00:00 |
|
Cornelius Weiß
|
ed6fea6f5b
|
performance enhancement: accounts::search
|
2008-02-12 15:57:39 +00:00 |
|
Cornelius Weiß
|
86f6654c8c
|
fix the "to many categories" problem with ldap backend
|
2008-02-12 15:55:26 +00:00 |
|
Cornelius Weiß
|
1bf5414fc7
|
performance enhancement: accounts::search
on the test installation with 7200 accounts it reduces time for account-sel popup from 15 to < 1 sec
|
2008-02-12 15:45:10 +00:00 |
|
Cornelius Weiß
|
638fe65b75
|
fix the "to many categories" problem with ldap backend
|
2008-02-12 15:39:52 +00:00 |
|
Klaus Leithoff
|
5fc31705b2
|
fixed a bug/typo reported by stefan becker
|
2008-02-11 07:53:54 +00:00 |
|
Oscar Manuel Gómez Senovilla
|
54ef56c27a
|
lang updates
|
2008-02-09 22:01:42 +00:00 |
|
Lars Kneschke
|
581d5b2625
|
rewrote the uiaccountsel class to use the global instance of the accounts class and not it's own
|
2008-02-08 11:35:20 +00:00 |
|
Lars Kneschke
|
8c8e793fee
|
use the new accounts singleton and set only the accountId
|
2008-02-08 11:32:10 +00:00 |
|
Lars Kneschke
|
2403c5d0f7
|
use the new singleton pattern for the accountsclass
|
2008-02-08 11:30:40 +00:00 |
|
Lars Kneschke
|
d31d731513
|
resolve the group grants only, when the we are not using the ldap accounts backend, because resolving the memberships using ldap is very slow currently
|
2008-02-08 11:29:37 +00:00 |
|
Lars Kneschke
|
48a17e28c1
|
added a singleton pattern to the accounts class
|
2008-02-08 11:27:54 +00:00 |
|
Lars Kneschke
|
ed7b31d496
|
commented out not working code
|
2008-02-08 11:24:04 +00:00 |
|
Lars Kneschke
|
252f2a964b
|
use the global instance of the accountsClass and create a own connection to the accounts backend
|
2008-02-08 11:21:32 +00:00 |
|
Lars Kneschke
|
09f1287d6c
|
using the singleton passtern to get a instance of the accounts class and call the setAccountId function to set the accountId
|
2008-02-08 11:20:50 +00:00 |
|
Lars Kneschke
|
51f14c8d82
|
don't resolve group grants when using the addressbook, as resolving group memberships is currently extremly slow, with bigger installations
maybe we can also fix it different
|
2008-02-08 11:19:41 +00:00 |
|
Lars Kneschke
|
31f2ea4a07
|
minor formating changes
|
2008-02-08 11:16:40 +00:00 |
|
Lars Kneschke
|
844936d19b
|
added singelton pattern to the accounts class and added function to set accountId without needing to call the construtor
|
2008-02-08 11:16:09 +00:00 |
|
Lars Kneschke
|
bec1c05070
|
disabled not working code
|
2008-02-08 11:14:47 +00:00 |
|
Klaus Leithoff
|
1666c3f100
|
added and corrected some AT holydays
|
2008-02-08 08:04:27 +00:00 |
|
Klaus Leithoff
|
fb1608b8b0
|
and corrected som spelling problems
|
2008-02-07 14:48:26 +00:00 |
|
Klaus Leithoff
|
f994b17b3e
|
Added the needed languagefiles and translated some more lines
|
2008-02-07 14:31:14 +00:00 |
|
Klaus Leithoff
|
d57e906f65
|
feature regarding recuring events. ask user to edit either an exeption or the series. this was sponsored (together with the listview features) by
Verwaltung UNI-MAINZ, and developed by S.Becker.
|
2008-02-07 13:59:34 +00:00 |
|
Ralf Becker
|
e3ee4fb7dc
|
new egw_vfs class, with many static methods to access the new vfs, see the documentation in the header of egw_vfs
|
2008-02-07 06:37:45 +00:00 |
|
Ralf Becker
|
baa574dd42
|
fix for bug reported by audiohazard-at-gmx.de on the devel list
|
2008-02-07 04:37:42 +00:00 |
|
Ralf Becker
|
e7a3f37f06
|
fix for bug reported by audiohazard-at-gmx.de on the devel list
|
2008-02-07 04:35:12 +00:00 |
|
Ralf Becker
|
ea2c699f5c
|
allow the link-query method of an app to set further attributes of the option used to display the entry, eg. a title (tooltip) of a certain entry: instead of id => title pairs, you return eg id => array(label=>title,title=>tooltip) like for html::select or the select widget
|
2008-02-07 02:54:11 +00:00 |
|
Ralf Becker
|
9eaa3efb75
|
- $$calendar/-1/...$$ for data of the last event
- showing a category path (full cat hierarchy), if category tree is configured
- deleting placeholders of empty (not-stored) custom fields
|
2008-02-07 02:45:48 +00:00 |
|
Ralf Becker
|
b2be83b0da
|
new id2name parameter $item="path" to get a / delimited path of the cat hierarchy (names of the parents)
|
2008-02-07 02:40:43 +00:00 |
|
Ralf Becker
|
0a716b3342
|
_GET parameter to directly create an exception (for Stefan to add Outlook like questions "Do you want to edit the serie or just this event?"), parameter is exception=1 and works only for recuring events
|
2008-02-07 02:38:55 +00:00 |
|
Klaus Leithoff
|
1163804989
|
feature to have a bit more possibilities to set your own calendar listview, by offering title,description,owner,location and recure as single column,
and offer to display start and enddate as date with either dow,weekday or both prefixed before the date
|
2008-02-05 15:50:54 +00:00 |
|
Klaus Leithoff
|
09612e4f58
|
documented the feature (week+dow) accordingly
|
2008-02-05 15:41:41 +00:00 |
|
Klaus Leithoff
|
20fccf9bf6
|
prepare the date widget to output a very long dateformat (week + dow)
|
2008-02-05 15:34:07 +00:00 |
|
Nathan Gray
|
f733365165
|
Don't replace classname when user arrows through the list
|
2008-02-04 21:55:13 +00:00 |
|
Nathan Gray
|
85701b40af
|
Added tab support so users can press tab and select the current (or first) row - thanks ot Raphael Alla for the patch
Added up / down arrow support so users no longer need to use the mouse. Tested on Mac Firefox, Safari and IE6
|
2008-02-04 21:49:50 +00:00 |
|
Klaus Leithoff
|
55eb8ece48
|
adding the feature of viewing the distributionlists of a contact in list and singleview
enabling longer orgnames and emailaddresses
|
2008-01-31 12:52:43 +00:00 |
|
Klaus Leithoff
|
4fd4d8fb6a
|
update functionality to regard the new sized fields org_name, contact_email and contact_email_home
|
2008-01-31 12:39:05 +00:00 |
|
Klaus Leithoff
|
6ea71715f8
|
new egw_addressbook definition because of table alterations of that table
|
2008-01-31 12:37:16 +00:00 |
|
Klaus Leithoff
|
e1214a3896
|
increment version, because of table field alterations in egw_addressbook
|
2008-01-31 12:35:15 +00:00 |
|
Klaus Leithoff
|
08e5fa0497
|
prevent the mb_convert_encoding to return with an empty string, for the failing of the conversion in that function results in an empty string as
well.
|
2008-01-31 12:31:18 +00:00 |
|
Klaus Leithoff
|
a0cee847a2
|
small bugfix while getting the grants, since analyzing grants for read/write access in infolog returned less results than expected. this was
suggested by Ralf for testing.
|
2008-01-31 12:23:46 +00:00 |
|
Christian Binder
|
5b699573e4
|
enabled class autoloading for notifications, let admins enable or disable notification backends, security fixes for email and egwpopup backend, unified link arrays used for notifications
|
2008-01-30 18:58:00 +00:00 |
|
Ralf Becker
|
e657227035
|
new vfs-stream-wrapper class, which uses a fstab (in a static class var at the moment) to mount different filesystems/stream-wrappers together in a single virtual file system for eGroupWare, can be tested with filemanager/ls.php and the default fstab of / => oldvfs:/
|
2008-01-30 06:51:54 +00:00 |
|