Commit Graph

9276 Commits

Author SHA1 Message Date
71e90370fd Added button translation 2004-09-18 21:33:23 +00:00
66794f7a77 Added button translation 2004-09-18 21:31:12 +00:00
9e35b211ae Added some translations to import and export screens 2004-09-18 15:27:42 +00:00
9bc9aa19c2 Added some translations to import and export screens 2004-09-18 15:26:21 +00:00
5ebf9280a5 Added some translations for import and export screens 2004-09-18 15:21:55 +00:00
f88561e3c6 Added some translations for import and export screens 2004-09-18 15:21:08 +00:00
e0c6b35a25 Added some translations for import and export screens 2004-09-18 15:21:08 +00:00
355beade2a using mysql's REPLACE syntax instead of doing first a select to determine if the column exists and then an update or insert accordingly 2004-09-18 15:18:48 +00:00
bbe871a450 Added some translations for import and export screens 2004-09-18 15:18:28 +00:00
1e9fbcc070 fixed encoding of blob columns for all DB's 2004-09-18 15:16:10 +00:00
0cbb4fdb71 fixed encoding of blob columns for all DB's 2004-09-18 14:59:54 +00:00
3a3e4810a8 fixed handling of:
- updates of blob column for MaxDB
- encoding of blob columns for all DB's
2004-09-18 14:56:18 +00:00
4420445e55 ported app-registration functions to new db-functions, as the applications tables contains a text column which need special treatment for MaxDB 2004-09-18 14:55:02 +00:00
2f488b17a1 fix for 800x600 resolution from Alejandro 2004-09-18 09:45:31 +00:00
e4463d38a5 fix for 800x600 resolution from Alejandro 2004-09-18 09:44:00 +00:00
32289d20b2 applied patch from Christian Mangold
[ 1022144 ] felamimail: fullname instead emailadress in sent FROM-header
2004-09-17 19:21:03 +00:00
a4893b4b1d applied patch from Christian Mangold
[ 1021108 ] minor bugfix in mainscreen.tpl
2004-09-17 19:13:59 +00:00
df8f5a858c *** empty log message *** 2004-09-17 09:36:18 +00:00
e8f9f120a3 fixed bug [ 1027668 ] $$Link$$ not using https 2004-09-16 22:02:53 +00:00
0805bf61f8 fixed bug [ 1027668 ] $$Link$$ not using https 2004-09-16 22:01:38 +00:00
fcddfff1d8 removed the HtmlTidy plugin from the defaults, as it breaks the source edit mode (<>) if tidy is not installed 2004-09-16 21:40:23 +00:00
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
378ec0680b fixed bug reported on the german mailinglist:
- Warning implode wrong arguments on line 120
- space after comma is not ignored
2004-09-15 18:13:48 +00:00
30a3609a65 fixed bug reported on the german mailinglist:
- Warning implode wrong arguments on line 120
- space after comma is not ignored
2004-09-15 18:12:51 +00:00
c67748c1f8 Switch 'manage folders' and 'manage sieve' translations from felamimail to common so that they get translated in the preferences app that lists all preferences possibilities from all applications 2004-09-14 21:24:25 +00:00
94a08a86d2 fix for bug [ 1026126 ] Changing group ACL broken 2004-09-13 08:02:59 +00:00
5ef227c4d1 fix for bug [ 1026126 ] Changing group ACL broken 2004-09-13 07:58:35 +00:00
b8c3adb4d3 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:46:36 +00:00
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
6bc9bfab11 Synced with head (Anonymous users must have a home) 2004-09-11 23:57:02 +00:00
bd3685a0e6 The code was preventing anonymous users to get a home page. Perhaps it was done with anonymous users such as the ones
used by  wiki and sitemgr in mind. However, if you mark a normal user as anonymous just to avoid being shown in sessions and access log (like you would for an admin that doesn't want to be noticed), the user won't be able to login anymore. That's why I allow now anonymous users to get a home :)
2004-09-11 23:54:57 +00:00
0787df1147 Re-add html version 2004-09-11 17:47:41 +00:00
84aff72ae2 Put new password in ['phpgw_info']['user']['passwd'] in case any hook_changepassword uses it 2004-09-11 13:34:09 +00:00
53e7d1efa7 Put new password in ['phpgw_info']['user']['passwd'] in case any hook_changepassword uses it 2004-09-11 13:33:41 +00:00
b5d0db1ebf Sync with changes in head 2004-09-11 05:51:10 +00:00
9efbee384b The new password wasn't being stored in the session, so it was lost when $GLOBALS['phpgw']['user'] was recreated from session info through class.session.verify.
This prevented user passwords to be changed more than once per session. I'm sure this caused other bugs I'm not aware of...
2004-09-11 05:50:22 +00:00
8cc7c56b50 Changed preg_replace with faster strpos 2004-09-11 03:27:02 +00:00
709fa42041 Changed preg_replace with faster strpos 2004-09-11 03:26:33 +00:00
53aee21f17 Translate 'use emailadmin to create profiles' 2004-09-10 22:25:35 +00:00
0eb977511b Translate 'use emailadmin to create profiles' 2004-09-10 22:24:43 +00:00
238d326bac Translate 'use emailadmin to create profiles' 2004-09-10 22:21:26 +00:00
45dc84cca3 Translate 'IMAP Server' 2004-09-10 21:41:38 +00:00
019cf80f54 Translate 'IMAP Server' 2004-09-10 21:36:20 +00:00
876368587b If user doesn't have site configuration access, then don't show the site configuration link for each app 2004-09-10 17:52:28 +00:00
b8fcaa3c08 If user doesn't have site configuration access, then don't show the site configuration link for each app 2004-09-10 17:51:28 +00:00
12223430f7 add switchuser icon source file 2004-09-09 20:32:34 +00:00
448b5c72b4 enhance css for tooltips and add savefile icon 2004-09-09 20:30:41 +00:00
e8c1ef5c8d add link to application behind icon 2004-09-09 20:28:14 +00:00
0b2ec0a91b update the build files 2004-09-09 09:31:49 +00:00
ae9dbc99ed updating version to 1.0.0.005 for the bugfix release 2004-09-08 16:18:09 +00:00