zone
|
a16f958a22
|
Added html_encode ()
|
2001-06-18 22:04:45 +00:00 |
|
zone
|
45d28847c8
|
Switched arguments to write ()
|
2001-06-18 21:34:08 +00:00 |
|
zone
|
0a444cafcf
|
Some mostly unsucessful work on special characters. Switched arguements to $vfs->write ()
|
2001-06-18 21:32:01 +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
|
efa7779183
|
Fix for displaying last modtime on the view page.
|
2001-06-18 17:54:33 +00:00 |
|
jengo
|
4df3d42d38
|
Fixed bad link()
|
2001-06-18 04:15:08 +00:00 |
|
skeeter
|
c02f0e5626
|
Too strict at user preference level.
|
2001-06-18 03:26:57 +00:00 |
|
skeeter
|
3733e5a945
|
Fix for jengo.
|
2001-06-18 03:18:25 +00:00 |
|
skeeter
|
8dc98a7ae0
|
Trying to cleanup a few warnings.
|
2001-06-18 03:09:56 +00:00 |
|
skeeter
|
bb54fd50a9
|
Applying a patch from ralfbecker. This gives the admin the ability to grant ACL rights at the group level.
|
2001-06-18 03:09:04 +00:00 |
|
skeeter
|
3669fe27c6
|
Some more fixes to clean up some non-existent images.
|
2001-06-18 03:08:23 +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
|
8895d619f5
|
Add bogus version upgrade
|
2001-06-18 00:39:38 +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
|
5693fa9b96
|
Minor speed enhancements. Also cleans up a few warning messages.
|
2001-06-17 17:04:26 +00:00 |
|
Miles Lott
|
6396f3f8e6
|
increment version to match api
|
2001-06-17 16:57:32 +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 |
|
skeeter
|
77b9bfb4ee
|
Minor optimization in view_event().
|
2001-06-17 16:41:00 +00:00 |
|
Miles Lott
|
5a3e19e6ab
|
Add missing versions, increment version to current api version
|
2001-06-17 16:35:49 +00:00 |
|
Miles Lott
|
0e050f4a43
|
Add missing version upgrades, increment version to current api version
|
2001-06-17 16:10:04 +00:00 |
|
Miles Lott
|
31b6a0547b
|
Add missing versions, still need to retest
|
2001-06-17 15:43:36 +00:00 |
|
Miles Lott
|
572254ada6
|
Add some missing, recent routines
|
2001-06-17 14:59:46 +00:00 |
|
skeeter
|
257dd469cf
|
JA calendar help. Thanks to Yoshihiru Kamimura.
|
2001-06-17 12:45:49 +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 |
|
jengo
|
986ab702c5
|
Added idsociety icons
|
2001-06-17 02:48:42 +00:00 |
|
zone
|
aa5c126bca
|
Made INSERT's SQL compliant
|
2001-06-16 21:44:53 +00:00 |
|
skeeter
|
4938d19d66
|
Fix for proper displaying of private entries.
|
2001-06-16 21:05:38 +00:00 |
|
Miles Lott
|
2b26b73b33
|
Add hook navbar_end to display just before the end navbar
|
2001-06-16 20:01:41 +00:00 |
|
Miles Lott
|
e04d9617ed
|
Moving hook_after_navbar hook
|
2001-06-16 19:39:33 +00:00 |
|
skeeter
|
e1a68b0862
|
Nothing worth noting.
|
2001-06-16 19:10:26 +00:00 |
|
skeeter
|
0f055a3543
|
This fixes various little errors. One important thing is that when checking for overlapping events, it does not take into account repeating events.
|
2001-06-16 19:09:21 +00:00 |
|
skeeter
|
18372e44a5
|
Fixes for the rename of the constants to fit in line with mcal support
|
2001-06-16 19:07:12 +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 |
|
Miles Lott
|
e71dc5f440
|
Add an @ to be quiet...
|
2001-06-16 17:09:32 +00:00 |
|
Miles Lott
|
2759650add
|
Change spaces to tabs
|
2001-06-16 17:04:33 +00:00 |
|
Miles Lott
|
8c3ebca621
|
Change spaces to tab
|
2001-06-16 16:59:25 +00:00 |
|
jengo
|
08653f908d
|
list_templates() only returns directorys now
|
2001-06-16 10:51:22 +00:00 |
|
zone
|
fc7e159841
|
Can now edit files with any name, named variables properly when renaming (renaming files with special characters still doesn't work)
|
2001-06-16 04:02:30 +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 |
|
cortesi
|
9a523159af
|
added few missing translations
|
2001-06-15 23:20:10 +00:00 |
|
cortesi
|
6367421949
|
added some translations and fixed some others
|
2001-06-15 23:18:53 +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 |
|