Oscar Manuel Gómez Senovilla
910b08dd27
Update french translations from #2207 to #2214
2009-09-11 05:42:19 +00:00
Oscar Manuel Gómez Senovilla
8ab3508d31
Update hungarian translation by #2231
2009-09-11 04:39:57 +00:00
Oscar Manuel Gómez Senovilla
24a4bdd1d6
Update phpgwapi for italian. Tracker #2010
2009-09-09 22:21:38 +00:00
Oscar Manuel Gómez Senovilla
d2292f093b
Branch part of #1956
2009-09-09 21:45:46 +00:00
Ralf Becker
c94d6f9fad
quote all table or column names, to allow to use reserved words of dbms
2009-09-09 08:27:38 +00:00
Ralf Becker
73f6e47071
Fixed typo happend --> happened reported by David Rankin
2009-08-25 08:33:05 +00:00
Ralf Becker
bf712c89b0
fixing a few more PHP5.3 problems, caused by PHP5.3 behavior to NOT
...
register cookies in $_REQUEST any more by default (there's now a php.ini
variable 'request_order' to controll that, but we want to work with a
default configuraltion):
- session restore was not working, as only $_REQUEST[sessionid] was
checked
- multi domain installs not working, as domain cookie was not checked
- encrypted session were not working, because kp3 cookie was not checked
--> there's now a static method egw_session::get_request($name), which
checks $_REQUEST[$name], $_COOKIE[$name] and for that Safari bug also
$_COOKIE[ucfirst($name)]
2009-08-22 19:38:45 +00:00
Ralf Becker
a54df4b480
"added uicontacts --> addressbook_ui conversation, as user on english list reported a problem with it"
2009-08-22 08:12:24 +00:00
Ralf Becker
4d4962769a
adding addressbook object classes to new accounts (if they are supported
...
by the server)
--> overcome problem reported by krupka(at)depag.de on the german list:
password get's lost if contact get saved, because it had to remove the
account first to add the addressbook object classes
2009-08-22 08:07:37 +00:00
Ralf Becker
4fca7fb43c
prevent using the numeric value of a group or user twice, by checking if it already exists for both sides
2009-08-22 08:01:10 +00:00
Ralf Becker
1423948060
"cant create an index without fields (was observed in broken backups)"
2009-08-17 07:32:24 +00:00
Ralf Becker
39fee5d8bc
some precaution to never allow to (recursivly) remove /, /apps or /home
2009-08-12 09:55:41 +00:00
Ralf Becker
3d195218f1
Fix for bug #2074 + #2075 : Postgres update error to 1.6
2009-07-18 12:55:21 +00:00
Ralf Becker
fed41cf05e
"Fix for bug #2111 : xml_functions.inc.php calls to an undefined method
...
as suggested by Igor Blanco"
2009-07-18 12:46:05 +00:00
Ralf Becker
fac44715bb
"Fix for bug #1885 : egw_db->row doesn't work as expected
...
reverted r25031, as it returns the first record with numeric indexes (it's anyway a depricated function)"
2009-07-18 12:36:19 +00:00
Ralf Becker
656d784fb3
pushing version to 1.6.002
2009-07-18 10:00:05 +00:00
Ralf Becker
201f498a9c
checking if attachment or attachment dir exists, before trying to delete it, to quieten warning, also improved warning to be precise if file does not exist, is no directory, or permission missing
2009-07-18 09:33:30 +00:00
Ralf Becker
24513a3161
removed not used javascript files
2009-07-07 12:55:11 +00:00
Klaus Leithoff
8b11add4d5
upgrade to 2.6.4.1, removing _samples and unneeded connectors, remove baseconfig for unneeded connectors
2009-07-07 09:44:30 +00:00
Ralf Becker
2fc7222f68
merged htmlpurifier from trunk
2009-06-23 16:48:40 +00:00
Ralf Becker
fdd305a8a0
"removed css to capitalize first letter of sidebox menu items
...
It makes problemes (hides first letter) with following browsers:
- Konqueror (Linux)
- Safari (Mac & Windows)"
2009-06-10 12:53:21 +00:00
Klaus Leithoff
ce593cac12
propfind: fix regarding the retrieval of sqlfs_props, if key of array with a single entry is the vfspath for the file in question
2009-06-10 10:33:38 +00:00
Ralf Becker
9a027d3346
fix for php5.3, which by default seems NOT include content of $_COOKIE in
2009-06-07 15:52:32 +00:00
Ralf Becker
16e9cc7e37
"Fixed not working async wrapper under SUSE ($_ENV is NOT set)"
2009-06-03 08:28:22 +00:00
Ralf Becker
e33a0ce020
"Patch from Carsten Wolf:
...
Timesheet-Einträge mit Uhrzeit 0:00, die in der Winterzeit gemacht wurden,
werden in einem Union-Query, der in der Sommerzeit stattfindet, dem falschen
Tag zugeordnet. Vermutlich stimmt dies nur für den PostgreSQL query und ist
Dir deshalb bisher nicht aufgefallen.
Der Patch:
Ändert den PostgreSQL-spezifischen Teil des queries so um, dass er
Zeitzoneninformationen berücksichtigt."
2009-05-30 07:05:54 +00:00
Klaus Leithoff
424fa5ffd8
added windows-1257 as it seems to be used widely, to display baltic letters
2009-05-27 07:13:45 +00:00
Ralf Becker
ad788f03c8
"re-added (depricated) php4 constructor, as it get's called by some old apps"
2009-05-26 17:27:03 +00:00
Ralf Becker
ad1a7f3451
"fixed not always executed hooks for disabled applications (using app-names from existing hooks now, instead of egw_info[apps])"
2009-05-26 11:56:43 +00:00
Ralf Becker
d2edcf6e24
merged setup-cli related bugfixes 27105, 27106 and 27109
2009-05-25 07:00:08 +00:00
Ralf Becker
947b78e0a1
"allow to use now() beside current_timestamp, as Postgres backups contain it and it's easier to remember anyway"
2009-05-15 07:18:47 +00:00
Ralf Becker
fad005ac62
added translated languages and visible charset to charset selection
2009-05-11 08:47:57 +00:00
Ralf Becker
d26e172992
"Backported case-sensitivity (commits r26637 (partially) and 26796) from trunk,
...
as it fixes several bugs reported on the user list:
- renaming to a name which differs only in case deletes file/directory
- same is true eg. for German umlauts or French accents"
2009-05-08 07:35:06 +00:00
Ralf Becker
9acc5f2037
"setting the value to 7, after reports on the user list, thought MySQL 5.0.51 with MyISAM engine works up to 10"
2009-05-04 16:48:20 +00:00
Ralf Becker
79355f0417
"fix for bug reported on the english user list:
...
limit on the number of cascaded folders in Filemanager
--> MySQL 5.0 has a nesting limit for subqueries
--> working around that by limiting the nesting level to 10"
2009-05-01 19:15:44 +00:00
Ralf Becker
6ed9587671
"fixed sometimes double displayed header and/or navbar"
2009-05-01 07:56:09 +00:00
Ralf Becker
09aa8c46bb
"fixed failed move or rename via WebDAV (eg. NetDrive on Windows):
...
trailing slashes added to all collections caused a rename to an empty filename
--> all training slashes get now removed prior to calling any backend functions"
2009-04-30 07:50:02 +00:00
Ralf Becker
cfc74f5918
"copied COPY from HTTP_WebDAV_Server_Filesystem:
...
- it contained sql queries, which can not work in eGW
- to add Location header shown in rfc2518 example (section 8.9.5)"
2009-04-30 07:43:21 +00:00
Ralf Becker
1af0e3b409
"adding path (EGW_SERVER_ROOT) to hash for basic auth pseudo sesion id
...
(otherwise different installs in different pathes using identical credentials would share the session, which is no good idea)"
2009-04-30 07:36:23 +00:00
Ralf Becker
accff8c9c2
fixed Notices under error_reporting E_ALL
2009-04-28 20:08:28 +00:00
Ralf Becker
18897b4367
"removed unneeded stripslashes while reading the configuration, as it \"eats\" the backslashed of windows pathes (eg. messes up the default cache path)"
2009-04-28 19:35:57 +00:00
Ralf Becker
258aa9e31f
"log failed login because of hook 'session_creation' with account_id, to not block the account in that case"
2009-04-28 10:41:09 +00:00
Ralf Becker
6af142202b
"fixed translation of Portugal"
2009-04-24 16:14:11 +00:00
Ralf Becker
0103833728
"fixed an other accounts_ldap problem: too many entries returned on 2. and further pages"
2009-04-23 11:51:07 +00:00
Ralf Becker
c438279e03
"fixed not / only partialy working lettersearch in Admin >> Manage groups"
2009-04-23 06:25:58 +00:00
Ralf Becker
fd45dee35e
"fixed not working stream_open() $mode == 'rb', was requiring write rights as != 'r'"
2009-04-19 07:31:24 +00:00
Ralf Becker
b4a4e081e4
"fixed not updated modification time, if file get's updated (eg. replaced via a new update in filemanager)"
2009-04-16 16:33:57 +00:00
Ralf Becker
747c796d1e
"fixing commit r26783/4 for mysql:
...
using octal numbers with mysql leads to funny results:
select 384 & 0400 --> 384 not 256=0400
--> converted 0400, 040 and 04 to 256, 32 and 4 for mysql"
2009-04-15 11:22:40 +00:00
Ralf Becker
02b5e725e0
"fix for bug #2041 : Postrgresql error when I try to access a file in sqlfs
...
\"CEST ERROR: argument of AND must be type boolean, not type integer\"
"
2009-04-15 07:51:17 +00:00
Ralf Becker
af08fbb532
"fix for bug #1867 : Several problems with non-ascii as first char in filename:
...
that char is skiped in dir creation, rename or filecreation"
2009-04-09 13:24:40 +00:00
Ralf Becker
88862bcb9b
Fixing the fix ;-)
...
shadowLastChange has to be an interger.
2009-04-09 08:12:21 +00:00