Commit Graph

1611 Commits

Author SHA1 Message Date
92c0505fe3 This now allows the _debug_array() to either print or not print the debug info. 2002-04-06 15:13:51 +00:00
1ffc7e1ecc GNU Patch #210. 2002-04-04 20:52:04 +00:00
e54b0278c7 Applied GNU Patch #205. 2002-04-02 14:15:24 +00:00
b4f2cfaae4 php3 failed to set the controls, now checking for is_array vs. != '' 2002-03-31 14:22:08 +00:00
87f3a8e6b8 add string return option to gethttpsocketfile() 2002-03-30 16:32:08 +00:00
b221f83ec2 Added the db_addslashes() call to name2id(). 2002-03-26 19:25:49 +00:00
b0999ae0e1 GNU Patch #180. 2002-03-26 04:37:03 +00:00
1e1fd8efe1 update to reflect new classnames 2002-03-20 03:35:42 +00:00
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
9dd8a8d708 in_array() should now be compatible with php3. 2002-03-16 02:59:13 +00:00
50175afd99 Adding line/file error catching to table_names(). 2002-03-16 02:58:03 +00:00
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
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
225e7f6a82 fix for BUG# 100527 2002-03-10 18:44:59 +00:00
bb762ae965 Use in_array() 2002-03-08 04:10:58 +00:00
ddfa5d9d4b use in_array() instead of class function; formatting 2002-03-08 04:08:12 +00:00
611c40af04 switching to is_??? 2002-03-08 04:02:44 +00:00
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
ce8be5f8d3 remove some crap i was working on 2002-03-06 02:47:47 +00:00
438d2def56 Disable expiration of cookies by default 2002-03-06 02:42:15 +00:00
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
aaccb90b2e Use only the phpgw_setup->oProc object 2002-03-04 07:18:46 +00:00
2d742a0488 one more fix for oProc 2002-03-04 05:00:08 +00:00
8fcb9b1dcf Fix name of oProc object to match current table scripts 2002-03-04 04:49:42 +00:00
b95925ae4d add one missing lang call 2002-03-04 03:12:50 +00:00
6d81d7547c Add lang for invalid password 2002-03-04 03:10:57 +00:00
be67e0d962 Add lang for logout message 2002-03-04 03:08:47 +00:00
79d886e345 Hopefully better logic for login/logout of the two setup logins 2002-03-04 02:55:53 +00:00
ca9651d890 Moving schema_proc classes to the api 2002-03-03 21:48:34 +00:00
7561909c9b Moving new setup classes to the api 2002-03-03 21:47:30 +00:00
78d862aacb minor formatting and grammar 2002-03-02 04:08:20 +00:00
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
2e3ec5c126 Add list_apps function back (new name) - this needs touching up 2002-03-01 10:34:12 +00:00
e61f24032b Modified to use new get_var() api function for start, sort, etc... 2002-02-28 03:53:32 +00:00
9a63aa57ae Adding the new get_var(). 2002-02-28 03:46:34 +00:00
7ccf86785b add lastpasswdchange as zero in create() 2002-02-27 03:48:52 +00:00
038cc6d0e2 Updating to ralf's latest version 2002-02-24 21:21:53 +00:00
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
4aea8e09ad make _debug_array() look good on php4 again 2002-02-23 18:07:45 +00:00
caeeb6a766 Missed another semicolon. 2002-02-23 14:39:24 +00:00
30aad35397 Missed a semicolon. 2002-02-23 14:35:31 +00:00
924617a0e4 Renamed the system call package_app_byid() to package_app(). 2002-02-23 14:23:13 +00:00
ce5d0d62e9 This is a few after the fact cleanups. I think this will now handle passing either the app_id or the app_name to package_app(). 2002-02-23 13:40:31 +00:00
a3c1738bec This will now create the files after d/l'ing them. This could be dangerous as it actually overwrites any files that are in your apps directory. Remember, overwrites, it does not delete the app directory and reinstalls. Maybe it should as it would need to be allowed to remove old unused files. 2002-02-23 13:22:59 +00:00