Commit Graph

4875 Commits

Author SHA1 Message Date
skeeter
8d24e53c65 Fix for bug #482239. 2001-11-17 03:02:30 +00:00
jengo
0e5e1f91b3 You can now have a method that doesn't accept a parameter but returns some 2001-11-16 18:23:21 +00:00
skeeter
1e377b3007 Made the LDAP storage aware of the query for get_list. Also, in the sql, set the total to the total records meeting the condition in get_list(). 2001-11-16 04:11:38 +00:00
skeeter
23c0708751 Now using GLOBALS where I can. 2001-11-16 04:10:09 +00:00
skeeter
f4c9cdb34c Removed the account_total function. Very messy cause if using LDAP, the data is not stored in the phpgw_accounts table. 2001-11-16 04:09:21 +00:00
skeeter
d71a835b2d Fixed a misspelling of preferences on line 1288. 2001-11-15 04:22:00 +00:00
Miles Lott
23896ff6f5 possible fix for bug #479943 2001-11-14 23:17:27 +00:00
itheart
fa52e8ca86 japanese lang file add
config.tpl lang change "Select which type of authentication you are using:"
2001-11-14 22:40:15 +00:00
itheart
38d1253837 japanese lang file add 2001-11-14 22:39:28 +00:00
Lars Kneschke
a342d1c6e3 added some missing files 2001-11-14 18:09:31 +00:00
Lars Kneschke
1a17b4348f added my new theme bassed on CSS and Layers 2001-11-14 18:06:13 +00:00
Miles Lott
ad28fc933c php3 array fix 2001-11-14 13:07:06 +00:00
jengo
ebe631bc10 - Reverted yesterdays changes back to the orginal
- Fixed returning integer values of 0 loosing the value once the XML reponse is being created
2001-11-13 21:03:24 +00:00
skeeter
7ab7c98412 Fix to be compatible with the new preferences->create_email_preferences(). Still need to change SM to use it. 2001-11-13 18:19:53 +00:00
Miles Lott
09512b2072 formatting 2001-11-13 14:05:13 +00:00
skeeter
7e77cf8439 Cleaned up the call to create_email_preferences(). 2001-11-13 12:17:10 +00:00
skeeter
10285c366e These go in line with the create_email_preferences() changes. 2001-11-13 02:58:24 +00:00
skeeter
4e8d88a9c4 Some cleanups to the [iv]cal imports. 2001-11-13 02:03:58 +00:00
jengo
0b9d3e5f44 Added a band-aid(tm) to prevent things from blowning up when you don't pass parameters to a method 2001-11-12 22:07:52 +00:00
seek3r
c5b92cf216 added some security checks 2001-11-12 22:00:32 +00:00
skeeter
ca05d0d9f4 This now contains the create_email_preferences() function. This will allow for other apps to use the same function. 2001-11-12 21:44:31 +00:00
seek3r
a52845ec21 added some security checks 2001-11-12 21:24:52 +00:00
seek3r
98c8c37409 added in ability to handle mltiple values for each entry, plus started with teh regexp for limiting to only class.*.inc.php 2001-11-12 20:58:07 +00:00
seek3r
3531c010df added in ability to handle mltiple values for each entry, plus started with teh regexp for limiting to only class.*.inc.php 2001-11-12 19:16:57 +00:00
jengo
e237d169f4 These changes are needed for my XML-RPC tests with client side apps. Most of the code was commented out, it _should_ allow everything else to run like normal. *BUT*, if you call a method, it *MUST* return the XML-RPC vals and resps manually 2001-11-12 18:30:58 +00:00
jengo
7df6f0200b Not sure ... I did something in here working on the XML-RPC client 2001-11-12 18:28:57 +00:00
seek3r
0a673cbfaf allows to look in other apps files 2001-11-12 18:01:42 +00:00
Miles Lott
fb0f64e6d0 php3 fix and format cleanup in get_referer() 2001-11-12 14:26:16 +00:00
zone
5b962ced87 Nothing major. Catching up on old commits. Added a few help messages, fixed a couple quoting problems 2001-11-12 05:04:16 +00:00
Miles Lott
caa5af6064 Patched contact type id per "Tarjei Huse" <tarjei@nu.no>, add some singlevalue to
account schema.
2001-11-11 15:05:31 +00:00
skeeter
3b0bf20d6b Fix for bug #471251. 2001-11-10 23:34:19 +00:00
skeeter
defec5f96b Fix for bug #463565. 2001-11-10 21:26:22 +00:00
skeeter
96e4fc63e8 Fix for bug #463565. 2001-11-10 21:20:52 +00:00
skeeter
5767f4f2a3 Small changes that use is_?????() instead of gettype(). 2001-11-10 20:51:30 +00:00
skeeter
9689d6a2b6 Fix for bug #463970. 2001-11-10 20:48:43 +00:00
jengo
efd42b032f Allowing update_dla() to be called from XML-RPC 2001-11-09 03:03:40 +00:00
skeeter
063a410559 Fix for a small problem of not returning the event if overlapped and not returning to the edit screen with the same data. 2001-11-08 00:18:42 +00:00
skeeter
7403548182 If no interval is set, will set it to 1 so it will occur every year/week. 2001-11-07 03:04:56 +00:00
skeeter
29213d9ea0 This will now import some of the parameters of the weekly/yearly recurring event data from an [iv]Cal file. 2001-11-07 02:58:08 +00:00
skeeter
0688c22b63 This has some major work done in event ownership/participation. 2001-11-07 00:30:33 +00:00
skeeter
6c5031943a This will check to see if an event has any participants. 2001-11-07 00:29:42 +00:00
skeeter
45b31e3e14 Fix for bug #478669. 2001-11-06 23:59:27 +00:00
skeeter
90dbf81358 This will check to see if the organizer is set and if the organizer cn = account_lid. 2001-11-06 04:04:18 +00:00
skeeter
7bb6bb2579 Setting maximum execution time to 0 for the import of [iv]Cal's. 2001-11-06 03:15:15 +00:00
skeeter
e31ca7ffa5 Small fix to get the header working if the individual is not a member of a group. 2001-11-06 02:14:34 +00:00
skeeter
a364c687e8 Possible fix for bug #478420. 2001-11-06 02:05:47 +00:00
skeeter
018cc87924 Fix for bug #478418. 2001-11-06 01:49:16 +00:00
skeeter
f0f283669c Missed a comma at the end of the previous column. 2001-11-05 18:17:41 +00:00
skeeter
db6d03d5cf Misspelled the word function. 2001-11-05 18:13:30 +00:00
skeeter
d5a8089d16 Feature request #230126. 2001-11-05 03:48:14 +00:00