Commit Graph

7037 Commits

Author SHA1 Message Date
Miles Lott
fe494abdc1 Fixed count() for postgresql, I hope 2003-10-19 18:29:44 +00:00
Ralf Becker
6fbf81abed added class to functions_backtrace 2003-10-19 18:25:14 +00:00
Miles Lott
7c1621ea40 Move definition of SEP ahead of class instantiation so that php5 won't barf if we use SEP in one of those classes 2003-10-19 18:05:27 +00:00
Miles Lott
ed5e8a5f8e Updated to work with current code (somewhat) 2003-10-19 15:15:00 +00:00
Miles Lott
6a69632487 Switch to using oProc object instead of db object to avoid update errors 2003-10-19 12:48:36 +00:00
Miles Lott
61bf56843f Oops, this is a more accurate count 2003-10-19 08:12:16 +00:00
Miles Lott
c02c4f563e possibly more efficient record counting query, and fix limit case on queries that return less than limit 2003-10-19 08:06:52 +00:00
Miles Lott
a6247a6191 This is the fix for performing strtolower on fields such as givenName from Mozilla 2003-10-19 07:48:12 +00:00
Miles Lott
b31581a53c Fix Netscape import (ldif) to perform strtolower() on fieldname - Mozilla at least sends givenName 2003-10-19 07:47:08 +00:00
Miles Lott
454c0c12c2 Fix lang calls 2003-10-19 07:21:51 +00:00
Miles Lott
3ec480e3c5 Added one lang for import that was missing in action 2003-10-19 07:20:43 +00:00
Miles Lott
4a49600904 Fixes for globals and session data - which is mostly unused for now 2003-10-19 07:00:53 +00:00
Miles Lott
760bed3735 Fix import to convert quoted-printable cr/lf correctly 2003-10-19 06:55:53 +00:00
Miles Lott
de6be340f3 Use get_var() 2003-10-19 06:14:21 +00:00
Miles Lott
29586ebf3a This is legacy code, not used for 2 years or more 2003-10-19 06:08:11 +00:00
reinerj
a047910848 add no robots 2003-10-19 00:20:07 +00:00
reinerj
274a07283d change phpgw to egw 2003-10-19 00:17:00 +00:00
Miles Lott
fb3eb50ef8 Close potential security hole for xmlrpc/soap calls 2003-10-18 11:15:48 +00:00
Miles Lott
dec0934ee3 Now using copyobj() - please advise if it breaks and how 2003-10-18 11:12:19 +00:00
Miles Lott
2da29d2861 Add one note about baseline tables 2003-10-18 10:54:47 +00:00
Miles Lott
b56787e6cd using get_var() 2003-10-18 10:39:37 +00:00
Miles Lott
4c74f7e463 Allow passing of single, non-array paramater for e.g. POST or GET to get_var() 2003-10-18 10:36:34 +00:00
Miles Lott
562e9fb64a Add quotes to string 'private' 2003-10-18 10:30:02 +00:00
Ralf Becker
50f3f7be43 enabled Slovenian language, thanks to Dragos translations 2003-10-17 22:41:59 +00:00
Miles Lott
0103ae5f98 silence the error in another way 2003-10-17 07:45:56 +00:00
Miles Lott
521a3b94d8 These are not strings... 2003-10-17 07:31:23 +00:00
dragob
787827274b Some cosmetics in translations. 2003-10-16 20:43:20 +00:00
dragob
ecdea9c643 Added slovenian translation (Tea �trancar, Klemen Vodopivec). 2003-10-16 20:41:41 +00:00
Ralf Becker
297447b421 synchroniced it with the developer_tools::class.solangfile.inc.php 1.19 2003-10-16 19:51:56 +00:00
Ralf Becker
f04c06956d small fix to gard against an sql-error if an empty group get selected 2003-10-16 17:21:13 +00:00
Ralf Becker
07db5a1869 fixed bug that group-views show events of all members, even if no grants exist 2003-10-16 17:19:52 +00:00
Ralf Becker
94a2f4e043 added function-backtrace to db-error-messages 2003-10-16 16:59:31 +00:00
Ralf Becker
cb12c82707 added function to generate a function-name backtrace 2003-10-16 16:41:35 +00:00
Ralf Becker
3f3d0c79e9 added function to generate a function-name backtrace 2003-10-16 16:34:45 +00:00
Ralf Becker
8c5c7188d1 added message to login: account is expired 2003-10-16 15:07:21 +00:00
Ralf Becker
7abb19b143 added message to login: account is expired 2003-10-16 14:55:12 +00:00
Ralf Becker
2fd99e4fa3 moved the phrases 'site configuration' and 'global categories' from admin to common as many apps use it in there sidebox-menu now 2003-10-16 12:02:01 +00:00
Ralf Becker
e7ffae02d3 moved the phrases 'site configuration' and 'global categories' from admin to common as many apps use it in there sidebox-menu now 2003-10-16 11:55:36 +00:00
Miles Lott
3a298a8c7d Check that $var is set and not False - some installs will error on the array element not being set 2003-10-16 11:41:40 +00:00
Miles Lott
e07e330732 Add copyobj() function for php5 object cloning vs php3/4 copies, fix _debug_array() for php5 2003-10-16 10:37:31 +00:00
Miles Lott
7d999cd13c Moved inclusion of extension classes after definition of extended class, for php5 (and 3 ;) ) 2003-10-16 10:27:34 +00:00
Miles Lott
cc385c5ab4 Use global tpl object directly, also fixes double var $template setting error 2003-10-16 10:20:13 +00:00
Ralf Becker
420cf9ad1d moved admin, preferences hook to one class, added a sidebox-menu 2003-10-16 09:36:46 +00:00
Miles Lott
8b188b06f9 This header was wrong for a long time 2003-10-16 07:10:21 +00:00
Lars Kneschke
b2e4e6327e big-5 is supported by php 4.3.X 2003-10-16 04:59:46 +00:00
Ralf Becker
fba07b8b8b changed name of the downloaded file to holidays.<nation>.csv 2003-10-15 21:13:41 +00:00
Lars Kneschke
616a09880a hide errormessage about unsupported charset 2003-10-15 19:15:25 +00:00
reinerj
3a4f122099 solve bug http://http:// in logo 2003-10-15 18:16:12 +00:00
Ralf Becker
483682912b small cleanup, bgcolor is set now via the css-class 2003-10-15 13:19:24 +00:00
Ralf Becker
726607234e register globals 2003-10-15 13:18:13 +00:00