Commit Graph

10170 Commits

Author SHA1 Message Date
9606f6ea25 eGW uses now negative id's for groups, this allows to better support ldap (you can have users and groups with identical id's) 2005-11-24 19:48:21 +00:00
e92bd2b0fb not used 2005-11-24 15:03:10 +00:00
0a9adb0389 a new look for the 1.2 2005-11-24 15:01:27 +00:00
aea55f6b2d a new look for the 1.2 2005-11-24 14:29:37 +00:00
759a50c8c6 fix for 2-digit version-numbers (dependency on 1.2 is ok with a 1.2.xxx version) 2005-11-24 13:07:57 +00:00
0e16ad0dc5 spanish updates for 1.2rc2 (hopefully) 2005-11-24 12:13:55 +00:00
63ce5878da Formatting 2005-11-24 11:52:14 +00:00
93d581dbbe fix to use groups in search, even if you have no read-rights from the group, but from some if it's memebers 2005-11-24 11:21:29 +00:00
be95952118 fixed dayScale in planner to prefer the holiday or birthday title over dayview 2005-11-24 11:05:05 +00:00
d038701dcb traditional chinese update 2005-11-24 10:25:38 +00:00
3be64eb200 - fixed php4 problem reported by omgs on the list
- fixed import probs with attendee and recuring events
2005-11-24 08:46:53 +00:00
50548b05f5 fix for bug [ 1257649 ] nextmatchs failed when listing categories with much sub-cat 2005-11-23 23:44:20 +00:00
e676896faf not used 2005-11-23 23:09:31 +00:00
e9bbdad358 fixed bug: only 2 levels of categories get returned 2005-11-23 23:01:28 +00:00
27c3c7ecb3 - fixed bug in creation of recur-exception for the first recurence
- recuring events: instead of edit+edit-series / delete/delete-series buttons use just edit/delete and a new exception button
2005-11-23 21:39:37 +00:00
5c71cc8378 changed delete-confirmation to use javascript 2005-11-23 17:31:50 +00:00
4adc7504f1 - fixed not displayed links on new entries
- removed all tab-indexes, as the default order is inutitive (with the one-column layout we us now)
- added missing copied by note (as link now and no longer a note)
2005-11-23 17:07:33 +00:00
b111419c1b fixed handling of groups:
- groups can now be selected as participants again
- groups need to have calendar run-rights, to be selectable in the calendar (as it was in 1.0)
- groups will NOT be enumerated as users anymore
--> new or removed members are taken into account as participants
- error messages: if no participant selected or startdate behind enddate (no more automatic swapping)
- pushing the version to 1.2
2005-11-23 14:21:20 +00:00
199278aef0 security precausion, dont allow to ignore the acl via xmlrpc 2005-11-23 14:15:11 +00:00
365c891649 bring back the grey images 2005-11-23 12:25:23 +00:00
4169bd99e1 fixed bug in column_data_implode: numerical keys where used if $only===true 2005-11-23 08:56:43 +00:00
f043f76be2 fix typo 2005-11-22 22:32:21 +00:00
81f918c8b6 fix: font tag was not allowed 2005-11-22 22:26:35 +00:00
6100a04ecf added check for required php version 4.3+ 2005-11-22 18:29:51 +00:00
8ff737cd08 xmlrpc for calendar (KOrganizer) 2005-11-22 17:36:52 +00:00
4114b70ed1 updated german translations 2005-11-21 18:31:18 +00:00
597e4b8589 fixed for mysql < 4.1 for the quoting of boolean columns (0/1, instead of standard true/false) 2005-11-21 16:39:43 +00:00
549f63db9e use the KDE buttons 2005-11-21 15:03:06 +00:00
9319151222 use the KDE icons 2005-11-21 15:02:41 +00:00
a88d6dd16c used KDE images as default 2005-11-21 14:40:19 +00:00
cde95cd926 fixed bug in common::get_referer, which gives a warning and wrong result if eGW is installed in the docroot 2005-11-21 08:21:11 +00:00
311f8a5a36 fixed bug [ 1357897 ] Change of calendar view fails when drop down menu is used 2005-11-21 08:19:56 +00:00
e9cfc86e19 fixed bug: missing param 5 in egw_db::insert, which stoped login, if display errors is on 2005-11-21 07:23:37 +00:00
021e0f0aea spanish updates 2005-11-20 22:58:10 +00:00
51410f60c1 tts missing phrases 2005-11-20 21:02:22 +00:00
d13a6c3ab9 fix: folder mime now also resides in api template folder 2005-11-20 16:16:08 +00:00
9320913b9e - new capability 'name_case'
- docu update
- removed some depricated stuff from the last release
2005-11-20 15:40:28 +00:00
5ad806fdb7 not used 2005-11-20 14:25:57 +00:00
99b3049254 removed the unneded 5th parameter 2005-11-20 14:19:29 +00:00
cde824505e fixed bug of not written domains under windows with new php's:
It's a bit obscure:
$deletedomain='';
$domain='default';
isset($deletedomain[$domain]) === true
under linux this is NOT true
fixed it by using: is_array($deletedomain) && isset($deletedomain[$domain])
2005-11-20 12:43:50 +00:00
5bf7cc575c removed misleading insanity message, as suggested by omgs 2005-11-20 10:32:35 +00:00
03fd033b56 dutch updates 2005-11-20 09:49:41 +00:00
2dbaf992fa fix for bug [ 1357995 ] LDAP account import errors 2005-11-20 08:03:06 +00:00
1549913fd7 fix for bug [ 1361782 ] missing sql tables: hook code accessing the prefs-table is moved to the prefs class 2005-11-20 07:32:51 +00:00
fb3c622ddf - removed not working db+user creation under postgres
- added "working" explenation how to create a db, user und the necesary rights under postgres
- manageheader: renamed Domain --> Database instance (eGW Domain)
- manageheader: added further explenation of the host-field for Postgres and ODBC/MaxDB
2005-11-19 20:32:00 +00:00
3b8febb076 1) fixed not working detection of a connection to the db (postgres)
2) fixed detection of table-names with mixed case, which get returned in lowercase
2005-11-19 20:28:39 +00:00
c267a875de fixed quoting of bool column to return true or false, as required by newer postgres and accepted by mysql too 2005-11-19 20:14:45 +00:00
1c8ecb3992 enhanced _insertID function to deal with tables without oid's (default from 8.1+) 2005-11-19 20:13:06 +00:00
5fa1bb109b fixed not working update of start and login-page message: eliminated direct access to the lang & languages table by using (new) functions from the translation class 2005-11-19 20:10:23 +00:00
fa96e4a576 new functions to read and write a single phrase 2005-11-19 20:08:45 +00:00