Commit Graph

2436 Commits

Author SHA1 Message Date
bettina
6223c14c96 included files to edit apps categories. each app can use the files in preferences dir 2001-04-01 01:48:00 +00:00
Miles Lott
3cee7b2049 Fix check for admin app enabled for show_currentusers to be set 2001-03-31 17:00:29 +00:00
Miles Lott
665fee4ee7 Fix acl prefs for all templates 2001-03-31 16:17:47 +00:00
skeeter
87c7e669c4 This fixes the search function not returning on an empty search. 2001-03-31 14:55:03 +00:00
skeeter
d13a6b11c9 trying to gain speed effeciencies. 2001-03-31 14:40:52 +00:00
skeeter
f99672dca8 Small cleanups for readability. 2001-03-31 14:38:22 +00:00
skeeter
18cea66193 small fixes for calendar error msgs. 2001-03-31 14:37:32 +00:00
skeeter
3444e0f725 Added the errormsg to display. 2001-03-31 14:36:24 +00:00
skeeter
1a5570fcad Was not setting the interval properly. Also, added the alarm setting to the object. 2001-03-31 14:35:00 +00:00
skeeter
4a28aaf69f Was not setting the interval properly. 2001-03-31 14:33:40 +00:00
skeeter
ff561ad805 This adds the change_owner() function for changing ownership of calendar events when deleting a user. Also, this fixes the view of a calendar to properly display repeating event info. 2001-03-31 14:32:50 +00:00
skeeter
1309e1b37b This fixes 3 problems. 1) The serializing of class elements that are themselves classes didn't keep the class name; 2) When validating events, the date check was not getting spanning days correctly; 3) When displaying Overlapping events, the users timezone was not taken into account. 2001-03-31 14:30:13 +00:00
skeeter
7b48b8dd0a This fixes 3 problems. 1) When returning back from the edit_entry_handler it wasn't displaying the error code; 2) The serializing of class elements that are themselves classes didn't keep the class name; 3) When creating new events, they default to public events. 2001-03-31 14:26:41 +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
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
jengo
0003ec27a0 Clean up some of the code 2001-03-31 11:43:14 +00:00
jengo
7803b5c945 Some how this file returned from the dead 2001-03-31 11:42:27 +00:00
jengo
c70e6fabfe Added some padding some apps aren't right on the edge of the applications list 2001-03-31 11:17:30 +00:00
jengo
beb4ee4029 Fixed it not linking back to itself 2001-03-31 11:10:28 +00:00
jengo
858526aa7e Moved acl to work off the new common acl preferences 2001-03-31 11:09:54 +00:00
jengo
6effa1d5c6 Fixed missing field 2001-03-31 11:01:17 +00:00
jengo
31d74f4bcb Cleaned up some uneeded sections of code 2001-03-31 10:59:36 +00:00
jengo
6e4f85e49b Renamed some of the files, and removed files not needed for acl 2001-03-31 10:57:08 +00:00
jengo
dc61a0adcd Moved ACL preferences to work under the new common place 2001-03-31 10:36:24 +00:00
jengo
994611cd51 Moved acl preferences into /preferences/ to work as a common function, developers just need to change the templates to match there app 2001-03-31 10:35:13 +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
Miles Lott
50f0184e76 Add ldap account form 2001-03-31 05:01:39 +00:00
jengo
03a59d4a4a Updated english lang files 2001-03-31 04:52:25 +00:00
jengo
b175c8f2ac Fixed call to lang() 2001-03-31 04:52:02 +00:00
Miles Lott
0fe19828ac Update templates to match current 2001-03-31 04:50:32 +00:00
jengo
cb1a062b51 Added missing graphics 2001-03-31 02:31:33 +00:00
jengo
3248caa31a Added missing files 2001-03-31 02:24:36 +00:00
skeeter
486e412862 Fix for persistent connections and disconnect() 2001-03-31 01:10:15 +00:00
skeeter
36becd4638 cosmetic cleanups in source code. 2001-03-31 00:57:47 +00:00
jengo
e3bf56f192 added new templates 2001-03-30 22:28:46 +00:00
jengo
fa8881f43c added new templates 2001-03-30 22:22:03 +00:00
jengo
03a9532767 Added new template 2001-03-30 22:20:38 +00:00
jengo
d70b04dec1 Added a new layout 2001-03-30 22:16:08 +00:00
bettina
035693bef3 update return_array 2001-03-30 21:12:56 +00:00
skeeter
106ae427a7 Small cosmetic cleanups to the code.. nothing visible to the user. 2001-03-30 12:43:44 +00:00
skeeter
69546b8bc3 Through a breakline in the repeating days. 2001-03-30 12:42:25 +00:00
skeeter
8aea75f953 Backed out the calendar categories from preferences. This is scheduled for 0.9.11 2001-03-30 12:41:37 +00:00
skeeter
c36f4d201f Changed to the global constant SEP. 2001-03-30 11:44:33 +00:00
Miles Lott
6aad11d36d Fix php tags 2001-03-30 11:24:40 +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
0224d6d9da Misnamed hook file. This will now either delete all records for the user or change ownership to another user when deleting a user. 2001-03-30 04:42:23 +00:00