bgigon
962ec21558
Adding images
2004-09-28 12:03:08 +00:00
bgigon
6607d74b46
Adding CSS
2004-09-28 12:02:25 +00:00
bgigon
ec3afc1b33
adding files
2004-09-28 12:01:20 +00:00
bgigon
a93aac8d2f
New template
2004-09-28 10:17:35 +00:00
Pim Snel
f85bc9cd52
Applied patch from Jeff Kymer,
...
Add extra documentation in login.php
Make better lay-out in login.tpl
2004-09-28 08:51:50 +00:00
reinerj
bc30bb88dd
update lang file from Oldrich Dlouhy
2004-09-27 09:02:29 +00:00
reinerj
b86196d51d
update lang file from Oldrich Dlouhy
2004-09-27 09:01:38 +00:00
Pim Snel
7e94719076
add dialog icons
2004-09-25 10:04:09 +00:00
dragob
d11d2193be
New/updated Slovenian translations.
2004-09-23 17:54:25 +00:00
bgigon
9cd4505562
Another major fixbug for macOS display :-)
...
Thanks to Omar Boumeddane
2004-09-22 15:33:10 +00:00
Ralf Becker
a52fa703a1
aplied benjamins fix
2004-09-22 15:12:04 +00:00
Ralf Becker
ce279014bc
merged Lars patch, which was only applied to 1.0
2004-09-22 13:46:24 +00:00
Ralf Becker
ac501a1937
use replace for mysql only if the primary keys are included
2004-09-22 10:24:39 +00:00
bgigon
f2fe2045bd
Round shifts between each icons
2004-09-22 09:23:56 +00:00
bgigon
b61053c9b0
Add translation
2004-09-21 15:22:15 +00:00
Pim Snel
8139a1c0f9
add custom_toolbar argument to htmlarea for more developer control
2004-09-21 12:21:24 +00:00
bgigon
6ef8aba9ab
Add translation ...
2004-09-21 12:00:31 +00:00
bgigon
03fac9836b
Add translation
2004-09-21 11:41:11 +00:00
bgigon
7846fb5885
Add this translation (yet !!)
2004-09-21 11:37:33 +00:00
Pim Snel
80cd655e2c
- made UploadImage finally working
...
- integrated with egroupware using appsession vars
- added max sizes when uploading
- added this CHANGELOG
- added the README for developer instructions
- checked copyrights
- changed icon
2004-09-20 20:40:50 +00:00
Ralf Becker
7a28a6bcd0
fix for problem reported by Julius Wehrmann, a single date-picker (no other widgets) does not work
2004-09-20 18:51:31 +00:00
Ralf Becker
6270294429
fix for problem reported by Julius Wehrmann, a single date-picker (no other widgets) does not work
2004-09-20 18:50:36 +00:00
Ralf Becker
e08004b4bc
reworked the vfs_sql class to use the new db-functions, all quoting for the db is now done by them.This fixes some MaxDB problem, which should be a problem at least for postgres as well.
2004-09-20 10:50:46 +00:00
reinerj
8816a6f15d
update lang file from Theytaz Antoine
2004-09-20 07:45:50 +00:00
reinerj
8a79c25d06
update lang file from Theytaz Antoine
2004-09-20 07:45:10 +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
Ralf Becker
88f72fdd51
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:19:00 +00:00
reinerj
8d6c7367f1
fix a typo
2004-09-19 20:53:21 +00:00
reinerj
0bf8e4a287
fix a typo
2004-09-19 20:52:37 +00:00
Ralf Becker
45c2916b68
fixed typo, thanks to Jo�o Martins
2004-09-19 20:34:48 +00:00
Ralf Becker
3a9c7b62d7
fixed typo, thanks to Jo�o Martins
2004-09-19 20:33:41 +00:00
alpeb
e0d1912226
Wasn't finding htmlarea.css when not using /egroupware as base directory
2004-09-19 16:44:27 +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
7cc7965eea
reworked infolog so-layer to use new db-functions to allow updates under MaxDB
2004-09-19 16:26:08 +00:00
Ralf Becker
bd15c88efb
reworked infolog so-layer to use new db-functions to allow updates under MaxDB
2004-09-19 16:15:53 +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
35ef5df8a3
fixed MsSQL and MaxDB problem: DISTINCT on text column in function get_installed_charsets
2004-09-19 12:46:22 +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
33918385fc
fixed 2 other probs:
...
- cat_id is varchar, so the id's in "cat_id IN ('1','2')" have to be in single quotes for MaxDB
- search on text-columns:
* MsSQL need to cast the column to varchar
* MaxDB cant do it at all
2004-09-19 12:34:34 +00:00
Ralf Becker
b125007c92
reworked the contacts class using the new db-functions to fully support MaxDB
2004-09-19 11:33:31 +00:00
Ralf Becker
b72732290e
added checks for updates of text and blob columns
2004-09-19 10:38:11 +00:00
Ralf Becker
c6e4fdac77
added some debug and error messages
2004-09-19 10:35:54 +00:00
Ralf Becker
85a946bc5f
enabling prepared statements for MaxDB
2004-09-19 10:32:35 +00:00
Ralf Becker
28ed51f49f
fix for bug [ 1027089 ] ALTER TABLE ... ADD COLUMN ... DEFAULT doesn't work
...
postgres cant add a column with a default in one go
2004-09-19 08:26:45 +00:00
alpeb
5924aa86f4
Added button translation
2004-09-18 21:36:45 +00:00
alpeb
2fc3edccc2
Added button translation
2004-09-18 21:35:51 +00:00
alpeb
a19e998d97
Added button translation
2004-09-18 21:35:51 +00:00
alpeb
88451fd126
Added button translation
2004-09-18 21:33:23 +00:00
alpeb
71e90370fd
Added button translation
2004-09-18 21:33:23 +00:00
alpeb
66794f7a77
Added button translation
2004-09-18 21:31:12 +00:00