Commit Graph

5342 Commits

Author SHA1 Message Date
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
Ralf Becker
879b385f63 saving field-assignments now in preferences and not longer in a separate file in /tmp 2002-03-05 12:59:16 +00:00
Ralf Becker
7cf9b2c1f5 removed debug-message 2002-03-05 10:51:36 +00:00
Ralf Becker
9ce2cc5a8a saveing fieldassignments now in preferences and not longer in a separate file in /tmp 2002-03-05 10:26:33 +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
9ab254b6eb re-add check for cookie setting 2002-03-04 00:59:29 +00:00
Miles Lott
a5f0e27362 add comments 2002-03-03 22:00:55 +00:00
Miles Lott
01faba0c4d Moved setup and schema_proc classes to api; reorganize how the setup class
is created
2002-03-03 21:53:00 +00:00
Miles Lott
88ca7694a6 Now using api version of schema_proc classes 2002-03-03 21:49:56 +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
18c9bede9c Now using get_var() from api 2002-02-28 04:23:16 +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
Zone
7fa1481838 Add dev note about index.php being depreciated 2002-02-25 05:41:22 +00:00
Zone
6b8c75f2a9 Initial commit 2002-02-25 04:58:47 +00:00
Zone
5d507655b0 Fix group directory creation, remove possible security problem 2002-02-25 03:24:50 +00:00
Ralf Becker
975adf9028 should be only in Version-0_9_14-branch 2002-02-24 21:28:57 +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
Ralf Becker
a850a50c3a inital import of local copy of sbox2-api-class with a fix for the changed name of the projects-class 2002-02-24 20:57:51 +00:00
Miles Lott
4aea8e09ad make _debug_array() look good on php4 again 2002-02-23 18:07:45 +00:00
Miles Lott
0ac2d5a353 adjust sql for new table names 2002-02-23 17:19:28 +00:00
Miles Lott
54e00b04d6 adjust sql for new table names 2002-02-23 17:18:55 +00:00
Miles Lott
25378a7f88 adjust sql for new table names 2002-02-23 17:17:02 +00:00
skeeter
caeeb6a766 Missed another semicolon. 2002-02-23 14:39:24 +00:00
skeeter
30aad35397 Missed a semicolon. 2002-02-23 14:35:31 +00:00
skeeter
924617a0e4 Renamed the system call package_app_byid() to package_app(). 2002-02-23 14:23:13 +00:00
skeeter
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
skeeter
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
Miles Lott
661bbca88c remove one tr 2002-02-21 13:46:53 +00:00
Miles Lott
3549178505 Add referer capability - arrives via HTTP_GET_VARS, saved in appsession 2002-02-21 12:27:56 +00:00
Ralf Becker
d9c78866ac horzi. & vertical alignment of widgets, size of Text-fields 2002-02-20 21:34:52 +00:00
Ralf Becker
8344eff5fa Got a nice persistent main-window with automatic scrollbars now.
Deleted a lot of stuff not needed for GTK.
2002-02-20 10:04:22 +00:00
Miles Lott
8b54414c64 also check api version for hooks table in deregister_hooks() 2002-02-20 05:19:35 +00:00
Miles Lott
4b878ddca9 adjust inline docs 2002-02-20 04:57:49 +00:00