Commit Graph

895 Commits

Author SHA1 Message Date
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
Miles Lott
23896ff6f5 possible fix for bug #479943 2001-11-14 23:17:27 +00:00
itheart
38d1253837 japanese lang file add 2001-11-14 22:39:28 +00:00
skeeter
00e7719717 Small change to the RenameTable function in MySQL. This will allow for older versions of MySQL to be used. 2001-10-18 01:02:49 +00:00
Miles Lott
39bd4f6318 check and increment app_id, or set random value if api version >= 0.9.13.015 2001-10-17 18:42:18 +00:00
Miles Lott
d2cc52c47d GLOBALS 2001-10-17 18:10:17 +00:00
Miles Lott
663e83b66e fix timestamp display, fix default display to remove double "'" 2001-09-29 15:44:17 +00:00
jengo
dd450aa11b #465163 - Merged in patch for Chinese Translations 2001-09-28 21:52:33 +00:00
Miles Lott
80cfe11b39 Add setting of ConfigDomain to the cookie var (now works with register_globals off) 2001-09-28 14:39:38 +00:00
Miles Lott
a03dc806bf add 'go to' 2001-09-28 14:27:23 +00:00
Miles Lott
2b4bfcf425 Add some other options if the admin does not want to upgrade the api yet. 2001-09-28 14:26:26 +00:00
jengo
f4efac55bb - Fixed logout button not working correctly
- Re-enabled the logout button in lang.php, not sure why it was disabled
2001-09-27 23:59:39 +00:00
Miles Lott
98bfdd6558 html color code cleanup 2001-09-26 23:59:52 +00:00
jengo
ed6fabcc15 Merged in pacth for partial chinese translations - Thanks Yen-Shuo Su (shuo) 2001-09-24 22:50:14 +00:00
jengo
386187a81c Fixed parse error, missing ) at end of if 2001-09-24 20:42:22 +00:00
Miles Lott
2a738905e4 Add check for existence of index prior to DROP INDEX 2001-09-23 11:58:10 +00:00
Miles Lott
830242391d Update/add langs for config.php in admin and setup 2001-09-21 20:38:50 +00:00
Miles Lott
4ef07f8d67 Now using the same template files as the admin/config.php - only api/admin/prefs templates
are included, and all are saved in the config table as appname='phpgwapi'.
2001-09-21 20:14:04 +00:00
cortesi
96857e446b added sentence 2001-09-20 14:03:00 +00:00
Miles Lott
93d75f74f5 Allow enter to work for setup or header login, if single domain; fix setting of invalid password message 2001-09-18 12:38:26 +00:00
skeeter
33bd4e9714 Changed the addslashes to db_addslashes. 2001-09-18 03:46:28 +00:00
skeeter
d23736a1dc Small fix for redeclaring a variable to a different type. 2001-09-18 03:45:22 +00:00
Miles Lott
6471f4d546 Another manageheader fix 2001-09-17 03:25:34 +00:00
Miles Lott
a33d7d1648 Fix header generation (templates) 2001-09-17 03:19:07 +00:00
Miles Lott
3f389090cc Fix HeaderPW check 2001-09-17 03:09:47 +00:00
mdean
f7d1715195 Removed random account numbers for maximum db portability. 2001-09-17 02:23:41 +00:00
Miles Lott
173d81ab87 register_globals and formatting changes 2001-09-17 02:10:34 +00:00
skeeter
4805243c8c Applied patch #460021 in a modified form. 2001-09-17 02:06:12 +00:00
mdean
b2f9d0c668 Calls to db_addslashes for portability. 2001-09-17 00:54:52 +00:00
Miles Lott
6c1eb9f114 formatting 2001-09-12 16:49:41 +00:00
Miles Lott
e2117e0432 formatting 2001-09-12 14:20:54 +00:00
Miles Lott
9f5a0813b4 not used 2001-09-12 13:50:40 +00:00
Miles Lott
61c105e352 minor formatting 2001-09-12 13:45:58 +00:00
skeeter
370818fa8e Cleanups of warnings. 2001-09-03 09:51:27 +00:00
skeeter
a1d8939e82 Fix for the compare of version function. Was not properly setting testb vars. 2001-09-03 09:50:40 +00:00
Miles Lott
43127662ab Some more fixes to work with register_globals Off; Change one debug echo. 2001-08-31 22:29:23 +00:00
Miles Lott
c126a0b01a New file from Philippe AMELANT and Guillaume Courtois 2001-08-31 22:27:20 +00:00
Miles Lott
eb429ea494 demo account creation is now a checkbox option, on by default 2001-08-25 21:18:30 +00:00
Miles Lott
6f3ede4746 undo last change 2001-08-25 21:02:53 +00:00
Miles Lott
54f7afb947 Chop off last comma for php3 2001-08-25 20:23:50 +00:00
Miles Lott
e93e792876 Adjust comments 2001-08-25 20:06:03 +00:00
Miles Lott
87f5ac0200 Fix to show float4/8 correctly in sqltoarray 2001-08-25 09:16:00 +00:00
Miles Lott
84401ad8b3 Show table count 2001-08-25 09:09:34 +00:00
Miles Lott
ad1e3f276a Undo inadvertent commit on this file... 2001-08-21 18:57:13 +00:00
Miles Lott
e0db915670 Changes to allow register_globals to be off 2001-08-21 18:48:50 +00:00
Miles Lott
38419e27f9 Update most versions to include mysql 3.22.X warning 2001-08-13 17:51:23 +00:00
Miles Lott
4e1a2a6bb6 add test app to run system.listApps against the local server at phpgroupware/xmlrpc.php 2001-08-09 15:54:52 +00:00
Miles Lott
e877085fd8 This calls the system.listApps from the local server as a test 2001-08-09 15:51:38 +00:00
jengo
cb9c5a0d46 Added select boxs for the version numbers on the apps that have them avaiable. Milosch, what do you think ? 2001-08-08 08:41:28 +00:00
Miles Lott
bd30af4d61 Replace print_r with var_dump (php3) 2001-08-04 13:29:53 +00:00
Miles Lott
a55296403b Fix setting of account type to 'u' for users 2001-08-02 09:37:49 +00:00
Miles Lott
b85362ba1b Create per-user application acl if no groups selected for modify 2001-08-02 09:33:24 +00:00
Miles Lott
ae949e41f2 Adding this back 2001-07-30 16:05:42 +00:00
seek3r
9218a82cbd this is now setup3 code 2001-07-30 15:59:25 +00:00
seek3r
cd3f5a90dc preparing to put setup3 code in here 2001-07-30 15:44:12 +00:00
cortesi
eb6ca26645 contributed by philippe__ 2001-07-09 12:10:53 +00:00
Miles Lott
b33c1090fd Update from chris <chris@lansir.com.tw> 2001-06-06 19:08:41 +00:00
Miles Lott
4921bd0132 Add two home page langs 2001-06-06 16:59:31 +00:00
izzy
547ae0408c + added some more phrases (all setup/preferences related) 2001-06-05 19:08:57 +00:00
izzy
268b14766d + added/adjusted translations for SquirrelMail 2001-06-05 18:53:02 +00:00
izzy
1600c50730 + updated language settings 2001-06-05 17:45:38 +00:00
bettina
798ff60cb9 update of phpgw_categories.access plus phpgw_notes.access type to use varchar 2001-06-03 20:45:34 +00:00
Miles Lott
609b3b8fad Add version setting 2001-06-01 01:08:40 +00:00
Miles Lott
5c92817fde Fix to get around erroneous version in admin/setup/setup.inc.php 2001-05-31 22:53:40 +00:00
Miles Lott
2628c9857c Update function to match the api 2001-05-31 09:25:58 +00:00
Miles Lott
11d52774bd Change to not use PHPGW_SERVER_ROOT ( no header.inc, no constant ) 2001-05-31 00:01:40 +00:00
Miles Lott
7225e341d1 Update for new version file checking 2001-05-30 23:46:36 +00:00
Ralf Becker
bfafacff77 undone the changes 2001-05-30 22:26:27 +00:00
Ralf Becker
c8a97189d0 added infolog 2001-05-30 21:58:05 +00:00
Miles Lott
d4cb332f25 Had to add one more variable back to make the new header template work 2001-05-30 08:56:01 +00:00
Miles Lott
0dd038c04e no conversion type selected error for addressbook 2001-05-30 00:19:25 +00:00
Miles Lott
7d281d7173 Add missing ) 2001-05-27 04:06:38 +00:00
Miles Lott
e8e9e32025 Add brackets to if statement 2001-05-26 21:26:37 +00:00
Ralf Becker
2065718e34 some changes to make the import work 2001-05-26 21:16:25 +00:00
cortesi
9319b0c44c *** empty log message *** 2001-05-25 02:26:23 +00:00
jengo
cd588b407e Bumped up the version number 2001-05-24 07:54:55 +00:00
jengo
76e773eb1d Fixed account_expires not being set 2001-05-22 09:41:27 +00:00
skeeter
551661182f A few more fixes for the calendar. 2001-05-21 03:20:31 +00:00
Miles Lott
90eacf1b15 Add a lang for addressbook import 2001-05-21 02:33:41 +00:00
jengo
f3043f71c6 Fixed typo 2001-05-19 21:45:16 +00:00
Miles Lott
2fc187693b Use newer setup.inc.php files 2001-05-19 14:57:26 +00:00
skeeter
e3256b2f1a language entry for calendar. 2001-05-19 03:26:56 +00:00
seek3r
d0b68ab609 someone dorked up the echo's, so I firxed them 2001-05-18 22:22:54 +00:00
skeeter
f8e066e11f Fix for bug #424801 2001-05-18 02:18:23 +00:00
skeeter
c9094e5f38 Fix for bug #422736 - Setup used hardcoded value 'phpgroupware' for database name. 2001-05-18 01:40:28 +00:00
skeeter
71ecb0af10 Removed 'Scheduling Conflict' from template. 2001-05-17 01:14:29 +00:00
Miles Lott
0c01a48016 Updated lang from chris@lansir.com.tw 2001-05-16 13:36:20 +00:00
skeeter
1de46d028c Updated the wording for Sending/Receiving email notifications. 2001-05-16 04:36:55 +00:00
Miles Lott
8847295ff6 change phpgw_holidays to phpgw_cal_holidays in 009 upgrade 2001-05-15 10:57:00 +00:00
Miles Lott
57f4a2659e add do delete x for filemanager, japanese updates 2001-05-15 10:37:08 +00:00
skeeter
c8f940a8ee Added a new field to the holiday table for observance rules. 2001-05-14 23:43:05 +00:00
jengo
ae203b17bd Added warning about people upgrading there header files and it not handling virtual domains 2001-05-11 10:00:39 +00:00
Miles Lott
8060a2efee change create to use account_XXX, made newgroup use newer create 2001-05-10 09:34:47 +00:00
Miles Lott
de7d1f4e60 Update for new create method in accounts 2001-05-09 11:37:26 +00:00
Miles Lott
f8b8493e60 Remove duplicates 2001-05-07 12:15:36 +00:00
Miles Lott
0581b98906 Fix some old spelling issues 2001-05-07 12:11:52 +00:00
Miles Lott
1e5cd307b7 Fix some OLD spelling problems AGAIN 2001-05-07 12:08:03 +00:00
Miles Lott
2d54ed5edb Fix some pharses and langauges again 2001-05-07 12:02:56 +00:00
jengo
3090af98b4 Fixed setting up demo accounts not allowing you to login 2001-05-03 05:15:02 +00:00
jengo
5c8c881a11 Removed profiles table 2001-05-03 04:59:00 +00:00
jengo
efa2d7dede Cleaned up quite a bit in PostgreSQL create, upgrade and drop tables. 2001-05-03 04:53:49 +00:00
skeeter
f1ac28bc71 Fix for bug #420708. Also, restructured the holiday support. I think this will be the final structure. This gives the most flexibility, a single file to handle all future years. This does not care about previous years rules. 2001-05-02 23:23:48 +00:00
skeeter
3d3163faaa This will at least cause a normal upgrade to not lose data in the description field for bug #420783. 2001-05-02 18:02:20 +00:00
skeeter
b281b7b213 Fix for bug #420783, also added a hol_id field to the holidays tables. 2001-05-02 17:57:46 +00:00
jengo
99ff1cb575 Added account expires feature 2001-05-02 09:06:14 +00:00
jengo
ebee550db7 Added the new config class 2001-05-02 08:00:33 +00:00
izzy
99bcffff90 + new phrases added 2001-04-30 18:07:07 +00:00
izzy
8810852e72 * apps for some phrases changed to common 2001-04-30 15:58:43 +00:00
izzy
a787369e3d + new phrases added
* apps for some phrases changed to common
2001-04-30 15:58:24 +00:00
izzy
0cb01ce928 + new phrases added
* apps for some phrases changed to common
! fixed some probs introduced to last update (spaces instead of tabs)
2001-04-30 14:03:21 +00:00
skeeter
ecf1d3bc66 Upgrade for adding table structure for calendar holidays 2001-04-30 03:04:02 +00:00
skeeter
5cf7a13846 possible fix for using enter/return key on setup/login 2001-04-30 03:03:11 +00:00
jengo
46946434ea Cleaned up a few errors in the upgrades 2001-04-28 01:49:09 +00:00
skeeter
12e7072673 Fixes to the .002 upgrade for calendar 2001-04-27 17:37:59 +00:00
bettina
b0199b263f added cat_main plus cat_level to phpgw_categories 2001-04-27 16:02:59 +00:00
izzy
120bbf4544 updated and added phrases 2001-04-27 15:03:21 +00:00
jengo
955bf76715 Added an option to force a certian theme on users 2001-04-27 10:02:33 +00:00
Miles Lott
dce1ad12c8 Update list of tables 2001-04-27 03:25:39 +00:00
skeeter
d361c553a1 updated the version in newtables. 2001-04-27 02:57:19 +00:00
skeeter
f51ced506b Found 'public' is a keyword... Changed to 'is_public'. 2001-04-27 02:47:54 +00:00
skeeter
6c83a9a0c9 Fix for misspelling of DFAULT. 2001-04-27 02:29:42 +00:00
skeeter
a078f7f58f Restructured the calendar database, added the categories, and fixed problem with repeating entries. 2001-04-27 02:20:55 +00:00
bettina
3265e4a2d8 added access_field to the notes_table 2001-04-25 00:45:50 +00:00
Miles Lott
4ca386d64c Fix verdana 2001-04-24 19:13:43 +00:00
Miles Lott
f1ceb55920 Add null upgrade to 0.9.10 release - hope this is right 2001-04-23 14:37:08 +00:00
jengo
155246b74b Moved version number up 2001-04-23 08:54:42 +00:00
Miles Lott
c5380e2cea Notes lang mod 2001-04-23 08:02:00 +00:00
Miles Lott
3018e339b8 adding langs 2001-04-23 07:53:02 +00:00
Miles Lott
6ef5016e8e Fix some cal/todo langs 2001-04-23 07:45:08 +00:00
Miles Lott
a6fc59ba22 Fix spelling of participant 2001-04-23 07:40:30 +00:00
Miles Lott
2126ef565d Add some for calendar 2001-04-23 07:38:56 +00:00
Miles Lott
6c8e3f65ee Fix some todo lang 2001-04-23 07:25:37 +00:00
Miles Lott
f5655cab7e Add 'notes categories' 2001-04-23 07:22:49 +00:00
Miles Lott
d122cffdb3 Fix 'small' and 'very small' 2001-04-23 07:21:58 +00:00
Miles Lott
498f1fcbb0 Add 'categories for' 2001-04-23 07:11:25 +00:00
Miles Lott
8eca0e883a Add some items for email prefs 2001-04-23 07:09:26 +00:00
Miles Lott
da7266595f Add ends for calendar 2001-04-23 07:03:55 +00:00
skeeter
5ae06fcf21 More multi-lingual compatible 2001-04-22 21:39:42 +00:00
Miles Lott
98f47a7003 Add two for prefs with help from ceb 2001-04-22 20:55:34 +00:00
Miles Lott
54bb6c2846 Add two for prefs 2001-04-22 20:45:03 +00:00
Miles Lott
b13e9aeacd Updated 2001-04-22 20:30:21 +00:00
skeeter
584ea9936d Fix for bug #417329 2001-04-22 14:18:50 +00:00
Miles Lott
f79ab9c194 Change to phpversion() 2001-04-21 12:31:56 +00:00
Miles Lott
9d073903d2 Fix short tags - Bug #417815 2001-04-21 12:05:59 +00:00
jengo
8aea759457 Moved 'none' into common 2001-04-19 20:37:42 +00:00
Miles Lott
17fce87d23 No, more was needed 2001-04-19 20:24:41 +00:00
Miles Lott
4c5c768c44 Hopefully final cleanup of addressbook table migration 2001-04-19 20:20:20 +00:00
Miles Lott
e28ef93c4f Fix doubling on transfer of data to new addressbook tables 2001-04-19 20:01:23 +00:00
Miles Lott
4652096b90 Also check for 'y' in tel fields 2001-04-19 19:52:55 +00:00
Miles Lott
faec9af7d8 Fix db->query syntax 2001-04-19 19:46:34 +00:00
Miles Lott
44b7e3057a Sete tel fields to '' where they were 'n' 2001-04-19 19:36:10 +00:00
Miles Lott
e3d69cc480 Make newgroups und todo 'common' 2001-04-19 08:52:33 +00:00
Miles Lott
67f05b3231 Make newsgroups and todo common so prefs shows them correctly 2001-04-19 08:49:47 +00:00
Miles Lott
b1114f43d2 Add acl for changepassword 2001-04-19 00:43:16 +00:00
Miles Lott
2c0db534b6 Remove some redundant entries 2001-04-18 23:10:43 +00:00
Miles Lott
9d34b1348f A couple missing for tts 2001-04-18 23:03:27 +00:00
Miles Lott
c7fa492351 undo doubled 'private', add personalized notes for 2001-04-18 22:59:25 +00:00
Miles Lott
35408f1b83 More missing phrases 2001-04-18 22:57:30 +00:00
Miles Lott
28e897e06b Add some missing phrases 2001-04-18 22:49:33 +00:00
Miles Lott
883845235f Another update from Yoshihiro Kamimura. I hope this is correct... 2001-04-18 22:10:39 +00:00
Miles Lott
46ec22fa97 Add addslashes to fix upgrade problems (Bug #417076) 2001-04-18 16:46:40 +00:00
Miles Lott
713966188c oops, change ver info here also 2001-04-17 18:35:36 +00:00
Miles Lott
1d11bdbefe Change mysql only phpgw_app_sessions.content to longtext 2001-04-17 18:34:13 +00:00
Miles Lott
137fe5c1eb Add acl to let the imported users change their password 2001-04-17 16:32:14 +00:00
Miles Lott
553a7ac66f Change default order to 99 for apps with no setup_info 2001-04-13 13:41:28 +00:00
Miles Lott
d3d88a5f9d Add Japanese lang file from Yoshihiro Kamimura at itheart.com 2001-04-13 13:39:52 +00:00
Miles Lott
732bb7e83c Add CVSROOT 2001-04-12 05:17:12 +00:00
Miles Lott
901956a477 Check only for apps tables, not any tables 2001-04-12 00:51:04 +00:00
jengo
7d6177d17f Rolled back so setup can figure out which apps are present 2001-04-12 00:00:04 +00:00
Miles Lott
008eb060f7 Actually tell them what version of php to have as a minimum. 2001-04-10 13:17:56 +00:00
Miles Lott
fe95ab9038 to match the other future accounts work - this is not ready yet 2001-04-10 13:05:54 +00:00
Miles Lott
2ace0ea50b Update lang to zt 2001-04-10 04:17:43 +00:00
Miles Lott
10a9759ebc Add lang zt to upgrade 2001-04-10 04:14:20 +00:00
Miles Lott
ba66f7a20a New lang - Chinese(Taiwan) from chris@lansir.com.tw & calm@lansir.com.tw 2001-04-10 04:10:31 +00:00
Miles Lott
3e9162b969 Add zt lang Chinese(Taiwan) and enable 2001-04-10 04:08:15 +00:00
Miles Lott
cf77700087 Fix spelling of tomorrow 2001-04-08 07:24:20 +00:00
jengo
3847c94a20 SF #412969 - Added a some error checking to see if the users enter the admin passwords. Which was casuing people to not be able to login 2001-04-07 12:24:22 +00:00
Miles Lott
63d18c1bd2 Missed an 'l' 2001-04-05 20:00:34 +00:00
Miles Lott
42f5df0ee9 Cleanup second call to accounts class which was breaking in some installs 2001-04-05 19:43:38 +00:00
Miles Lott
3a38f4cf4c Add some category stuff 2001-04-04 13:45:15 +00:00
Miles Lott
448491fa9d More addressbook prefs fields 2001-04-04 13:35:51 +00:00
Miles Lott
432cd3089e Add a couple more addresbook prefs fields 2001-04-04 13:30:23 +00:00
Miles Lott
d8bc269e01 Re-add a lot of addressbook and notes fields 2001-04-04 13:27:47 +00:00
Miles Lott
ef89f83d82 and the sequence for addressbook... 2001-04-04 01:52:18 +00:00
Miles Lott
5faa3312aa Delete old addressbook table 2001-04-04 01:51:23 +00:00
Miles Lott
5ed73aac14 Drop old addressbook table 2001-04-04 01:50:28 +00:00
Miles Lott
df039e8c74 Add more drop tables, fix nexid def in mysql newtables 2001-04-03 18:13:02 +00:00
Miles Lott
0e9d37f2df Add missing account_type setting in function upgrade0_9_10pre3() 2001-04-03 08:06:20 +00:00
skeeter
de7789e948 This should report the correct upgrade versions. 2001-04-03 03:52:28 +00:00
jengo
74b1ed59f4 *** empty log message *** 2001-04-03 03:52:02 +00:00
jengo
11c869fa99 The default admin account can now change there password 2001-04-03 03:08:42 +00:00
jengo
9bc0bdb742 *** empty log message *** 2001-04-03 02:34:37 +00:00
jengo
5de1aa468a *** empty log message *** 2001-04-03 02:28:51 +00:00
skeeter
c02cb6f209 Changed the wording on error connecting to the news server. 2001-04-03 00:19:36 +00:00
skeeter
afe68e8b90 new phrase for calendar 2001-04-02 02:29:45 +00:00
skeeter
62085db3de This now makes the private/public option when creating new events a configurable item through preferences. 2001-04-01 13:58:55 +00:00
Miles Lott
ae82113634 Fix spelling of 'during' 2001-03-31 12:36:14 +00:00
Miles Lott
688d4da02f Add 'common' for transy 2001-03-31 12:26:40 +00:00
Miles Lott
d123b59083 Make owner common 2001-03-31 12:18:57 +00:00
jengo
609f855217 Added session_dla field to phpgw_app_sessions to make sure things get cleaned up 2001-03-31 08:11:41 +00:00
jengo
03a59d4a4a Updated english lang files 2001-03-31 04:52:25 +00:00
Miles Lott
41300b53ca Fix php tags 2001-03-29 19:36:29 +00:00
Miles Lott
8557b386f6 Add 'home directory' and 'login shell' 2001-03-29 06:21:06 +00:00
skeeter
dff440505a This should now be compatible for NON-Latin charsets. 2001-03-27 18:31:07 +00:00
bettina
f0458b1acd added access field to categories table 2001-03-27 12:20:39 +00:00
Miles Lott
130d7411b0 Update tid field contents to 'n' in phpgw_addressbook 2001-03-27 10:34:11 +00:00
Miles Lott
6722719db9 Add category and make *categories* common 2001-03-27 09:51:06 +00:00
jengo
4af9f4af7d Change the todo table to use the phpgw_ prefix 2001-03-26 23:40:02 +00:00
Miles Lott
d65679273d Fix en/de swap 2001-03-26 18:16:14 +00:00
Miles Lott
6d5bc0edc7 Remove SPACES 2001-03-26 18:12:02 +00:00
izzy
76c105275d + added missing phrases 2001-03-26 15:49:12 +00:00
izzy
c631baff56 + added missing phrases 2001-03-26 15:25:59 +00:00
izzy
1ac5962d78 ! format error fixed
+ added missing phrases
2001-03-26 14:56:19 +00:00
izzy
5433222806 + added some some phrases 2001-03-26 14:23:27 +00:00
Miles Lott
5b5e16032b Make Portuguese available='No' since there is no _pt lang file 2001-03-25 09:43:40 +00:00
Miles Lott
b4aaf15c72 Remove some spaces, set all occurrences of 707 to 770 2001-03-25 09:32:30 +00:00
Miles Lott
52e24ce467 Change 'none' to common 2001-03-25 09:23:38 +00:00
Miles Lott
e1e01851d7 Adding cat_id to phpgw_addressbook 2001-03-25 05:39:03 +00:00
Miles Lott
620e3db633 Add global categories 2001-03-25 01:11:36 +00:00
Miles Lott
dd53c1a225 Remove duplicates 2001-03-24 15:00:52 +00:00
Miles Lott
72e6258703 Add 'public' 2001-03-24 14:58:05 +00:00
jengo
12e24d7284 Added the access column back into phpgw_addressbook 2001-03-24 08:33:55 +00:00
jengo
597232c14d Added access column back into phpgw_addressbook 2001-03-24 08:32:33 +00:00
Miles Lott
bf2b10178b Add drop table for =>3.23 who got the table in last upgrade. Older versions did not. 2001-03-24 07:39:55 +00:00
skeeter
020e076771 added ->db as a duplicate of ->db 2001-03-24 02:32:21 +00:00
skeeter
946830ba53 fix for get_account_id() error 2001-03-24 02:13:40 +00:00
skeeter
93e9ede29e MYSQL didn't upgrade... created new version to handle upgrade properly. 2001-03-23 03:34:25 +00:00
skeeter
489ae046af appname is used with UNIQUE but is not defined as NOT NULL 2001-03-23 03:31:04 +00:00
izzy
78a1c16d32 + added a bunch of new phrases
* changed some phrases to "common"
2001-03-22 19:25:56 +00:00
Miles Lott
db844b2ddb Add phpgw_nextid table and common->nextid function 2001-03-22 08:23:35 +00:00
Miles Lott
32d5dec027 Add get_account_id for ldap.php to use the accounts class 2001-03-21 23:28:57 +00:00