Commit Graph

1887 Commits

Author SHA1 Message Date
Ralf Becker
7b409a410d some sql-insertion protection 2003-10-08 00:00:55 +00:00
Ralf Becker
3360c838f6 use db from phpgw_setup if the phpgw one is not availible 2003-10-07 22:38:06 +00:00
Ralf Becker
519e874afb use db from phpgw_setup if the phpgw one is not availible 2003-10-07 22:02:30 +00:00
Lars Kneschke
b3dfa3d386 little fix for gb2312 2003-10-07 20:56:33 +00:00
Ralf Becker
4c922ae28a applied ilia's patch for binary columns (mysql returns varchar(#) binary) 2003-10-07 16:41:00 +00:00
Ralf Becker
49d4216305 fix for not set up user-charset 2003-10-07 15:05:14 +00:00
Ralf Becker
10318b0554 fixed annoying typo, that caused the lang-files to be loaded on every login 2003-10-07 09:59:40 +00:00
Ralf Becker
cb01770f48 small fix 2003-10-07 01:02:19 +00:00
Lars Kneschke
d13e4685dc added kses-0.2.1 2003-10-06 11:46:38 +00:00
Ralf Becker
6e69d6965f converting all charsets to lowercase 2003-10-06 11:30:21 +00:00
Ralf Becker
cfc0ec8eb4 updated translation_sql::convert:
- now handles arrays or strings
- autodetects the from charset if not set
- uses the system_charset as to charset if not set
2003-10-05 15:41:59 +00:00
Ralf Becker
c7407b9ed1 small addition to automaticaly deal with a not set system-charset 2003-10-05 13:45:46 +00:00
Ralf Becker
def9a6e4df fix for new install 2003-10-05 10:57:50 +00:00
Ralf Becker
0ca093c04f added multibyte-support for conversation of other charsets then utf-8 and iso-8859-1 2003-10-05 10:44:16 +00:00
Ralf Becker
90faf20801 added some db-unspecific functions to deal with db-results-sets as associative arrays and form new querys from column/value arrays with automatical addslash/intval based on the column-type 2003-10-05 10:42:07 +00:00
Ralf Becker
fd2d96d063 1) implemented a share system-charset, which can be different from the charset of the lang-files
2) moved sql-specific part of setup_translation to translation_sql
3) TO-DO: get the translation-tools working in this setting
2003-10-05 02:06:11 +00:00
Ralf Becker
30bdbd48a9 biger Text for the y-axis-texts, transparent background and other cosmetics 2003-10-04 15:31:31 +00:00
Ralf Becker
878f345099 changed the gant-chart-lines to bars 2003-10-04 14:49:39 +00:00
Ralf Becker
c65032a812 restructured setup a bit:
- move most of the lang-code from setup/lang.php to phpgwapi/inc/class.translation_sql.inc.php
- added a minimal-auto-configuration, so one does not need to enter the config-step at all for a running installation
- added the language of the admin to the installed languages
2003-10-04 13:27:38 +00:00
Ralf Becker
658dfdce96 restructured setup a bit:
- move most of the lang-code from setup/lang.php to phpgwapi/inc/class.translation_sql.inc.php
- added a minimal-auto-configuration, so one does not need to enter the config-step at all for a running installation
- added the language of the admin to the installed languages
2003-10-04 13:24:34 +00:00
Ralf Becker
eeae3102df fix to give the files in vfs only minimal rights (rw for owner, rwx for owner on dirs) 2003-10-04 07:37:03 +00:00
Ralf Becker
8c0e4fd6d7 fixes to get dave's mime_magic class working 2003-10-03 11:58:51 +00:00
Ralf Becker
03e9bb126d fixed add for numerical values 2003-10-03 10:00:21 +00:00
shrykedude
8a2a675b37 expanded !$var check to use empty($var) 2003-10-03 02:01:21 +00:00
Ralf Becker
c218e158b1 added a check agains ldap-insertion in the login-name 2003-10-02 21:01:37 +00:00
Ralf Becker
8ca7b7af8a killed some warnings if open_basedir restrictions do not allow to access the session-files 2003-10-02 16:58:46 +00:00
Ralf Becker
44eaf69f8f imported ceb's changes til 2003/10/01 (reverted the german lang-file to iso8859-1) 2003-10-02 11:16:50 +00:00
Ralf Becker
30a4f77153 fix for delete with empty account_id 2003-10-01 14:50:34 +00:00
Lars Kneschke
67277ed3e8 let the cookie expire after 3 hours 2003-09-28 15:45:07 +00:00
Lars Kneschke
50cee38d83 [ 813855 ] project fix for bug 813570
https://sourceforge.net/tracker/index.php?func=detail&aid=813855&group_id=78745&atid=554340

Author: Shryke Dude (shrykedude)
2003-09-28 14:07:13 +00:00
Lars Kneschke
8dc102aa50 code from jarg - dunno what it does :) 2003-09-28 12:31:16 +00:00
Lars Kneschke
209f477b20 make this class working on windows too 2003-09-28 12:14:08 +00:00
Lars Kneschke
72f6806810 fix for bug [ 805146 ] ldap addressbook query slow
https://sourceforge.net/tracker/?func=detail&atid=554338&aid=805146&group_id=78745
2003-09-28 11:06:44 +00:00
Lars Kneschke
171addbc59 use stream_set_timeout only with php 4.3.0 and above 2003-09-28 10:32:12 +00:00
Lars Kneschke
509aff2cda make it working again 2003-09-28 10:17:21 +00:00
Ralf Becker
ff3a3ce3c8 fixed schema_proc to deal correct with empty ('') defaults 2003-09-25 01:32:08 +00:00
Ralf Becker
54bcb34236 fixed account-enabled check for account-storage != ldap 2003-09-24 12:21:38 +00:00
Lars Kneschke
d0d9dc1721 patch for [ 807213 ] HTTP-AUTH fails
solved by Bernd Oeggl (beoe)
2003-09-24 05:44:57 +00:00
Lars Kneschke
d6a6b37cde use proxy authentication if needed 2003-09-24 05:23:29 +00:00
Ralf Becker
060311ab7d fixed prob with login-scree-message and no cookie 2003-09-23 21:26:58 +00:00
Lars Kneschke
d26cfa20e9 little tricky error 2003-09-23 14:56:25 +00:00
Ralf Becker
1ed1b0f431 some fixes for setup:
- back-button for manage-header
- header-update shows lang-selection
- lang-selection is sorted now alphabetical
- lang-selection in header-admin shows up only if called the first time (without login)
- manage-languages and add-applications respekt now different translations for the same phrase in different apps
2003-09-23 13:08:40 +00:00
Ralf Becker
63d7cc09a3 extended historylog::delete to delete all entries of an app, to be used by setup 2003-09-22 23:43:48 +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
Lars Kneschke
d1ffe11af9 fix for creating valid sql 2003-09-21 19:43:29 +00:00
Lars Kneschke
2a4b75c483 ldap fixes 2003-09-21 19:02:12 +00:00
Ralf Becker
90331f1b45 fix to allow '=' in urls and a lot of space to tab conversation in skwashd's comments 2003-09-21 14:04:13 +00:00
Ralf Becker
c30487281b vfs_sql::mkdir creates missing base-directories (like /home, when createing /home/<user>) now automaticaly and updates the directory content if the directory already exists. 2003-09-21 13:54:07 +00:00
Pim Snel
bae60c5128 fixed old theme support when css-dir is empty 2003-09-19 08:51:26 +00:00
Ralf Becker
43024ba1cc second (optional) param. to add_app to specify the language 2003-09-15 08:42:47 +00:00
Lars Kneschke
bfb56ec1de ldap fixes 2003-09-14 14:35:36 +00:00
Ralf Becker
3492fbbe3f code-cleanup and saved loaded apps in an array, so its save to call it more than once 2003-09-14 10:20:46 +00:00
Ralf Becker
cf20f79d91 added the html-class to the API 2003-09-14 10:19:42 +00:00
Lars Kneschke
8c40bd3358 imported phpmailer 2003-09-14 10:08:47 +00:00
Lars Kneschke
78c74e5726 ldap fixes again 2003-09-14 08:29:29 +00:00
Lars Kneschke
ea7f4ffde7 ldap improvments 2003-09-14 06:11:52 +00:00
Lars Kneschke
c579775999 again some ldap fixes
and

support for ldap version 3
2003-09-14 06:02:25 +00:00
Ralf Becker
36b40204e3 update to version 0.9.99.002:
- new columns for accounts-table: contact_id and primary group
- fixed error from 0.9.10 update with groups and permissions columns only half deleted
- update function for phpGW 0.9.14.508/9 and 0.9.15.013/4
2003-09-13 18:19:03 +00:00
Lars Kneschke
ac487777b7 added support for primary group 2003-09-13 17:14:30 +00:00
Ralf Becker
90804b3885 globals 2003-09-11 18:13:49 +00:00
Lars Kneschke
aa9a35f4d3 spelling error 2003-09-11 04:53:29 +00:00
Ralf Becker
ef850c835b disableling the click_history til someone starts useing it 2003-09-06 10:52:42 +00:00
Ralf Becker
f4fd01dd10 added possebility to remove the crontab-line 2003-09-06 10:50:35 +00:00
Ralf Becker
374cc00037 fixed delete 2003-09-06 03:23:37 +00:00
Ralf Becker
16d1fddc52 some more branding www.phpgroupware.org --> www.eGroupWare.org 2003-09-03 12:59:11 +00:00
Ralf Becker
4c93a60578 small fix for formattime 2003-09-03 12:28:46 +00:00
Lars Kneschke
e3dde66e08 change needed for integration of emailadmin
ldap bugfixing
2003-08-31 22:09:12 +00:00
Ralf Becker
0dac7abe0e imported dave's changes 2003-08-30 23:09:28 +00:00
Ralf Becker
b99e600aaa added flag to disable the str_replace('phpGroupWare','eGroupWare'), called egroupware_hack 2003-08-30 11:03:20 +00:00
Ralf Becker
8ea71d2f7d fixed bug with not saved description in preferences::add 2003-08-30 10:25:14 +00:00
Lars Kneschke
c010b47c80 add the file including the javascript class 2003-08-30 08:47:01 +00:00
Lars Kneschke
cecef59550 addedd javascript support class 2003-08-30 08:44:51 +00:00
Lars Kneschke
a4ecc1017c formating 2003-08-30 07:15:36 +00:00
Ralf Becker
7971e01aef some first basic branding 2003-08-28 18:17:11 +00:00
Ralf Becker
55638ce3a5 fixed some probs with not existing database 2003-08-28 18:14:45 +00:00
Ralf Becker
f34fe8088b reimported jsCal into phpgwapi/js now 2003-08-28 16:35:07 +00:00
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
skeeter
aedaca8c72 Changed the require_once to CreateObject 2003-08-25 10:15:27 +00:00
ceb
0027baea33 droped class 2003-08-23 02:09:37 +00:00
ceb
4e0b29e3a9 what crap 2003-08-23 01:20:13 +00:00
ceb
6e63540873 update 2003-08-23 00:44:53 +00:00
Ralf Becker
940e0c1df9 added a helpmessage to the jsCalendar input-field 2003-08-18 23:17:56 +00:00
Ralf Becker
b32fe49d9b wrapper-class and setup-file for jsCalendar 2003-08-17 23:05:57 +00:00
Ralf Becker
3173e4dfc6 Initial revision 2003-08-17 22:44:06 +00:00
Ralf Becker
c30cd51f22 table_name returns empty if we have no db-connection instead of throwing error-messages (used in setup)
Note: daves OOP changes still needs to be merged to HEAD!!!
2003-08-13 10:56:01 +00:00
ceb
459fceb00f update 2003-07-26 23:37:55 +00:00
ceb
74040b0444 update 2003-07-25 01:11:45 +00:00
ceb
a636497b9e added function 2003-07-22 23:40:37 +00:00
ceb
a400950613 added function 2003-07-22 21:35:49 +00:00
Ralf Becker
6ab850d35c - added update from version 0.9.14.004-6 (security-fixes) and 0.9.14.508 (asyncservice)
- merged asyncservices from .16
2003-07-21 18:20:45 +00:00
ceb
6b683518ef update 2003-07-03 19:29:26 +00:00
Ralf Becker
ebee2598cf xss fix, running the content of the address-label-function through strip_html 2003-07-02 00:08:20 +00:00
ceb
b1aa23e5d0 fix 2003-06-24 22:33:40 +00:00
ceb
782fdf7c2d fix bug #3861 2003-06-24 13:32:25 +00:00
ceb
5503443533 fix bug #3522 2003-06-24 12:38:08 +00:00
ceb
64aa244e2e update 2003-06-24 11:54:22 +00:00
ceb
99cb204413 update 2003-06-21 00:59:30 +00:00
ceb
298c0d03ae fix 2003-06-17 13:23:42 +00:00
Ralf Becker
b6ef1b3605 fix for bug #3427: no email-notifications
send class does not default to port 25, as email does when smpt-port is left empty in the email-site-config
2003-05-30 16:11:36 +00:00
Ralf Becker
cef302db7b Fix for methode-hooks with no return-value 2003-05-24 14:25:13 +00:00
Ralf Becker
8d77552935 merged dave's php4.1+ change from .16 2003-05-24 12:21:42 +00:00
ceb
3a92c8d5bb update 2003-05-22 23:20:08 +00:00
ceb
6c05d396d9 update 2003-05-21 23:12:44 +00:00
ceb
6494d641da update 2003-05-21 23:02:25 +00:00
Ralf Becker
8c4912bce3 modified add and delete to set / unset default and forced prefs too 2003-05-19 23:05:32 +00:00
Ralf Becker
b03789273e killed some left-over debug-messages 2003-05-19 13:34:33 +00:00
Ralf Becker
b68857973c added lang-call to display_mainscreen 2003-05-18 19:31:21 +00:00
Ralf Becker
a09ccfb730 merged sesson-functions for .16, incl. the brute-force stuffe and cacheing the data from other session in the appsession
fixed multidomain logins for register_globals off
2003-05-18 19:18:58 +00:00
Ralf Becker
53b8b8844f merged sesson-functions for .16, incl. cacheing the data from other session in the appsession
fixed multidomain logins for register_globals off
2003-05-18 19:16:58 +00:00
Ralf Becker
6b8a74ecc9 fixed wrong users_localtime time:
offset in user_prefs is not against GMT but servertime
2003-05-17 21:25:09 +00:00
Ralf Becker
9a074ef8b3 added function to encode subject for 8-bit-chars and made boundary a param 2003-05-17 20:41:14 +00:00
Ralf Becker
c1f78f4efc changed username to fullname 2003-05-17 20:37:51 +00:00
Ralf Becker
02c9cec298 fixed display_fullname for missing parts of the name
merged kneckes ldap-change too
2003-05-17 20:34:55 +00:00
Ralf Becker
e51acc6ad8 fixed bug, account_id param in constructor was not used
merged jengos changes from .16 too
2003-05-17 20:26:49 +00:00
mdean
39a55af60a SV# 3634: Syntax error return Rrue; should have been return True; 2003-05-17 19:29:58 +00:00
seek3r
68e9fd40cc dd 2003-05-15 10:01:57 +00:00
seek3r
550d17d454 wrapped a couple functions in if statements because they are now part of new versions of PHP 2003-05-10 08:53:43 +00:00
seek3r
ebc98519ce fixed bad reference which caused problems on windows servers 2003-05-10 08:52:21 +00:00
Ralf Becker
52ad25deb0 call constructor of sbox class 2003-05-05 20:59:14 +00:00
Ralf Becker
0953e3e21b gnu-patch #1245 2003-05-05 20:24:57 +00:00
Ralf Becker
3d2edbc0a7 gnu-patch #740 2003-05-05 19:33:10 +00:00
Ralf Becker
a573aac782 gnu-patch #810 2003-05-05 19:25:16 +00:00
Ralf Becker
6f48cb5363 gnu-patch #1244 2003-05-05 19:11:47 +00:00
Ralf Becker
06489ff747 added an other display-type for accounts: Firstname Lastname [lid]
changed < > into [ ]
2003-05-04 15:14:06 +00:00
Ralf Becker
e152c6727d changed pref-name maildomain to domain 2003-05-04 10:30:38 +00:00
Ralf Becker
1a01f33308 account-display is now configurable via the prefs:
- Firstname Lastname (default)
- Lastname, Firstname
- username
- <username> Lastname, Firstname
2003-05-03 22:23:50 +00:00
ceb
3f24159bfd update tpl 2003-05-03 14:17:15 +00:00
Ralf Becker
3826112059 Fixed get_image_dir and get_image_path to not return the templates imagedir if it only contains the navbar icon (eg. idots or idsociety).
Thats only a fix, better would be if every app uses the image or find_image function.
2003-05-03 10:59:16 +00:00
Ralf Becker
ce1a06d831 small fix, added a wrapper for the renamed function email_address (was sub_default_addres) for email/anglemail 2003-05-03 10:58:46 +00:00
Ralf Becker
e1c1ecad78 added notify-messages to prefs:
- notify messages contain vars to be substituted, eg. $$username$$
- the var-name gets translated for editing
- new function create_notify in preferences.php
- new function parse_notify to substitute / create the notify msg
2003-05-02 01:33:32 +00:00
Ralf Becker
f44171243c fix for phrase which end (after truncating to 230 chars) in a space (which has been striped by the db) 2003-05-02 01:06:33 +00:00
ceb
7546857b3e update cats 2003-05-01 23:24:09 +00:00
Ralf Becker
52ff07f6c9 fix from sigurdne, for bug #3300 and #2740 2003-05-01 12:49:11 +00:00
Ralf Becker
21d8e8fd62 reworked preferences (ported from .16 incl. fixes):
- not set user-prefs use the default value, default values have been used only for new accounts before
- preference-table has new column preference_app
- preferences got automaticaly quoted now, eg. its save to use single and double quotes as well as backslashs
2003-05-01 09:19:50 +00:00
Ralf Becker
f81afd60a9 fixed template_alternate_row_color, so also set the row_color in the supplied template, not only in the template of the nextmatch-class 2003-05-01 09:17:44 +00:00
Ralf Becker
ad1a0a1cb3 fixed schema_proc for pgSql to properly rename a table, if forgot to rename the index 2003-04-30 11:07:24 +00:00
ceb
486e0b043f update portal 2003-04-30 02:13:17 +00:00
Ralf Becker
104bad578d added param try_unregistered to hooks::single for setup 2003-04-28 08:25:59 +00:00
Ralf Becker
2c59c61f0d added param try_unregistered to hooks::single for setup 2003-04-28 08:24:45 +00:00
Ralf Becker
b12d672c5c importing asyncservices from .16 2003-04-27 23:19:49 +00:00
Ralf Becker
4e1cd7d1f5 new type of hooks via methodes instead of separate files:
- allows to parse arguments ot the hook and return content
- all access to the hook-table is now handled by the hook-class (for admin and setup too)
- all existing hooks continue to work of cause
2003-04-27 22:26:04 +00:00
ceb
996ae97971 update img 2003-04-27 19:27:28 +00:00
ceb
7420f58b18 update img 2003-04-27 14:10:16 +00:00
ceb
79f95f0576 update 2003-04-26 20:52:59 +00:00
ceb
9cddaf2f6e added extra function for filter plus update tpl class to version .16 2003-04-26 01:19:45 +00:00
ceb
dbca6b1b6b removed charset from tpls since its added by xslt already plus update class.common: add a flag to disable any xslt output 2003-04-24 21:04:22 +00:00
ceb
ded88a0790 update js and css 2003-04-24 01:34:44 +00:00
Ralf Becker
251699f154 gugux lang-update 2003-04-22 22:30:38 +00:00
Ralf Becker
cad7e38029 fixed for login: dont call framework for login 2003-04-21 08:32:53 +00:00
ceb
0d021d3426 it was impossible to login/logout after change of framework call 2003-04-21 00:49:42 +00:00
Ralf Becker
b69defa25b added app_header via $GLOBALS['phpgw_info']['flags']['app_header'] 2003-04-20 20:47:50 +00:00
ceb
bf02473ccd update cats 2003-04-20 14:15:01 +00:00
ceb
cf343ac9d6 update hook_admin 2003-04-20 02:16:22 +00:00
ceb
2dd760281b moved function deisplay_entry from admin to api 2003-04-19 23:17:40 +00:00
Ralf Becker
fefe0305fd fix for bug reported on user-list, time-compare creates date before 1970/1/1 which is the earliest allowed date on windows 2003-04-18 08:37:04 +00:00
Ralf Becker
6b1cfa855e limited the length of the message_id to 230 and defined a constant for it 2003-04-02 17:46:37 +00:00
Ralf Becker
486fd309c0 changed wrong php-version-number 2003-04-02 10:42:12 +00:00
Ralf Becker
8a9884ec96 had to redo it as it breaks other stuff 2003-03-31 17:34:38 +00:00
Ralf Becker
64309e9e5a made it more compatible with the version in 0.9.14 2003-03-31 16:51:25 +00:00
Ralf Becker
ea968b1cd6 added function redirect_link and added nodisplay before exit 2003-03-31 16:50:49 +00:00
Ralf Becker
ec8ba8cab3 added appname to website title (as dave in .16) 2003-03-30 11:04:57 +00:00
Ralf Becker
32f1ed2b83 now admin can enable/disable the preferences as any other app, fix for bug#2967 2003-03-28 16:19:46 +00:00
Ralf Becker
a29965b1ea added a local var $oProc as reference to the global one, to be compatible with old-style default_records.inc.php 2003-03-27 18:39:49 +00:00
Ralf Becker
d948f09973 moved generation and translation of app-title into applications-class 2003-03-22 12:29:42 +00:00
Ralf Becker
b83af98a7f skwashd's patch to:
- name2id return system-global cats too
- return_array use strlen now to differ between not set and 0 parent_cat_id
2003-03-22 09:37:40 +00:00
Ralf Becker
254ba69217 dave's parse_navbar_end-fix (no more complaining it's not defined) 2003-03-22 09:04:37 +00:00
Ralf Becker
c2778383c5 2 changes:
- newer lang-files get now installed automaticaly when a user log's in
- Czech is added to the supported lang's
==> phpgwapi version updated to 0.9.14.002
2003-03-22 01:32:43 +00:00
Ralf Becker
556680d7f8 fix for 2 pgSql bugs:
- if a table get droped (eg. uninstall an app) the sequenz got not droped, which leads to complains of pgSql if you tried to reinstall the table/app
- _CopyAlteredTable (which is used by AlterColumn) uses a 'SELECT * ' and then the $db->f(0|1|2) which leads to errors when the column-order is not as expected
2003-03-22 01:28:48 +00:00
Ralf Becker
f9c53875eb Moved list_sessions and total from admin.socurrentsessions into the session-class and implemented them for php4 too.
So admin.socurrentsessions is no longer used and bocurrentsessions as well as the phpgwapi/templates/xxx/navbar.inc.php use the session-class to get the number of loged-in-users.
Aktivated the accesslog f�r php4-sessions too.
2003-03-21 00:47:18 +00:00
Ralf Becker
0b53b03eae skwashd's patch to use last_insert_id instead of an extra max(id) query 2003-03-19 23:14:21 +00:00
Ralf Becker
4d4f86af2b an other issue with daylight-saveing in days_between solved, now the calculation is down ignoring the daylight-saveing 2003-03-18 18:02:36 +00:00
Ralf Becker
c280a1ab7e made some more messages from the users-prefs translatable 2003-03-18 17:05:42 +00:00
Ralf Becker
027cfe7207 fix for postgreSql's AddColumn, to allow to set a default and a not null contraint, they are not allowed in add column in pgSQL 2003-03-18 00:07:17 +00:00
Ralf Becker
ff708d4917 skwashd's patch to be able to retrive entries with parent_id == 0 2003-03-16 22:16:33 +00:00
Ralf Becker
2df14f0419 fix for bug #2549, patch from ||cw 2003-03-13 17:59:45 +00:00
Ralf Becker
b4f4f7c938 fix for pgsql >= 7.3 need separate LIMIT and OFFSET clause, works with 7.2.x too 2003-03-13 17:44:53 +00:00
Ralf Becker
e19a2ee41d fix multidomain header-generation 2003-03-05 14:21:49 +00:00
Ralf Becker
982f00b803 fix to include the mysql-error-msg again 2003-03-05 13:57:29 +00:00
Ralf Becker
cc9eace636 sim's patch #1218: vfs patch (to implement "view" method) 2003-03-04 18:15:38 +00:00
Ralf Becker
ff3eae22d3 sim's patch #1217: webdav client cache fix 2003-03-04 18:10:15 +00:00
Ralf Becker
6395e2a6ab sim's patch #1096: webdav client class fix (small but essential) 2003-03-04 17:46:16 +00:00
Ralf Becker
bdf2cb9d91 reimplemented the days_between function because it led to an infinite recursion in some cases and its simpler/faster now 2003-02-26 16:44:11 +00:00
Zone
241a0bbf09 Load vfs_shared class 2003-02-17 19:35:52 +00:00
Zone
f72d5d300e Move shared variables and functions to vfs_shared 2003-02-17 19:34:56 +00:00
Zone
45caae75f9 Initial commit 2003-02-17 19:33:07 +00:00
Zone
efc0287bc1 Initial commit. From Jonathon Sim <sim@zeald.com> 2003-02-06 22:45:05 +00:00
Zone
4697629414 Initial commit. Original author Leo West <west_leo@yahoo-REMOVE-.com>, changes from and submitted by Jonathon Sim <sim@zeald.com> 2003-02-06 22:43:18 +00:00
seek3r
a80e96953f added new acl class as acl2 while its being tested 2003-01-12 20:19:12 +00:00
seek3r
d1f5fdf372 oops. left debug line in safe_args() 2003-01-12 03:46:38 +00:00
seek3r
8ae1ee9e14 fixed validation bug in safe_args() and removed debug line I left in createobject() 2003-01-12 03:43:55 +00:00
seek3r
637307f51c added new safe_args function which should help to make our functions safer and more flexible 2003-01-11 08:32:44 +00:00
ceb
bf0e5e2d90 update 2003-01-04 00:54:55 +00:00
ceb
c5526be9e4 update 2003-01-04 00:12:48 +00:00
ceb
b0e538a1ff fixed forced prefs 2002-12-26 20:43:00 +00:00
seek3r
95ce24b391 *** empty log message *** 2002-12-23 01:29:19 +00:00
ceb
f8afc79b4b update help 2002-12-23 00:57:08 +00:00
ceb
a7adc68829 update to install admin/prefs/api at once during new install 2002-12-19 23:33:44 +00:00
ceb
06a871dd7c update accounts_ldap 2002-12-18 00:20:46 +00:00
ceb
f74cd4393f update help system 2002-12-16 01:20:12 +00:00
ceb
38f09178a7 update nm sort function 2002-12-05 00:27:37 +00:00