Commit Graph

1825 Commits

Author SHA1 Message Date
skeeter
53344baf01 GNU Patch #246. 2002-04-21 17:42:40 +00:00
Miles Lott
918233979c remove echo 2002-04-20 16:57:56 +00:00
Miles Lott
425b4520c2 Add str_pad() and defines 2002-04-20 16:54:21 +00:00
Miles Lott
99455f4c8f Added new class for reading/writing tar(gz) files. This was written by
Josh Barger <joshb@npt.com>, who was kind enough to convert his license
to LGPL.  It has been munged a bit to make it php3-compatible.
2002-04-20 16:31:16 +00:00
skeeter
0403808c94 Fix for Oracle support. 2002-04-18 19:14:25 +00:00
skeeter
4f422d4608 Added GNU Feature Request #100744. 2002-04-17 23:43:29 +00:00
skeeter
264313338f Made the rest of tr_color as GLOBALS. 2002-04-17 23:41:55 +00:00
skeeter
99afed5175 Had a - instead of an =. 2002-04-17 15:31:53 +00:00
skeeter
6ef3aa92a1 GNU Patch #244. 2002-04-17 11:58:09 +00:00
skeeter
d3887570b2 This part of a major fix for the calendar. 2002-04-16 15:45:50 +00:00
skeeter
2cc39d765e It was missing a '. 2002-04-15 04:03:09 +00:00
skeeter
44ab61718d Fix for double 'Select One' choice in user preferences. 2002-04-15 03:41:04 +00:00
skeeter
5f9a2dbc82 Fixed Call-by-reference. 2002-04-15 02:26:21 +00:00
skeeter
78950a92bf Fix for mssql or ODBC support. 2002-04-14 03:27:50 +00:00
Miles Lott
bfc712116d format, add one cache header 2002-04-13 21:38:34 +00:00
skeeter
c982108a41 Added missing phrases. 2002-04-13 19:21:26 +00:00
Miles Lott
c7f4184b69 Fix for addressbook custom fields 2002-04-13 03:34:23 +00:00
skeeter
a862c217c0 Cleaned up the extra comma at the end of the langs that are installed. 2002-04-13 03:02:22 +00:00
skeeter
9b853a9ba0 This should fix the sending of any emails and the saving to the users sent folder. 2002-04-12 14:21:57 +00:00
skeeter
33267908d2 Fixes for a deprecated call by reference. 2002-04-11 14:12:34 +00:00
Miles Lott
3f78583e6e This has worked for awhile now in php3/4 2002-04-11 10:49:06 +00:00
seek3r
1ef33ce9ae fixed php3 support problem 2002-04-11 06:11:44 +00:00
skeeter
5a609ab5da Fix for a call by reference. 2002-04-10 18:30:33 +00:00
skeeter
475489d2d2 Fixed it so the phpgw_website will not be visible in the get_tempalte function. This should stop the demo from being dorked up. 2002-04-10 18:29:28 +00:00
skeeter
4e929d519c Cleanup a few small warnings. 2002-04-09 23:48:36 +00:00
skeeter
bbbb67a74e GNU Patch #108. 2002-04-08 14:23:27 +00:00
Miles Lott
3c8fffb1e7 Manageheader now handles editing of multiple domains 2002-04-07 23:56:03 +00:00
skeeter
3be9e05fa3 Clean-up of more warnings. 2002-04-07 20:01:13 +00:00
skeeter
301b5268d3 Changed the version check to compare against the string rather than the number. 2002-04-07 19:58:57 +00:00
skeeter
cf031d14bc Clearing up a couple of warnings. 2002-04-07 17:51:37 +00:00
skeeter
27d6f340bf GNU Patch #127 - create_defaults being called twice. 2002-04-07 14:28:43 +00:00
skeeter
92c0505fe3 This now allows the _debug_array() to either print or not print the debug info. 2002-04-06 15:13:51 +00:00
ceb
befdc71038 fixed wrong php version check. function mysql_get_server_info() was added in 4.0.5. the installation of phpgw fails with php versions 4.0.0 - 4.0.4. because of the @ in front of that function call the install is frozen. it doesnt return a message and also doesnt continue in any way 2002-04-05 20:37:27 +00:00
skeeter
1ffc7e1ecc GNU Patch #210. 2002-04-04 20:52:04 +00:00
ceb
7c84398cb3 added french langs 2002-04-04 20:51:26 +00:00
ceb
af2255ec54 added finnish lang file 2002-04-02 21:13:11 +00:00
ceb
c69aae2042 added french translation file 2002-04-02 20:07:55 +00:00
skeeter
e54b0278c7 Applied GNU Patch #205. 2002-04-02 14:15:24 +00:00
Miles Lott
b4f2cfaae4 php3 failed to set the controls, now checking for is_array vs. != '' 2002-03-31 14:22:08 +00:00
Miles Lott
87f3a8e6b8 add string return option to gethttpsocketfile() 2002-03-30 16:32:08 +00:00
skeeter
bef6b7ed7b This will turn off search engine robots from tagging phpGW installs. 2002-03-28 19:00:38 +00:00
ceb
9933697484 update 2002-03-27 22:09:17 +00:00
skeeter
2660ec6e9e Added new phrase - Welcome - for linux-at-work.de template. 2002-03-26 22:30:14 +00:00
skeeter
b221f83ec2 Added the db_addslashes() call to name2id(). 2002-03-26 19:25:49 +00:00
skeeter
b0999ae0e1 GNU Patch #180. 2002-03-26 04:37:03 +00:00
Miles Lott
7ac912a218 Add special case for mysql 3.22.X if we can detect the server version (php4) 2002-03-21 02:15:45 +00:00
Miles Lott
1e1fd8efe1 update to reflect new classnames 2002-03-20 03:35:42 +00:00
Miles Lott
fa37f0a481 Change class names internally to fix object creation (?), add todo 2002-03-20 03:30:56 +00:00
ceb
1f178214ba update img path 2002-03-16 03:30:03 +00:00
ceb
eafc493ef3 update to use pix in api img dir 2002-03-16 03:29:32 +00:00
ceb
22ad9d3e7b removed pix 2002-03-16 03:22:21 +00:00
ceb
36743a0187 added pix for class menutree 2002-03-16 03:15:27 +00:00
skeeter
9dd8a8d708 in_array() should now be compatible with php3. 2002-03-16 02:59:13 +00:00
skeeter
50175afd99 Adding line/file error catching to table_names(). 2002-03-16 02:58:03 +00:00
skeeter
3be3f5d506 Interim step in moving a a<less|more>thanb to some sommon functions to use it for app_registry functions. 2002-03-16 02:56:57 +00:00
ceb
85e547f31f update img path 2002-03-15 22:27:31 +00:00
ceb
02be46e085 added a part about the double pix and tpl files 2002-03-15 22:09:55 +00:00
skeeter
6cd157d0da Possible speed enhancement for javascript image_over. 2002-03-15 03:53:54 +00:00
ceb
c069d67023 fixed wrong img dir 2002-03-15 01:20:53 +00:00
ceb
a1aa3788b9 added function to fetch some accountsdata 2002-03-14 02:26:21 +00:00
ceb
5471e1fda9 added function to fetch some accountsdata 2002-03-14 01:42:15 +00:00
ceb
0c22fc3f0b update cats 2002-03-13 16:30:51 +00:00
ceb
f612468342 update cats 2002-03-13 04:16:46 +00:00
Miles Lott
225e7f6a82 fix for BUG# 100527 2002-03-10 18:44:59 +00:00
ceb
1fab89aabe update pngs 2002-03-08 22:04:31 +00:00
ceb
79745ec4f8 update pngs 2002-03-08 16:53:09 +00:00
ceb
f570821d0e update pngs 2002-03-08 16:23:02 +00:00
ceb
d09ba2a568 update pngs 2002-03-08 16:16:12 +00:00
ceb
22b29acbad update png 2002-03-08 15:11:41 +00:00
Miles Lott
bb762ae965 Use in_array() 2002-03-08 04:10:58 +00:00
Miles Lott
ddfa5d9d4b use in_array() instead of class function; formatting 2002-03-08 04:08:12 +00:00
Miles Lott
611c40af04 switching to is_??? 2002-03-08 04:02:44 +00:00
simone
b483f62116 update with missing LANG calls 2002-03-06 23:53:07 +00:00
Miles Lott
900cc6eb52 expire setup login after 20 minutes of idle time - cookies are reset on each page load 2002-03-06 03:00:23 +00:00
Miles Lott
ce8be5f8d3 remove some crap i was working on 2002-03-06 02:47:47 +00:00
Miles Lott
438d2def56 Disable expiration of cookies by default 2002-03-06 02:42:15 +00:00
Miles Lott
9279e65f17 Add expiration of 20 minutes (to be changed to idle time check later); Change
login behavior to be able to verify acceptance of the cookies before showing
the page (using refresh - tested on NS, Mozilla, IE, Konqueror)
2002-03-06 02:40:30 +00:00
Miles Lott
aaccb90b2e Use only the phpgw_setup->oProc object 2002-03-04 07:18:46 +00:00
Miles Lott
8e616003b6 use correct oProc object 2002-03-04 05:19:48 +00:00
Miles Lott
2d742a0488 one more fix for oProc 2002-03-04 05:00:08 +00:00
Miles Lott
8fcb9b1dcf Fix name of oProc object to match current table scripts 2002-03-04 04:49:42 +00:00
Miles Lott
b95925ae4d add one missing lang call 2002-03-04 03:12:50 +00:00
Miles Lott
6d81d7547c Add lang for invalid password 2002-03-04 03:10:57 +00:00
Miles Lott
be67e0d962 Add lang for logout message 2002-03-04 03:08:47 +00:00
Miles Lott
79d886e345 Hopefully better logic for login/logout of the two setup logins 2002-03-04 02:55:53 +00:00
Miles Lott
ca9651d890 Moving schema_proc classes to the api 2002-03-03 21:48:34 +00:00
Miles Lott
7561909c9b Moving new setup classes to the api 2002-03-03 21:47:30 +00:00
Miles Lott
78d862aacb minor formatting and grammar 2002-03-02 04:08:20 +00:00
skeeter
6970aefe57 Split out common files from functions.inc.php so that the API and setup can have a single source base. 2002-03-01 12:31:50 +00:00
Miles Lott
8ba02059f3 Update to match changes added to release branch 2002-03-01 11:30:59 +00:00
Miles Lott
2e3ec5c126 Add list_apps function back (new name) - this needs touching up 2002-03-01 10:34:12 +00:00
Miles Lott
e61f24032b Modified to use new get_var() api function for start, sort, etc... 2002-02-28 03:53:32 +00:00
skeeter
9a63aa57ae Adding the new get_var(). 2002-02-28 03:46:34 +00:00
Miles Lott
7ccf86785b add lastpasswdchange as zero in create() 2002-02-27 03:48:52 +00:00
Zone
3363aea3bc Updated to include arrayized parameters, single quotes, GLOBALS, and other changes 2002-02-25 08:45:41 +00:00
Zone
c4feb39f23 Removal - obsoleted by doc/inlinedocparser.php 2002-02-25 08:42:27 +00:00
Miles Lott
038cc6d0e2 Updating to ralf's latest version 2002-02-24 21:21:53 +00:00
skeeter
1cd5737c51 Will now download the requested app. Still need to add the setup/install process to it. 2002-02-24 21:00:59 +00:00
Miles Lott
4aea8e09ad make _debug_array() look good on php4 again 2002-02-23 18:07:45 +00:00
skeeter
caeeb6a766 Missed another semicolon. 2002-02-23 14:39:24 +00:00