Commit Graph

1435 Commits

Author SHA1 Message Date
7e4ec5264e Add inline doc and data check for create_defaults() 2002-01-03 18:11:10 +00:00
d61dadfa72 Add default prefs creation for a new user in create() - will need to do this either
here or in admin.
2002-01-03 18:02:10 +00:00
7c92b70b90 Move constructor to the top of the class; Use one db object instead of two;
Do the query in return_array() only once; Make formated_list() a wrapper to
formatted_list();
2002-01-03 17:16:56 +00:00
f857c1eeff fixed wrong select of the global cats 2002-01-03 03:42:13 +00:00
ac6c2d89c4 found problem with appsession. I was purging it on accident 2002-01-02 20:50:28 +00:00
e2b86e9082 trying to fix app session 2002-01-02 20:45:57 +00:00
28d77dcd4a this time I really think I fixed it 2002-01-02 20:29:51 +00:00
efd94ed2b8 fixed for pre 4.1 versions of PHP (I think) 2002-01-02 19:45:11 +00:00
ab5fcad3eb _debug_array() fix; add check for enforce_ssl config - no config dialog yet 2002-01-02 14:46:00 +00:00
e9688a73ea getting rid of Template_new which no one seems to care for, and adding my own experimental class which should have a little better performance. 2002-01-02 14:37:15 +00:00
32306abaf6 some additional performance improvements, including a switch to the hooks class which I finished up 2002-01-02 14:33:05 +00:00
70261207f3 added php4 sessions class and added it as an option 2002-01-02 14:32:22 +00:00
3544a46dc3 update 2002-01-01 23:25:54 +00:00
8095e83fc5 update 2002-01-01 20:58:22 +00:00
07e38bcecb fixed my new sorting so that admin will always be on top 2001-12-31 16:10:12 +00:00
3fd860790a sorted the navbar apps 2001-12-31 15:57:30 +00:00
ef1c96f268 I can't totally remember if the menuaction is always passed as a GET var, but this is more cleaner. 2001-12-30 17:03:26 +00:00
b7900846cc Should clear up a bunch of warnings if the full 10 errors are not provided. 2001-12-30 17:00:54 +00:00
e46451e26a trying to fix problem on phpgroupware.org cvs demo 2001-12-30 09:42:55 +00:00
64cf67dab3 removed waste layer and doing finally working checkin 2001-12-30 08:24:41 +00:00
abf54b9909 updated for changing the hover images 2001-12-30 04:58:39 +00:00
5739976dfd Should be backwards compatible! Will now allow the formated_list() method to be called by ExecMethod(). This is now done by setting the format variable equal to an associated array. 2001-12-29 19:31:52 +00:00
f70f3f0179 This will now allow RELATIVE_USER_APP to work correctly for the acl_check function. 2001-12-29 18:34:04 +00:00
128a03f3c9 Small improvement on seekers caching of image files. 2001-12-29 18:10:31 +00:00
30d0030b13 Changed the menuaction to GLOBALS['HTTP_GET_VARS']['menuaction'] 2001-12-29 18:02:51 +00:00
5bb76f2110 fixed php3 compatibility and added some additional feature that is not yet complete 2001-12-29 17:35:13 +00:00
b8797c7ad6 put in new find_image function that should help performance a fair bit 2001-12-29 10:57:35 +00:00
9262d4d93c I had left in some debugging crap 2001-12-29 10:56:57 +00:00
a245e7d06c fixed loading of template files. They didnt seem to work at all 2001-12-29 08:53:28 +00:00
58a42faff7 Cleanups for a few warnings. 2001-12-29 02:37:22 +00:00
4264fe7820 Return fault code 9 'Access denied' if no app access 2001-12-28 18:41:33 +00:00
a4cefb9b28 Add acl check for app access prior to list_methods() call 2001-12-28 16:29:27 +00:00
c257dbcf86 Remove email-specific functions 2001-12-28 15:31:06 +00:00
3c70493ae1 Add array_pop(); test and confirm array_pop/array_shift; add comments to each
function; order functions alphabetically
2001-12-28 07:07:32 +00:00
38983d71cf format elseif for consistency 2001-12-28 06:02:30 +00:00
275a3eb70c remove extra debug var, format 2001-12-28 05:57:18 +00:00
ddd4181979 Add array_shift() - needs testing 2001-12-28 05:48:33 +00:00
c51972cd16 formatting 2001-12-28 05:32:59 +00:00
31b533d00e formatting 2001-12-28 05:25:07 +00:00
bfeeced206 Fix for get_form() when testing serialization; rename get_list() to index(); ldap
fix for empty cat_id
2001-12-28 04:29:31 +00:00
06dc27229c Changes for hopefully better handling of the global crypto object; remove
calls to common class functions and setting of common class vars;
2001-12-27 15:48:42 +00:00
827eb9a223 one big irritation was that the pwd() function would return an extra space at the end of the directory name. This shouldn't have occured, because spaces are not allowed as the first/last character of the name. 2001-12-27 15:20:03 +00:00
42a23a93c3 Fixed a quote/tick problem. 2001-12-27 15:17:29 +00:00
5e7170193e Allows the developer to define the text when printing out a list of errors/results/warnings. 2001-12-27 15:16:22 +00:00
a47351e0ec fix use of unset (php3) 2001-12-26 16:59:51 +00:00
81a5b54d6f formatting by way of testing appsession 2001-12-26 05:34:45 +00:00
816b7e2d47 Do not decrypt and return if no data in db (decrypt returning garbage) 2001-12-26 05:24:51 +00:00
c84ba29fd4 Cleanups for a couple of warnings. 2001-12-25 20:16:26 +00:00
4d41699cdc fixed very minor inline doc text 2001-12-25 09:22:31 +00:00
e5e315711c formatting 2001-12-25 02:58:49 +00:00