Commit Graph

335 Commits

Author SHA1 Message Date
Miles Lott
300badbfec Cleanup other cases of PHP_OS testing for WINNT 2004-01-28 13:34:47 +00:00
reinerj
75df9443b0 bugfix from David Desquiens for WIN problem 2004-01-28 00:46:30 +00:00
Miles Lott
d26eacbeea move check for auth object 2004-01-26 03:22:15 +00:00
Miles Lott
cae90732c6 Add check in ldapConnect() for presence of ldap_functions per bug# 880672 2004-01-21 13:55:22 +00:00
Miles Lott
77fd8f4882 Move password functions to auth class; Add support for new encryption types in setup
and implement password checking and creation for these new types
2004-01-18 21:12:53 +00:00
Ralf Becker
a4d5d57722 fix for find_image to use the aktive template set 2004-01-08 09:04:58 +00:00
Miles Lott
0f85f3763f Modified md5_cryptpasswd() function to create {md5}xxx style password;
Add actual function to deal with sha passwords, and added ability for use of ssha;
2003-12-28 17:27:34 +00:00
Miles Lott
0e9e0c2da2 formatting, ereg_ replaced, remove rude comments 2003-12-20 18:41:42 +00:00
Ralf Becker
2aa000eac8 fixed fallback to images in the api-dir, did not work if no api-image was used before 2003-12-18 06:11:08 +00:00
Miles Lott
86a9b91004 intval() -> (int) 2003-12-10 11:35:22 +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
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
8a2a675b37 expanded !$var check to use empty($var) 2003-10-03 02:01:21 +00:00
Lars Kneschke
d26cfa20e9 little tricky error 2003-09-23 14:56:25 +00:00
Pim Snel
bae60c5128 fixed old theme support when css-dir is empty 2003-09-19 08:51:26 +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
4c93a60578 small fix for formattime 2003-09-03 12:28:46 +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
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +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
6494d641da update 2003-05-21 23:02:25 +00:00
Ralf Becker
b68857973c added lang-call to display_mainscreen 2003-05-18 19:31:21 +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
06489ff747 added an other display-type for accounts: Firstname Lastname [lid]
changed < > into [ ]
2003-05-04 15:14:06 +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
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
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
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
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
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
d948f09973 moved generation and translation of app-title into applications-class 2003-03-22 12:29:42 +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
ceb
bf0e5e2d90 update 2003-01-04 00:54:55 +00:00
ceb
c5526be9e4 update 2003-01-04 00:12:48 +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
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
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
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
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
fed918c353 update msgbox 2002-10-20 00:34:12 +00:00
ceb
1e3dc0bf00 update themes 2002-10-19 20:46:35 +00:00
ceb
10169aa55e update function msgbox 2002-10-18 21:45:03 +00:00
ceb
e6ebd3cd08 update msgbox to use xslt/fixed msgbox tpl error within apps 2002-10-18 00:20:53 +00:00
ceb
8099197a78 update img functions 2002-10-06 03:06:03 +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
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
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
34deae3dde added argument layout to function get_tpl_dir 2002-09-25 04:04:24 +00:00
skeeter
143cbc5d42 GNU Patch #290. 2002-09-17 02:47:35 +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
45978168e2 GNU Bug #631. 2002-06-25 01:38:34 +00:00
skeeter
ca58fb532e GNU Patch #325 2002-06-09 02:17:37 +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
0e2e0f5446 fixed design to allow for backwards compatibility 2002-05-31 18:13:07 +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
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
Miles Lott
96432a8a97 remove stray whitespace, add descr for sha password encrypt function 2002-05-26 19:57:35 +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
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
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
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
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
6c8ce90ce0 Fix version check and display 2002-02-17 15:34:13 +00:00
skeeter
03358f1bfa A couple of small data caching in find_image(). 2002-02-03 00:52:53 +00:00
Miles Lott
481eb987bc Comment out alpha app sort until some configuration is written 2002-01-28 04:07:41 +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
e7a82bc085 allows image pref order 2002-01-21 17:51:54 +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
skeeter
7a13d1fef3 Clears up a few warnings when logging warnings/errors to a log file. 2002-01-06 06:01:07 +00:00
Miles Lott
fe3e41b100 hide debug 2002-01-05 15:33:46 +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
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
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
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
128a03f3c9 Small improvement on seekers caching of image files. 2001-12-29 18:10:31 +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
Miles Lott
38983d71cf format elseif for consistency 2001-12-28 06:02:30 +00:00
Miles Lott
06dc27229c Changes for hopefully better handling of the global crypto object; remove
calls to common class functions and setting of common class vars;
2001-12-27 15:48:42 +00:00
skeeter
5e7170193e Allows the developer to define the text when printing out a list of errors/results/warnings. 2001-12-27 15:16:22 +00:00
Miles Lott
9f98fbb9a8 crypto update; remove (un)serialize from common (en/de)crypt; add checks for
data type to crypto (en/de)crypt; add optional debugging to crypto; add call
to db_addslashes in appsession; silence file_exists calls in one common class
function per skeeter
2001-12-20 16:19:55 +00:00
Miles Lott
f3b2fef00d format the last unformatted function 2001-12-08 15:34:12 +00:00
Miles Lott
8e8b68bea7 silence object test 2001-12-06 16:26:08 +00:00
Miles Lott
bd2a20dcd8 another fix for log object does not exist in setup 2001-11-25 01:29:04 +00:00
Miles Lott
886f62667e fix for log object does not exist in setup 2001-11-25 01:24:42 +00:00
Miles Lott
db074c4dd7 GLOBALS; remove uneeded class vars in common (I hope) 2001-11-23 19:19:04 +00:00
skeeter
7ab7c98412 Fix to be compatible with the new preferences->create_email_preferences(). Still need to change SM to use it. 2001-11-13 18:19:53 +00:00
skeeter
dab358dfa5 Should be only fixes to make the portal box movement possible (up/down). 2001-10-21 10:49:29 +00:00
skeeter
810a1c1267 New code to accomodate portalbox hooks.. 2001-10-19 01:52:39 +00:00
skeeter
ce8528e5c6 Fixes for mdeans finding if the server has users choice and a users choice has been selected. 2001-09-18 03:50:00 +00:00
Miles Lott
fa7f0a9f88 Fix possible undefined template set var 2001-09-17 13:21:40 +00:00
Miles Lott
7c7d5ba480 Enable app upgrade status for admins (of all applications) 2001-09-08 16:02:59 +00:00
skeeter
f0123f6cf5 Fix for php3 support. 2001-09-07 17:51:48 +00:00
skeeter
56ef840422 Fix for grab_owner_name() in comon. now calls account storage specific functions. 2001-09-05 22:46:47 +00:00
Miles Lott
3c92e4fb10 Odd php3 fix for undefined constant, please test on php4 2001-09-05 03:06:14 +00:00
jengo
c1ebab8a82 Added no permission checking for special calls to hooks (mainly for admin and preferences) 2001-09-03 23:02:36 +00:00
skeeter
8f0c5ddedb A few missed GLOBALS. 2001-09-02 07:13:23 +00:00
skeeter
d2a5441ed8 Now using GLOBALS. 2001-09-01 23:42:16 +00:00
skeeter
cb58b67a03 New lang entries -- missed one. 2001-08-31 01:01:05 +00:00