Ralf Becker
1bb3fadd1f
"added simple callback for config templates, html eg. selectbox get created by using:
...
- {call_class::method} or
- {call_app.class.method}
The returned selectbox or input has to be for \"newsettings[$name]\"!"
2009-08-18 16:07:39 +00:00
Ralf Becker
232252475f
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
...
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
Ralf Becker
afe2795f2d
removed unnecessary instancations and using static methods of html and egw_link class
2008-03-25 16:37:37 +00:00
Ralf Becker
6a0f1b67d3
fix for bug #221 : config (admin.uiconfig) is not saved properly, if magic_quotes_gpc is on
2006-12-29 07:08:47 +00:00
Ralf Becker
ec8bc31682
fix for empty webserver_url (eGW installed in docroot)
2006-06-22 05:38:31 +00:00
Ralf Becker
fcd9a870b7
fixed not working validation hook
2006-04-06 10:46:59 +00:00
Ralf Becker
055c9f846f
config ignored changes made in the hook config
2006-04-06 07:52:50 +00:00
Miles Lott
2a44512e96
fix email address
2005-11-26 13:48:28 +00:00
Ralf Becker
aac9ec7d10
phpgw --> egw
2005-10-14 17:03:16 +00:00
Ralf Becker
091af2e3b6
1) referer check to find out if called via admin or the sidebox menu of an app, in that case show the sidebox-menu of that app and not of admin and return to it
...
2) load the translations of the app to configure too, so it's phrases dont need to be in common, to have them in admin and the app
2005-03-03 16:57:07 +00:00
Ralf Becker
45c0f356ef
replaced all while-list-each with foreach, as requested in patch [ 1015863 ] Admin does not save ACL rights and Site Configuration
2004-08-25 11:21:23 +00:00
Ralf Becker
acc5c0dfb0
foreach instead of while-list-each
2004-08-24 19:59:31 +00:00
Lars Kneschke
28d5293d6e
fix for bug [ 892893 ] "phpinfo" sometimes doesn't work
2004-02-26 09:01:42 +00:00
reinerj
80ea30c5b1
changes from phpgw to egw dev group
2004-01-26 23:26:19 +00:00
Miles Lott
5a1f288b96
intval, ereg_, and gettype updates
2003-12-20 18:51:51 +00:00
Lars Kneschke
0086593cb6
add stripslashes if needed
2003-09-14 16:30:27 +00:00
Ralf Becker
f76c6eedd7
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:16:30 +00:00
ceb
a77d47cd5f
moved all the setup mess to its right place
2002-12-07 02:12:15 +00:00
Ralf Becker
dba23ea4e2
removed some references to the old themes
2002-10-27 15:56:16 +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
cf2a12ba1c
made changes to the loading of the header, navbar, appheader, and footers
2002-05-24 10:38:03 +00:00
Miles Lott
5d9ec2d917
Testing ability to handle checkboxes in admin config class
2002-03-20 00:27:34 +00:00
Miles Lott
3549178505
Add referer capability - arrives via HTTP_GET_VARS, saved in appsession
2002-02-21 12:27:56 +00:00
Miles Lott
7d1f940b00
Add check to ensure the app hook was installed, if not don't dump errors about
...
the function not existing
2002-02-02 19:01:17 +00:00
Miles Lott
5719e9e784
oops, need to write the config
2002-01-20 18:42:48 +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
Miles Lott
573c7089d1
Disable explicitly calling appname=phpgwapi
2001-12-24 05:17:07 +00:00
Miles Lott
99bf9a1305
Disable possibility of defaulting to display setup-only configs
2001-12-24 00:33:53 +00:00
Miles Lott
ff13d7a060
format switch/case
2001-12-24 00:30:48 +00:00
Miles Lott
04ec0b3afb
Use correct post action
2001-12-24 00:07:39 +00:00
Miles Lott
2c96b6fc4f
New ui version of config.php
2001-12-24 00:00:09 +00:00