Ralf Becker
df425f3c07
"update bug 1.2.106 --> 1.2.107 as reported by pongracz.istvan-at-gmail.com"
2007-06-05 14:47:04 +00:00
Ralf Becker
3768c3cc31
1.2.107 security update
2007-06-03 21:00:11 +00:00
Ralf Becker
7ab0dee117
fixed problems pointed out by Janosch Machowinski <scotch-AT-tzi.de>
2007-05-25 12:55:31 +00:00
Ralf Becker
704e3c0019
fixed problems pointed out by Janosch Machowinski <scotch-AT-tzi.de>
2007-05-25 12:27:38 +00:00
Carsten Wolff
e6334fe830
RRULE should not be escaped by this class in egw, because it's generated with ; in it
2007-04-24 08:28:57 +00:00
Ralf Becker
8961aa9658
moved common_function include before the session restore, to fix a problem occuring in php5.2 from time to time:
...
PHP Fatal error: Call to undefined function filesystem_separator() in /srv/www/htdocs/egw-1.2/phpgwapi/inc/class.egw.inc.php on line 381
2007-01-03 08:06:47 +00:00
Ralf Becker
4ba06c8a62
PostgreSQL 8.1 fix
2006-12-27 12:24:09 +00:00
Ralf Becker
1508242bd5
added quoting for float and decimal types, prevents SQL errors
2006-12-08 10:17:15 +00:00
Ralf Becker
b7a992856e
fixing the fix ;-)
...
According to wikipedia windows-1250 is similar to iso-8859-2 - thought German special chars (umlauts) have the same encoding in iso-8859-1
2006-12-06 07:22:59 +00:00
Ralf Becker
9722a08168
fix for problem describt on the german list: headers from mails send from Outlook, eg:
...
From: =?Windows-1250?Q?X=F6rg_Brd?= <x_brd@xxx.de>
get not decoded correct --> php (at least some versions) seems not to understand the charset windows-1250, which is more or less identical to iso-8859-1
2006-12-05 19:13:20 +00:00
Lars Kneschke
6227931881
Horde::iCalendar vcalendar export bug
...
Special characters in text field are not scaped when events or todos are exported. For example, ',' in the description field are send literal. According to rfc2445 section 4.3.11 there are some characters which must be scaped or quoted. This patch tries to solved this problem.
patch contributed by Antoni Matamalas
2006-11-13 09:19:40 +00:00
Lars Kneschke
a57b53e713
patch from Christian
...
this patch fixes the handling of daylight saving
2006-11-13 08:20:05 +00:00
Ralf Becker
ecae7dc75b
backported php5.2 fix from trunk: renamed datetime class to egw_datetime
2006-11-10 11:38:34 +00:00
Pim Snel
3d6ef7ce57
backport the ability to manualy set the tpl path
2006-10-30 09:50:40 +00:00
Pim Snel
b55f7db8ed
backport:add set_var for minimal compatibility with PHPLIB Templates
2006-10-30 09:34:55 +00:00
Ralf Becker
88048ecc2f
renamed datetime class to egw_datetime to support php5.2
2006-10-22 06:39:49 +00:00
Ralf Becker
0b261f355b
fixed not working removal of group-memberships via edit-group
2006-10-19 17:11:35 +00:00
Cornelius Weiß
7c7593c7df
update script for 1.2.106 version
2006-10-19 15:31:22 +00:00
Pim Snel
6a35c9812c
updated french tranlation
2006-10-18 14:05:18 +00:00
Ralf Becker
a932cc99a6
fixed typo, thanks to Istvan
2006-10-18 05:41:42 +00:00
Ralf Becker
17a12855d0
setting the 1.2 version to 1.2.106
2006-10-17 07:52:00 +00:00
Pim Snel
c207eb47f9
french translation update
2006-10-16 21:17:55 +00:00
Pim Snel
941498004c
new links for the changed registration app
2006-10-16 20:46:24 +00:00
Pim Snel
461c156986
updated dutch translation
2006-10-15 20:43:25 +00:00
Pim Snel
c9482613a8
Seperation of login.php into: login logic, template set specific logic, and template with HTML
...
The active files are now:
egroupware/login.php
egroupware/phpgwapi/templates/idots/login.inc.php
egroupware/phpgwapi/template/idots/login.tpl
2006-10-15 16:19:19 +00:00
Ralf Becker
afddf22135
fixed doublicate key error, happening with some installs / php-versions on updating or adding acls
2006-10-15 09:21:59 +00:00
Ralf Becker
4586e3c267
fix for bug #9
2006-10-13 15:55:00 +00:00
Pim Snel
b3f8cf1512
Add to session verify: If User is Anonymous and enters a not allowed application its session will be destroyed inmediatly.
2006-10-13 12:49:03 +00:00
Ralf Becker
3b3c5351de
forgot to remove a debugging comment, dbmailForwardingAddress should have the highes precedence
2006-10-12 09:20:22 +00:00
Ralf Becker
cfc6f23dbd
ability to set an email-address for groups (with automatic forwards to member's email)
2006-10-11 21:59:43 +00:00
Ralf Becker
85db907265
some bug-fixes for the php sessions with restore:
...
- problem with $GLOBALS[egw]->translation is no object in common_functions.inc.php (lang() function)
- session cokie with path / (and old session-id) gives "your session could not be verified"
2006-10-11 14:47:23 +00:00
Cornelius Weiß
7f79a72d98
cleanup:
...
- fragments of concisus api
- file inclusion accidents
added:
support for js reload by filectime
2006-10-10 13:39:07 +00:00
Ralf Becker
bbd2b7a55c
Patch from Adi Kriegisch: accounts_ldap::search was NOT using the ldap search-filter from setup >> configuration
2006-10-10 07:33:43 +00:00
Ralf Becker
3b589d43cf
not used anymore
2006-10-07 10:59:19 +00:00
Ralf Becker
c7e3a3acd3
moved creation of group addressbook for Default into the api's default_records, as the tables are there and default_records only works for apps with tables
2006-10-07 10:55:34 +00:00
Ralf Becker
87c35aacf4
some 1.2 bugfixes from Christian Binder (stadt-frlg)
2006-09-27 04:16:09 +00:00
Ralf Becker
1c381dc114
1.2.105 bugfix release
2006-09-05 14:12:28 +00:00
Ralf Becker
215f4e0b66
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:21:31 +00:00
Lars Kneschke
ef0cd37162
patch from christian binder
...
563: set delimiter to ";" instead of ","
2006-08-24 09:47:50 +00:00
Oscar Manuel Gómez Senovilla
a3dec22ed2
patch 1540046
2006-08-19 15:23:43 +00:00
Ralf Becker
db496079f8
fixed bug TinyMCE destroys xml or html in content
2006-08-18 09:22:30 +00:00
Lars Kneschke
27bfe80829
don't convert charset 2 times anymore
2006-08-17 03:39:10 +00:00
Lars Kneschke
d9f6b6e4df
removed (hopefully) unneeded linebreaks
2006-08-17 03:29:42 +00:00
Lars Kneschke
1ad5811345
SyncML fixes
...
- we dont handle tasks in calendar that way
2006-08-17 03:16:09 +00:00
Ralf Becker
d31a48137c
fixed not working jscalendar, if for some reason no default date- or timeformat was set in the (default) prefs
2006-07-31 19:43:46 +00:00
Ralf Becker
590b790ff9
typo
2006-07-12 22:00:30 +00:00
Ralf Becker
7c8c49cdff
fixed error "no accounts/groups shown in admin", reported by Max.Bidlingmaier-at-EasternGraphics.com, if maxmatches not set
2006-07-12 15:16:02 +00:00
Ralf Becker
bc42ce2bc9
fix: title in checkbox_multiselect was (only) set for the checkbox, not the whole label
2006-07-08 20:20:10 +00:00
Cornelius Weiß
ee4bd62b03
fix: to short column definition for remark field in link class
2006-06-28 12:24:53 +00:00
Ralf Becker
6702c7f683
backport of webdav server
2006-06-24 17:48:23 +00:00