Commit Graph

405 Commits

Author SHA1 Message Date
skeeter
18bf9da775 Fixed the problem where calendar items were not being deleted. Tracked it down to a ->db overwrite problem where todo was using ->db and the deleteaccount.php page was using the same. 2001-05-09 03:05:22 +00:00
skeeter
be32e184c4 Mesed up on the navbar icon 2001-05-08 23:59:48 +00:00
skeeter
43949f2fa9 New manual system 2001-05-08 23:51:02 +00:00
el_latino
1dfd51d325 XML setup file required by the new setup app (setup2 by now) 2001-05-08 23:36:37 +00:00
skeeter
6793fc6013 Fix for SF Bug #417440 2001-05-08 21:05:56 +00:00
skeeter
76a9cfebe4 small fixes for consistency. 2001-05-08 17:25:13 +00:00
Miles Lott
58d77b3ddf Change treemenu to an array 2001-05-08 10:34:12 +00:00
skeeter
5af7116030 New manual layouts 2001-05-06 16:37:40 +00:00
jengo
6f9a837e70 Added in expiring accounts field 2001-05-06 11:20:02 +00:00
bettina
8dd7dad2ed added function to check the valid main cat 2001-04-29 00:51:53 +00:00
bettina
08145fcd38 added level_value to categories_preferences 2001-04-28 00:03:18 +00:00
bettina
7144eef917 update sort categories 2001-04-27 16:06:17 +00:00
count
ccb4342e88 SQL + SSL Certificate authentication for Apache + mod_ssl
provides fallback for auth_sql authentication and expects certificate
chain verification by mod_ssl. See http://www.modssl.org/docs/2.8/ssl_howto.html#ToC6
2001-04-25 22:01:52 +00:00
Miles Lott
2747b3681d Add change two calls to lang 2001-04-22 20:04:31 +00:00
skeeter
92a18a3a12 Fix for bug #417334 2001-04-22 14:06:19 +00:00
bettina
6cd1089ca6 update cats 2001-04-21 23:18:35 +00:00
Miles Lott
a754d88715 fixes bug 417473 2001-04-21 12:11:22 +00:00
Miles Lott
00c86d1ccc Use lang 2001-04-18 22:34:36 +00:00
skeeter
ea0b53e22d fix for call to alternate_color, improper use of reference passing 2001-04-18 16:52:56 +00:00
Lars Kneschke
311d7e65d9 changed the code, to not rely on english language
It was not possible to delete users.
2001-04-17 15:30:08 +00:00
Miles Lott
1e0f13e0e8 Let admin handle enabled but hidden apps also 2001-04-15 22:35:44 +00:00
Miles Lott
2ef69a2a53 If action is empty, place an   into the td 2001-04-13 22:45:57 +00:00
Miles Lott
a82d21a78a Add the most important setup_info 2001-04-12 21:06:57 +00:00
bettina
38263532ea update phrase 2001-04-09 23:20:09 +00:00
bettina
01be8c3c6f added possibility to delete also all subcats if deleting the maincat 2001-04-09 14:45:27 +00:00
Miles Lott
f3990b9988 Remove '=' causing final app to be displayed twice 2001-04-08 20:06:16 +00:00
Miles Lott
3e8736041a This works with the accounts_wip files to enable a config for ldap groups context 2001-04-07 16:33:43 +00:00
jengo
4721a92a48 Fixed account last login information not being displayed. I think this was submitted on SF, but I can't find the ticket to close it out. 2001-04-07 12:08:39 +00:00
Miles Lott
abe6bfb5d7 Moved save_rep for account down so we catch acl updates for ldap 2001-04-07 01:50:27 +00:00
Miles Lott
96e882ca11 Converted to use accounts class - please verify 2001-04-06 20:54:47 +00:00
q-bert
08a4cac127 show_sort_order did not have path. 2001-04-06 16:55:34 +00:00
q-bert
099cc39bdd show_sort_order did not have the path. 2001-04-06 16:55:03 +00:00
jengo
252db73b8c Added a quick hack to allow users to change there passwords 2001-04-02 22:18:13 +00:00
Miles Lott
72fc7843e8 Fix each error 2001-04-02 20:24:01 +00:00
Miles Lott
494cd73b12 Disable group as member of group for now 2001-04-02 20:22:26 +00:00
Miles Lott
266d3062fe Add missing template 2001-04-02 20:17:36 +00:00
Miles Lott
34a0553649 Make 'some' value be inserted into account_pwd field. 2001-04-02 15:09:13 +00:00
Miles Lott
6c5d4a632a Alter language of homedir/shell question 2001-03-31 12:10:07 +00:00
Miles Lott
49a0d8db8a Add missing ';' and alter version checking in hook_admin_deleteaccount 2001-03-31 12:03:38 +00:00
Miles Lott
50f0184e76 Add ldap account form 2001-03-31 05:01:39 +00:00
jengo
b175c8f2ac Fixed call to lang() 2001-03-31 04:52:02 +00:00
jengo
03a9532767 Added new template 2001-03-30 22:20:38 +00:00
skeeter
c36f4d201f Changed to the global constant SEP. 2001-03-30 11:44:33 +00:00
Miles Lott
1ed724a1b2 Missing ] 2001-03-30 11:11:49 +00:00
skeeter
2ede16ef3a deleteaccount.php now is done by hooks (hook_{appname}_deleteaccount.inc.php). It can now change ownership of records before deleting the user from the system. 2001-03-30 04:58:33 +00:00
skeeter
38dead09f4 New hook for deleting user account. 2001-03-30 03:55:25 +00:00
Miles Lott
966cc127e0 Found another problem on the same line 2001-03-29 12:24:03 +00:00
Miles Lott
01cd30a78f Fix bad call to old function exists(), now using accounts class 2001-03-29 12:18:43 +00:00
Miles Lott
fef9d740a9 Add min/max account_id to admin config.inc.php, and ldap accounts is using it 2001-03-29 07:26:28 +00:00
Miles Lott
cd3c45db5f Change lang for login shell 2001-03-29 06:23:06 +00:00