Commit Graph

5721 Commits

Author SHA1 Message Date
Ralf Becker
d6bc8af79a - corrected lots of ACL problems with a new function
bo->rb_check_prevs(PHPGW_ACL_xyz,$cal_id_or_event)
- edit is not longer forgetting the participant status
2002-05-12 21:11:34 +00:00
Ralf Becker
ea34fb8cb1 initial import, identical to skeeter's version 1.28 2002-05-12 20:07:02 +00:00
Miles Lott
92128686db spelchek 2002-05-12 15:09:48 +00:00
Ralf Becker
7469a5c2ce initial import, identical to skeeter's version 1.75 2002-05-12 08:07:36 +00:00
Ralf Becker
2fb9b0b51e added hook calendar_view for infolog-integration 2002-05-12 07:51:51 +00:00
Ralf Becker
5a73146b91 get planner working 2002-05-12 07:50:58 +00:00
Ralf Becker
d0e66ba776 inital import, identical to skeeter version 1.78 2002-05-12 07:49:01 +00:00
Ralf Becker
e1f3321c50 inital import 2002-05-12 07:48:23 +00:00
Ralf Becker
26cc517d8a enable infolog to associate entries to calendar-events 2002-05-12 07:14:01 +00:00
Ralf Becker
8f303f7484 no longer needed, since setup(3) 2002-05-12 07:10:56 +00:00
Miles Lott
44f4592e6a clarify one formatting point 2002-05-11 22:10:48 +00:00
Ralf Becker
3c0e0a06ca use sbox2-class in the api 2002-05-11 21:05:13 +00:00
Ralf Becker
0a0815caa9 added fields for apps.phpgroupware.org 2002-05-11 21:01:43 +00:00
Ralf Becker
00d4ce72a0 add functionality to write/update the setup/tables_update.inc.php file 2002-05-11 20:56:12 +00:00
Miles Lott
bf944380b4 Add source file for idsociety alphabet 2002-05-11 19:48:51 +00:00
Miles Lott
40494093e6 add remote ip check function (not used) 2002-05-11 19:30:10 +00:00
Ralf Becker
80bced0f01 add function disable_cells 2002-05-11 15:16:23 +00:00
Ralf Becker
13685a647e read db_type from $GLOBALS[phpgw_info][server]
corrected behavior for column-default 0
2002-05-11 13:01:31 +00:00
Ralf Becker
227885f046 new style for (old) index.php 2002-05-11 10:36:08 +00:00
Miles Lott
5a1336c357 Maybe not the proper fix, but lets user prefs be set 2002-05-08 22:43:52 +00:00
Miles Lott
8b36069bbf commenting out clearing of app_session for now 2002-05-08 13:04:27 +00:00
Miles Lott
9cffda917c All numerical color values now include # 2002-05-08 01:31:10 +00:00
Miles Lott
08d18591cd cancel quotes in search string 2002-05-07 12:54:12 +00:00
Miles Lott
e73a5b57fc Fix spelling of matches 2002-05-07 12:42:50 +00:00
seek3r
d23d4b1235 adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now 2002-05-06 09:05:44 +00:00
skeeter
0ce7166f26 This should solve the problem with the matrix view. Also a little format fixing. 2002-05-05 17:47:15 +00:00
Miles Lott
7bb5e67739 this should be a fix for the account_type setting in get_list, but it is hard to believe it was actually this broken 2002-05-05 02:51:26 +00:00
ceb
853d281753 added langs 2002-05-03 22:21:32 +00:00
ceb
0aa2f45896 added langs 2002-05-02 22:37:50 +00:00
seek3r
2f75040773 minor correct to the hooks 2002-05-02 01:38:25 +00:00
seek3r
d467a7316d moderated the message a bit 2002-05-02 00:08:16 +00:00
seek3r
b834ae9638 updated hooks for add/delete accounts and update password 2002-05-01 23:55:51 +00:00
Ralf Becker
3a8ab14e49 added/changed the way parameters are passed to uiinfolog.get_list and soinfolog.readIdArray 2002-05-01 17:19:07 +00:00
Ralf Becker
b6d1e36b3d added/changed the way parameters are passed to uiinfolog.get_list and soinfolog.readIdArray 2002-05-01 17:16:27 +00:00
Ralf Becker
a6dca4b6ba changed the description for apps.phpgroupware.org 2002-05-01 15:53:11 +00:00
skeeter
da3a4fc409 Updating the setup.inc.php files. 2002-05-01 15:41:48 +00:00
Ralf Becker
3cd1fc99eb corrected typo get_vars() --> get_var() 2002-05-01 15:12:11 +00:00
Ralf Becker
dd8d60ab9e autocreate full name on import, if not explicitly set by user (feature request from Giles Westwood) 2002-05-01 12:46:20 +00:00
Ralf Becker
84d176792f corrected typo get_vars() --> get_var() 2002-05-01 12:05:27 +00:00
Ralf Becker
b0250b2be4 corrected typo $get_var() --> get_var() 2002-05-01 12:03:32 +00:00
skeeter
8bbcd143f1 Converting to get_var() for all HTTP_*_VARS. 2002-04-30 17:26:40 +00:00
ceb
f9377f07bd added langs 2002-04-30 15:27:28 +00:00
ceb
45f32ce148 added missing ' 2002-04-30 14:10:30 +00:00
Miles Lott
4b0053280f remove extra ) 2002-04-30 11:42:08 +00:00
skeeter
14a4078963 More utilization of the get_var() function. Also, added a define() of the menuaction. This will cut down on repetitive calls to get_var for the same variable. 2002-04-30 03:35:52 +00:00
skeeter
aee8a57ece Added the SERVER usage for HTTP_SERVER_VARS, and added the 4.2.0 check to use the newer [common_functions.inc.php>method>]. 2002-04-30 03:01:01 +00:00
skeeter
998b1e05c7 Converting to get_var() for all HTTP_*_VARS. 2002-04-30 00:21:35 +00:00
skeeter
e3bf408609 Converting to get_var() for all HTTP_*_VARS. 2002-04-29 22:25:02 +00:00
Miles Lott
f900167903 php3 fix 2002-04-29 20:45:38 +00:00
skeeter
aa1398fd6b Converting to get_var() for all HTTP_*_VARS. 2002-04-29 19:49:24 +00:00