Ralf Becker
27f8837364
reading the indices correct (multiple columns, fulltext and length-limited) indexes
2003-10-22 02:40:16 +00:00
Ralf Becker
7cc899861d
added a log-file and a 401 header if unauthorized to the xmlrpc-server
2003-10-21 21:05:23 +00:00
Ralf Becker
8d2c4bb7a3
fixed schemaproc to create indexes and enhanced syntax to create multicolum indexes and unique keys
2003-10-21 18:09:58 +00:00
Ralf Becker
f2b0ca5d6d
an other fix for ADOdb, set Record to empty, if a query returns no row
2003-10-21 18:08:22 +00:00
Ralf Becker
9384c24217
fixed php4-sessions to work with xmlrpc, our sessionid is now identical to the php4 sessionid
2003-10-21 10:46:33 +00:00
Ralf Becker
b26fa6246a
fixed db::to_timestamp as the ADOdb function returns quotes too
2003-10-21 10:08:48 +00:00
Ralf Becker
c8d9ba1a5f
small fix to not use eval
2003-10-21 09:18:21 +00:00
Ralf Becker
0d35fcc72a
fix to allow to load non-iso-8859-1 languages without an system-charset set
2003-10-20 19:03:46 +00:00
Ralf Becker
a1bb219315
fix to automatically connect before calling db_addslashes, needed for setup->languages (with ADOdb enabled)
2003-10-20 19:02:32 +00:00
Ralf Becker
6909e7241d
some fixes:
...
- replaced the hardcoded /phpgroupware url with the webserver_url
- register globals
2003-10-20 17:25:56 +00:00
Ralf Becker
dbfd796382
fix to automatically connect before quering the tables, needed for setup->configuration (with ADOdb enabled)
2003-10-20 16:36:03 +00:00
Ralf Becker
0c6b822fea
some fixes:
...
- replaced the hardcoded /phpgroupware url with the webserver_url
- register globals
- some UI fixes, as in idots everything is centered
2003-10-20 16:34:29 +00:00
Ralf Becker
9f450cb1a8
pgsql7.3 fix + wrong id for the addressbook custom-fields, should work now
2003-10-20 08:49:21 +00:00
Ralf Becker
10a51e644b
get last_insert_id for pgsql working and fixed the copying of db-objects
2003-10-19 21:41:47 +00:00
Ralf Becker
834c395b0d
added empty transaction functions so that db_mysql dont use the adodb ones from the db-class
2003-10-19 19:42:22 +00:00
Ralf Becker
32fa6bc9d0
added db_addslashes version for use without adodb
2003-10-19 19:36:50 +00:00
Ralf Becker
c7a9ba98e5
updated db-class to use ADOdb if one set $GLOBALS['phpgw_info']['server']['use_adodb'] = True; (eg. in your header.inc.php) or to be used as base-class for the other db-classes
2003-10-19 19:09:36 +00:00
Ralf Becker
d6b8677cbd
Initial revision
2003-10-19 19:05:23 +00:00
Miles Lott
b2d20be441
Fix for count() using postgresql with query
2003-10-19 18:34:45 +00:00
Miles Lott
fe494abdc1
Fixed count() for postgresql, I hope
2003-10-19 18:29:44 +00:00
Ralf Becker
6fbf81abed
added class to functions_backtrace
2003-10-19 18:25:14 +00:00
Miles Lott
7c1621ea40
Move definition of SEP ahead of class instantiation so that php5 won't barf if we use SEP in one of those classes
2003-10-19 18:05:27 +00:00
Miles Lott
ed5e8a5f8e
Updated to work with current code (somewhat)
2003-10-19 15:15:00 +00:00
Miles Lott
61bf56843f
Oops, this is a more accurate count
2003-10-19 08:12:16 +00:00
Miles Lott
c02c4f563e
possibly more efficient record counting query, and fix limit case on queries that return less than limit
2003-10-19 08:06:52 +00:00
Miles Lott
fb3eb50ef8
Close potential security hole for xmlrpc/soap calls
2003-10-18 11:15:48 +00:00
Miles Lott
dec0934ee3
Now using copyobj() - please advise if it breaks and how
2003-10-18 11:12:19 +00:00
Miles Lott
2da29d2861
Add one note about baseline tables
2003-10-18 10:54:47 +00:00
Miles Lott
4c74f7e463
Allow passing of single, non-array paramater for e.g. POST or GET to get_var()
2003-10-18 10:36:34 +00:00
Miles Lott
0103ae5f98
silence the error in another way
2003-10-17 07:45:56 +00:00
Miles Lott
521a3b94d8
These are not strings...
2003-10-17 07:31:23 +00:00
Ralf Becker
94a2f4e043
added function-backtrace to db-error-messages
2003-10-16 16:59:31 +00:00
Ralf Becker
cb12c82707
added function to generate a function-name backtrace
2003-10-16 16:41:35 +00:00
Ralf Becker
3f3d0c79e9
added function to generate a function-name backtrace
2003-10-16 16:34:45 +00:00
Ralf Becker
7abb19b143
added message to login: account is expired
2003-10-16 14:55:12 +00:00
Miles Lott
3a298a8c7d
Check that $var is set and not False - some installs will error on the array element not being set
2003-10-16 11:41:40 +00:00
Miles Lott
e07e330732
Add copyobj() function for php5 object cloning vs php3/4 copies, fix _debug_array() for php5
2003-10-16 10:37:31 +00:00
Miles Lott
7d999cd13c
Moved inclusion of extension classes after definition of extended class, for php5 (and 3 ;) )
2003-10-16 10:27:34 +00:00
Lars Kneschke
b2e4e6327e
big-5 is supported by php 4.3.X
2003-10-16 04:59:46 +00:00
Lars Kneschke
616a09880a
hide errormessage about unsupported charset
2003-10-15 19:15:25 +00:00
Ralf Becker
726607234e
register globals
2003-10-15 13:18:13 +00:00
Ralf Becker
f7b2cefbf3
not longer used, as we require php4 now
2003-10-15 13:15:06 +00:00
Ralf Becker
7363643128
removed stupid debug messages
2003-10-15 12:29:27 +00:00
Ralf Becker
692767bcf0
fixed problem with not set system-charset and non-ascii chars in user-name with accounts in ldap:
...
Username did not get translated, as at the time when the accounts-class get instanciated the user preferences, which determine the language, which determine the charset (if no system-charset), are not loaded. I use iso-8859-1 as default then, which gives us the same behavior then before all the changes.
2003-10-15 12:24:38 +00:00
Ralf Becker
842adc7ae0
reverted lars/dave's change as it does not work !!!
...
PHPSESSIONID is wrongly encoded in the url
2003-10-14 12:50:51 +00:00
Ralf Becker
26eef15651
suppressed warning about unknown user/pw if db not yet created
2003-10-14 10:06:07 +00:00
Ralf Becker
7818d9902d
phpGroupWare --> eGroupWare in login blocked message
2003-10-14 09:32:39 +00:00
Ralf Becker
cfdfd365c6
translated app-name about to phpgwapi, seems to fix problem with open-basedir-restrictions
2003-10-12 19:33:32 +00:00
Lars Kneschke
73d8277b40
fixes for warning about unsupported charset
2003-10-11 20:55:16 +00:00
Lars Kneschke
d8692a29f7
some small fixes from dave hall
2003-10-11 13:30:52 +00:00
Lars Kneschke
ec9e4e621e
little fix from dave hall
2003-10-11 13:26:01 +00:00
Lars Kneschke
5fb17b08f6
search for app/template specific css.file
...
put your app specific css in appname/template/default(or templatename)/app.css
2003-10-11 07:58:40 +00:00
shrykedude
18f7b1e05f
pgsql fix for empty var
2003-10-11 00:02:23 +00:00
Ralf Becker
d73cfd3122
fixed get_account_name to convert the values
2003-10-10 12:45:07 +00:00
Ralf Becker
71c2acae50
fix for not set system_charset
2003-10-10 12:06:40 +00:00
Lars Kneschke
00db10168f
fix convert for us-ascii
2003-10-10 05:01:49 +00:00
Lars Kneschke
cb65e22c87
typo
2003-10-10 04:42:08 +00:00
Lars Kneschke
a7318559fe
converted to convert for correct utf-8 support
2003-10-10 00:55:43 +00:00
Ralf Becker
33389df33d
new param to translate, for string to add if no translation present, default '*'
2003-10-10 00:07:20 +00:00
Ralf Becker
e291aa7339
charset
2003-10-10 00:05:28 +00:00
Lars Kneschke
43ec195c6e
added check if function iconv exists
2003-10-09 23:38:24 +00:00
Pim Snel
0ee40b75d5
added template var for logout icon in setup
2003-10-09 23:12:41 +00:00
Ralf Becker
9c322199d6
fixed bug in conversation table --> schema for bigint
2003-10-08 19:08:30 +00:00
Ralf Becker
0cba91137e
added fallback to iconv if mbstring is not availible and killed a waring if no langs installed
2003-10-08 10:50:24 +00:00
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
ceb
579efdde4d
update help
2002-12-01 03:35:02 +00:00
ceb
de9637797d
update
2002-11-30 02:22:23 +00:00
ceb
4fa662a569
started updating help system
2002-11-30 02:02:32 +00:00
ceb
ffa00332ce
update verdilak layout
2002-11-28 01:38:13 +00:00
ceb
b0f46deaa0
fix in function des_cryptpasswd
2002-11-24 21:53:21 +00:00
ceb
ba80c900a7
update
2002-11-24 01:45:28 +00:00
ceb
db7be573d7
update pix
2002-11-23 03:45:40 +00:00
ceb
380db5df05
removed lang call from class applications, since this caused an english only environment. app_title gets translated in function navbar or wherever its needed
2002-11-22 02:27:20 +00:00
ceb
e39dc2a3ee
update
2002-11-18 22:09:01 +00:00
ceb
df9ee52ebf
update
2002-11-18 16:19:56 +00:00
ceb
92d9a97614
moved manual to the top menubar
2002-11-15 23:43:20 +00:00
ceb
1483360a0e
update
2002-11-15 22:31:51 +00:00
ceb
c71c14dc96
added funkwerk layout
2002-11-15 05:15:39 +00:00
ceb
48d4f167cc
moved justweb to use xslt
2002-11-08 22:42:14 +00:00
ceb
75bdb0df44
add SEP to add_file
2002-11-06 23:20:02 +00:00
ceb
6f6e06b39f
removed var from hook_admin
2002-11-03 01:03:07 +00:00
ceb
d537066c83
update xslt
2002-11-02 22:25:14 +00:00
ceb
754a43388c
update
2002-10-29 23:35:02 +00:00
ceb
aa1dc9eb33
update
2002-10-29 23:11:21 +00:00
ceb
27031e5523
added option to enable/disable support for old_style apps, added css class for msgbox, fixed home screen if default_app
2002-10-29 22:15:32 +00:00
ceb
9d9a6e5b35
update
2002-10-28 04:50:43 +00:00
ceb
6d142e0c7c
removed app_title plus update default layout to use xslt
2002-10-26 22:39:19 +00:00
ceb
4465aa63e6
update xslt
2002-10-26 20:33:04 +00:00
ceb
b4e4be334b
update xslt
2002-10-26 00:33:22 +00:00
ceb
b9f2dba2b3
update xslt
2002-10-25 22:34:04 +00:00
ceb
3e7875e1c6
update xslt
2002-10-25 21:40:09 +00:00
ceb
24aa900898
update xslt
2002-10-25 20:34:36 +00:00
ceb
6d2a19632f
update xslt
2002-10-25 16:44:35 +00:00
ceb
d94b0a9ffe
update to use xslt *** HEAD IS CURRENTLY BROKEN ***
2002-10-25 03:04:28 +00:00
ceb
587fa97db2
removed app_title plus update layout
2002-10-23 20:47:33 +00:00
ceb
fe749bb211
update xslt
2002-10-20 22:01:46 +00:00
ceb
fed918c353
update msgbox
2002-10-20 00:34:12 +00:00
ceb
1e3dc0bf00
update themes
2002-10-19 20:46:35 +00:00
ceb
49d8a6db1a
update
2002-10-19 00:42:36 +00:00
ceb
a979f0afc1
added encoding to function export_xml
2002-10-19 00:37:23 +00:00
ceb
738455541d
fixed wrong encoding in class xslttpl
2002-10-19 00:17:02 +00:00
ceb
16e38ed24f
fix wrong user lang setting
2002-10-18 22:53:12 +00:00
ceb
10169aa55e
update function msgbox
2002-10-18 21:45:03 +00:00
ceb
551926d13d
update msgbox to use xslt
2002-10-18 00:58:32 +00:00
ceb
e6ebd3cd08
update msgbox to use xslt/fixed msgbox tpl error within apps
2002-10-18 00:20:53 +00:00
ceb
8a197707a1
update function call
2002-10-15 21:41:26 +00:00
ceb
3c48c1c3aa
fix for subs not showing
2002-10-15 21:40:58 +00:00
ceb
df62f9d644
fix for bug 1308
2002-10-15 00:12:39 +00:00
ceb
23edad505e
update
2002-10-13 22:04:55 +00:00
ceb
49ef265853
update
2002-10-12 22:33:24 +00:00
ceb
5cc3837622
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 22:03:35 +00:00
ceb
be05bc6e25
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 21:18:23 +00:00
ceb
22ff2988c7
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 18:01:39 +00:00
ceb
aac6b5e5f4
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 17:23:56 +00:00
ceb
212c43738a
update edit cats
2002-10-12 00:50:37 +00:00
ceb
a8b4146b4e
added missing ')' to search string in list function
2002-10-11 00:35:11 +00:00
ceb
7776d70236
update css
2002-10-06 22:28:41 +00:00
ceb
b93e93b33e
update css
2002-10-06 19:57:58 +00:00
ceb
afa2d68758
update portal plus tpl
2002-10-06 16:18:03 +00:00
ceb
8099197a78
update img functions
2002-10-06 03:06:03 +00:00
ceb
2a39737dc2
update portalbox functions
2002-10-05 23:40:51 +00:00
ceb
c5d16e93c9
update portalbox functions
2002-10-05 22:00:25 +00:00
ceb
0ae563ca08
fix for bug 1286
2002-10-04 20:59:00 +00:00
ceb
f89c10e742
update to use xslt
2002-10-03 23:16:08 +00:00
ceb
bfc4ee7556
update to use xslt
2002-10-03 22:02:19 +00:00
ceb
f684ccd732
update to use xslt
2002-10-03 21:38:11 +00:00
ceb
d5202ca67c
fixed about function plus update to use xslt
2002-10-03 02:49:22 +00:00
ceb
08c5e74c66
update to use css files
2002-10-03 00:11:48 +00:00
ceb
53d5b63359
added debugging formatting code
2002-10-02 00:44:22 +00:00
ceb
44ea293a1c
update to avoid linebreaks in output where they shouldnt be
2002-10-01 23:13:31 +00:00
ceb
00b6e9a3a7
update
2002-09-29 18:22:17 +00:00
ceb
0bd42b8033
update functions to load the css file
2002-09-29 04:17:49 +00:00
seek3r
86032f02dd
removed common->phpgw_exit() and fixed all references to it in the core apps and api
2002-09-28 20:01:44 +00:00
seek3r
8abf9fa1a5
Switched to using the register_exit_function() and added scrolling divs to a couple places for examples
2002-09-28 15:20:20 +00:00
ceb
6d049dfa2c
update css
2002-09-27 23:49:59 +00:00
ceb
69221717ed
update css
2002-09-27 23:41:49 +00:00
ceb
bb54e6d29a
update css
2002-09-27 22:40:15 +00:00
ceb
d0d21f42be
update
2002-09-27 17:39:49 +00:00
ceb
abfa5b6785
update css
2002-09-27 02:23:26 +00:00
ceb
71610c3297
changed functions to use css files
2002-09-27 00:14:18 +00:00
ceb
9fea7d76e0
added xsl function
2002-09-26 03:58:21 +00:00
skeeter
084bf0c8b4
Last fix for the domain cookie.
2002-09-26 03:07:50 +00:00
ceb
34deae3dde
added argument layout to function get_tpl_dir
2002-09-25 04:04:24 +00:00
ceb
e9251d17e1
added function for cat_select_box using xsl tpl
2002-09-25 04:02:03 +00:00
Zone
6d6050190e
Make session timeouts configurable and check for session timeout in verify() (every page load) instead of only when creating or destroying sessions
2002-09-24 05:23:30 +00:00
Zone
453c62f1b2
Fix parse errors (extra ')'s)
2002-09-24 05:19:18 +00:00
seek3r
63c28e56bd
These are useful classes we can use
2002-09-23 22:36:11 +00:00
skeeter
1fd2449191
A few changes to add_file().
2002-09-23 02:35:25 +00:00
seek3r
67ea8577cc
added halt function
2002-09-22 23:03:57 +00:00
ceb
7b50d6c10c
readd
2002-09-21 22:00:07 +00:00
skeeter
933f76e00d
Will now only print debug statements when DEBUG_API is set.
2002-09-21 21:54:20 +00:00
seek3r
2523907723
needs more phpGW integrationg
2002-09-21 08:42:46 +00:00
seek3r
00d77ea97b
Now is fully working. I will add xpath referencing support at some point
2002-09-21 06:55:50 +00:00
Zone
71ec2f0197
Updates needed for phpwebhosting -> filemanager name change
2002-09-21 05:15:32 +00:00
seek3r
20974436bd
Have importing of vars and xml working on any node
2002-09-21 00:24:11 +00:00
seek3r
18859ef4d5
not ready for public use... but its getting better fast
2002-09-17 16:42:50 +00:00
skeeter
cdb7ed3e2d
GNU Patch #290 .
2002-09-17 10:03:37 +00:00
skeeter
143cbc5d42
GNU Patch #290 .
2002-09-17 02:47:35 +00:00
skeeter
720df8a650
Minor cleanups.
2002-09-17 02:33:03 +00:00
skeeter
b44fb7dcda
Missed a semicolon.
2002-09-15 23:42:56 +00:00
skeeter
328f9a4bc5
One more fix for the cookie stuff. This will at least delete properly.
2002-09-15 22:14:24 +00:00
skeeter
94eb165d39
Added mr_e's patch.
2002-09-14 21:58:39 +00:00
skeeter
bf218b85ed
Missing a class variable definition.
2002-09-14 21:40:48 +00:00
skeeter
f92c84b48c
This was something lacking and is now used with sitemgr.
2002-09-12 02:27:58 +00:00
ceb
e4044935f0
update cats
2002-09-08 20:40:12 +00:00
ceb
aacd03d33f
update cats
2002-09-04 01:58:34 +00:00
skeeter
3a987d2164
GNU Patch #501 .
2002-09-04 01:25:29 +00:00
ceb
7d38b22ddb
update cats
2002-09-04 00:30:50 +00:00
ceb
b6ca89c43e
updated function delete, id2name, return_sorted_array to move subcats down if delete their parent
2002-09-03 02:21:36 +00:00
ceb
e189e7d4c5
update add function to return the id
2002-09-02 22:03:00 +00:00
skeeter
6d47da13a3
One more stupid mistake for the datetime class.
2002-09-02 02:39:36 +00:00
skeeter
40df324cf5
GNU Bug #800 .
2002-09-02 02:32:10 +00:00
skeeter
9d50404d22
GNU Patch #483 .
2002-09-01 15:03:19 +00:00
skeeter
73bf8e96fa
GNU Patch #492 .
2002-09-01 13:37:10 +00:00
ceb
117e089722
update gdbutton
2002-08-30 02:16:15 +00:00
ceb
f1119c3860
added class to create gd/ttf buttons
2002-08-29 23:20:22 +00:00
Zone
402b797472
Add support of storing file contents in the database
2002-08-26 04:20:33 +00:00
Miles Lott
2808bec6c5
If PHP_SELF is not set, a REG_EMPTY error is generated - there is probably a better fix...
2002-08-24 15:22:14 +00:00
Miles Lott
6a5c1bd2de
Fix problem of ???_langs() functions recursing instead of calling translation class.
...
This meant no lang installation/upgrade except when working with lang.php.
2002-08-23 04:28:28 +00:00
Miles Lott
e25be5b24a
GNU Patch #488
2002-08-22 12:22:58 +00:00
skeeter
6ec153c54e
Added a few isset()'s. This clears a few warnings from being logged.
2002-08-22 03:07:00 +00:00
skeeter
883882338d
Changed EXP_DEBUG_APP to DEBUG_APP.
2002-08-22 03:05:58 +00:00
Miles Lott
eec43e2901
Remove stray whitespace
2002-08-20 12:41:48 +00:00
skeeter
94b08474d0
Was missing this piece.. Now it will display the timer debug statement.
2002-08-17 19:28:09 +00:00
skeeter
89ebd8ea8a
Did I miss commiting this?
2002-08-13 23:39:39 +00:00
Miles Lott
0a3912cf96
verify that get_var did not return an empty cookie var (breaks noncookie sessions)
2002-08-12 00:59:34 +00:00
skeeter
0ce9edd060
Small change letting the system warnings to use user preference of template set for images.
2002-07-20 13:16:33 +00:00
skeeter
9db6ba3adc
Possible fix for the network class error on line 81.
2002-07-20 01:32:00 +00:00
ceb
325b6d81dd
update global_cats selection
2002-07-03 00:55:47 +00:00
skeeter
32bc0ab15c
GNU Patch #305 .
2002-06-30 12:18:07 +00:00
skeeter
297a820544
GNU Patch #373 .
2002-06-29 12:24:11 +00:00
skeeter
45978168e2
GNU Bug #631 .
2002-06-25 01:38:34 +00:00
Miles Lott
dce6255685
Add two auth methods, both of which require third party PHP modules (see source)
2002-06-24 12:16:50 +00:00
Zone
5371495831
Compensate for bug in ACL
2002-06-24 04:02:14 +00:00
Zone
fc3df2e82e
Savannah Patch #370 (modified) - Fix and extend ACL - Thanks gisu
2002-06-24 03:18:59 +00:00
skeeter
3c51862e9c
A more enahanced datetime class. This one will store the server's TZ offset in the cache and use that value to calculate GMT.
2002-06-23 18:05:15 +00:00
skeeter
550bb2f132
GNU Patch #304 .
2002-06-23 17:10:28 +00:00
skeeter
ca58fb532e
GNU Patch #325
2002-06-09 02:17:37 +00:00
skeeter
3520aa9eff
GNU Patch #336
2002-06-09 01:30:55 +00:00
skeeter
34848f8414
GNU Patch #347
2002-06-09 00:17:59 +00:00
seek3r
273c381628
updating for my netscape 4.x patches
2002-06-03 22:17:56 +00:00
seek3r
198abc90cc
updated for a few bug fixes and some html comliance
2002-05-31 22:14:10 +00:00
seek3r
e1cdcafb61
updated idsociety to new format. works fine for me in normal/tables and frames mode
2002-05-31 21:22:25 +00:00
seek3r
9bd5ee2de5
left forced frames mode again
2002-05-31 18:37:18 +00:00
seek3r
0e2e0f5446
fixed design to allow for backwards compatibility
2002-05-31 18:13:07 +00:00
seek3r
161047f121
Apps dont need to halt on template error. Now it just reports
2002-05-31 10:18:57 +00:00
seek3r
96577bfcd9
few minor bug fixed
2002-05-31 09:25:52 +00:00
seek3r
4004c9a4e1
updated so that login page will destroy frames, cleaned up various other issues like better lang support in msgbox, now langs trailing char can be turned off. several other improvements
2002-05-31 08:29:19 +00:00
seek3r
03a64409f8
accidently left forced frames mode
2002-05-30 21:14:29 +00:00
seek3r
eb0b6aaf30
updated phpgwapi/inc/functions.inc.php to follow a nice and orderly loadup process. Added back in the support for CSS, added support for preloading images, fixed javascript problems, updated themes to use , overall just got this api nice and tight in the loadup and template areas. Now we need to update all the template sets and apps to follow suit
2002-05-30 21:13:07 +00:00
seek3r
4a2729a720
massive and sweeping change to the link() function, the way the app loads up, to a single templates class instance, to a new template set structure which automaticly handles frames support. We will have much cleanup to do to get apps working again and have them following the new guidelines
2002-05-30 09:47:09 +00:00
seek3r
de3fcb1c70
updated wit new msgbox
2002-05-27 08:22:12 +00:00
seek3r
60a0c1ac74
fixed password strength rules names to be compatible with phpGW
2002-05-27 03:13:28 +00:00
Miles Lott
75c9dc23f0
This should allow for another app to load its own contacts class as a replacement
...
for the api version. If the app wants to include the api shared class, it should
do so manually.
2002-05-27 01:32:04 +00:00
Miles Lott
fcde09f5ab
Change user-agent to phpGroupWare
2002-05-27 00:52:00 +00:00
Miles Lott
2b950e3583
Add encoding to output
2002-05-27 00:50:28 +00:00
Miles Lott
d9ac13b22a
Silence undefined variable error
2002-05-27 00:43:29 +00:00
Miles Lott
5cf60ba4ee
Add encoding to return value
2002-05-27 00:40:30 +00:00
Miles Lott
cdc2926ff3
formatting
2002-05-26 21:16:25 +00:00
Miles Lott
f8ee781c06
formatting
2002-05-26 20:32:54 +00:00
Miles Lott
3861b64b16
formatting
2002-05-26 20:22:24 +00:00
Miles Lott
2a6ff0ffd4
format, fix banner
2002-05-26 20:14:02 +00:00
Miles Lott
bd6d7aac97
formatting
2002-05-26 20:09:01 +00:00
Miles Lott
090f676483
remove stray whitespace, etc
2002-05-26 20:00:35 +00:00
Miles Lott
96432a8a97
remove stray whitespace, add descr for sha password encrypt function
2002-05-26 19:57:35 +00:00
seek3r
d2f00f43ce
added password validation routines, as well as general improvements on sanitize function
2002-05-26 08:50:40 +00:00
seek3r
2d37f41455
added password validation routines, as well as general improvements on sanitize function
2002-05-26 08:26:44 +00:00
seek3r
80e3cdf02d
added lang() call to the msgbox error text
2002-05-26 08:23:49 +00:00
seek3r
3a76b0f6f0
subverted error_list() to use msgbox
2002-05-24 22:30:35 +00:00
seek3r
d8e16f226c
more improvements on the msgbox
2002-05-24 21:56:56 +00:00
seek3r
c74e97e907
bug in phpgw_header wasnt calling the msgbox, and also seperate msgbox_row block for more control over good and bad rows
2002-05-24 20:47:28 +00:00
seek3r
88f19d299d
added msgbox and now have templates class auto add the navbar values
2002-05-24 19:15:24 +00:00
seek3r
cf2a12ba1c
made changes to the loading of the header, navbar, appheader, and footers
2002-05-24 10:38:03 +00:00
seek3r
48bffd5e2a
fixed dumb bug
2002-05-24 02:51:20 +00:00
seek3r
563107b8c8
added new css support, common/shared template file support, and printer templates support
2002-05-23 21:28:59 +00:00
Miles Lott
66b702e1f7
add home app for loading all langs
2002-05-21 03:03:22 +00:00
Miles Lott
5dc37bbc0d
Fix the 'too early to get the userlang' problem
2002-05-20 01:11:27 +00:00
Miles Lott
01aff05336
Tweak to work more like the sql version (no more global lang var)
2002-05-20 00:45:52 +00:00
Miles Lott
852c11cec9
same as previous commit, but for the delete
2002-05-19 22:59:00 +00:00
Miles Lott
dc9a06b7ce
Update inserts to account for new field type of preference_owner
2002-05-19 22:57:41 +00:00
Miles Lott
b08b5717b1
Add in sha passwd crypt for ldap (requires mhash to configure and use) ...
...
Concept by Matt Pavlovich <mpav@algx.net>
2002-05-14 01:02:19 +00:00
skeeter
a057be8a98
GNU Patch #301 .
2002-05-13 23:40:56 +00:00
Miles Lott
8b5007c987
case-insensitive check for 1st char (some rdbms)
2002-05-13 23:39:30 +00:00
Miles Lott
ad9134c5d9
fix stupid sql error
2002-05-13 23:27:40 +00:00
Miles Lott
03a1333c4f
Part two of two - implement filter by first char of last name, fullname, or company (for now)
2002-05-13 00:43:57 +00:00
Miles Lott
40494093e6
add remote ip check function (not used)
2002-05-11 19:30:10 +00:00
Miles Lott
08d18591cd
cancel quotes in search string
2002-05-07 12:54:12 +00:00
seek3r
d23d4b1235
adding msg classes. Still need additional cleanup work on the _sock classes, but they are good enough to toss in here for now
2002-05-06 09:05:44 +00:00
Miles Lott
7bb5e67739
this should be a fix for the account_type setting in get_list, but it is hard to believe it was actually this broken
2002-05-05 02:51:26 +00:00
Miles Lott
4b0053280f
remove extra )
2002-04-30 11:42:08 +00:00
skeeter
14a4078963
More utilization of the get_var() function. Also, added a define() of the menuaction. This will cut down on repetitive calls to get_var for the same variable.
2002-04-30 03:35:52 +00:00
skeeter
aee8a57ece
Added the SERVER usage for HTTP_SERVER_VARS, and added the 4.2.0 check to use the newer [common_functions.inc.php>method>].
2002-04-30 03:01:01 +00:00
skeeter
0337992b16
Taking advantage of the get_var() function.
2002-04-29 00:29:12 +00:00
skeeter
14c913404c
Some cleanups of warnings.
2002-04-29 00:27:32 +00:00
skeeter
11d91ef485
Bad, Bad, Bad, on my part.
2002-04-27 22:32:18 +00:00
skeeter
63b54968a3
A few changes to bring in line with what the phpGW.org site is running.
2002-04-27 22:14:33 +00:00
Miles Lott
23ec34bd88
OK, maybe this fixes IE downloads (part of GNU patch #136 )
2002-04-24 13:27:46 +00:00
Miles Lott
068b4bc3c1
add timelimit setting for large requests (same as .14)
2002-04-24 13:21:10 +00:00
Miles Lott
30e832e992
Better ldap filtering (GNU Bug# 100340)
2002-04-24 12:15:31 +00:00
Miles Lott
0a91bc00b7
Use is_array() instead of gettype()
2002-04-23 02:18:30 +00:00
Miles Lott
8443b10a60
Clear up syntax error, but trapping dl errors is still impossible...
2002-04-22 00:01:18 +00:00
Miles Lott
8af4b49bef
Add new class to test for php extensions and optionally attempt to load them
2002-04-21 23:00:42 +00:00
skeeter
53344baf01
GNU Patch #246 .
2002-04-21 17:42:40 +00:00
Miles Lott
918233979c
remove echo
2002-04-20 16:57:56 +00:00
Miles Lott
425b4520c2
Add str_pad() and defines
2002-04-20 16:54:21 +00:00
Miles Lott
99455f4c8f
Added new class for reading/writing tar(gz) files. This was written by
...
Josh Barger <joshb@npt.com>, who was kind enough to convert his license
to LGPL. It has been munged a bit to make it php3-compatible.
2002-04-20 16:31:16 +00:00
skeeter
0403808c94
Fix for Oracle support.
2002-04-18 19:14:25 +00:00
skeeter
4f422d4608
Added GNU Feature Request #100744 .
2002-04-17 23:43:29 +00:00
skeeter
264313338f
Made the rest of tr_color as GLOBALS.
2002-04-17 23:41:55 +00:00
skeeter
99afed5175
Had a - instead of an =.
2002-04-17 15:31:53 +00:00
skeeter
6ef3aa92a1
GNU Patch #244 .
2002-04-17 11:58:09 +00:00
skeeter
d3887570b2
This part of a major fix for the calendar.
2002-04-16 15:45:50 +00:00
skeeter
2cc39d765e
It was missing a '.
2002-04-15 04:03:09 +00:00
skeeter
44ab61718d
Fix for double 'Select One' choice in user preferences.
2002-04-15 03:41:04 +00:00
skeeter
5f9a2dbc82
Fixed Call-by-reference.
2002-04-15 02:26:21 +00:00
skeeter
78950a92bf
Fix for mssql or ODBC support.
2002-04-14 03:27:50 +00:00
Miles Lott
bfc712116d
format, add one cache header
2002-04-13 21:38:34 +00:00
Miles Lott
c7f4184b69
Fix for addressbook custom fields
2002-04-13 03:34:23 +00:00
skeeter
a862c217c0
Cleaned up the extra comma at the end of the langs that are installed.
2002-04-13 03:02:22 +00:00
skeeter
9b853a9ba0
This should fix the sending of any emails and the saving to the users sent folder.
2002-04-12 14:21:57 +00:00
skeeter
33267908d2
Fixes for a deprecated call by reference.
2002-04-11 14:12:34 +00:00
Miles Lott
3f78583e6e
This has worked for awhile now in php3/4
2002-04-11 10:49:06 +00:00
seek3r
1ef33ce9ae
fixed php3 support problem
2002-04-11 06:11:44 +00:00
skeeter
5a609ab5da
Fix for a call by reference.
2002-04-10 18:30:33 +00:00
skeeter
475489d2d2
Fixed it so the phpgw_website will not be visible in the get_tempalte function. This should stop the demo from being dorked up.
2002-04-10 18:29:28 +00:00
skeeter
4e929d519c
Cleanup a few small warnings.
2002-04-09 23:48:36 +00:00
skeeter
bbbb67a74e
GNU Patch #108 .
2002-04-08 14:23:27 +00:00
Miles Lott
3c8fffb1e7
Manageheader now handles editing of multiple domains
2002-04-07 23:56:03 +00:00
skeeter
3be9e05fa3
Clean-up of more warnings.
2002-04-07 20:01:13 +00:00
skeeter
cf031d14bc
Clearing up a couple of warnings.
2002-04-07 17:51:37 +00:00
skeeter
27d6f340bf
GNU Patch #127 - create_defaults being called twice.
2002-04-07 14:28:43 +00:00
skeeter
92c0505fe3
This now allows the _debug_array() to either print or not print the debug info.
2002-04-06 15:13:51 +00:00
skeeter
1ffc7e1ecc
GNU Patch #210 .
2002-04-04 20:52:04 +00:00
skeeter
e54b0278c7
Applied GNU Patch #205 .
2002-04-02 14:15:24 +00:00
Miles Lott
b4f2cfaae4
php3 failed to set the controls, now checking for is_array vs. != ''
2002-03-31 14:22:08 +00:00
Miles Lott
87f3a8e6b8
add string return option to gethttpsocketfile()
2002-03-30 16:32:08 +00:00
skeeter
b221f83ec2
Added the db_addslashes() call to name2id().
2002-03-26 19:25:49 +00:00
skeeter
b0999ae0e1
GNU Patch #180 .
2002-03-26 04:37:03 +00:00
Miles Lott
1e1fd8efe1
update to reflect new classnames
2002-03-20 03:35:42 +00:00
Miles Lott
fa37f0a481
Change class names internally to fix object creation (?), add todo
2002-03-20 03:30:56 +00:00
ceb
1f178214ba
update img path
2002-03-16 03:30:03 +00:00
ceb
eafc493ef3
update to use pix in api img dir
2002-03-16 03:29:32 +00:00
skeeter
9dd8a8d708
in_array() should now be compatible with php3.
2002-03-16 02:59:13 +00:00
skeeter
50175afd99
Adding line/file error catching to table_names().
2002-03-16 02:58:03 +00:00
skeeter
3be3f5d506
Interim step in moving a a<less|more>thanb to some sommon functions to use it for app_registry functions.
2002-03-16 02:56:57 +00:00
ceb
85e547f31f
update img path
2002-03-15 22:27:31 +00:00
ceb
a1aa3788b9
added function to fetch some accountsdata
2002-03-14 02:26:21 +00:00
ceb
5471e1fda9
added function to fetch some accountsdata
2002-03-14 01:42:15 +00:00
ceb
0c22fc3f0b
update cats
2002-03-13 16:30:51 +00:00
ceb
f612468342
update cats
2002-03-13 04:16:46 +00:00
Miles Lott
225e7f6a82
fix for BUG# 100527
2002-03-10 18:44:59 +00:00
Miles Lott
bb762ae965
Use in_array()
2002-03-08 04:10:58 +00:00
Miles Lott
ddfa5d9d4b
use in_array() instead of class function; formatting
2002-03-08 04:08:12 +00:00
Miles Lott
611c40af04
switching to is_???
2002-03-08 04:02:44 +00:00
Miles Lott
900cc6eb52
expire setup login after 20 minutes of idle time - cookies are reset on each page load
2002-03-06 03:00:23 +00:00
Miles Lott
ce8be5f8d3
remove some crap i was working on
2002-03-06 02:47:47 +00:00
Miles Lott
438d2def56
Disable expiration of cookies by default
2002-03-06 02:42:15 +00:00
Miles Lott
9279e65f17
Add expiration of 20 minutes (to be changed to idle time check later); Change
...
login behavior to be able to verify acceptance of the cookies before showing
the page (using refresh - tested on NS, Mozilla, IE, Konqueror)
2002-03-06 02:40:30 +00:00
Miles Lott
aaccb90b2e
Use only the phpgw_setup->oProc object
2002-03-04 07:18:46 +00:00
Miles Lott
2d742a0488
one more fix for oProc
2002-03-04 05:00:08 +00:00
Miles Lott
8fcb9b1dcf
Fix name of oProc object to match current table scripts
2002-03-04 04:49:42 +00:00
Miles Lott
b95925ae4d
add one missing lang call
2002-03-04 03:12:50 +00:00
Miles Lott
6d81d7547c
Add lang for invalid password
2002-03-04 03:10:57 +00:00
Miles Lott
be67e0d962
Add lang for logout message
2002-03-04 03:08:47 +00:00
Miles Lott
79d886e345
Hopefully better logic for login/logout of the two setup logins
2002-03-04 02:55:53 +00:00
Miles Lott
ca9651d890
Moving schema_proc classes to the api
2002-03-03 21:48:34 +00:00
Miles Lott
7561909c9b
Moving new setup classes to the api
2002-03-03 21:47:30 +00:00
Miles Lott
78d862aacb
minor formatting and grammar
2002-03-02 04:08:20 +00:00
skeeter
6970aefe57
Split out common files from functions.inc.php so that the API and setup can have a single source base.
2002-03-01 12:31:50 +00:00
Miles Lott
2e3ec5c126
Add list_apps function back (new name) - this needs touching up
2002-03-01 10:34:12 +00:00
Miles Lott
e61f24032b
Modified to use new get_var() api function for start, sort, etc...
2002-02-28 03:53:32 +00:00
skeeter
9a63aa57ae
Adding the new get_var().
2002-02-28 03:46:34 +00:00
Miles Lott
7ccf86785b
add lastpasswdchange as zero in create()
2002-02-27 03:48:52 +00:00
Miles Lott
038cc6d0e2
Updating to ralf's latest version
2002-02-24 21:21:53 +00:00
skeeter
1cd5737c51
Will now download the requested app. Still need to add the setup/install process to it.
2002-02-24 21:00:59 +00:00
Miles Lott
4aea8e09ad
make _debug_array() look good on php4 again
2002-02-23 18:07:45 +00:00
skeeter
caeeb6a766
Missed another semicolon.
2002-02-23 14:39:24 +00:00
skeeter
30aad35397
Missed a semicolon.
2002-02-23 14:35:31 +00:00
skeeter
924617a0e4
Renamed the system call package_app_byid() to package_app().
2002-02-23 14:23:13 +00:00
skeeter
ce5d0d62e9
This is a few after the fact cleanups. I think this will now handle passing either the app_id or the app_name to package_app().
2002-02-23 13:40:31 +00:00
skeeter
a3c1738bec
This will now create the files after d/l'ing them. This could be dangerous as it actually overwrites any files that are in your apps directory. Remember, overwrites, it does not delete the app directory and reinstalls. Maybe it should as it would need to be allowed to remove old unused files.
2002-02-23 13:22:59 +00:00
Miles Lott
4b878ddca9
adjust inline docs
2002-02-20 04:57:49 +00:00
Miles Lott
54ce2d1d33
Modify to go back to old behavior (load langs only on first use of translate()
2002-02-20 04:44:19 +00:00
Miles Lott
15bc5ac202
Switch to using class var for $lang; translate function now does only this, and
...
the constructor is used to load the lang array; I think this is faster in one place,
slower in another;
2002-02-20 04:30:19 +00:00
skeeter
6697ac21b4
Adding new functionality. Can now request an app to be delivered to your system from a host server via XML-RPC. The app is passed via an associated array of [] = base64_encoded();. Using base64 to maintain binary file types (images/foreign lang files).
2002-02-20 03:46:27 +00:00
jengo
282c4198a4
- Added class to check network connections via ping
2002-02-19 17:51:09 +00:00
Miles Lott
090b9022b6
Add printing of var type in print_r()
2002-02-18 10:25:57 +00:00
skeeter
9742f613e6
One more file needed to be changed over for the language table update. This is for the lang function.
2002-02-18 01:54:15 +00:00
Miles Lott
12b66fb8a9
Change lang/languages tables to phpgw_lang/phpgw_languages
2002-02-17 19:31:50 +00:00
Miles Lott
6422885811
Formatting
2002-02-17 18:43:31 +00:00
Miles Lott
6c8ce90ce0
Fix version check and display
2002-02-17 15:34:13 +00:00
Miles Lott
13cc3694e7
rework function to remove php3 error - need to test on php4 again
2002-02-16 14:30:40 +00:00
seek3r
a91c9e31b2
left debugging crap
2002-02-16 03:58:03 +00:00
skeeter
220e0a5c62
Adding parts of new app registry system. Initial calls allow get_appby[id/name] and find_new_app. More to follow.
2002-02-15 19:05:40 +00:00
skeeter
e9fd4b08b4
Small cleanup in the query.
2002-02-15 18:57:30 +00:00
skeeter
d369ae674a
Added the var to the class variables.
2002-02-15 18:55:11 +00:00
skeeter
562a34a9c5
GNU Support #100373 - Fix for datetime history not being saved to the table.
2002-02-15 12:32:02 +00:00
skeeter
74dcff3c83
GNU Patch #105 .
2002-02-15 01:25:20 +00:00
seek3r
3bfa6c85d3
extending print_debug() to be able to trap the data and toss it into a database as an option
2002-02-14 18:57:11 +00:00
seek3r
d3311b7244
updated the calls to print_debug() in the functions.inc.php
2002-02-14 07:29:26 +00:00
skeeter
5a46e73fef
minor rewrite of a set of "e; to ' and changing the comment to say ExecMethod instead of ExecObject.
2002-02-14 02:22:17 +00:00
skeeter
1f5241ca4c
GNU Patch #132 - User friendly warnings for unsuccessful mkdir().
2002-02-14 02:16:14 +00:00
seek3r
878040118f
corrected a typo
2002-02-12 10:09:53 +00:00
seek3r
86c430e66e
finished multi-dimensional array support for data type debugging
2002-02-12 10:06:06 +00:00
seek3r
2df5d74dd3
fixed header to use and added my debug constants along with my replacement for print_debug
2002-02-12 09:10:40 +00:00
Miles Lott
3ea803c565
Add single_tpl() - allows an included file to return a value instead of echo, etc.
2002-02-10 19:34:11 +00:00
Miles Lott
84eb1201ce
formatting; reorder by alpha
2002-02-10 12:28:24 +00:00
Miles Lott
9e110669d7
formatting
2002-02-10 12:17:19 +00:00
Miles Lott
6ad604a565
Formatting
2002-02-10 12:04:10 +00:00
Zone
5d6721af18
PHP3 fixes
2002-02-10 04:19:43 +00:00
Miles Lott
e00280c5b0
Add one other weird exclusion in createobject() (this should fix passing 0
...
to xmlrpcval class for an int type; formatting;
2002-02-09 21:19:22 +00:00
Miles Lott
ad06fdf765
formatting
2002-02-08 05:21:30 +00:00
Miles Lott
9dcc98b2d5
Formatting, replace gettype with is_???
2002-02-08 05:04:33 +00:00
skeeter
03358f1bfa
A couple of small data caching in find_image().
2002-02-03 00:52:53 +00:00
ceb
c8352b4ae8
changed function filter plus search to pass and directly
2002-02-01 03:36:57 +00:00
ceb
340bc3c184
added type to function read_repository
2002-01-31 02:44:52 +00:00
Miles Lott
30684926fe
Cleanup some globals, commented crap
2002-01-29 00:48:03 +00:00
Miles Lott
99ff77322a
GLOBALS and auto_add fix
2002-01-29 00:40:16 +00:00
Miles Lott
481eb987bc
Comment out alpha app sort until some configuration is written
2002-01-28 04:07:41 +00:00
ceb
03e18e60cd
added version to [phpgw_info][apps] array
2002-01-28 01:52:36 +00:00
Miles Lott
8bf6b86674
Change to use phpgw_info for image type selection
2002-01-22 04:33:36 +00:00
Miles Lott
1918905b1c
Change default back to gif, change switch value to phpgw_info element for config later
2002-01-22 04:30:51 +00:00
seek3r
bd2ca67eb1
now only removes all gifs is policy is set
2002-01-21 19:13:26 +00:00
seek3r
3b939f5158
now only removes all gifs is policy is set
2002-01-21 19:04:57 +00:00
seek3r
0a001801f9
oops
2002-01-21 18:51:40 +00:00
seek3r
be2435ce28
autoconvert .gif to .png
2002-01-21 18:49:57 +00:00
seek3r
e7a82bc085
allows image pref order
2002-01-21 17:51:54 +00:00
angles
5761dd24a6
nextmatches arrows not plain href, no js anymore
2002-01-17 20:52:31 +00:00
Zone
4029a33d16
Switch to arrayized parameters, various fixes
2002-01-16 06:36:51 +00:00
Zone
467ccb3213
Add array_merge ()
2002-01-16 06:33:06 +00:00
skeeter
7991524018
This will disallow groups from logging into the system.
2002-01-16 02:10:56 +00:00
ceb
43c6887ae8
update cats
2002-01-15 02:52:51 +00:00
skeeter
25c4b80150
Trying to get a speed increase out of the cache.
2002-01-13 04:06:40 +00:00
skeeter
3f95bef544
Added a call to sessions->delete_cache() and a call to re-read the users session data when being set to the default preferences set by the admin.
2002-01-13 03:58:41 +00:00
skeeter
38684d2cf6
Added the ability to change the account_lid in SQL. LDAP already had that ability.
2002-01-13 03:53:43 +00:00
ceb
9783df1431
added limit_query call to the return_sorted_array function; but still doesnt work correctly
2002-01-13 00:39:26 +00:00
skeeter
27e9b9af70
Fixed the parameter substitution. Will now take parameters named either 'p1' or 'p_1'.
2002-01-12 22:12:40 +00:00
ceb
334e5f0b96
added new function to sort cats list
2002-01-12 04:08:35 +00:00
Miles Lott
5cff4754a0
fix banner
2002-01-11 02:01:24 +00:00
skeeter
3b71750055
This will allow admin members to grant group managers to user(s) of a group.
2002-01-10 18:18:44 +00:00
angles
1dd4f8b6ac
add support for sub-level data manipulation in prefs
2002-01-10 10:09:10 +00:00
Miles Lott
3e12c20d7c
GLOBALS
2002-01-08 03:37:51 +00:00
skeeter
846d546eb5
This should fix any HTML/js errors wen viewing apps which include a '-' in the name.
2002-01-08 02:14:47 +00:00
seek3r
c13ade18dc
Several fixes in this commit because the switch from sf to savannah had to come from a day old copy of our cvs tree. Much was fixed including email being fixed for PHP3 compatibility, skeeter updated all the setup.inc.php files to say they would be comaptible with the new API version, ceb made fixes to the projects app based on newly submitted bug reports. Im sure there are more but I dont know all the details. Oh, I did add a print_r() to the php3 support files.
2002-01-07 10:50:42 +00:00
skeeter
1a1018cea4
Clears up a few warnings when logging warnings/errors to a log file.
2002-01-06 06:06:30 +00:00
skeeter
7a13d1fef3
Clears up a few warnings when logging warnings/errors to a log file.
2002-01-06 06:01:07 +00:00
bettina
ade7a6bdbf
address format
2002-01-05 23:57:41 +00:00
Miles Lott
836099d5b4
Remove old accounts file, fix typo in last commit
2002-01-05 21:00:19 +00:00
Miles Lott
985fc8292c
Move peer server config; add option to set default expiration for auto-created accounts
2002-01-05 20:40:44 +00:00
bettina
5d7c74b89d
added address formats
2002-01-05 20:31:36 +00:00
Miles Lott
fe3e41b100
hide debug
2002-01-05 15:33:46 +00:00
skeeter
10077bcb4c
I think this is nothing more than a formatting change.
2002-01-05 02:24:10 +00:00
seek3r
9468a22fbb
Fixing justweb interface and made a change to the navbar function so that it always has the icon_hover set. It wasnt for home, preferences, logout and about
2002-01-04 16:47:26 +00:00
Miles Lott
0b847d98d7
Add optional debug to cmp_version_long()
2002-01-04 04:44:09 +00:00
Miles Lott
95ca582a08
Switch from asort to ksort for navbar (still need to add config to disable
...
this); formatting
2002-01-04 04:06:13 +00:00
Miles Lott
3279692e7a
Check that preferences is an object (for use from setup)
2002-01-03 22:02:13 +00:00
Miles Lott
530b0ee678
Fix a typo
2002-01-03 19:10:32 +00:00
Miles Lott
7e4ec5264e
Add inline doc and data check for create_defaults()
2002-01-03 18:11:10 +00:00
Miles Lott
d61dadfa72
Add default prefs creation for a new user in create() - will need to do this either
...
here or in admin.
2002-01-03 18:02:10 +00:00
Miles Lott
7c92b70b90
Move constructor to the top of the class; Use one db object instead of two;
...
Do the query in return_array() only once; Make formated_list() a wrapper to
formatted_list();
2002-01-03 17:16:56 +00:00
bettina
f857c1eeff
fixed wrong select of the global cats
2002-01-03 03:42:13 +00:00
seek3r
ac6c2d89c4
found problem with appsession. I was purging it on accident
2002-01-02 20:50:28 +00:00
seek3r
e2b86e9082
trying to fix app session
2002-01-02 20:45:57 +00:00
seek3r
28d77dcd4a
this time I really think I fixed it
2002-01-02 20:29:51 +00:00
seek3r
efd94ed2b8
fixed for pre 4.1 versions of PHP (I think)
2002-01-02 19:45:11 +00:00
Miles Lott
ab5fcad3eb
_debug_array() fix; add check for enforce_ssl config - no config dialog yet
2002-01-02 14:46:00 +00:00
seek3r
e9688a73ea
getting rid of Template_new which no one seems to care for, and adding my own experimental class which should have a little better performance.
2002-01-02 14:37:15 +00:00
seek3r
32306abaf6
some additional performance improvements, including a switch to the hooks class which I finished up
2002-01-02 14:33:05 +00:00
seek3r
70261207f3
added php4 sessions class and added it as an option
2002-01-02 14:32:22 +00:00
bettina
3544a46dc3
update
2002-01-01 23:25:54 +00:00
bettina
8095e83fc5
update
2002-01-01 20:58:22 +00:00
seek3r
07e38bcecb
fixed my new sorting so that admin will always be on top
2001-12-31 16:10:12 +00:00
seek3r
3fd860790a
sorted the navbar apps
2001-12-31 15:57:30 +00:00
skeeter
ef1c96f268
I can't totally remember if the menuaction is always passed as a GET var, but this is more cleaner.
2001-12-30 17:03:26 +00:00
skeeter
b7900846cc
Should clear up a bunch of warnings if the full 10 errors are not provided.
2001-12-30 17:00:54 +00:00
seek3r
e46451e26a
trying to fix problem on phpgroupware.org cvs demo
2001-12-30 09:42:55 +00:00
seek3r
64cf67dab3
removed waste layer and doing finally working checkin
2001-12-30 08:24:41 +00:00
seek3r
abf54b9909
updated for changing the hover images
2001-12-30 04:58:39 +00:00
skeeter
5739976dfd
Should be backwards compatible! Will now allow the formated_list() method to be called by ExecMethod(). This is now done by setting the format variable equal to an associated array.
2001-12-29 19:31:52 +00:00
skeeter
f70f3f0179
This will now allow RELATIVE_USER_APP to work correctly for the acl_check function.
2001-12-29 18:34:04 +00:00
skeeter
128a03f3c9
Small improvement on seekers caching of image files.
2001-12-29 18:10:31 +00:00
skeeter
30d0030b13
Changed the menuaction to GLOBALS['HTTP_GET_VARS']['menuaction']
2001-12-29 18:02:51 +00:00
seek3r
5bb76f2110
fixed php3 compatibility and added some additional feature that is not yet complete
2001-12-29 17:35:13 +00:00
seek3r
b8797c7ad6
put in new find_image function that should help performance a fair bit
2001-12-29 10:57:35 +00:00
seek3r
9262d4d93c
I had left in some debugging crap
2001-12-29 10:56:57 +00:00
seek3r
a245e7d06c
fixed loading of template files. They didnt seem to work at all
2001-12-29 08:53:28 +00:00
skeeter
58a42faff7
Cleanups for a few warnings.
2001-12-29 02:37:22 +00:00
Miles Lott
4264fe7820
Return fault code 9 'Access denied' if no app access
2001-12-28 18:41:33 +00:00
Miles Lott
a4cefb9b28
Add acl check for app access prior to list_methods() call
2001-12-28 16:29:27 +00:00
Miles Lott
c257dbcf86
Remove email-specific functions
2001-12-28 15:31:06 +00:00
Miles Lott
3c70493ae1
Add array_pop(); test and confirm array_pop/array_shift; add comments to each
...
function; order functions alphabetically
2001-12-28 07:07:32 +00:00