José Luis Gordo Romero
58976112e9
Forgot added new icon (copy of move.gif without left space)
2007-11-20 20:31:15 +00:00
Patrick Bihan-Faou
65d3ecaa5b
Fix the synml fragmentation support problem detected on some phones
...
such as the Nokia E61.
This affected most phones/devices that use SyncML with the vcard/vcalendar
format.
Fix from Christoph Kaulich, thanks.
2007-11-19 11:16:24 +00:00
Cornelius Weiß
a1eb61f102
fix for reading empty files. This caused problems with mac os x as WebDAV client
2007-11-18 20:04:58 +00:00
Pim Snel
6ee73eebff
add kinyarwanda lang
2007-11-12 14:25:47 +00:00
Oscar Manuel Gómez Senovilla
6c0db1110b
catalan updates for trunk
2007-11-10 23:22:17 +00:00
Oscar Manuel Gómez Senovilla
54066896e8
big commit: all lang files not in utf-8 converted to utf-8, including charset phrase
2007-11-10 22:46:02 +00:00
Oscar Manuel Gómez Senovilla
895ba44b47
Updated czech translation files, using provided utf-8 files
2007-11-09 16:46:15 +00:00
Pim Snel
d5bee12334
initial setup of the Kinyarwanda (Rwanda, East Congo, South Uganda, West Tanzania) language file
...
soon people in Kigali Rwanda will start translating
2007-11-08 15:55:58 +00:00
Ralf Becker
90f39cef39
"encryption" type plain for sql and ldap, to allow to store the passwords readable
2007-11-06 11:16:34 +00:00
Ralf Becker
742f10831b
not using gidNumber for autocreating accounts, as it means nothing on our system and it stops the group selected in setup from beeing used
2007-10-28 06:04:16 +00:00
José Luis Gordo Romero
7ab746e386
[Oracle Support]
...
- Enable $noNullString in oci8 driver, this solves inserts blanks on NOT NULL columns that are not part of the
primary key
- Fixes problems as group creation, and others
2007-10-21 07:53:22 +00:00
Ralf Becker
761cb8c9a0
"allow mixed installations of trunk and 1.4 apps, by reading both langfiles"
2007-10-19 13:02:55 +00:00
Ralf Becker
bd4b0cc4ef
"added a query log, independent of the db used"
2007-10-19 05:48:52 +00:00
Ralf Becker
598a63379c
"added a query log, independent of the db used"
2007-10-19 05:46:39 +00:00
José Luis Gordo Romero
3081b0a05a
ORA - Fixed schema creation (indexes, triggers and secuences):
...
Indexes: The solution of put the index name of the first columnt dont't
work because duplicates, create instead a hash of the large name (PHP 5
>= 5.1.2, PECL hash:1.1-1.5) with an fixed char at beginning (Oracle
objects names can't start with a number)
Secuences & triggers: create a a hash of the large name.
2007-10-18 04:29:16 +00:00
Ralf Becker
015180cd06
"fixed bug introduced by my commit r24522: egw could not deal with LDAP Ids"
2007-10-17 14:40:02 +00:00
Oscar Manuel Gómez Senovilla
a840dd6d45
rest of pending files for the egw_ prefix update
2007-10-14 18:48:56 +00:00
Oscar Manuel Gómez Senovilla
adfbd598d9
lang files with egw prefix
2007-10-14 16:15:28 +00:00
Oscar Manuel Gómez Senovilla
b018b25a15
API changes to handle egw_ prefix in lang files
2007-10-14 16:12:39 +00:00
Ralf Becker
d8598d36a7
"removed double assignment"
2007-10-12 16:11:35 +00:00
Klaus Leithoff
dbb80581b7
fix of small typo in function convert
2007-10-12 11:10:25 +00:00
Ralf Becker
e024ecd870
"Patch #1149 from JF B: get_egwId could not deal with dashes in the Id, which can happen with LDAP"
2007-10-12 05:52:57 +00:00
Ralf Becker
34816b372f
fixed instance selection by server-name to additionally find instance names containing only the domain-part (eg. www.domain.com matches instance domain.com, if no www.domain.com instance exists)
2007-10-11 11:44:39 +00:00
Ralf Becker
74c9b0ccb7
fix prevent deleting of accounts via SyncML and to read private flag from the DB if missing
2007-10-11 06:24:57 +00:00
Lars Kneschke
df9ba564c2
patch from Patrick Bihan-Faou to fix contact duplication
2007-10-10 07:21:00 +00:00
Ralf Becker
ea3994993d
fixed not returned global and other user cats in name2id (eg. if contacts stored in LDAP or SyncML), the so far only returned personal and application global cats have priority
2007-10-07 07:00:03 +00:00
José Luis Gordo Romero
96ed4814ac
OCI8 ADODB - Fix imported from adodb 5.02 (Control triggers and secuence names > 30 chars, oracle restriction)
2007-09-30 03:00:03 +00:00
Carsten Wolff
cd18e2cd87
fixed sql syntax error
2007-09-29 18:58:28 +00:00
Ralf Becker
7b6a1013fc
SyncML patches from patrick.bihan-faou-AT-mindstep.com (without
...
logout+mbstring stuff), small modification to use the already exiting
methodes to generate full name and fileas)
The code is commited to trunk only at the moment to allow testing of it.
If everything goes well, we intend to commit it to 1.4 branch too.
Here's the original description of the patch by Patrick:
- handles the default config for current versions of funambol (i.e. the
scard/stask/snote/scal locations)
- tries to be a bit smarter on how the data content should be encoded
based on what the client specified (sif+base64/vcard, / fragmented or
not, etc.)
- workaround a bug in some versions of funambol, where funambol does not
specify the proper sif type for the type of requested data
- imported patch #117 from egw's tracker
- make sure that the logs generated by the horde code go to stderr so
they can be view in the webserver's logs
- as much as possible reduce code duplication. For example, the
categories are handled in the parent classes for both the SIF avn VCAL
formats for each type of data (addressbook,infolog,calendar).
- make sure the code can handle more than one categories in each
direction
- treat the 'sony ericsson' vendor string just like 'sonyericsson', the
newer phones apparently have a space in the vendor string... (this
touches some files in the icalsrv as well)
- handle notes: these should now work with everything (funambol or
other)
- remove more code duplication: the syncml "api" for the various data
types (calendar, contacts, infolog) is now common for both the vcard and
sif data formats (cf the files that need to be removed)
- handle the "privat" filter in infolog like the "private" filter (some
part of the code use the name without the trailing e)
- imported patch # 267 from egw's tracker
2007-09-29 10:29:48 +00:00
Ralf Becker
82f2b4e91f
global bytes() function returning the number of bytes of a string, independent of mbstring available and mbstring.func_overload set
2007-09-29 09:17:42 +00:00
Carsten Wolff
645750297f
explicitly enable casts between text and bytea for transparent use by schema_proc
2007-09-27 22:06:58 +00:00
Klaus Leithoff
bdf27e11d9
Merged language Patch from r24464 (1.4) to trunc.
2007-09-25 10:21:19 +00:00
Oscar Manuel Gómez Senovilla
e385c6412f
retry for patch 1170
2007-09-25 07:37:31 +00:00
Ralf Becker
95d03648cb
setting version to 1.4.002 for the upcomming bugfix/maintainance release
2007-09-24 08:45:49 +00:00
Ralf Becker
ad8561debb
setting version to 1.4.002 for the upcomming bugfix/maintainance release
2007-09-24 08:45:33 +00:00
Oscar Manuel Gómez Senovilla
e5eac71f71
pending lang updates
2007-09-13 13:57:21 +00:00
Klaus Leithoff
a10101d640
Fix for a problem with cumulating timesheets when the linking application is other than initiated by $app1, means for whom link_app1=$app1 and app1
...
being the application passed on in the get_3links function parameter list.
2007-09-12 13:17:02 +00:00
Ralf Becker
a5dc5e8b0d
calculation of rfc822 dates was not working with half hour time zones used eg. in Australia, set smtp timeout to 30s, as there are multiple reports 10s is to less
2007-09-05 07:50:49 +00:00
Ralf Becker
820bb9b592
calculation of rfc822 dates was not working with half hour time zones used eg. in Australia, set smtp timeout to 30s, as there are multiple reports 10s is to less
2007-09-05 07:50:10 +00:00
Ralf Becker
c2ec0ba5d7
fixed not found user searched by email, if there's also a contact with that email
2007-08-24 10:54:16 +00:00
Ralf Becker
097238311b
fixed not found user searched by email, if there's also a contact with that email
2007-08-24 10:53:26 +00:00
Ralf Becker
fa8bef1312
typo
2007-08-23 10:22:55 +00:00
Ralf Becker
47ddd5f714
a fix to get the memcache session handler working with SyncML: the way SyncML/Horde handles the session (calling session_destroy) unloads our custom memcache handler
2007-08-23 10:18:14 +00:00
Ralf Becker
f17e9b4032
to allow other code (eg. the SyncML code from Horde) to open the eGW session, we use a first memcache key identical to the original memcache session handler (for the first junk/1MB)
2007-08-17 15:53:19 +00:00
Ralf Becker
4c59fcbc76
1024*1024 is too big, maybe some account-info needs to be added
2007-08-17 14:31:15 +00:00
Ralf Becker
4011dba79b
memcache session handler, which can deal with typical eGW sessions > 1MB (the one included in the pecl extension fails)
2007-08-17 13:56:06 +00:00
Ralf Becker
197ff0abf5
typo
2007-08-06 13:35:35 +00:00
Ralf Becker
1167050962
typo
2007-08-06 13:33:19 +00:00
Klaus Leithoff
dc2acf4428
added OpenOffice Fileextensions to class.mime_magic.inc.php;
...
fixed a problem for the refreshing of a directory: mime_types got lost, when refreshing and the mime type could not be determined by get_real_info.
the fix uses the phpgwapi.mime_magic.ext2mime function to determine the mime_type if the common method fails to find one.
2007-07-31 13:58:15 +00:00
Ralf Becker
6adc9e307f
fixed problem caused by non existing session-object in setup, reported und the user list
2007-07-27 09:36:33 +00:00
Ralf Becker
9b476e0687
fixed problem caused by non existing session-object in setup, reported und the user list
2007-07-27 09:36:00 +00:00
Ralf Becker
07c02d6f91
"fixed problem reported on the german list: memberships get not set if a new user gets creted in ldap
...
It turned out to be a caching problem, as the cache of the accounts-class still contained a failed id2name resolution for the new account.
This was caused by the session-restore with stored the cache in the global accounts object ($GLOBALS[egw]->accounts) too.
Now the global cache is in the global account-object and all other account objects use just a reference to that cache. It get stored from common::egw_final by calling $GLOBALS[egw]->accounts->save_session_cache() in the session."
2007-07-27 07:48:51 +00:00
Ralf Becker
d899beeb55
"fixed problem reported on the german list: memberships get not set if a new user gets creted in ldap
...
It turned out to be a caching problem, as the cache of the accounts-class still contained a failed id2name resolution for the new account.
This was caused by the session-restore with stored the cache in the global accounts object ($GLOBALS[egw]->accounts) too.
Now the global cache is in the global account-object and all other account objects use just a reference to that cache. It get stored from common::egw_final by calling $GLOBALS[egw]->accounts->save_session_cache() in the session."
2007-07-27 07:46:55 +00:00
Ralf Becker
55244dc6d9
fixed not working semaphore in asyncservice (we are not supporting table locks anymore / since 1.2)
2007-07-26 09:23:10 +00:00
Ralf Becker
4f6b0ae2da
fixed not working semaphore in asyncservice (we are not supporting table locks anymore / since 1.2)
2007-07-26 09:22:28 +00:00
Ralf Becker
32b19397ae
fix for bug 'etemplate tree widget does not work in IE6' reported on the developer list uwe.redecker-AT-t-online.de
2007-07-24 09:32:28 +00:00
Ralf Becker
9f1df33c74
first version of a tree widget (atm the whole tree need to be supplied, like for select)
2007-07-22 13:23:44 +00:00
Ralf Becker
9909652b9b
changed search order and added some caching, to minimize db-accesses in country_code
2007-07-18 06:11:04 +00:00
Ralf Becker
0d3caf95a8
changed search order and added some caching, to minimize db-accesses in country_code
2007-07-18 06:09:26 +00:00
Ralf Becker
f4dd877cff
quitent warning when vfs trys to delete an in the db non-existing file
2007-07-16 09:19:11 +00:00
Ralf Becker
ef51f663b7
quitent warning when vfs trys to delete an in the db non-existing file
2007-07-16 09:18:16 +00:00
Ralf Becker
e6e31f6c3d
removed background under app-header on printing
2007-07-08 10:27:23 +00:00
Ralf Becker
379236da4e
removed background under app-header on printing
2007-07-08 10:14:55 +00:00
Cornelius Weiß
909609ebbc
backport syncML fixes
2007-07-04 19:14:35 +00:00
Ralf Becker
b8afdbe56b
fixed date-type problem in restore reported on the german list
2007-07-03 08:22:25 +00:00
Ralf Becker
c4a17cf53f
"fixed date-type problem in restore reported on the german list"
2007-07-03 08:21:29 +00:00
Cornelius Weiß
33e8f690c3
fix: SyncML produced dublets, due to the map command when entries come from client
2007-07-02 18:34:48 +00:00
Cornelius Weiß
21a7ecd969
add generic helper function for filter support
2007-06-30 11:25:22 +00:00
Ralf Becker
a542085c7e
fixed bug reported from sim <sim-at-compulab.co.il>: _read_group not searching for posixGroup, which makes problems if you have identical numbers and context for users and groups
...
also added a filter for objectclass=posixAccount to _read_user
2007-06-27 05:27:43 +00:00
Ralf Becker
a55b1a5163
"fixed bug reported from sim <sim-at-compulab.co.il>: _read_group not searching for posixGroup, which makes problems if you have identical numbers and context for users and groups
...
also added a filter for objectclass=posixAccount to _read_user"
2007-06-27 05:26:46 +00:00
Ralf Becker
96eaf62eda
fix for sequenzes tables are depending on for postgres 8.x, thanks to Peter Eisentraut
2007-06-25 15:58:49 +00:00
Ralf Becker
4b80391b71
"fix for sequenzes tables are depending on for postgres 8.x, thanks to Peter Eisentraut"
2007-06-25 15:57:19 +00:00
Lars Kneschke
b3c26c09c7
merge from trunk
2007-06-25 09:00:22 +00:00
Lars Kneschke
495abdd139
fixed handling of too long syncml id's
2007-06-25 08:55:20 +00:00
Lars Kneschke
244097e99c
added special handling to better detect funambol clients
2007-06-24 23:52:41 +00:00
Oscar Manuel Gómez Senovilla
99771edd87
language updates
2007-06-24 21:55:08 +00:00
Ralf Becker
1be4bf91d1
fix to detect if a table depends on a sequence to not try to drop it separate, thanks to Peter Eisentraut <peter_e-at-gmx.net>
2007-06-24 08:37:16 +00:00
Ralf Becker
8f1f3f68cb
"fix to detect if a table depends on a sequence to not try to drop it separate, thanks to Peter Eisentraut <peter_e-at-gmx.net>"
2007-06-24 08:36:20 +00:00
Ralf Becker
af7edc4008
fixed access to parent dir off session.save_path, which gives errors under open_basedir
2007-06-22 18:25:35 +00:00
Ralf Becker
bd30386440
"fixed access to parent dir off session.save_path, which gives errors under open_basedir"
2007-06-22 18:23:11 +00:00
Ralf Becker
a8754660f0
added note about newer openLDAP with hardcoded uid/gidNumber attribute
2007-06-21 08:59:53 +00:00
Ralf Becker
8f6c4a3d88
"added note about newer openLDAP with hardcoded uid/gidNumber attribute"
2007-06-21 08:58:15 +00:00
Ralf Becker
4ab35f71ef
implemented automatic truncate of varchars to their max size for postgres, to fix SQL errors which cause eg. SyncML to fail under Postgres
2007-06-20 18:49:00 +00:00
Ralf Becker
059ca86239
"implemented automatic truncate of varchars to their max size for postgres, to fix SQL errors which cause eg. SyncML to fail under Postgres"
2007-06-20 18:47:14 +00:00
Ralf Becker
ff26c43642
- fixed problem reported by JOYDEEP on the user-list: disabled accounts can still login under the ldap account backend
2007-06-20 07:43:09 +00:00
Ralf Becker
23c2f997fc
"- fixed problem reported by JOYDEEP on the user-list: disabled accounts can still login under the ldap account backend"
2007-06-20 07:40:59 +00:00
Ralf Becker
48289a5fdd
- fixed handling of passwords with special chars
...
- made handling of empty passwords more obvious
- fixed primary group to use negative group-id
- patch 889: support other apache mod_auth_*
2007-06-20 06:55:59 +00:00
Ralf Becker
1697a56468
"- fixed handling of passwords with special chars
...
- made handling of empty passwords more obvious
- fixed primary group to use negative group-id"
2007-06-20 06:49:02 +00:00
Klaus Leithoff
f0f3152222
the splitting with a complex regex for the parseDate does not work with old javascript. reworked it so splitting is done possible (date) delimiter by delimiter
2007-06-15 13:55:04 +00:00
Klaus Leithoff
de282bc4d5
the splitting with a complex regex for the parseDate does not work with old javascript. reworked it so splitting is done possible (date) delimiter by delimiter
2007-06-15 13:36:23 +00:00
Ralf Becker
bfb48bc52f
fixed sql account backend to return array() instead of false for groups without members (can be created by deleting all users, which are members)
2007-06-15 07:56:43 +00:00
Ralf Becker
dcf1a53a74
"fixed sql account backend to return array() instead of false for groups without members (can be created by deleting all users, which are members)"
2007-06-15 07:55:42 +00:00
Ralf Becker
04ba662494
small enhancement to keep the attachments, 'til the infolog entry gets finally deleted
2007-06-14 06:16:19 +00:00
Ralf Becker
e7b8845f71
fix for bug reported on the german list
2007-06-13 15:38:21 +00:00
Ralf Becker
e54535cfc8
"fix for bug reported on the german list"
2007-06-13 15:37:10 +00:00
Ralf Becker
0f5ea8c016
switching FCK's encoding as html entities off, as we correctly handle charsets and it messes up the wiki totally
2007-06-13 08:36:39 +00:00
Ralf Becker
8eda1028a3
"switching FCK's encoding as html entities off, as we correctly handle charsets and it messes up the wiki totally"
2007-06-13 08:35:13 +00:00
Ralf Becker
789b207183
fixed now working wiki after update from 1.0.0
2007-06-12 15:39:26 +00:00
Ralf Becker
cec25ce548
fixed now working wiki after update from 1.0.0
2007-06-12 15:38:04 +00:00
Ralf Becker
e1d55562ff
bugfix: async service "sometimes" misses jobs (db-class was not cloned but copied)
2007-06-10 08:48:19 +00:00
Ralf Becker
3ddd4a7d17
bugfix: async service "sometimes" misses jobs (db-class was not cloned but copied)
2007-06-10 08:47:14 +00:00
Ralf Becker
331c2a70a0
deny ADS logins with empty passwords, in case anonymous search/bind is enabled on ADS
2007-06-08 15:43:15 +00:00
Ralf Becker
d56c51d71d
deny ADS logins with empty passwords, in case anonymous search/bind is enabled on ADS
2007-06-08 15:42:07 +00:00
Ralf Becker
434346bb0b
fixed not working context sensitiv manual page for site config pages
2007-06-08 10:26:18 +00:00
Ralf Becker
6ca395375e
fixed not working context sensitiv manual page for site config pages
2007-06-08 10:24:20 +00:00
Ralf Becker
01f44ef311
"fix for konq, if multiselect is in a right-alinged table-cell or box"
2007-06-07 10:29:56 +00:00
Ralf Becker
e3b5d92290
fixed trunk update, was including the old stuff twice
2007-06-05 05:18:01 +00:00
Ralf Becker
a6e10055b8
pusing the version to 1.5.001 our new development version
2007-06-04 07:05:53 +00:00
Ralf Becker
d12300031d
pusing the version to 1.4.001 for the final release
2007-06-04 06:47:16 +00:00
Ralf Becker
09810b4b7b
merged changed in trunk between 23961:24008, with the exception of changes in tracker to the new tracking infrastructure, plus adding the svn-helper script
2007-06-04 06:43:09 +00:00
Oscar Manuel Gómez Senovilla
5278ea7463
Fix for bad charset for "Spanish" translation
2007-06-03 22:14:28 +00:00
Ralf Becker
6ce9cd6e03
"added update from 1.2.107"
2007-06-03 21:04:54 +00:00
Oscar Manuel Gómez Senovilla
a33363a884
Czech translation in #824 and extra pending language updates
2007-06-03 18:01:21 +00:00
Ralf Becker
5e59f78c8f
"fixed bug reported on the list: not working backup&restore because of blob columns: they get base64 encoded now"
2007-06-03 17:57:40 +00:00
Ralf Becker
71141e4b14
"fixed not working search for groups"
2007-06-03 15:17:37 +00:00
Oscar Manuel Gómez Senovilla
688dd5f46f
Latest lang updates
2007-05-31 14:49:26 +00:00
Ralf Becker
7ed708df75
NOT FOR 1.4: a very first step to the new vfs structure, it only does a ls via commandline of the old vfs
2007-05-29 08:35:27 +00:00
Lars Kneschke
c34ff4d0f2
merge from trunk(revision 23948:23958) to 1.4 branch
2007-05-27 07:51:16 +00:00
Ralf Becker
c7b304fd55
updated API version for 1.4RC2
2007-05-27 06:41:31 +00:00
Ralf Becker
43672fa9a4
"layout fix: more compact"
2007-05-27 06:34:18 +00:00
Ralf Becker
23b75e9e91
"bugfix: removed accidently (not working) added search for groups"
2007-05-27 06:26:17 +00:00
Ralf Becker
233a414efe
new about page from Sebastian Ebeling
2007-05-26 19:06:12 +00:00
Lars Kneschke
f32da9bdc0
merge from trunk(revision 23930:23943) to 1.4 branch
2007-05-26 06:59:35 +00:00
Ralf Becker
ff5ced8be3
not used since some time
2007-05-25 21:06:10 +00:00
Ralf Becker
1e9b08d510
fixed problems pointed out by Janosch Machowinski <scotch-AT-tzi.de>
2007-05-25 12:18:00 +00:00
Lars Kneschke
aae7286748
merge from trunk(revision 23925:23930) to 1.4 branch
2007-05-25 11:37:39 +00:00
Lars Kneschke
aee25f82df
fix for a sometime not terminating loop. patch provided by knut moeller
2007-05-25 08:24:22 +00:00
Ralf Becker
b8f54d1408
"fixed IE cookie problem: IE seems not to care for the path when deleting cookies, beside using the oposite order in processing the cookies"
2007-05-24 10:11:35 +00:00
Ralf Becker
83a9989e57
"fixed IE cookie problem: IE seems not to care for the path when deleting cookies, beside using the oposite order in processing the cookies"
2007-05-24 10:10:20 +00:00
Lars Kneschke
3ce7f3de4d
merge from trunk(revision 23912:23925) to 1.4 branch
2007-05-23 21:39:52 +00:00
Ralf Becker
755261fe6a
"fixed possible dublicated session-id of our own session-id creation function, by using the php one"
2007-05-23 18:04:05 +00:00
Ralf Becker
497cabb832
"fixed some 'funny' bugs if session-id is in the URL, by adding the session-related vars first (eg. creation of distribution lists does not work)"
2007-05-23 10:36:53 +00:00
Ralf Becker
c2bb34cd4e
fixed missing translation of monthnames after removing the asterisk prefix for untranslated phrases
2007-05-22 18:02:41 +00:00
Lars Kneschke
fa7b6e5504
merge from trunk(revision 23873:23912) to 1.4 branch
2007-05-22 04:04:13 +00:00
Ralf Becker
852f8149b2
"fixed error in fmail compose under Konqueror: fallback textarea is only 4 lines high, not 400px, as FCK expects the heigt as number and adds px itself
...
also removed the commented out tinymce code"
2007-05-21 06:19:42 +00:00
Ralf Becker
80419ee783
"removed some \"dead\" code"
2007-05-20 15:16:15 +00:00
Ralf Becker
5f228355ef
"fixed bug reported on the userlist: partial content under mbstring.func_overload&2"
2007-05-19 04:37:14 +00:00
Ralf Becker
cf7af58f88
"shut the debug message in error_log, when calling the old contact.read() method instead of contacts::search(), as users seem to think it's an error-message"
2007-05-18 17:47:51 +00:00
Ralf Becker
1baadcddcb
"fixed border around popup while printing"
2007-05-18 17:35:12 +00:00
Ralf Becker
1dd9efb7fb
"fixed missing encoding for ambersands by using the standard php functions htmlspecialchars and htmlspecialchars_decode"
2007-05-18 16:10:14 +00:00
Ralf Becker
b29095430d
fix for bug #484 : Unable to 'Search new phrases'
2007-05-17 12:31:18 +00:00
Ralf Becker
d2f80cf8dc
fixed SiteMgr session-problems by making the cookie path/domain configurable with more reasonable defaults then 1.4 has at the moment, making the display of * behind untranslated phrases an option which is by default off (as it anoyes users) and added a few more explenations to Admin >> Site configuration (plus removing not used ones)
2007-05-17 08:35:35 +00:00
Oscar Manuel Gómez Senovilla
83e4306bce
Language updates
2007-05-16 22:10:08 +00:00
Lars Kneschke
906889e6d9
merge from trunk(revision 23866:23873) to 1.4 branch
2007-05-16 08:54:12 +00:00
Ralf Becker
47400643f7
fixed db-creation to allow db-names with dashes
2007-05-15 06:37:24 +00:00
Lars Kneschke
4ebe8bfbe8
merge from trunk(revision 23864:23866) to 1.4 branch
2007-05-15 04:11:24 +00:00
Lars Kneschke
5b65f8f21a
bumped phpgwapi version number for new release and added working ldap acl example for egw ldap addressbook
2007-05-15 04:04:38 +00:00
Lars Kneschke
370bda650e
merge from trunk(revision 23851:23864) to 1.4 branch
2007-05-14 20:43:23 +00:00
Miles Lott
01fb2ed1d6
Replace <?= with <?php echo
2007-05-13 17:50:52 +00:00
Ralf Becker
7f64e2d175
fix for bug #488 : Postgres errors when upgrading to 1.4 beta
2007-05-12 16:58:47 +00:00
Lars Kneschke
defef645e2
disabled context menu in simple view to enable FF2 and IE7 spellchecker
2007-05-09 15:37:25 +00:00
Ralf Becker
0f5ccb8c9f
php5.2
2007-05-09 08:53:08 +00:00
Ralf Becker
8dc321cfe3
"a small fix a had to make some time ago to update a 1.0 install"
2007-05-09 07:56:19 +00:00
Ralf Becker
1b10333979
fix for bug #275 : tree of projects is only one line high in IE, plus removing the margin arround the mainDiv and saving some space around the navbar
2007-05-08 16:52:04 +00:00
Ralf Becker
a33f2ab12c
fix for bug #518 :
2007-05-08 11:44:43 +00:00
Ralf Becker
9748cf96be
fix for bug #700 : Date format d-M-Y not working in Infolog list display
2007-05-08 07:38:36 +00:00
Ralf Becker
8ac09e8dba
fix for bug #674 : no more simple multiple participant selection
2007-05-07 18:59:05 +00:00
Ralf Becker
359eb4b9ea
"small docu update"
2007-05-07 15:01:48 +00:00
Ralf Becker
4378a84503
"fix for bug #445 : xmlrpc utf-8 encoding error
...
Thanks to a fix from Eugene Pivnev"
2007-05-04 12:22:04 +00:00
Ralf Becker
6e15de8da8
"patch #177 : mime-type for wordperfect"
2007-05-03 13:46:19 +00:00
Ralf Becker
e3a4af3a1d
"bugfix/patch #632 : Active Directory (ADS) authentication in 1.4 Beta 4 (1.3.019)"
2007-05-03 13:40:38 +00:00
Ralf Becker
d097030e9f
removed tinymce translations
2007-05-02 14:41:32 +00:00
Ralf Becker
354c637baa
removed tinymce as we have now fck
2007-05-02 14:37:50 +00:00
Ralf Becker
823c0e922a
moved trunk/phpgwapi/templates/idots2 to tags/idots2
2007-05-02 14:36:42 +00:00
Oscar Manuel Gómez Senovilla
55bb6d8bd3
Changes for #512 , for old Yugoslavia update
2007-05-02 09:57:10 +00:00
Ralf Becker
892c5f8f83
"fix for bug #584 : Problem when sorting accounts in the account-selection popup"
2007-05-01 14:26:48 +00:00
Ralf Becker
14fc433fcf
updated application versions 1.4 and dependencies accordingly (API is still 1.3.xxx 'til the first RC)
2007-04-30 09:10:36 +00:00
Lars Kneschke
eb73971453
enter creates linebreak, shift-enter creates paragraph in fckeditor now. decided by ralf and me
2007-04-30 07:55:01 +00:00
Ralf Becker
6a990be520
worked around stupid php5.2 empty haystack warnings
2007-04-30 05:42:05 +00:00
Ralf Becker
5224372bfc
"limiting the size of a session-file which gets read to list the sessions, to prefent admin users being not able to log in because of a \"runaway\" session of any other user"
2007-04-30 05:37:31 +00:00
Ralf Becker
d7eebb964a
worked around stupid php5.2 empty haystack warnings
2007-04-30 05:34:40 +00:00
Lars Kneschke
2862da3993
make linebreak when pressing enter and not paragraph
...
this modification got lost, when updating to the latest version of fckeditor
2007-04-30 04:38:31 +00:00
Ralf Becker
410dadba14
"VFS bugfixes:
...
- fixed not working creation, rename and deletion of user- and group-dirs
- WebDAV showed all user- and group-dirs in /home and not only the ones the user has read access too"
2007-04-29 12:06:17 +00:00
Ralf Becker
335b0eb97a
"- fixed off-by-one error in extra-icons (gave an empty box)
...
- make topmenu return it's content, not echo it"
2007-04-29 11:06:44 +00:00
Ralf Becker
664f222868
"fixed to small column for timestamp in egw_links.link_lastmod"
2007-04-28 11:54:24 +00:00
Ralf Becker
47763981e9
"missing default for last param or fckeditor"
2007-04-27 08:48:50 +00:00
Cornelius Weiß
63ee37b29c
fix wrong old_defaut imagedir
2007-04-26 23:23:05 +00:00
Ralf Becker
1bee3ca929
removed 'funny' char's in fckeditor*.php, which show up on non utf-8 installation in felamimail
2007-04-26 16:51:12 +00:00
Ralf Becker
dd45443d8e
"fix for bug #486 : InfoLog removes https from urls on display
...
and some other fixes in the activation of url's"
2007-04-26 12:32:03 +00:00
Ralf Becker
c160fdec74
"bugfix: primary-group of current user was read from not always set $GLOBALS['egw']->accounts->data, instead just from $GLOBALS['egw_info']['user']"
2007-04-26 11:52:47 +00:00
Ralf Becker
20b4f9b77d
"fixing an old php5 fix, which caused extra-labels to have key 0 instead of '', which caused eg. InfoLog to require two clicks to close an entry (only after called the first time after login)"
2007-04-26 07:34:27 +00:00
Ralf Becker
5548c8b038
"birthday column with format YYYY-mm-dd was only varchar(10) instead of varchar(12)"
2007-04-26 06:28:36 +00:00
Ralf Becker
07c2be0891
"fixed typo ab_id instead of contact_id in the primary key"
2007-04-26 06:01:20 +00:00
Ralf Becker
47f6358788
"manual link was not working, if session.use_transsid was switched on - thought it seems not to be used, as we take care of transporting the session-id. Maybe it's different between php4 and php5, as I remember is was necessary some time ago. Anyway ... "
2007-04-24 12:49:25 +00:00
Carsten Wolff
0214de953e
RRULE should not be escaped by this class in egw, because it's generated with ; in it
2007-04-24 09:33:22 +00:00
Oscar Manuel Gómez Senovilla
d42198bf07
tracker patch #257 and extra lang files
2007-04-19 21:12:39 +00:00
Ralf Becker
1600dc906e
fixed not working browsing or upload, if eGW is not installed in the docroot, which is our default, also fixed a double // in the path
2007-04-17 14:16:21 +00:00
Ralf Becker
a06732a3e2
"- removed =& in the creation of the framework object because of problems with php4, php5 does not matter anyway"
2007-04-15 08:43:39 +00:00
Ralf Becker
d34a9d3a55
translations used for the fckEditor config/prefs in several apps, plus some more ...
2007-04-14 17:54:35 +00:00
Ralf Becker
c5c317d9df
"get image upload in fck working again"
2007-04-14 16:57:57 +00:00
Ralf Becker
5aad1fc35a
"rearanged t features and layout of eGW's toolsbars a bit for more consitensy and extended the extended mode"
2007-04-14 16:56:04 +00:00
Ralf Becker
ba75b6761a
"enabling upload, otherwise it cant work"
2007-04-14 16:52:30 +00:00
Ralf Becker
9495ece599
synced Connys FCKEditor import from 1.4
2007-04-14 12:21:09 +00:00
Ralf Becker
54e479c408
"get WebDAV working again after the last change in the session class:
...
we can NOT clean the whole egw_info/server array, as this also cleans the variables set in the header, which get not re-read
--> we need to keep the important values: sessions_type and default_domain"
2007-04-07 09:44:39 +00:00
Ralf Becker
01e3fe657e
"bugfix: topmenu shows just the orange ball, if there's no url/label, eg. because the anon use has no right to see that menu item"
2007-04-06 07:37:15 +00:00
Oscar Manuel Gómez Senovilla
532182fa41
latest lang updates
2007-04-05 22:53:35 +00:00
Pim Snel
e464fc3304
- More information why people have no access to app. Users often think they did not log in
...
- Replace html with error msg in code with savant template
2007-03-29 21:01:11 +00:00
Lars Kneschke
a71db5a07c
write a empty memberuid array to ldap only when updating groups
2007-03-20 09:24:22 +00:00
Ralf Becker
1a1a6737d3
distribution lists for the sql addressbook
2007-03-13 14:11:56 +00:00
Ralf Becker
62bd5fa81f
distribution lists for the sql addressbook
2007-03-13 13:38:15 +00:00