jengo
|
8831087537
|
Added base64 encodeing to fix invaild char in passwords
|
2001-06-21 08:31:07 +00:00 |
|
seek3r
|
83a0af3424
|
trying to get windows support working
|
2001-06-20 08:36:55 +00:00 |
|
zone
|
45d28847c8
|
Switched arguments to write ()
|
2001-06-18 21:34:08 +00:00 |
|
zone
|
14052ed584
|
Major changes for handling files outside the virtual root. Added real, and mask to path_parts. Got rid of RELATIVE_NONE for internal calls in favor of mask
|
2001-06-18 21:18:22 +00:00 |
|
zone
|
c86729da45
|
Fixed INSERT
|
2001-06-18 19:25:42 +00:00 |
|
skeeter
|
4546f7aaa1
|
Applying a patch from ralfbecker. This gives the admin the ability to grant ACL rights at the group level.
|
2001-06-18 03:03:48 +00:00 |
|
Miles Lott
|
41869acba8
|
Finish up reformatting
|
2001-06-17 22:30:18 +00:00 |
|
jengo
|
9a7c490aed
|
Added function to return state names, minor reformating, merged the country class in
|
2001-06-17 22:19:00 +00:00 |
|
skeeter
|
7e3a1199e6
|
Cleanups for warning messages.
|
2001-06-17 16:55:04 +00:00 |
|
skeeter
|
6ebdeeb1eb
|
Minor speed enhancements. Also cleans up a few warning messages.
|
2001-06-17 16:52:25 +00:00 |
|
zone
|
b1e5cb11f5
|
Added "clean" variables for SQL queries
|
2001-06-17 07:00:34 +00:00 |
|
skeeter
|
4659ebf46c
|
Fixed a problem where the level still had a small problem. This will still leave a trailing '&' at the end of the URL.
|
2001-06-17 04:40:04 +00:00 |
|
skeeter
|
83c2195f27
|
Fixed a problem where the level parameters were not being set correctly whe using cookie based sessions.
|
2001-06-17 04:23:35 +00:00 |
|
zone
|
aa5c126bca
|
Made INSERT's SQL compliant
|
2001-06-16 21:44:53 +00:00 |
|
Miles Lott
|
e04d9617ed
|
Moving hook_after_navbar hook
|
2001-06-16 19:39:33 +00:00 |
|
skeeter
|
51e871070c
|
Fixes to work with the new crypto class.
|
2001-06-16 19:04:44 +00:00 |
|
skeeter
|
7e2334d9c7
|
This looks like this has been a long time problem. The mcrypt_generic_init() needed to be called before _EVERY_ mcrypt_generic() and mdecrypt_generic() call. There is a change in the functionality of decrypt now. When decrypting complex object structures, it does not automatically unserialize the object. This is to give the app developer the ability to reset stdClass types to the appropriate class they should be.
|
2001-06-16 19:02:31 +00:00 |
|
jengo
|
08653f908d
|
list_templates() only returns directorys now
|
2001-06-16 10:51:22 +00:00 |
|
zone
|
3d8137b0d5
|
Added __LINE__ and __FILE__ to SQL queries. Considered having path_parts return clean variables
|
2001-06-16 03:54:10 +00:00 |
|
Miles Lott
|
74b4a59581
|
Minor formatting update
|
2001-06-15 21:35:07 +00:00 |
|
Miles Lott
|
3356dc1453
|
Reformatting only
|
2001-06-15 21:29:33 +00:00 |
|
Miles Lott
|
e475245b8d
|
Add experimental file-based translation class. Not for general
consumption, but it almost works...
|
2001-06-15 21:23:46 +00:00 |
|
zone
|
0f7534e79f
|
Reversed order of arguments for set_attributes () to be more uniform
|
2001-06-14 08:50:28 +00:00 |
|
zone
|
29bc7a837c
|
Added db_clean () which fixes single quote problems. Made all functions use set_attributes ()
|
2001-06-14 08:24:24 +00:00 |
|
zone
|
dafbf32c4b
|
Prevent moving directories into themselves
|
2001-06-14 06:39:10 +00:00 |
|
Miles Lott
|
c7926c1366
|
Reformat almost all functions, except for two, which use unbracketed
if statements and are very confusing to me... if this breaks anyone, please
rollback cvs!
|
2001-06-13 21:10:36 +00:00 |
|
Miles Lott
|
c73aeb5c62
|
Make sure there is new data before deleting the old data
|
2001-06-13 15:44:56 +00:00 |
|
Miles Lott
|
9d8b90e35d
|
Formatting, including a lot of " removed, and it still works!
|
2001-06-13 06:27:06 +00:00 |
|
Miles Lott
|
1548a531b7
|
change from dbl to single ticks
|
2001-06-13 06:24:07 +00:00 |
|
Miles Lott
|
d9037970ec
|
Add exception for 'config' in hook_single();
|
2001-06-12 17:21:03 +00:00 |
|
jengo
|
d1eaa5b619
|
Added function to test if an account is expired or not
|
2001-06-10 09:43:11 +00:00 |
|
Miles Lott
|
6d81baf960
|
Update id2name/name2/id/get_type, and add modified auth class for ldap_wip
|
2001-06-09 21:05:42 +00:00 |
|
Miles Lott
|
d54f278e45
|
Found more references to an unconstant
|
2001-06-08 15:01:35 +00:00 |
|
Miles Lott
|
ecc43159e8
|
Change sep to SEP in hook_single
|
2001-06-08 14:57:38 +00:00 |
|
Miles Lott
|
dbc7f00455
|
Add additional check to make sure appname is not empty
|
2001-06-08 14:46:18 +00:00 |
|
skeeter
|
8af3bb58e6
|
Fixed a problem where the type was trying to be changed from String to Array in hook(). That normally wouldn't work in php3.
|
2001-06-08 01:43:36 +00:00 |
|
skeeter
|
dbb58d801c
|
Fixed a problem where the type was trying to be changed from Boolean to String. Shouldn't work in php3.
|
2001-06-07 12:10:15 +00:00 |
|
Miles Lott
|
548b5ba431
|
Change phpgwapi app enable to 3, set navbar to ignore 2 & 3, add notifywindow app
with enable of 2, adjust admin tools to ignore enable of 3, not 2
|
2001-06-07 11:28:31 +00:00 |
|
Miles Lott
|
9f21bfbab4
|
Add exception for prereferences app
|
2001-06-07 09:38:11 +00:00 |
|
bettina
|
6121405967
|
update formated_list to prevent error msg if array empty
|
2001-06-07 07:44:26 +00:00 |
|
bettina
|
f64f65b91a
|
update acl in return_array
|
2001-06-07 06:25:48 +00:00 |
|
jengo
|
950eb824d2
|
Changed around hooks code, its now cleaner and requires you to specify the location, the hook file names have also changed, the old format was redundent
|
2001-06-07 01:46:12 +00:00 |
|
jengo
|
cbb3d833ea
|
Removed some of the phpgw_info cache code
|
2001-06-07 00:33:48 +00:00 |
|
bettina
|
941f91ab7b
|
update
|
2001-06-06 03:17:45 +00:00 |
|
angles
|
cc9b7f8b35
|
Experimental- fix multiple attachment problem, add sig before attachments, fix Message-Boundary placement
|
2001-06-05 07:44:39 +00:00 |
|
zone
|
303110b926
|
Added correct_attributes (), fixed dir () prototype
|
2001-06-05 06:32:30 +00:00 |
|
Miles Lott
|
a6bbcbb5f9
|
Add expires field to auto_add (30 day default) - how else to handle this?
|
2001-06-04 20:29:37 +00:00 |
|
Ralf Becker
|
2c0c0d2a40
|
sbox2 extends now sbox, new function getDate
|
2001-06-04 18:23:22 +00:00 |
|
Ralf Becker
|
a68a536616
|
getYears: offered range to select from has to include already selected year
|
2001-06-04 14:13:32 +00:00 |
|
jengo
|
0e768f7268
|
Added some transactions
|
2001-06-04 01:17:40 +00:00 |
|