Commit Graph

60 Commits

Author SHA1 Message Date
Ralf Becker
78624aa9e9 "using the global db object" 2008-03-15 15:52:27 +00:00
Ralf Becker
2a4eff2ca3 few slight modifications to better cater for the multi-domain administration 2008-01-09 02:01:08 +00:00
Ralf Becker
2dbaf992fa fix for bug [ 1357995 ] LDAP account import errors 2005-11-20 08:03:06 +00:00
Ralf Becker
c85d34c0fe changed the following table-names:
- phpgw_accounts --> egw_accounts
- phpgw_acl --> egw_acl
- phpgw_log(_msg) --> egw_log(_msg)
- phpgw_config --> egw_config
- phpgw_applications --> egw_applications
This requires code-changes in many apps. Quite often I was able to replace the db access, with calls to the appropreate classes.
2005-11-02 11:45:52 +00:00
Ralf Becker
f9c991624a fixed typo according to patch [ 983936 ] Problem with language preferences 2004-07-03 12:43:52 +00:00
reinerj
48f840d7de move from old projct to new one 2004-05-05 12:06:13 +00:00
Miles Lott
ee57d4698d disable direct api call from xml-rpc 2004-02-03 06:25:36 +00:00
Miles Lott
e51d3f26ab intval -> (int) 2003-12-20 18:26:24 +00:00
Ralf Becker
1433761aa6 some code-modernisation while looking for the fix to show title of disabled apps 2003-09-22 10:58:57 +00:00
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
Ralf Becker
d948f09973 moved generation and translation of app-title into applications-class 2003-03-22 12:29:42 +00:00
ceb
380db5df05 removed lang call from class applications, since this caused an english only environment. app_title gets translated in function navbar or wherever its needed 2002-11-22 02:27:20 +00:00
ceb
1483360a0e update 2002-11-15 22:31:51 +00:00
ceb
6d142e0c7c removed app_title plus update default layout to use xslt 2002-10-26 22:39:19 +00:00
ceb
03e18e60cd added version to [phpgw_info][apps] array 2002-01-28 01:52:36 +00:00
Miles Lott
45468509d6 Disable a couple of functions 2001-12-13 06:23:42 +00:00
Miles Lott
2ab805ebe6 minor formatting 2001-11-23 17:56:51 +00:00
jengo
c6c4a4b985 Made it possiable for XML-RPC to grab the users rights to applications 2001-11-19 05:50:08 +00:00
skeeter
dab358dfa5 Should be only fixes to make the portal box movement possible (up/down). 2001-10-21 10:49:29 +00:00
skeeter
d2a5441ed8 Now using GLOBALS. 2001-09-01 23:42:16 +00:00
skeeter
dc7578a39a Various cleanups. Trying to remove some warnings when generating php errors to a file. 2001-05-14 03:54:40 +00:00
Miles Lott
e7dbba7698 Formatting 2001-05-02 12:40:33 +00:00
skeeter
b9da94fd2e New function get_account_id(). This will take either an account_id # as either an integer or a string and return a true intval(account_id) or take a string of a users lid and return the account_id as an integer 2001-03-19 20:25:04 +00:00
themaniac
57e1b92f8f beginnings of inline documentaion 2001-03-13 04:58:57 +00:00
skeeter
716b8fe6ee new acl function to grab apps enabled for user and groups associated to 2001-03-11 22:38:19 +00:00
jengo
b9caa7f710 Fixed adding permissions to an account not adding in the proper level for run 2001-02-22 04:42:01 +00:00
jengo
385a94f09e Started working on getting the admin account sections to work again 2001-02-20 14:06:32 +00:00
skeeter
53f4716584 replaced quotes with single ticks where applicable 2001-02-11 20:03:35 +00:00
skeeter
b4fa70ccd7 takes into account 0 acl entries for the user/group 2001-02-10 19:59:23 +00:00
skeeter
a7cbc1e476 minor optimizations 2001-02-09 04:35:57 +00:00
jengo
dbd48f7e6f Renamed the applications table to phpgw_applications 2001-02-08 20:11:13 +00:00
skeeter
ac1eac623f can now edit group info 2001-02-08 06:05:39 +00:00
seek3r
7483d5a8f9 one more before I passout. I have yanked conversion of id, so now you need to pass account_id only 2001-02-06 12:06:17 +00:00
seek3r
cbe5e2e4a5 cleaned up constructor a bit 2001-02-05 20:39:06 +00:00
seek3r
3ac75481c1 classes are in the newer format. Still some cleanup to do but the concept is at least in progress 2001-02-03 10:48:41 +00:00
skeeter
b38b7d975e minor changes 2001-02-03 03:31:00 +00:00
skeeter
2bd2c994b7 edit/new accounts works with new acl/applications and w/o warnings 2001-02-02 12:28:39 +00:00
skeeter
5beb7a4174 removed a commented debug statement 2001-02-01 04:03:01 +00:00
skeeter
abb21d96e4 cleanups 2001-01-30 02:13:38 +00:00
seek3r
80c8300172 corrected contrustor problem 2001-01-29 02:17:08 +00:00
seek3r
5544af855f looks good. please test 2001-01-28 12:24:38 +00:00
seek3r
d3ed4a59ae Working on load order simplification. It still needs ALOT of work 2001-01-28 12:07:20 +00:00
skeeter
0cc6d28d3c added constructor to class 2001-01-27 16:32:09 +00:00
seek3r
caa97ad127 I think this fixes it 2001-01-27 15:59:19 +00:00
seek3r
a000b3d00d around and around we go 2001-01-27 04:23:32 +00:00
seek3r
e9c319813d fixd 2001-01-27 04:07:29 +00:00
seek3r
fd8a910b08 fixed logic problem 2001-01-27 03:29:33 +00:00
jengo
716c0c7f24 Fixed the sorting issue 2001-01-27 03:24:53 +00:00
seek3r
14399c60c4 went full blown with app assignments via ACL. Still need to do teh admin pages tho 2001-01-26 11:58:00 +00:00
seek3r
435a794d5e fixed some various issues with acl 2001-01-25 01:30:39 +00:00