Commit Graph

7094 Commits

Author SHA1 Message Date
shrykedude
d5f0fd26cd proper variable existence check 2003-10-24 04:39:42 +00:00
shrykedude
8b9c73d089 Prefixed code that generates PHP notices with a '@' to minimize new user confusion. 2003-10-24 04:38:48 +00:00
shrykedude
076f639288 make the app area fill up the available space, with a left-pad for spacing 2003-10-24 03:09:02 +00:00
shrykedude
e52887d989 Hid some PHP notices behind a '@' to minimize new user confusion. 2003-10-24 00:54:28 +00:00
Pim Snel
00df8f407c remove old icons 2003-10-23 21:50:53 +00:00
Pim Snel
b6138b99e2 small lay-out fixes 2003-10-23 21:13:58 +00:00
Pim Snel
166a857df9 replace orange star 2003-10-23 20:46:36 +00:00
Ralf Becker
8e1c003cde small fix for the getAccounts function to use the name-style defined in the user prefs by default 2003-10-23 20:30:32 +00:00
Pim Snel
fb95b258d4 merged lars' changes and almost fixed the vertical scrollbar bug in IE 2003-10-23 20:27:41 +00:00
uid33421
4ea053b344 another small fix 2003-10-23 19:49:01 +00:00
uid33421
a761d7a38d layout fixes 2003-10-23 19:44:52 +00:00
uid33421
939fd96822 added my own css file 2003-10-23 19:33:33 +00:00
uid33421
ed4bba78db splitted some things, so we have more control about the layout 2003-10-23 19:32:54 +00:00
uid33421
d11958d1b4 enabled body tag again
we need it onload
2003-10-23 19:20:45 +00:00
uid33421
afa38cf57a respect selected theme 2003-10-23 18:30:35 +00:00
Pim Snel
1463d87637 added icon for emailadmin and add spacer.gif to default 2003-10-23 16:05:27 +00:00
Pim Snel
853cf4bbd9 add fudforum icon, added new idots infolog icons 2003-10-23 15:55:45 +00:00
Pim Snel
c3c7b5376f cleaned up lay-out 2003-10-23 15:48:41 +00:00
Pim Snel
194f2dd843 and here are the new idots icons 2003-10-23 15:30:54 +00:00
Pim Snel
0aa579faab fixed href to pngfix.js 2003-10-23 15:20:19 +00:00
Pim Snel
b12b903d8c removed end of body tags from inc/footer.inc.php and added all footer tags the template footer files 2003-10-23 15:19:22 +00:00
Pim Snel
8839558f07 changed default imageformat of the nextmatch arraws to png 2003-10-23 15:17:40 +00:00
Pim Snel
60bc6e0332 new idots design because old one had copyright problems and this one is better 2003-10-23 15:04:22 +00:00
Ralf Becker
e4c0b82b2b disabled index generation again for db other then MySQL, til i fixed it 2003-10-22 12:54:39 +00:00
Miles Lott
4b4afd3c23 Add another case for manageheader when domains are not defined in header.inc.php, also some formatting updates 2003-10-22 11:28:17 +00:00
shrykedude
b6578a3c3d forgot to remove debug check 2003-10-22 05:18:45 +00:00
shrykedude
9798ccf162 Fixed bug in error log navigation.
Fixes for better HTML validation.
Match navigation button layout fixes.
2003-10-22 05:14:56 +00:00
shrykedude
1096987b81 added quotes for HTML validation 2003-10-22 04:28:03 +00:00
Ralf Becker
27f8837364 reading the indices correct (multiple columns, fulltext and length-limited) indexes 2003-10-22 02:40:16 +00:00
Ralf Becker
7cc899861d added a log-file and a 401 header if unauthorized to the xmlrpc-server 2003-10-21 21:05:23 +00:00
Ralf Becker
8d2125b502 enhanced format to add an icon and already translated texts, hopefully last commit on this ;-) 2003-10-21 19:13:23 +00:00
Ralf Becker
ddc665d061 enhanced format to add an icon and already translated texts 2003-10-21 19:03:07 +00:00
Ralf Becker
4dade58bbe enhanced format to add an icon and already translated texts 2003-10-21 18:41:50 +00:00
Ralf Becker
8d2c4bb7a3 fixed schemaproc to create indexes and enhanced syntax to create multicolum indexes and unique keys 2003-10-21 18:09:58 +00:00
Ralf Becker
f2b0ca5d6d an other fix for ADOdb, set Record to empty, if a query returns no row 2003-10-21 18:08:22 +00:00
Ralf Becker
9384c24217 fixed php4-sessions to work with xmlrpc, our sessionid is now identical to the php4 sessionid 2003-10-21 10:46:33 +00:00
Ralf Becker
b26fa6246a fixed db::to_timestamp as the ADOdb function returns quotes too 2003-10-21 10:08:48 +00:00
Ralf Becker
c8d9ba1a5f small fix to not use eval 2003-10-21 09:18:21 +00:00
Miles Lott
651a91706b Remove check for xmlrpc extension, since we so far implement this in php 2003-10-21 00:52:59 +00:00
Miles Lott
58070d6c2e Update banner 2003-10-21 00:06:44 +00:00
Miles Lott
e30974493b Restored old, working xmlrpc.php which uses the api classes; Moved more recent version to .old for now 2003-10-21 00:04:56 +00:00
Ralf Becker
c49d1cf3be put the eGW demo as default record for the xmlrpc app 2003-10-20 22:44:24 +00:00
shrykedude
68e0663d55 corrected placement of FORM tag for HTML validation 2003-10-20 20:23:19 +00:00
Ralf Becker
0d35fcc72a fix to allow to load non-iso-8859-1 languages without an system-charset set 2003-10-20 19:03:46 +00:00
Ralf Becker
a1bb219315 fix to automatically connect before calling db_addslashes, needed for setup->languages (with ADOdb enabled) 2003-10-20 19:02:32 +00:00
Ralf Becker
6909e7241d some fixes:
- replaced the hardcoded /phpgroupware url with the webserver_url
- register globals
2003-10-20 17:25:56 +00:00
shrykedude
0656bc925a updated case & quoting of HTML tag attributes; added ALT tag for IMGs 2003-10-20 17:16:56 +00:00
Ralf Becker
dbfd796382 fix to automatically connect before quering the tables, needed for setup->configuration (with ADOdb enabled) 2003-10-20 16:36:03 +00:00
Ralf Becker
0c6b822fea some fixes:
- replaced the hardcoded /phpgroupware url with the webserver_url
- register globals
- some UI fixes, as in idots everything is centered
2003-10-20 16:34:29 +00:00
Ralf Becker
9f450cb1a8 pgsql7.3 fix + wrong id for the addressbook custom-fields, should work now 2003-10-20 08:49:21 +00:00