Commit Graph

1431 Commits

Author SHA1 Message Date
skeeter
40df324cf5 GNU Bug #800. 2002-09-02 02:32:10 +00:00
skeeter
9d50404d22 GNU Patch #483. 2002-09-01 15:03:19 +00:00
skeeter
73bf8e96fa GNU Patch #492. 2002-09-01 13:37:10 +00:00
ceb
117e089722 update gdbutton 2002-08-30 02:16:15 +00:00
ceb
f1119c3860 added class to create gd/ttf buttons 2002-08-29 23:20:22 +00:00
Zone
402b797472 Add support of storing file contents in the database 2002-08-26 04:20:33 +00:00
Miles Lott
2808bec6c5 If PHP_SELF is not set, a REG_EMPTY error is generated - there is probably a better fix... 2002-08-24 15:22:14 +00:00
Miles Lott
6a5c1bd2de Fix problem of ???_langs() functions recursing instead of calling translation class.
This meant no lang installation/upgrade except when working with lang.php.
2002-08-23 04:28:28 +00:00
Miles Lott
e25be5b24a GNU Patch #488 2002-08-22 12:22:58 +00:00
skeeter
6ec153c54e Added a few isset()'s. This clears a few warnings from being logged. 2002-08-22 03:07:00 +00:00
skeeter
883882338d Changed EXP_DEBUG_APP to DEBUG_APP. 2002-08-22 03:05:58 +00:00
Miles Lott
eec43e2901 Remove stray whitespace 2002-08-20 12:41:48 +00:00
skeeter
94b08474d0 Was missing this piece.. Now it will display the timer debug statement. 2002-08-17 19:28:09 +00:00
skeeter
89ebd8ea8a Did I miss commiting this? 2002-08-13 23:39:39 +00:00
Miles Lott
0a3912cf96 verify that get_var did not return an empty cookie var (breaks noncookie sessions) 2002-08-12 00:59:34 +00:00
skeeter
0ce9edd060 Small change letting the system warnings to use user preference of template set for images. 2002-07-20 13:16:33 +00:00
skeeter
9db6ba3adc Possible fix for the network class error on line 81. 2002-07-20 01:32:00 +00:00
ceb
325b6d81dd update global_cats selection 2002-07-03 00:55:47 +00:00
skeeter
32bc0ab15c GNU Patch #305. 2002-06-30 12:18:07 +00:00
skeeter
297a820544 GNU Patch #373. 2002-06-29 12:24:11 +00:00
skeeter
45978168e2 GNU Bug #631. 2002-06-25 01:38:34 +00:00
Miles Lott
dce6255685 Add two auth methods, both of which require third party PHP modules (see source) 2002-06-24 12:16:50 +00:00
Zone
5371495831 Compensate for bug in ACL 2002-06-24 04:02:14 +00:00
Zone
fc3df2e82e Savannah Patch #370 (modified) - Fix and extend ACL - Thanks gisu 2002-06-24 03:18:59 +00:00
skeeter
3c51862e9c A more enahanced datetime class. This one will store the server's TZ offset in the cache and use that value to calculate GMT. 2002-06-23 18:05:15 +00:00
skeeter
550bb2f132 GNU Patch #304. 2002-06-23 17:10:28 +00:00
skeeter
ca58fb532e GNU Patch #325 2002-06-09 02:17:37 +00:00
skeeter
3520aa9eff GNU Patch #336 2002-06-09 01:30:55 +00:00
skeeter
34848f8414 GNU Patch #347 2002-06-09 00:17:59 +00:00
seek3r
273c381628 updating for my netscape 4.x patches 2002-06-03 22:17:56 +00:00
seek3r
198abc90cc updated for a few bug fixes and some html comliance 2002-05-31 22:14:10 +00:00
seek3r
e1cdcafb61 updated idsociety to new format. works fine for me in normal/tables and frames mode 2002-05-31 21:22:25 +00:00
seek3r
9bd5ee2de5 left forced frames mode again 2002-05-31 18:37:18 +00:00
seek3r
0e2e0f5446 fixed design to allow for backwards compatibility 2002-05-31 18:13:07 +00:00
seek3r
161047f121 Apps dont need to halt on template error. Now it just reports 2002-05-31 10:18:57 +00:00
seek3r
96577bfcd9 few minor bug fixed 2002-05-31 09:25:52 +00:00
seek3r
4004c9a4e1 updated so that login page will destroy frames, cleaned up various other issues like better lang support in msgbox, now langs trailing char can be turned off. several other improvements 2002-05-31 08:29:19 +00:00
seek3r
03a64409f8 accidently left forced frames mode 2002-05-30 21:14:29 +00:00
seek3r
eb0b6aaf30 updated phpgwapi/inc/functions.inc.php to follow a nice and orderly loadup process. Added back in the support for CSS, added support for preloading images, fixed javascript problems, updated themes to use , overall just got this api nice and tight in the loadup and template areas. Now we need to update all the template sets and apps to follow suit 2002-05-30 21:13:07 +00:00
seek3r
4a2729a720 massive and sweeping change to the link() function, the way the app loads up, to a single templates class instance, to a new template set structure which automaticly handles frames support. We will have much cleanup to do to get apps working again and have them following the new guidelines 2002-05-30 09:47:09 +00:00
seek3r
de3fcb1c70 updated wit new msgbox 2002-05-27 08:22:12 +00:00
seek3r
60a0c1ac74 fixed password strength rules names to be compatible with phpGW 2002-05-27 03:13:28 +00:00
Miles Lott
75c9dc23f0 This should allow for another app to load its own contacts class as a replacement
for the api version.  If the app wants to include the api shared class, it should
do so manually.
2002-05-27 01:32:04 +00:00
Miles Lott
fcde09f5ab Change user-agent to phpGroupWare 2002-05-27 00:52:00 +00:00
Miles Lott
2b950e3583 Add encoding to output 2002-05-27 00:50:28 +00:00
Miles Lott
d9ac13b22a Silence undefined variable error 2002-05-27 00:43:29 +00:00
Miles Lott
5cf60ba4ee Add encoding to return value 2002-05-27 00:40:30 +00:00
Miles Lott
cdc2926ff3 formatting 2002-05-26 21:16:25 +00:00
Miles Lott
f8ee781c06 formatting 2002-05-26 20:32:54 +00:00
Miles Lott
3861b64b16 formatting 2002-05-26 20:22:24 +00:00