Commit Graph

5089 Commits

Author SHA1 Message Date
Miles Lott
dbd4c633f9 API UPGRADE - INSERT-only version update to add missing hooks 2002-01-02 15:26:19 +00:00
seek3r
433a23d93e updating for new sessions class change 2002-01-02 15:10:06 +00:00
Miles Lott
ab5fcad3eb _debug_array() fix; add check for enforce_ssl config - no config dialog yet 2002-01-02 14:46:00 +00:00
seek3r
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
seek3r
32306abaf6 some additional performance improvements, including a switch to the hooks class which I finished up 2002-01-02 14:33:05 +00:00
seek3r
70261207f3 added php4 sessions class and added it as an option 2002-01-02 14:32:22 +00:00
bettina
3544a46dc3 update 2002-01-01 23:25:54 +00:00
bettina
8095e83fc5 update 2002-01-01 20:58:22 +00:00
bettina
79998e203b update langs 2002-01-01 20:57:52 +00:00
Miles Lott
1309e07d82 Add another lang 2002-01-01 19:05:11 +00:00
Miles Lott
c7f698f835 Add some langs 2002-01-01 19:03:26 +00:00
skeeter
fb8ca2f40d Small change to reference HTTP_GET_VARS as GLOBALS['HTTP_GET_VARS']. I understand that they are both the same, but easier to read. 2001-12-31 19:38:05 +00:00
seek3r
07e38bcecb fixed my new sorting so that admin will always be on top 2001-12-31 16:10:12 +00:00
seek3r
3fd860790a sorted the navbar apps 2001-12-31 15:57:30 +00:00
Lars Kneschke
db1b79ff98 we can use this file, to hide the refferer to external websites
use it like this:

/phpgroupware/index.php?go=http%3A%2F%2Fexternal.host.com

need still some tweaking :)
2001-12-31 12:44:47 +00:00
brandonne
601f495f93 added SGML version of users guide 2001-12-31 07:17:37 +00:00
brandonne
42bdd915f0 added SGML version of admin guide 2001-12-31 06:53:28 +00:00
brandonne
f087a1ca1f added SGML version of FAQ 2001-12-31 06:50:48 +00:00
brandonne
284277d2ea added images for users guide 2001-12-31 06:43:16 +00:00
brandonne
9fffba0d1b added images for user guide 2001-12-31 06:34:21 +00:00
brandonne
2e96c5a154 added HTML version of users guide 2001-12-31 06:30:41 +00:00
brandonne
d7f8efd64a added HTML version of admin guide 2001-12-31 06:25:42 +00:00
brandonne
ed8e9b8ae8 added html version of FAQ 2001-12-31 06:21:30 +00:00
Lars Kneschke
a706fec16b made login working again 2001-12-31 01:46:46 +00:00
Lars Kneschke
8b6625cdb1 added a way to include app css files 2001-12-31 01:17:10 +00:00
skeeter
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
skeeter
b7900846cc Should clear up a bunch of warnings if the full 10 errors are not provided. 2001-12-30 17:00:54 +00:00
Miles Lott
ae3349058c Formatting, some globals work 2001-12-30 11:59:32 +00:00
Miles Lott
820b5adbe5 Fix call to get_list (now index), some globals work 2001-12-30 11:57:02 +00:00
seek3r
e46451e26a trying to fix problem on phpgroupware.org cvs demo 2001-12-30 09:42:55 +00:00
seek3r
fcd99e116d fixed the table row background to a grey instead of the blue which didnt match 2001-12-30 09:34:39 +00:00
seek3r
1a2c0638f3 added images to get rid of the lame rollover directory 2001-12-30 08:31:52 +00:00
seek3r
69459e0102 added images to get rid of the lame rollover directory 2001-12-30 08:28:56 +00:00
seek3r
c86438c2b2 now uses the proper image finding features of the API, as well as dynamicly changes the base and hover images based on current app 2001-12-30 08:25:32 +00:00
seek3r
64cf67dab3 removed waste layer and doing finally working checkin 2001-12-30 08:24:41 +00:00
seek3r
abf54b9909 updated for changing the hover images 2001-12-30 04:58:39 +00:00
bettina
c2cd9e60d0 fixed wrong function call 2001-12-29 21:37:12 +00:00
skeeter
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
skeeter
abe7b743ed No longer needed. 2001-12-29 18:45:58 +00:00
skeeter
f70f3f0179 This will now allow RELATIVE_USER_APP to work correctly for the acl_check function. 2001-12-29 18:34:04 +00:00
skeeter
128a03f3c9 Small improvement on seekers caching of image files. 2001-12-29 18:10:31 +00:00
skeeter
30d0030b13 Changed the menuaction to GLOBALS['HTTP_GET_VARS']['menuaction'] 2001-12-29 18:02:51 +00:00
brandonne
3e829d32ad *** empty log message *** 2001-12-29 17:59:53 +00:00
brandonne
63a956e5df updated doc directory to conform with new docteam standard 2001-12-29 17:54:21 +00:00
seek3r
5bb76f2110 fixed php3 compatibility and added some additional feature that is not yet complete 2001-12-29 17:35:13 +00:00
seek3r
b8797c7ad6 put in new find_image function that should help performance a fair bit 2001-12-29 10:57:35 +00:00
seek3r
9262d4d93c I had left in some debugging crap 2001-12-29 10:56:57 +00:00
seek3r
a245e7d06c fixed loading of template files. They didnt seem to work at all 2001-12-29 08:53:28 +00:00
seek3r
99e0c1517f fixed for version checking 2001-12-29 08:09:03 +00:00
skeeter
58a42faff7 Cleanups for a few warnings. 2001-12-29 02:37:22 +00:00