Commit Graph

127 Commits

Author SHA1 Message Date
dawnlinux
7fb8b4dbea Thanks to Wang Penghui AT realss DOT com 2004-12-22 17:10:11 +00:00
dawnlinux
29adbe817b Correct a variable name, it should be "$_account_id" not "$account_id" 2004-12-14 02:13:59 +00:00
Ralf Becker
b7a8cf9b48 fixed escaping of parameters for the wz_tooltips: single quotes in calendar titles caused all tooltips on that page not to appear 2004-11-17 14:19:12 +00:00
Ralf Becker
589116a6bc added content-type header with correct charset to override the webservers default 2004-11-15 08:58:05 +00:00
Ralf Becker
429b9b0913 fix for bug [ 1062480 ] case error in schema_proc_pgsql 2004-11-08 16:14:48 +00:00
Ralf Becker
eaa73638f1 setting the version to 1.0.0.006 2004-11-06 12:20:09 +00:00
shrykedude
2bb9634b3e Fix for occassional session-verification problem 2004-11-03 05:02:25 +00:00
dawnlinux
304b86635e Add title for logo image of template "prisma" 2004-10-29 03:59:29 +00:00
dawnlinux
846e0d44f4 Add tilte for logo image of template "jerryr" 2004-10-29 03:56:02 +00:00
dawnlinux
2180b87c02 Add title for logo image of template "idots" 2004-10-29 03:49:56 +00:00
dawnlinux
47fa1fedca Add title for logo image of template "edge-it" 2004-10-29 03:44:07 +00:00
Lars Kneschke
399618a7b6 make clone working with PHP5 too 2004-10-21 18:13:46 +00:00
Ralf Becker
ec9361225a added clone function for php4, use as $db = clone($this->db); 2004-10-20 09:03:18 +00:00
bgigon
3bc6615523 Fix strange bugs.
Somes "ghost" characters appears
2004-09-30 12:21:08 +00:00
reinerj
35010c30bb Thank you to Raphael and Vinicius from Thyamad/Brazil which fix the broken update for Debian Woody. After a change between 003 and 005 it was NOT longer possible to update a Woody eGW installation. Sometimes it need only a good will to fix a problem 2004-09-29 20:06:41 +00:00
bgigon
8e257934f3 Adding files 2004-09-28 12:50:07 +00:00
bgigon
a93aac8d2f New template 2004-09-28 10:17:35 +00:00
Ralf Becker
666289886e fix for bug [ 1006205 ] wiki editing broken with Safari
- safari gets now recogniced as browser by the html-class
- html::htmlarea show's a textarea if HTMLarea is not availible (suppresses error with safari)
- dont show button to convert to html if:
  * HTMLarea is not availible for the browser
  * admin disabled it in the wiki configuration
2004-09-19 21:20:08 +00:00
alpeb
9998281008 Wasn't finding htmlarea.css when not using /egroupware as base directory 2004-09-19 16:43:31 +00:00
Ralf Becker
c2b14a5f85 fixed MsSQL problem: DISTINCT on text column in function get_installed_charsets 2004-09-19 12:53:05 +00:00
Ralf Becker
f360253fb2 fixed search on text-columns: MsSQL need to cast the column to varchar 2004-09-19 12:35:44 +00:00
Ralf Becker
1e9fbcc070 fixed encoding of blob columns for all DB's 2004-09-18 15:16:10 +00:00
Ralf Becker
0cbb4fdb71 fixed encoding of blob columns for all DB's 2004-09-18 14:59:54 +00:00
Ralf Becker
f9d6e727c0 removed the HtmlTidy plugin from the defaults, as it breaks the source edit mode (<>) if tidy is not installed 2004-09-16 21:38:14 +00:00
Ralf Becker
c1f1985564 killed warning of destroying an uninitialised session:
bug [ 1026623 ] Sitemanager site can't be viewed anonymously with PHP session:
- cant reproduce it on my system, but silencing it does no harm
2004-09-13 07:38:58 +00:00
Ralf Becker
3bfb8696fc updating version to 1.0.0.005 for the bugfix release 2004-09-08 16:15:25 +00:00
Ralf Becker
032bef4012 fix for bug [ 1022807 ] users with some login names can't login 2004-09-08 13:16:01 +00:00
dawnlinux
0ff3231643 Fix the bug: Fail to create text files that contain multibyte
characters in filemanager, for exmaple, files that contain Chinese
characters.

Reason for producing the bug: One parameter of "fwrite"
is "strlen ($data['content'])". To multibyte character, "strlen" can
not return its actual length. So "fwrite" cannot write all characters
to the created file.
2004-09-06 03:53:00 +00:00
bgigon
b549272971 Better display in opera, IE (Win and Mac) 2004-09-03 16:01:32 +00:00
alpeb
406775362e Added 'Check Now' translation for notify app 2004-09-02 17:46:16 +00:00
mgalgoci
4ad866d89a fix the fix 2004-08-31 15:16:56 +00:00
reinerj
b542e49aeb update lang file from Theytaz Antoine 2004-08-31 12:55:16 +00:00
dragob
97534ead6f New/updated Slovenian translations. 2004-08-30 18:54:18 +00:00
mgalgoci
dbf926a0a2 - re-write of the phpgwapi::accounts_ldap::auto_add function
- set a default account email address as well as a user preference email
address in the users' preferences
- actually check if the account creation succeeds before we commit the transaction to the database.
- remove some crap and make function readable
2004-08-30 15:11:32 +00:00
mgalgoci
f01caf6260 - re-write of the phpgwapi::accounts_sql::auto_add function
- set a default account email address as well as a user preference email
address in the users' preferences
- actually check if the account creation succeeds before we commit the transaction to the database.
- set default name to New User if we have no other data
- remove some crap and make function readable
2004-08-30 15:10:34 +00:00
Ralf Becker
570e481ddf changed currentapp to addressbook, to not allow access without run-rights for addressbook 2004-08-29 19:08:27 +00:00
Ralf Becker
137094385d the missing german translation for the htmlarea-plugins 2004-08-29 09:39:05 +00:00
reinerj
79743107b3 delete blank lines after htmlarea was included in translation system 2004-08-29 08:53:26 +00:00
reinerj
970c1b05f2 delete blank lines after htmlarea was included in translation system 2004-08-29 08:28:41 +00:00
reinerj
2230eaafa5 start translation for HTMLAREA plugins 2004-08-29 07:56:46 +00:00
reinerj
4b6c980880 langfile update 2004-08-29 07:28:39 +00:00
Ralf Becker
df6a5aa17e integrated the HTMLarea plugins into the eGW translation system 2004-08-29 01:27:22 +00:00
Ralf Becker
ec2e578754 integrated the HTMLarea plugins into the eGW translation system 2004-08-29 00:54:58 +00:00
Ralf Becker
06891f76ff integrated the HTMLarea plugins into the eGW translation system
fixed bug [ 1006205 ] wiki editing broken with Safari
2004-08-29 00:51:47 +00:00
Ralf Becker
4f7f232993 integrated the HTMLarea plugins into the eGW translation system 2004-08-29 00:49:27 +00:00
Ralf Becker
d4a2742a82 allow sorting after multiple criteria as in sql 2004-08-28 14:43:09 +00:00
reinerj
4741500ca2 update lang file from Theytaz Antoine 2004-08-28 13:03:41 +00:00
Ralf Becker
a3fdeee860 removed destroying of the crypto object if the session-verification fails, as it leads to problems in sitemgr creation of anonymous sessions and it get cleaned up anyway by the shutdown function 2004-08-27 18:20:31 +00:00
mgalgoci
7bf13dd570 Fix issue where some input text would be hidden by the cursor (eg: l, i, and 1)
causing some users to misread some fields they were typing.
2004-08-27 17:07:01 +00:00
Ralf Becker
ab18d7f251 fixed some of our sessions problems:
- [ 1015846 ] Registering session MySQL query error
- handlich of timed out sessions for php4 sessions was wrong
==> I can't reproduce any more sessions probs, either with db nor php4 sessions
2004-08-27 13:13:37 +00:00