Commit Graph

725 Commits

Author SHA1 Message Date
Miles Lott
2d32663ce1 rollback last change for now 2002-01-13 21:12:35 +00:00
Miles Lott
478ca3adc4 Upgrade API version to 0.9.15.001, add post-install dependency failure
test to detection class and applications.php
2002-01-13 19:52:47 +00:00
skeeter
1f4c69b108 This will now clear system/user level cache when adding/deleting apps. 2002-01-13 17:20:33 +00:00
Miles Lott
21f0653bde Formatting and comment adjustment 2002-01-11 03:40:59 +00:00
p_pessagno
f075681f38 Updates language descriptions 2002-01-10 19:24:31 +00:00
p_pessagno
26b864d8c3 Portuguese Translation - Thanks to Leonardo Gomes Figueira 2002-01-10 16:57:31 +00:00
Miles Lott
1af7355c77 small change to test syncmail 2002-01-08 14:48:35 +00:00
Miles Lott
3ec482b83f small change to test syncmail 2002-01-08 14:42:59 +00:00
Miles Lott
b6d48e874a Set intval() of value to insert to ensure some input on not null columns 2002-01-08 14:03:29 +00:00
Miles Lott
e6b3c04a10 Minor formatting 2002-01-08 02:12:43 +00:00
seek3r
c13ade18dc Several fixes in this commit because the switch from sf to savannah had to come from a day old copy of our cvs tree. Much was fixed including email being fixed for PHP3 compatibility, skeeter updated all the setup.inc.php files to say they would be comaptible with the new API version, ceb made fixes to the projects app based on newly submitted bug reports. Im sure there are more but I dont know all the details. Oh, I did add a print_r() to the php3 support files. 2002-01-07 10:50:42 +00:00
Miles Lott
0740e85b12 Switch to local hook function to avoid catch_22/chicken-egg/cart-horse situation 2002-01-05 23:50:18 +00:00
Miles Lott
a012283ba5 Lang files are now installed as part of the install/upgrade process. For step
one (mass install/upgrade), english is installed by default
2002-01-05 21:20:52 +00:00
Miles Lott
a9a325f0f3 sort and add two more 2002-01-05 21:02:25 +00:00
Miles Lott
ac12936c0b Add no, yes, never, and time periods for account expiration 2002-01-05 20:54:48 +00:00
Miles Lott
f79ae32ea0 Fix to not duplicate hook installation (oops) 2002-01-05 18:12:16 +00:00
Miles Lott
950b7a8a5c Mod to (un)install application translations with each app (applications.php only) 2002-01-05 18:07:11 +00:00
Miles Lott
055ba107c5 new langs 2002-01-02 18:23:09 +00:00
seek3r
62b4c42a22 added some description text 2002-01-02 15:55:09 +00:00
seek3r
f2581be283 fixed typo 2002-01-02 15:53:08 +00:00
Miles Lott
787aaf2a5e Create hooks object for hooks call 2002-01-02 15:49:25 +00:00
seek3r
9520fafe37 updated for new header.inc.php option, and fixed echo problem 2002-01-02 15:47:54 +00:00
Miles Lott
49f7216e19 Remove unused function 2002-01-02 15:46:17 +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
ab9fffff05 fixed some debug crap and a fix for windows installs 2001-12-26 17:21:24 +00:00
Miles Lott
566aee1cb2 but do check the right value... 2001-12-21 22:44:09 +00:00
Miles Lott
e2206c12f6 Do not delete a passwd setting from the db, since we also don't put the value
in the form
2001-12-21 22:41:44 +00:00
Miles Lott
f5ccede031 Do not print passwords to the page 2001-12-21 22:38:03 +00:00
Miles Lott
b123e396c7 Add new langs for mcrypt... and one older one for auth 2001-12-20 18:00:49 +00:00
Miles Lott
a89a1c9c1a globals fix for \$action 2001-12-18 02:38:39 +00:00
Miles Lott
a7900bb2bb One lang call had a grammar correction, now these files follow 2001-12-18 02:32:23 +00:00
Miles Lott
ea23a8c75c set phpgw_info to an empty array at the top 2001-12-18 02:25:55 +00:00
Miles Lott
04342d35ed Cleanup includes; move auth() call to top after main include (functions.inc.php); 2001-12-18 02:20:31 +00:00
Miles Lott
18a45d4bc5 security fix for php 4.1.0 (?) to verify that what isset() is also !empty() 2001-12-18 02:07:14 +00:00
Miles Lott
964b9aa7d6 Add another db stage; stage 6 used to be 5; 5 now asks are you sure you want
to delete everything???
2001-12-16 16:35:39 +00:00
Miles Lott
c332b62e15 Add ldap connection failure notice with exit to make sure they see it 2001-12-12 16:02:51 +00:00
Miles Lott
44cf6e8017 Make html 4.0.1 compliant 2001-12-12 01:59:01 +00:00
Miles Lott
45b570984f oops, this should be better 2001-12-11 04:53:34 +00:00
Miles Lott
7984e7cc48 Added some ldap langs 2001-12-11 04:47:23 +00:00
Miles Lott
df12b77dde Add cancel button to setup_demo; add link to setup demo accounts on ldap page; 2001-12-11 04:42:55 +00:00
Miles Lott
8df4163cab setup_demo now works for LDAP (here anyway) and still works for SQL; now uses
the accounts classes in phpgw; This is devel CVS, please test ;)
2001-12-11 04:36:40 +00:00
Miles Lott
063e834ec5 Once the function is enabled (not default) in xml_functions.inc.php, this should work 2001-12-04 13:46:04 +00:00
Miles Lott
66a41b74eb minor update 2001-12-03 17:39:39 +00:00
Miles Lott
6330681793 php3 fix for detection class; add use of db_addslashes() for when we re-insert
table data to a new table in pg (altertable/column)
2001-11-29 03:58:22 +00:00
Miles Lott
a644b200da silence non-object error until we can fix this 2001-11-25 02:37:50 +00:00
Miles Lott
a4053a15c4 Missed a global 2001-11-25 02:27:22 +00:00
Miles Lott
592f7ca4f1 Fix selection order of ConfigDomain 2001-11-22 00:50:12 +00:00
skeeter
6d642420d9 This will now clear the cache everytime the login page is displayed. This will help to clear the phpgw_info caching when upgrading. 2001-11-21 22:13:11 +00:00
Miles Lott
aa32b065bf more adjustment for globals 2001-11-21 15:01:43 +00:00
skeeter
509b88901b Possible fix for problems with bad php.ini settings. 2001-11-21 12:07:58 +00:00