Commit Graph

10149 Commits

Author SHA1 Message Date
Cornelius Weiß
f043f76be2 fix typo 2005-11-22 22:32:21 +00:00
Cornelius Weiß
81f918c8b6 fix: font tag was not allowed 2005-11-22 22:26:35 +00:00
Ralf Becker
6100a04ecf added check for required php version 4.3+ 2005-11-22 18:29:51 +00:00
Ralf Becker
8ff737cd08 xmlrpc for calendar (KOrganizer) 2005-11-22 17:36:52 +00:00
Cornelius Weiß
4114b70ed1 updated german translations 2005-11-21 18:31:18 +00:00
Ralf Becker
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
Lars Kneschke
549f63db9e use the KDE buttons 2005-11-21 15:03:06 +00:00
Lars Kneschke
9319151222 use the KDE icons 2005-11-21 15:02:41 +00:00
Lars Kneschke
a88d6dd16c used KDE images as default 2005-11-21 14:40:19 +00:00
Ralf Becker
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
Ralf Becker
311f8a5a36 fixed bug [ 1357897 ] Change of calendar view fails when drop down menu is used 2005-11-21 08:19:56 +00:00
Ralf Becker
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
Oscar Manuel Gómez Senovilla
021e0f0aea spanish updates 2005-11-20 22:58:10 +00:00
Oscar Manuel Gómez Senovilla
51410f60c1 tts missing phrases 2005-11-20 21:02:22 +00:00
Cornelius Weiß
d13a6c3ab9 fix: folder mime now also resides in api template folder 2005-11-20 16:16:08 +00:00
Ralf Becker
9320913b9e - new capability 'name_case'
- docu update
- removed some depricated stuff from the last release
2005-11-20 15:40:28 +00:00
Ralf Becker
5ad806fdb7 not used 2005-11-20 14:25:57 +00:00
Lars Kneschke
99b3049254 removed the unneded 5th parameter 2005-11-20 14:19:29 +00:00
Ralf Becker
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
Ralf Becker
5bf7cc575c removed misleading insanity message, as suggested by omgs 2005-11-20 10:32:35 +00:00
Oscar Manuel Gómez Senovilla
03fd033b56 dutch updates 2005-11-20 09:49:41 +00:00
Ralf Becker
2dbaf992fa fix for bug [ 1357995 ] LDAP account import errors 2005-11-20 08:03:06 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
1c8ecb3992 enhanced _insertID function to deal with tables without oid's (default from 8.1+) 2005-11-19 20:13:06 +00:00
Ralf Becker
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
Ralf Becker
fa96e4a576 new functions to read and write a single phrase 2005-11-19 20:08:45 +00:00
Ralf Becker
ee270804cd align todo-titles left 2005-11-19 19:07:53 +00:00
Ralf Becker
4d3685e998 infolog icons were not opening popups 2005-11-19 18:48:42 +00:00
Ralf Becker
3f8a1cf977 fix for bug with old php4.3 versions, eg. infolog edit always gets redirected to home 2005-11-19 17:23:56 +00:00
Ralf Becker
a386bda791 fix for not working custom_mail, if names contain comma (eg. because name-format is name, firstname) 2005-11-18 17:51:23 +00:00
Ralf Becker
2ea764e672 - activating email(_home) and url in view
- using felamimail as default over email
2005-11-18 17:03:23 +00:00
Ralf Becker
e43a0ddf3f fix for add in sidebox menu was not opening a popup 2005-11-18 16:12:29 +00:00
Ralf Becker
e5047dcd9c fix refresh of infolog list with wrong url from edit windows, if the list already contained a msg in the url 2005-11-18 16:00:37 +00:00
Ralf Becker
c3a9b1c5e8 fix for different format of multiple cats ('1,2' instead of old ',1,2,') in new addressbook 2005-11-18 15:22:10 +00:00
Ralf Becker
05a3768cbd setting version for exportVCal 2005-11-18 15:00:02 +00:00
Ralf Becker
b7a2d57d47 fixed not working calendar sync in RC1: re-add version parameter 2005-11-18 14:47:27 +00:00
Oscar Manuel Gómez Senovilla
b3422af9ee *** empty log message *** 2005-11-18 11:46:15 +00:00
Oscar Manuel Gómez Senovilla
87eefcca34 lang updates 2005-11-18 11:44:28 +00:00
Oscar Manuel Gómez Senovilla
7890653854 italian updates 2005-11-17 10:57:26 +00:00
Cornelius Weiß
d4b865c1bd fix: removed debug messages 2005-11-17 10:41:42 +00:00
Ralf Becker
5a6e7a41f3 missing english phrases 2005-11-16 11:22:56 +00:00
Cornelius Weiß
2e1d4cbc59 fixes:
- handle wrong user inputs on filemanger url and dirs
- get mimes from phpgwapi
2005-11-16 10:53:38 +00:00
Cornelius Weiß
d78f9d83da *** empty log message *** 2005-11-16 10:45:22 +00:00
Cornelius Weiß
b919077917 fix: mime icons must to be in tiny_mce subdir as tiny_mce crashes this way 2005-11-16 10:32:22 +00:00
Ralf Becker
30859798d1 fixed wrong $this->db instead of $db in error-message 2005-11-15 19:10:11 +00:00
Ralf Becker
4860925084 release script and spec-files for 1.2 - thought they still need some work 2005-11-15 01:56:12 +00:00
Ralf Becker
e9381364ef use translated language-name if availible 2005-11-14 23:44:31 +00:00